diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index fa9815f27813..437bd6e9018c 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-06-23 +date: 2025-06-24 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 e198046c4fca..74ae150d799a 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index 7b3801986fa0..93964b3eebfe 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index c1c4e4a1cc10..b0ae9f33398b 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-06-23 +date: 2025-06-24 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 4cb1b8f8d130..8db0ec5fa5eb 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -1220,6 +1220,39 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.shouldCreateAlertsInAllSpaces", + "type": "Function", + "tags": [], + "label": "shouldCreateAlertsInAllSpaces", + "description": [], + "signature": [ + "({ ruleTypeId, ruleTypeAlertDef, logger, }: ShouldCreateAlertsInAllSpacesOpts) => boolean" + ], + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.shouldCreateAlertsInAllSpaces.$1", + "type": "Object", + "tags": [], + "label": "{\n ruleTypeId,\n ruleTypeAlertDef,\n logger,\n}", + "description": [], + "signature": [ + "ShouldCreateAlertsInAllSpacesOpts" + ], + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [ @@ -2641,6 +2674,22 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "alerting", + "id": "def-server.IRuleTypeAlerts.dangerouslyCreateAlertsInAllSpaces", + "type": "CompoundType", + "tags": [], + "label": "dangerouslyCreateAlertsInAllSpaces", + "description": [ + "\nOptional flag to indicate that these alerts should not be space aware. When set\nto true, alerts for this rule type will be created with the `*` space id." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "alerting", "id": "def-server.IRuleTypeAlerts.secondaryAlias", @@ -4986,7 +5035,7 @@ "BulkFillGapsByRuleIdsOptions", ") => Promise<", "BulkFillGapsByRuleIdsResult", - ">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; } & { start: string; end: string; }>) => Promise>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise[]; }>>; }" + ">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; hasUnfilledIntervals?: boolean | undefined; hasInProgressIntervals?: boolean | undefined; hasFilledIntervals?: boolean | undefined; } & { start: string; end: string; }>) => Promise>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise[]; }>>; }" ], "path": "x-pack/platform/plugins/shared/alerting/server/index.ts", "deprecated": false, diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index b8125d65b27e..66a13375355f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.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 | |-------------------|-----------|------------------------|-----------------| -| 912 | 1 | 877 | 57 | +| 915 | 1 | 879 | 57 | ## Client diff --git a/api_docs/apm.devdocs.json b/api_docs/apm.devdocs.json index 259ab9ebd29c..250954c79eed 100644 --- a/api_docs/apm.devdocs.json +++ b/api_docs/apm.devdocs.json @@ -8577,7 +8577,9 @@ "Type", "; durationMax: ", "Type", - "; }>, ", + "; isOtel: ", + "BooleanC", + "; }>, ", "TypeC", "<{ environment: ", "UnionC", diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index e6a20f06560a..b36682b59b2e 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-06-23 +date: 2025-06-24 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 d990ce014c6a..6bf4f6c4b040 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-06-23 +date: 2025-06-24 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 ebf1f384c241..ce9884994cfd 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-06-23 +date: 2025-06-24 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 8f5982746544..e3660decead6 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport'] --- import automaticImportObj from './automatic_import.devdocs.json'; diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 57adb40ac593..a3423196563e 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-06-23 +date: 2025-06-24 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 502ccc9fb3f6..3fee54609838 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index e41c1078e8ff..b86118683524 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.devdocs.json b/api_docs/charts.devdocs.json index 4a75dd57cd5a..6b3516be3b7d 100644 --- a/api_docs/charts.devdocs.json +++ b/api_docs/charts.devdocs.json @@ -3403,21 +3403,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "charts", - "id": "def-common.LEGACY_TIME_AXIS", - "type": "string", - "tags": [], - "label": "LEGACY_TIME_AXIS", - "description": [], - "signature": [ - "\"visualization:useLegacyTimeAxis\"" - ], - "path": "src/platform/plugins/shared/charts/common/index.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "charts", "id": "def-common.paletteIds", diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index b09d39746fd3..a76df39e13db 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.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 | |-------------------|-----------|------------------------|-----------------| -| 247 | 2 | 231 | 9 | +| 246 | 2 | 230 | 9 | ## Client diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index a79616906da0..bb2526843783 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index 82c889f47592..930615ac1d18 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration'] --- import cloudDataMigrationObj from './cloud_data_migration.devdocs.json'; diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index 910d69c8a8c8..87653e242ac8 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-06-23 +date: 2025-06-24 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 a2c0621e8b9f..436a42f91173 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-06-23 +date: 2025-06-24 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 0013dd6cfd52..77946a6c5e71 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-06-23 +date: 2025-06-24 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 4da2144f6305..55e8324d175e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 130632f9d365..2e7abb12ce53 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index 3f7b2b714f2f..93f7795f9877 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 8da2b98f8c31..9af6c3f7cb68 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 9fbcfb70aeee..8740d9cbe0b4 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 017dd27d6b33..f748a43c046d 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -11597,10 +11597,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "graph", - "path": "x-pack/platform/plugins/private/graph/public/plugin.ts" - }, { "plugin": "stackAlerts", "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx" @@ -11621,6 +11617,10 @@ "plugin": "stackAlerts", "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" }, + { + "plugin": "graph", + "path": "x-pack/platform/plugins/private/graph/public/plugin.ts" + }, { "plugin": "inputControlVis", "path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts" diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 719677c3eef8..348b1a92b1e9 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 3260 | 31 | 2635 | 29 | +| 3258 | 31 | 2635 | 29 | ## Client diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index 3e9510559fa9..442e528bbf46 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- import dataQualityObj from './data_quality.devdocs.json'; diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 61e19dba5801..e3b9f430b720 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 3260 | 31 | 2635 | 29 | +| 3258 | 31 | 2635 | 29 | ## Client diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index 48f779f88f2c..3e8ab021edb0 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -7228,60 +7228,6 @@ "trackAdoption": false } ] - }, - { - "parentPluginId": "data", - "id": "def-common.AggType.Unnamed", - "type": "Function", - "tags": [ - "class", - "private" - ], - "label": "Constructor", - "description": [ - "\nGeneric AggType Constructor\n\nUsed to create the values exposed by the agg_types module.\n" - ], - "signature": [ - "any" - ], - "path": "src/platform/plugins/shared/data/common/search/aggs/agg_type.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.AggType.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "config", - "description": [ - "- used to set the properties of the AggType" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggTypeConfig", - "text": "AggTypeConfig" - }, - ">" - ], - "path": "src/platform/plugins/shared/data/common/search/aggs/agg_type.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] } ], "initialIsOpen": false diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 69f7de84150f..5bbb697c9168 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 3260 | 31 | 2635 | 29 | +| 3258 | 31 | 2635 | 29 | ## Client diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index 850f5a197874..a0ca0a5f7115 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-06-23 +date: 2025-06-24 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 4a0e581c246b..fca09840a7a8 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-06-23 +date: 2025-06-24 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 7602d470b7e7..4a53c8cf2a83 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-06-23 +date: 2025-06-24 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 18aafe42695b..64a28765161a 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-06-23 +date: 2025-06-24 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 ebbc34403d09..957147a355a2 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -13742,6 +13742,22 @@ "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx" }, + { + "plugin": "stackAlerts", + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" + }, + { + "plugin": "stackAlerts", + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" + }, + { + "plugin": "stackAlerts", + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/platform/plugins/shared/dataset_quality/public/rule_types/degraded_docs/rule_form/rule_form.tsx" + }, { "plugin": "graph", "path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.sagas.ts" @@ -13806,18 +13822,6 @@ "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx" }, - { - "plugin": "stackAlerts", - "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" - }, - { - "plugin": "stackAlerts", - "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" - }, - { - "plugin": "stackAlerts", - "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx" - }, { "plugin": "graph", "path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.test.ts" diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 3ac0f914df07..6681005b119a 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-06-23 +date: 2025-06-24 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 86c325be7c47..8af4e43396e4 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.devdocs.json b/api_docs/dataset_quality.devdocs.json index ddcc846825c4..8e3a90158b11 100644 --- a/api_docs/dataset_quality.devdocs.json +++ b/api_docs/dataset_quality.devdocs.json @@ -492,7 +492,33 @@ "label": "APIClientRequestParamsOf", "description": [], "signature": [ - "{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ", + "{ \"GET /internal/dataset_quality/rule_types/degraded_docs/chart_preview\": ", + { + "pluginId": "@kbn/server-route-repository-utils", + "scope": "common", + "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", + "section": "def-common.ServerRoute", + "text": "ServerRoute" + }, + "<\"GET /internal/dataset_quality/rule_types/degraded_docs/chart_preview\", ", + "TypeC", + "<{ query: ", + "TypeC", + "<{ index: ", + "StringC", + "; groupBy: ", + "Type", + "; start: ", + "StringC", + "; end: ", + "StringC", + "; interval: ", + "StringC", + "; }>; }>, ", + "DatasetQualityRouteHandlerResources", + ", { series: { name: string; data: { x: number; y: number | null; }[]; }[]; totalGroups: number; }, ", + "DatasetQualityRouteCreateOptions", + ">; \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -961,7 +987,33 @@ "label": "APIReturnType", "description": [], "signature": [ - "{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ", + "{ \"GET /internal/dataset_quality/rule_types/degraded_docs/chart_preview\": ", + { + "pluginId": "@kbn/server-route-repository-utils", + "scope": "common", + "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", + "section": "def-common.ServerRoute", + "text": "ServerRoute" + }, + "<\"GET /internal/dataset_quality/rule_types/degraded_docs/chart_preview\", ", + "TypeC", + "<{ query: ", + "TypeC", + "<{ index: ", + "StringC", + "; groupBy: ", + "Type", + "; start: ", + "StringC", + "; end: ", + "StringC", + "; interval: ", + "StringC", + "; }>; }>, ", + "DatasetQualityRouteHandlerResources", + ", { series: { name: string; data: { x: number; y: number | null; }[]; }[]; totalGroups: number; }, ", + "DatasetQualityRouteCreateOptions", + ">; \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index d31b6123eb77..29f82cb3420e 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-06-23 +date: 2025-06-24 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 72b8d7f0990a..ea1d5390112a 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -18,7 +18,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | ml, stackAlerts | - | | | ml | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, ml, canvas, fleet, graph, transform, @kbn/ml-data-view-utils, upgradeAssistant, securitySolution, timelines, exploratoryView, stackAlerts, maps, visTypeTimeseries, uptime, ux, enterpriseSearch, @kbn/cloud-security-posture-graph, eventAnnotationListing, inputControlVis, visDefaultEditor, dataViewManagement, visTypeTimelion, visTypeVega | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, ml, canvas, fleet, stackAlerts, datasetQuality, graph, transform, @kbn/ml-data-view-utils, upgradeAssistant, securitySolution, timelines, exploratoryView, maps, visTypeTimeseries, uptime, ux, enterpriseSearch, @kbn/cloud-security-posture-graph, eventAnnotationListing, inputControlVis, visDefaultEditor, dataViewManagement, visTypeTimelion, visTypeVega | - | | | ml, securitySolution | - | | | ml, savedObjectsTagging, actions | - | | | uiActionsEnhanced, ml, discover, imageEmbeddable, securitySolution | - | @@ -28,10 +28,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, savedObjects, visualizations, canvas, graph, ml | - | | | @kbn/core, taskManager, ml, spaces, dataViews, data, fleet, share, actions, alerting, apmSourcesAccess, dashboard, savedSearch, canvas, graph, lens, cases, maps, lists, securitySolution, apm, @kbn/test-suites-xpack-platform, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, links, savedObjectsManagement | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | -| | graph, stackAlerts, inputControlVis, securitySolution | - | +| | stackAlerts, graph, inputControlVis, securitySolution | - | | | dataVisualizer, stackAlerts, expressionPartitionVis | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | -| | @kbn/esql-validation-autocomplete, @kbn/monaco, @kbn/esql-utils, inference, triggersActionsUi, discover, @kbn/securitysolution-utils, securitySolution, stackAlerts | - | +| | @kbn/esql-validation-autocomplete, @kbn/monaco, @kbn/esql-utils, inference, triggersActionsUi, discover, stackAlerts, @kbn/securitysolution-utils, securitySolution | - | | | @kbn/response-ops-alerts-table, triggersActionsUi | - | | | triggersActionsUi | - | | | ruleRegistry, securitySolution, @kbn/test-suites-xpack-platform, slo | - | @@ -83,7 +83,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | monitoring, observabilityShared | - | | | @kbn/core, management, fleet, security, kibanaOverview, @kbn/test-suites-src | - | | | @kbn/core, observabilityOnboarding, enterpriseSearch, console | - | -| | @kbn/core, unifiedSearch, fileUpload, visualizations, transform, dashboardEnhanced, discover, dataVisualizer | - | +| | @kbn/core, unifiedSearch, fileUpload, visualizations, transform, dashboardEnhanced, dataVisualizer | - | | | @kbn/core, security | - | | | @kbn/core | - | | | @kbn/core, visualizations, lens, visTypeTimeseries | - | @@ -94,7 +94,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, dashboardEnhanced | - | | | @kbn/core, dashboardEnhanced | - | | | @kbn/core | - | -| | @kbn/core, discover | - | +| | @kbn/core | - | | | @kbn/core | - | | | @kbn/core | - | | | @kbn/core | - | @@ -107,7 +107,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core | - | | | @kbn/core | - | | | @kbn/core | - | -| | @kbn/core, spaces, savedSearch, visualizations, lens, maps, cases, canvas, graph | - | +| | @kbn/core, spaces, visualizations, lens, maps, cases, canvas, graph | - | | | @kbn/core | - | | | @kbn/core | - | | | @kbn/core | - | @@ -162,7 +162,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | uptime, telemetry | - | | | uptime | - | | | uptime | - | -| | ux, synthetics | - | | | uiActionsEnhanced | - | | | visTypeGauge | - | | | visTypePie | - | @@ -266,6 +265,7 @@ Safe to remove. | | @kbn/scout | | | @kbn/scout | | | @kbn/scout | +| | @kbn/scout | | | @kbn/scout | | | @kbn/scout | | | @kbn/scout-oblt | @@ -283,6 +283,7 @@ Safe to remove. | | @kbn/scout-oblt | | | @kbn/scout-oblt | | | @kbn/scout-oblt | +| | @kbn/scout-oblt | | | @kbn/scout-oblt | | | @kbn/scout-oblt | | | @kbn/scout-security | @@ -300,6 +301,7 @@ Safe to remove. | | @kbn/scout-security | | | @kbn/scout-security | | | @kbn/scout-security | +| | @kbn/scout-security | | | @kbn/scout-security | | | @kbn/scout-security | | | @kbn/test-jest-helpers | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 9e11a1984b32..3087ad433cc3 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -580,6 +580,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| +| | [rule_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dataset_quality/public/rule_types/degraded_docs/rule_form/rule_form.tsx#:~:text=title) | - | | | [data_telemetry_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dataset_quality/server/services/data_telemetry/data_telemetry_service.ts#:~:text=getIsOptedIn) | - | @@ -591,8 +592,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [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) | - | | | [use_additional_cell_actions.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/context_awareness/hooks/use_additional_cell_actions.ts#:~:text=registerAction) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | | | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/server/ui_settings.ts#:~:text=metric) | - | | | [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) | - | @@ -1161,7 +1160,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | | | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | | | [search.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | | | [search.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | @@ -1366,7 +1364,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc)+ 6 more | - | | | [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) | - | | | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - | -| | [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) | - | @@ -1480,7 +1477,6 @@ 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) | - | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 5358a73b7476..4715e560569c 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 489ae8b7ef71..ca13c9c784fa 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index eefb12cbf65b..84256218e3dd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 489625417c17..80d7f8a043ad 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-06-23 +date: 2025-06-24 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 7ed862ea72c7..2e8346961227 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-06-23 +date: 2025-06-24 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 cfba2a040aab..d09b0d0da9ea 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.devdocs.json b/api_docs/elastic_assistant.devdocs.json index 2c1ea7b1f8fd..4d1ab18def85 100644 --- a/api_docs/elastic_assistant.devdocs.json +++ b/api_docs/elastic_assistant.devdocs.json @@ -1499,13 +1499,9 @@ "label": "createLlmInstance", "description": [], "signature": [ - "(() => ", - "ActionsClientChatBedrockConverse", - " | ", - "ActionsClientChatOpenAI", - " | ", - "ActionsClientChatVertexAI", - ") | undefined" + "(() => Promise<", + "AssistantToolLlm", + ">) | undefined" ], "path": "x-pack/solutions/security/plugins/elastic_assistant/server/types.ts", "deprecated": false, diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 36cd14c73a9c..55710c75ff4e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 6a77b5deae92..d6303c5cb0b2 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-06-23 +date: 2025-06-24 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 98451b6fbacd..1f27a4bdddc0 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-06-23 +date: 2025-06-24 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 3196af5c806d..6ad774424bf4 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-06-23 +date: 2025-06-24 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 a59bb98fcdeb..d058ca95a98b 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-06-23 +date: 2025-06-24 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 460005e32a5c..352e5ff0c8f5 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entities_data_access.mdx b/api_docs/entities_data_access.mdx index a191f1f1f047..f81e5539c352 100644 --- a/api_docs/entities_data_access.mdx +++ b/api_docs/entities_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess title: "entitiesDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the entitiesDataAccess plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess'] --- import entitiesDataAccessObj from './entities_data_access.devdocs.json'; diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index df5279677c00..7699089703e0 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index a12d6df84752..9e53f2e39c17 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-06-23 +date: 2025-06-24 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 cf4788947bf5..6357b76dbda7 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-06-23 +date: 2025-06-24 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 90d964725d65..4cf9e38669ee 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-06-23 +date: 2025-06-24 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 43c51e3844a9..e016d10dc121 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-06-23 +date: 2025-06-24 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 affe45769113..14474340f0c9 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index 3766fb1caf34..bc45ccf6ab8e 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-06-23 +date: 2025-06-24 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 806f1ee5fa08..eb0544006752 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index 069afa7447b2..a44dc8ace533 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-06-23 +date: 2025-06-24 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 8999cdb6718f..0702f1413814 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-06-23 +date: 2025-06-24 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 f5415658287f..bec5091cb253 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-06-23 +date: 2025-06-24 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 7c36a24ec8b1..92567fe32450 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-06-23 +date: 2025-06-24 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 b59cdf98109a..a702da44695e 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-06-23 +date: 2025-06-24 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 32ef76dd3d0a..bbe27e3fd3cd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index e434e2d68f74..666c6307ed2a 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index 6ff95710d659..dda3357c7332 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-06-23 +date: 2025-06-24 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 2b0fd38a92f3..b15efe462689 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -890,24 +890,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "features", - "id": "def-public.KibanaFeatureConfig.reserved", - "type": "Object", - "tags": [ - "private" - ], - "label": "reserved", - "description": [], - "signature": [ - "{ description: string; privileges: readonly ", - "ReservedKibanaPrivilege", - "[]; } | undefined" - ], - "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "features", "id": "def-public.KibanaFeatureConfig.hidden", @@ -3156,24 +3138,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "features", - "id": "def-server.KibanaFeatureConfig.reserved", - "type": "Object", - "tags": [ - "private" - ], - "label": "reserved", - "description": [], - "signature": [ - "{ description: string; privileges: readonly ", - "ReservedKibanaPrivilege", - "[]; } | undefined" - ], - "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "features", "id": "def-server.KibanaFeatureConfig.hidden", @@ -4775,24 +4739,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "features", - "id": "def-common.KibanaFeatureConfig.reserved", - "type": "Object", - "tags": [ - "private" - ], - "label": "reserved", - "description": [], - "signature": [ - "{ description: string; privileges: readonly ", - "ReservedKibanaPrivilege", - "[]; } | undefined" - ], - "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "features", "id": "def-common.KibanaFeatureConfig.hidden", diff --git a/api_docs/features.mdx b/api_docs/features.mdx index b45f98e40ce6..7baf712553f4 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.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 | |-------------------|-----------|------------------------|-----------------| -| 273 | 0 | 109 | 3 | +| 270 | 0 | 106 | 3 | ## Client diff --git a/api_docs/field_formats.devdocs.json b/api_docs/field_formats.devdocs.json index a1568f576d17..2003157c21a5 100644 --- a/api_docs/field_formats.devdocs.json +++ b/api_docs/field_formats.devdocs.json @@ -1559,47 +1559,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "fieldFormats", - "id": "def-common.FieldFormat.fieldType", - "type": "CompoundType", - "tags": [ - "property", - "private" - ], - "label": "fieldType", - "description": [], - "signature": [ - "string | string[]" - ], - "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "fieldFormats", - "id": "def-common.FieldFormat.convertObject", - "type": "Object", - "tags": [ - "property", - "private" - ], - "label": "convertObject", - "description": [], - "signature": [ - { - "pluginId": "fieldFormats", - "scope": "common", - "docId": "kibFieldFormatsPluginApi", - "section": "def-common.FieldFormatConvert", - "text": "FieldFormatConvert" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "fieldFormats", "id": "def-common.FieldFormat.htmlConvert", @@ -1648,30 +1607,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "fieldFormats", - "id": "def-common.FieldFormat.type", - "type": "Object", - "tags": [ - "property", - "private" - ], - "label": "type", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "fieldFormats", - "scope": "common", - "docId": "kibFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - } - ], - "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "fieldFormats", "id": "def-common.FieldFormat.allowsNumericalAggregations", diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 5b886c464696..9467555f6021 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.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 | |-------------------|-----------|------------------------|-----------------| -| 293 | 5 | 254 | 3 | +| 290 | 5 | 251 | 3 | ## Client diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index fb3ea18d724d..32d85a87e296 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-06-23 +date: 2025-06-24 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 1b7a9a65ab23..78d1c0b3deb8 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-06-23 +date: 2025-06-24 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 3e8c63150713..5e63381590c4 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-06-23 +date: 2025-06-24 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 ef9e79af8491..eff822b13d67 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-06-23 +date: 2025-06-24 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 b50c35a12d1e..3bd448a4267c 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -11423,7 +11423,9 @@ "label": "getInstallation", "description": [], "signature": [ - "(pkgName: string) => Promise<", + "(pkgName: string, savedObjectsClient?: ", + "SavedObjectsClientContract", + " | undefined) => Promise<", { "pluginId": "fleet", "scope": "common", @@ -11451,6 +11453,22 @@ "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "fleet", + "id": "def-server.PackageClient.getInstallation.$2", + "type": "Object", + "tags": [], + "label": "savedObjectsClient", + "description": [], + "signature": [ + "SavedObjectsClientContract", + " | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/package_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false } ], "returnComment": [] @@ -31600,6 +31618,22 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "fleet", + "id": "def-common.agentRouteService.postBulkMigrateAgents", + "type": "Function", + "tags": [], + "label": "postBulkMigrateAgents", + "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 a1985876d9e6..3458c03b1c05 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 1558 | 5 | 1429 | 97 | +| 1560 | 5 | 1431 | 97 | ## Client diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 46fca6db9ea3..978853eae05b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 64a88ce0b018..6b93649a095c 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding title: "guidedOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- import guidedOnboardingObj from './guided_onboarding.devdocs.json'; diff --git a/api_docs/home.mdx b/api_docs/home.mdx index 26fea86f4d35..76365cac713f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- import homeObj from './home.devdocs.json'; diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index 549488a6d582..8c7ade62b880 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index b91feabf7564..270770b53355 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-06-23 +date: 2025-06-24 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 e7088a43a35b..38c492be20ef 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-06-23 +date: 2025-06-24 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 6ce5df51ff61..4bc238269bf6 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-06-23 +date: 2025-06-24 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 1ffdc9c40461..c5f49be0c626 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-06-23 +date: 2025-06-24 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 d2656ea3b5b5..8aae636d5f3c 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-06-23 +date: 2025-06-24 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 41199a3da6e8..de19399b5c8b 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-06-23 +date: 2025-06-24 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 8f5cd78ea7b1..af2e66d9d56f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/intercepts.devdocs.json b/api_docs/intercepts.devdocs.json index 6cd907256373..33619e1dee1d 100644 --- a/api_docs/intercepts.devdocs.json +++ b/api_docs/intercepts.devdocs.json @@ -29,9 +29,15 @@ "label": "InterceptsStart", "description": [], "signature": [ - "{ registerIntercept: ((intercept: ", - "InterceptWithoutRunId", - ") => ", + "{ registerIntercept: ((intercept: { id: string; config: () => Promise>; }) => ", "Observable", "<{ lastInteractedInterceptId: number; }>) | undefined; }" ], @@ -39,6 +45,21 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false + }, + { + "parentPluginId": "intercepts", + "id": "def-public.InterceptWithoutRunId", + "type": "Type", + "tags": [], + "label": "InterceptWithoutRunId", + "description": [], + "signature": [ + "{ id: string; onProgress?: ((evt: InterceptProgressEvent) => void) | undefined; steps: [StartingInterceptStep, ...InterceptSteps[], CompletionInterceptStep]; onFinish: (evt: InterceptCompletionEvent) => void; onDismiss?: ((evt: InterceptDismissalEvent) => void) | undefined; }" + ], + "path": "x-pack/platform/plugins/private/intercepts/public/prompter/service/intercept_dialog_api.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false } ], "objects": [] diff --git a/api_docs/intercepts.mdx b/api_docs/intercepts.mdx index 6d61273085c3..05fee51c7594 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'intercepts'] --- import interceptsObj from './intercepts.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 | |-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 2 | +| 5 | 0 | 5 | 1 | ## Client diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx index 85c39ce6d63c..199cfac04f7e 100644 --- a/api_docs/inventory.mdx +++ b/api_docs/inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inventory title: "inventory" image: https://source.unsplash.com/400x175/?github description: API docs for the inventory plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory'] --- import inventoryObj from './inventory.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 7a236f5ef24a..f769cc7fe38b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index 34552c223b3a..13f457d8d0dc 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_ai_assistant_common.mdx index 16f90fb18dc8..51ff42f4109d 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-06-23 +date: 2025-06-24 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_cta.mdx b/api_docs/kbn_ai_assistant_cta.mdx index b5692086c539..a12792f3abbe 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_ai_assistant_icon.mdx index a1babf0993e2..5af0d5d37f4b 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-06-23 +date: 2025-06-24 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 3ced749d95ee..32bd1a03d084 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-06-23 +date: 2025-06-24 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_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 617f396df4ce..777fa7a480cb 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components'] --- import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index ef8021459224..49c1abe0cf2c 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-06-23 +date: 2025-06-24 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 a898851ffab4..708f2f8fdc91 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis'] --- import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index 7be93d52135f..2885ecb55661 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-06-23 +date: 2025-06-24 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 f9a87774fdbe..b560fd980dba 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-06-23 +date: 2025-06-24 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 cf8619e4a9b5..cbbad0bb2d84 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-06-23 +date: 2025-06-24 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 c78220e2c898..a31531d0abda 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 327db7b1d15b..2b4174b5b716 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-06-23 +date: 2025-06-24 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 28e6f0d37872..20e24bb66dfe 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-06-23 +date: 2025-06-24 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 65cc92c0623c..1ad6893cdddc 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 434698cd1c7d..55dc9790c4a7 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index e3ce3e2db471..130e38e3bedd 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-06-23 +date: 2025-06-24 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 be161701db2c..4092b456fc64 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-06-23 +date: 2025-06-24 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 3ef22f7fc5ea..fd62e81a4793 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-06-23 +date: 2025-06-24 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 707ded90b16f..6fe88e28227a 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view'] --- import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx index 9a4b985496b9..19b8c0bd3c46 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 67cf385a40a5..8f012d0c49e3 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx index c5e2ed0236c6..b777c0190201 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-06-23 +date: 2025-06-24 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 355121fe3737..8b42164376fc 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-06-23 +date: 2025-06-24 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.devdocs.json b/api_docs/kbn_apm_ui_shared.devdocs.json index 05ac622fbb4d..f49ac4f22697 100644 --- a/api_docs/kbn_apm_ui_shared.devdocs.json +++ b/api_docs/kbn_apm_ui_shared.devdocs.json @@ -358,7 +358,7 @@ "label": "DurationDistributionChart", "description": [], "signature": [ - "({\n data,\n hasData,\n markerCurrentEvent,\n markerValue,\n onChartSelection,\n selection,\n loading,\n hasError,\n eventType,\n dataTestSubPrefix,\n showAxisTitle = true,\n showLegend = true,\n}: DurationDistributionChartProps) => React.JSX.Element" + "({\n data,\n hasData,\n markerCurrentEvent,\n markerValue,\n onChartSelection,\n selection,\n loading,\n hasError,\n eventType,\n dataTestSubPrefix,\n showAxisTitle = true,\n showLegend = true,\n isOtelData = false,\n}: DurationDistributionChartProps) => React.JSX.Element" ], "path": "src/platform/packages/shared/kbn-apm-ui-shared/src/components/duration_distribution_chart/index.tsx", "deprecated": false, @@ -369,7 +369,7 @@ "id": "def-public.DurationDistributionChart.$1", "type": "Object", "tags": [], - "label": "{\n data,\n hasData,\n markerCurrentEvent,\n markerValue,\n onChartSelection,\n selection,\n loading,\n hasError,\n eventType,\n dataTestSubPrefix,\n showAxisTitle = true,\n showLegend = true,\n}", + "label": "{\n data,\n hasData,\n markerCurrentEvent,\n markerValue,\n onChartSelection,\n selection,\n loading,\n hasError,\n eventType,\n dataTestSubPrefix,\n showAxisTitle = true,\n showLegend = true,\n isOtelData = false,\n}", "description": [], "signature": [ "DurationDistributionChartProps" diff --git a/api_docs/kbn_apm_ui_shared.mdx b/api_docs/kbn_apm_ui_shared.mdx index fcbe7a4229ef..ba78029024fa 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-06-23 +date: 2025-06-24 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 9b0e1d3ad91e..5ed54d55173c 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index b477b52ac3a5..954dfe86aa0c 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-06-23 +date: 2025-06-24 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 fcbcd864f9b1..a76e7bab839c 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 52a512a5952c..30a10ca83c70 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-06-23 +date: 2025-06-24 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 bdfa1118149e..bf5b61115909 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-06-23 +date: 2025-06-24 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 927fff00d29e..6516a12eddfc 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-06-23 +date: 2025-06-24 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 31ba9f0411d6..29280875ccdc 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- import kbnCborObj from './kbn_cbor.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 24729a2d414b..bfa41d245a04 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 2602aec4be7e..76d8758c3120 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-06-23 +date: 2025-06-24 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 a57972cc3200..c6b55fe1e0ba 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_charts_theme.mdx b/api_docs/kbn_charts_theme.mdx index 343db48f930c..01e445e56c99 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/charts-theme'] --- import kbnChartsThemeObj from './kbn_charts_theme.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index 3ba093a15b02..0b241d683e94 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-06-23 +date: 2025-06-24 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 961a55288d99..7e66d6f8d828 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-06-23 +date: 2025-06-24 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 903e6b7b3808..da7bb7bb131d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 2afd94a284ed..592479950015 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_cloud_security_posture.mdx index 08d1b8e8a68e..d5c6b0ac510f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture'] --- import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index 9cf6af4a5b6c..897719bd03bd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index 2dc53322d706..e3652d922482 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph title: "@kbn/cloud-security-posture-graph" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index 71c174b6dc5b..fea477246ca0 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index 51d8d5f0d9a4..10b9829688d1 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index 9868c7489835..c42a8b0bbb39 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index 2ec8b981a204..ec94e63db529 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- import kbnColoringObj from './kbn_coloring.devdocs.json'; diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index fe1af5278919..aa36a09f25b8 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index 136c569c281c..ebc19a87ccb5 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 79871764ea3d..dc1fe041bc07 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index 17e1fa1989ee..1bda0be3b55e 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-06-23 +date: 2025-06-24 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 93cf38c441a5..ee160f1d7ad7 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-06-23 +date: 2025-06-24 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 33c449ea6a4b..5756753b6b2f 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-06-23 +date: 2025-06-24 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 8ba07d51a60f..b51c86fd3f83 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-06-23 +date: 2025-06-24 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 649bbe3c1905..73f7544aca90 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-06-23 +date: 2025-06-24 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 22c495911843..92b34e1b9020 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server'] --- import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index 9193d37beba9..eee75eecbcc5 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-06-23 +date: 2025-06-24 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 e0796b7a81f9..ca984d7dbc4b 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-06-23 +date: 2025-06-24 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 a8879d1c6836..cb3c9d83822e 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-06-23 +date: 2025-06-24 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 aa98c6bd9073..913335f97286 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index acef2bbc3b3c..1825a6091b5d 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-06-23 +date: 2025-06-24 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 f6bfa7a19dc8..413d90232dd5 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-06-23 +date: 2025-06-24 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 c118639fbad3..a8c514bd1b6d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-packs-schema'] --- import kbnContentPacksSchemaObj from './kbn_content_packs_schema.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index b5c7639f6208..ef31302e17bd 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-06-23 +date: 2025-06-24 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 defaecd7b6f7..709062fcf422 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-06-23 +date: 2025-06-24 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 61d76a057488..d24a436351ca 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_core_analytics_server.mdx index ff4132bf6cbf..5e0cd822fde9 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-06-23 +date: 2025-06-24 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 983f8d18547d..8fdb0c7b6110 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-06-23 +date: 2025-06-24 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 33825543d453..16b6837a4fc9 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index eff6c669fb9c..3d20371248c5 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-06-23 +date: 2025-06-24 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 349bdda1cf41..29fd2f5827f1 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-06-23 +date: 2025-06-24 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 8be517130e52..52749a9db534 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-06-23 +date: 2025-06-24 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 fe943a193a0e..9da3dd716558 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-06-23 +date: 2025-06-24 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 9106ffbaffdf..4563757e1807 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-06-23 +date: 2025-06-24 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 b9a2afbe4706..4a9c0c997fca 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-06-23 +date: 2025-06-24 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 d99a4fcfdfce..f9a778099a32 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-06-23 +date: 2025-06-24 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 4764e8a308eb..0947f73b7700 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-06-23 +date: 2025-06-24 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 5b414f2ca047..bcdc4c32cec4 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-06-23 +date: 2025-06-24 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 018ea43c9278..94083adbc00a 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-06-23 +date: 2025-06-24 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 d43f05e59122..a0b6feed3b10 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-06-23 +date: 2025-06-24 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 288ad41111da..79cb68400952 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-06-23 +date: 2025-06-24 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 dc35fc4aadc8..d70987e0f1ea 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-06-23 +date: 2025-06-24 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 c01bdf8a244c..143a223b61c4 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-06-23 +date: 2025-06-24 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 8c1651fea518..2fdc42290946 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index ef4ce25f975d..7fb5a7b1922c 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-06-23 +date: 2025-06-24 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 2df7a7ab5eb3..0f813cc5d56e 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_core_chrome_layout_components.mdx index 510269e8fdd1..8becf2b1c5b2 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-06-23 +date: 2025-06-24 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_config_server_internal.devdocs.json b/api_docs/kbn_core_config_server_internal.devdocs.json index ec0744a4dee8..b0319563cecc 100644 --- a/api_docs/kbn_core_config_server_internal.devdocs.json +++ b/api_docs/kbn_core_config_server_internal.devdocs.json @@ -35,109 +35,9 @@ "children": [], "returnComment": [], "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-server.ensureValidConfiguration", - "type": "Function", - "tags": [ - "private" - ], - "label": "ensureValidConfiguration", - "description": [ - "\nValidate the entire Kibana configuration object, including the detection of extra keys." - ], - "signature": [ - "(configService: ", - "IConfigService", - ", params: ", - "EnsureValidConfigurationParameters", - ") => Promise" - ], - "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-server.ensureValidConfiguration.$1", - "type": "Object", - "tags": [], - "label": "configService", - "description": [ - "The {@link IConfigService } instance that has the raw configuration preloaded." - ], - "signature": [ - "IConfigService" - ], - "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-server.ensureValidConfiguration.$2", - "type": "Object", - "tags": [], - "label": "params", - "description": [ - "{@link EnsureValidConfigurationParameters | Options} to enable/disable extra edge-cases." - ], - "signature": [ - "EnsureValidConfigurationParameters" - ], - "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-server.EnsureValidConfigurationParameters", - "type": "Interface", - "tags": [ - "private" - ], - "label": "EnsureValidConfigurationParameters", - "description": [ - "\nParameters for the helper {@link ensureValidConfiguration}\n" - ], - "signature": [ - "EnsureValidConfigurationParameters", - " extends ", - "ConfigValidateParameters" - ], - "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-server.EnsureValidConfigurationParameters.stripUnknownKeys", - "type": "CompoundType", - "tags": [], - "label": "stripUnknownKeys", - "description": [ - "\nSet to `true` to ignore any unknown keys and discard them from the final validated config object." - ], - "signature": [ - "boolean | undefined" - ], - "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false } ], + "interfaces": [], "enums": [], "misc": [], "objects": [] diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 0df7a12de722..7f8b06dd0dfe 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; @@ -21,13 +21,10 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 1 | 0 | +| 1 | 0 | 1 | 0 | ## Server ### Functions -### Interfaces - - diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index 6aacc5c98248..42d88b1afb7e 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-06-23 +date: 2025-06-24 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 4bd4b04cfac1..4b6ca44e56eb 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-06-23 +date: 2025-06-24 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 cb9e4199a766..d737443a84f6 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-06-23 +date: 2025-06-24 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 cf552e849881..9b480d71967d 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-06-23 +date: 2025-06-24 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 1e8cf5f19489..64f4aea81fff 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-06-23 +date: 2025-06-24 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 a3cc4e91ccd3..03afdc1a9503 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-06-23 +date: 2025-06-24 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 0f1959ee7a9e..f959cb8f52b8 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index e7c288cf156f..abc1c362c5e5 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-06-23 +date: 2025-06-24 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 a42ed292d8a1..70ab249b77cb 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-06-23 +date: 2025-06-24 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 b7482bc5b22d..299875cd1532 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-06-23 +date: 2025-06-24 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 b931258f46f1..e095b74f7583 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-06-23 +date: 2025-06-24 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 1c18894d2b4c..f28ade7bdbf6 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-06-23 +date: 2025-06-24 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 e8ce7cfb9252..41cf2deed802 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-06-23 +date: 2025-06-24 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 bc1c06468e1d..602adee20889 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 4642acbd2db7..3e31459c4e2d 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-06-23 +date: 2025-06-24 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 4d6a2345cd30..163903014ed1 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-06-23 +date: 2025-06-24 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 65bc9591cb98..f419001ab4aa 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-06-23 +date: 2025-06-24 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 3b2a6ccb7cbf..1f32b7ace3d7 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-06-23 +date: 2025-06-24 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 081206a23fad..a1e7e2223146 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-06-23 +date: 2025-06-24 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 2d4ff68bdf34..badefb6e9014 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 2eea1bc5c380..d2edff4ca297 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json index 3d5dce0eba7b..64eb42a2eddf 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json @@ -1250,69 +1250,6 @@ } ], "interfaces": [ - { - "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-server.ClusterInfo", - "type": "Interface", - "tags": [ - "private" - ], - "label": "ClusterInfo", - "description": [], - "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-server.ClusterInfo.cluster_name", - "type": "string", - "tags": [], - "label": "cluster_name", - "description": [], - "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-server.ClusterInfo.cluster_uuid", - "type": "string", - "tags": [], - "label": "cluster_uuid", - "description": [], - "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-server.ClusterInfo.cluster_version", - "type": "string", - "tags": [], - "label": "cluster_version", - "description": [], - "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-server.ClusterInfo.cluster_build_flavor", - "type": "string", - "tags": [], - "label": "cluster_build_flavor", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", "id": "def-server.NodeInfo", diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index 0c435b62e25f..decfa4e90c98 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 38 | 0 | +| 38 | 0 | 33 | 0 | ## Server diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index de4c58a62ec1..399777230002 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index e9068d36458b..4715cbc40a33 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-06-23 +date: 2025-06-24 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 31a6564fb8c2..dda8a97de2ab 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-06-23 +date: 2025-06-24 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 e850b2258705..1e24bc0b0106 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-06-23 +date: 2025-06-24 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 1ca89e138ce4..1427e3f1b0f3 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-06-23 +date: 2025-06-24 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 8f167558b472..d4de4b3075cd 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-06-23 +date: 2025-06-24 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 642a69be6bf9..0c53343f3796 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-06-23 +date: 2025-06-24 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 6c2ae5ab60a9..28dd3406631c 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-06-23 +date: 2025-06-24 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 b352c1342131..ec6fd471064c 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-06-23 +date: 2025-06-24 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 1b5e107d2f7a..1bc57e1e3027 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-06-23 +date: 2025-06-24 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 d18bb57d9ae3..1e5b179b75c2 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-06-23 +date: 2025-06-24 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 762e036ae300..96dd3addc51c 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser.devdocs.json b/api_docs/kbn_core_feature_flags_browser.devdocs.json index 897581347dbe..0f595834ff26 100644 --- a/api_docs/kbn_core_feature_flags_browser.devdocs.json +++ b/api_docs/kbn_core_feature_flags_browser.devdocs.json @@ -17,6 +17,24 @@ "deprecated": false, "trackAdoption": false, "children": [ + { + "parentPluginId": "@kbn/core-feature-flags-browser", + "id": "def-public.FeatureFlagsSetup.getInitialFeatureFlags", + "type": "Function", + "tags": [], + "label": "getInitialFeatureFlags", + "description": [ + "\nUsed for bootstrapping the browser-side client with a seed of the feature flags for faster load-times." + ], + "signature": [ + "() => Record" + ], + "path": "src/core/packages/feature-flags/browser/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/core-feature-flags-browser", "id": "def-public.FeatureFlagsSetup.setProvider", diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 862abfed5abc..c46c647d3373 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 0 | 0 | +| 30 | 0 | 0 | 0 | ## Client diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index a419e425ac9d..628e968b8ea7 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-06-23 +date: 2025-06-24 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 5f322138b7fb..43c5386cf311 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-06-23 +date: 2025-06-24 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 56b601c52d6c..f5d0a3a6df86 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-06-23 +date: 2025-06-24 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 e3fb28761004..3dc0e18ecb8d 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-06-23 +date: 2025-06-24 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 57958cde4857..b007b2f58385 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-06-23 +date: 2025-06-24 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 ba3885089348..41b725d2c105 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-06-23 +date: 2025-06-24 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 1f8c04a6756f..dc71fa58429b 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-06-23 +date: 2025-06-24 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 76f0b25db067..ab23228fface 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-06-23 +date: 2025-06-24 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 3f385ba6f6b6..da86c12175e6 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-06-23 +date: 2025-06-24 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 2be8465e8d9e..62ba611f6023 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-06-23 +date: 2025-06-24 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 ec952e403e42..eb69da2ecd4d 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-06-23 +date: 2025-06-24 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 2ffb144fa6bf..41d43ecbf3a2 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-06-23 +date: 2025-06-24 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 726e9f065c8e..b891c4ed409e 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-06-23 +date: 2025-06-24 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 4f0e225386fd..6e270c600583 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_core_http_server.mdx index 17ca5f8a40f7..ed6914ac43b0 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index 2776a48ab1cc..468451484f6e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index d80f83dd07e6..db49e6c3feac 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-06-23 +date: 2025-06-24 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 53f28ee55709..8258a8973352 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-06-23 +date: 2025-06-24 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 9d01e36da445..467a8af60145 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-06-23 +date: 2025-06-24 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 ab15adda0ab8..ad3a53580652 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-06-23 +date: 2025-06-24 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 7cbdb1fd508e..0e28c39fc48b 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-06-23 +date: 2025-06-24 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 acb648942a5c..2d45be1959ff 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-06-23 +date: 2025-06-24 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 1ad486e19405..b39fc3c309d4 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-06-23 +date: 2025-06-24 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 2f37105dd60b..3d851509610c 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-06-23 +date: 2025-06-24 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 6e37efad3dc5..d5a851a5625e 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-06-23 +date: 2025-06-24 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 a6fd90c96d1d..bdec1e545e35 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.devdocs.json b/api_docs/kbn_core_lifecycle_browser.devdocs.json index 6aacd715e773..251ed7c98891 100644 --- a/api_docs/kbn_core_lifecycle_browser.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json @@ -487,10 +487,6 @@ "plugin": "dashboardEnhanced", "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, - { - "plugin": "discover", - "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts" - }, { "plugin": "@kbn/core", "path": "src/core/packages/plugins/browser-internal/src/plugins_service.test.ts" diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index a804bf589eaf..19d193e90475 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-06-23 +date: 2025-06-24 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 88d92f860aeb..6c2902c0f2b0 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index c5f1f351c68b..69382f7f190e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index 3f6add7a63f2..95a88371169d 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-06-23 +date: 2025-06-24 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 a94d04cf353f..97bf3976c6d1 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index 363eea40c18b..57f7310eb49b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal'] --- import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index 432013307d61..ea21f9e3d9dd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 2f2abb1f9bda..b8632f6c8660 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-06-23 +date: 2025-06-24 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 127315e0fed1..358f15e9547f 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-06-23 +date: 2025-06-24 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 ba55ea4987c2..cbb5d9ef7d7b 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-06-23 +date: 2025-06-24 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 ff9baf580cea..e99a2bf12d59 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-06-23 +date: 2025-06-24 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 46f377652c84..94abf86558c9 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-06-23 +date: 2025-06-24 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 397d95057ead..18713afcbdac 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-06-23 +date: 2025-06-24 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 641c3592b906..e737339ab98f 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-06-23 +date: 2025-06-24 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 10aa6d088724..9da6d2ca46f1 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-06-23 +date: 2025-06-24 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 15df6999886c..2c61c0015332 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-06-23 +date: 2025-06-24 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 77b4007e6fc3..575a9ab45e09 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-06-23 +date: 2025-06-24 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 e3da9b46f358..8b8d596c3f1f 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-06-23 +date: 2025-06-24 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 b6785aa4028c..dc0d1448442d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 223df7649820..f4e67a915d15 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-06-23 +date: 2025-06-24 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 2b03ce4aebb1..cd64b52ac1e4 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-06-23 +date: 2025-06-24 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 4bd157a6af36..be41aff30832 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 9b02b977f4ae..eb17fe02c0b4 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-06-23 +date: 2025-06-24 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 ab250d4265c5..4e7c8c8b634e 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-06-23 +date: 2025-06-24 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 7c772ff878d5..06b9ddca8879 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-06-23 +date: 2025-06-24 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 72e377be4694..d23ef5d990be 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-06-23 +date: 2025-06-24 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 21f502516ae3..a60d200ff06a 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-06-23 +date: 2025-06-24 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 766665623f12..7d0b8eb524b6 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-06-23 +date: 2025-06-24 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 b61783e25fae..67fa7a5d9197 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-06-23 +date: 2025-06-24 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 90abfbfb21a3..9e418161663f 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-06-23 +date: 2025-06-24 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 61ba7d848047..74eb52cfb5b3 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-06-23 +date: 2025-06-24 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 6a8704747abf..1b4ab828c2e8 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-06-23 +date: 2025-06-24 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 2b48e33b80c1..34ddfa174dfa 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-06-23 +date: 2025-06-24 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 923eaf7538c7..a60ed87eac13 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-06-23 +date: 2025-06-24 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 0b037b1f180c..797946ceddce 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-06-23 +date: 2025-06-24 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 431fd3eea380..3c726dd37015 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-06-23 +date: 2025-06-24 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 4aa258307152..cd4d79bdda0b 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-06-23 +date: 2025-06-24 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 af9685748094..56f38e5279fd 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-06-23 +date: 2025-06-24 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 7e006228e07b..7ce66e134681 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-06-23 +date: 2025-06-24 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 94e47fed6d93..d16293ba9d99 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-06-23 +date: 2025-06-24 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 c18517adaa63..d802faa821b1 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-06-23 +date: 2025-06-24 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 8a37ddb4aeab..0478003537cc 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-06-23 +date: 2025-06-24 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 f35a7f6ff871..a3f342b534a1 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-06-23 +date: 2025-06-24 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 eae257d0c41f..845d5fe75d6e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 3d8eda5cbb5b..76b091a084a5 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -79,22 +79,6 @@ "plugin": "spaces", "path": "x-pack/platform/plugins/shared/spaces/public/legacy_urls/types.ts" }, - { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" - }, - { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" - }, - { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" - }, - { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" - }, { "plugin": "visualizations", "path": "src/platform/plugins/shared/visualizations/public/types.ts" @@ -1744,10 +1728,6 @@ "plugin": "@kbn/core", "path": "src/core/packages/saved-objects/browser-mocks/src/saved_objects_service.mock.ts" }, - { - "plugin": "discover", - "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts" - }, { "plugin": "@kbn/core", "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index aabf0687d0c2..3cab90e45ae4 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser title: "@kbn/core-saved-objects-api-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 9c1d0370efb3..83601fef1b52 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-06-23 +date: 2025-06-24 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 07c89568380a..a5fbef7f6d6b 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-06-23 +date: 2025-06-24 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 6c0d7c5c2448..32ef5d042990 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-06-23 +date: 2025-06-24 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 55699695108b..7314f33ae593 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index 5ed8fec346fc..c15e0b88b4aa 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser title: "@kbn/core-saved-objects-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 55d88aa89795..32ec0edf35fa 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal title: "@kbn/core-saved-objects-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index 8547f0a522d7..5f5e47c05bc8 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks title: "@kbn/core-saved-objects-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 03620094063e..08f399de246a 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-06-23 +date: 2025-06-24 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 e4f5964c59e5..6d979834c6fb 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-06-23 +date: 2025-06-24 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 f0dcb6a3bec0..f9f690f560f2 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-06-23 +date: 2025-06-24 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 7240d192f404..96070707ef71 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-06-23 +date: 2025-06-24 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 c8a519cd97e1..163dffa97c0d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 3e2a59aed3a1..72f337379d12 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-06-23 +date: 2025-06-24 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 4797e6983df8..4114af93cdde 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-06-23 +date: 2025-06-24 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 e0c237f61f54..73f25e63c823 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-06-23 +date: 2025-06-24 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 f06bf13ee4d3..491a18fe6dcc 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-06-23 +date: 2025-06-24 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 b44f8e44526f..a5818b42f926 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-06-23 +date: 2025-06-24 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 45cbd3e50f33..96144e67a3c1 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index fa1861b283ad..d1bbaded0499 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-06-23 +date: 2025-06-24 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 a48cc9421587..f0b9e764939f 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-06-23 +date: 2025-06-24 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 181426530912..7c66ffcd1ab6 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-06-23 +date: 2025-06-24 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 eaee7fe93523..676c346196d4 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 193efe47a8f3..e877e1077bad 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-06-23 +date: 2025-06-24 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 5f68af9389ae..29a710ce225e 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-06-23 +date: 2025-06-24 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 0391d5010d33..a1fc73bee039 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-06-23 +date: 2025-06-24 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 b4f35e55882b..fc65390d16ab 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-06-23 +date: 2025-06-24 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 a9545d45e068..97d0ca220a6a 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-06-23 +date: 2025-06-24 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 c7c8a3f1a1ad..61d9cb1e2c2d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json index 4d32914de512..311f3d6c2af0 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json @@ -103,7 +103,7 @@ "InjectedMetadataPlugin", "[], [], unknown>; getAnonymousStatusPage: jest.MockInstance; getLegacyMetadata: jest.MockInstance<{ uiSettings: { defaults: Record; user?: Record | undefined; }; globalUiSettings: { defaults: Record; user?: Record | undefined; }; }, [], unknown>; getCustomBranding: jest.MockInstance<", "CustomBranding", - ", [], unknown>; getFeatureFlags: jest.MockInstance<{ overrides: Record; } | undefined, [], unknown>; } & ", + ", [], unknown>; getFeatureFlags: jest.MockInstance<{ overrides: Record; initialFeatureFlags: Record; } | undefined, [], unknown>; } & ", "InternalInjectedMetadataSetup" ], "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", 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 255626f8dbbe..d448be0af549 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-06-23 +date: 2025-06-24 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 3cdd5d084aad..f6e35d2bbe68 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-06-23 +date: 2025-06-24 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 404e6252536c..7ef60519cbb8 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-06-23 +date: 2025-06-24 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 2032a2448fba..6a88f2b26fde 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-06-23 +date: 2025-06-24 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 b4e2b221a82c..852bc6489096 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-06-23 +date: 2025-06-24 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 81091a2d863e..5977b26eadb3 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-06-23 +date: 2025-06-24 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 ce10536c8e7e..eb48d8feebdb 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-06-23 +date: 2025-06-24 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 b00d49c058a7..a8681f960cfe 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index d0c292bc48b7..73de2847b3ed 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-06-23 +date: 2025-06-24 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 951fca71a42b..1c63f286624c 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-06-23 +date: 2025-06-24 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 6538af9057ee..7b3115039bae 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index 35c8a39e9260..de0120433756 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-06-23 +date: 2025-06-24 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 f4fcc9e9db38..459981ee6d45 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-06-23 +date: 2025-06-24 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 f7073be56dc4..36357fff6b04 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-06-23 +date: 2025-06-24 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 bfc08546af8a..1309b3e824ce 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-06-23 +date: 2025-06-24 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 d02533c2920e..6691ec986954 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-06-23 +date: 2025-06-24 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 0a245459349e..dc001eafc483 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-06-23 +date: 2025-06-24 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 9fcdc06031a6..22ad975dcaa5 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-06-23 +date: 2025-06-24 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 30a9b9d5c34b..cac8aa8a9079 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-06-23 +date: 2025-06-24 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 9536b2401967..1c42184a7811 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-06-23 +date: 2025-06-24 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 c7bb22b0afb5..bb93d9dfa209 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-06-23 +date: 2025-06-24 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 4d55cf20ce87..c2223fa8e1af 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-06-23 +date: 2025-06-24 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 0d14d9f59052..c9e7787891f3 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-06-23 +date: 2025-06-24 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 73386c42918d..12e0b41a7184 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-06-23 +date: 2025-06-24 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 bb50e57b295c..485c73241676 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-06-23 +date: 2025-06-24 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 54cc05ec8cac..92ed0a980936 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-06-23 +date: 2025-06-24 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 09ae0c01c4e6..83831891016b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index fdffe78affdc..0de36801b529 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-06-23 +date: 2025-06-24 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 c4c0a155e845..31146ce8cda8 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-06-23 +date: 2025-06-24 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 cac8f73f9086..3a0ab4229276 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index a303d8750dfa..db43ee3064bc 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations title: "@kbn/custom-integrations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 75c27352b17e..38d3b4145aa2 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index e2584fb29139..6d7efd10d2e5 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-06-23 +date: 2025-06-24 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 f5e46ab09edd..6020b84ae8ba 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-06-23 +date: 2025-06-24 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 883db6d3c1c3..56a5b4862a95 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 209ac938e257..4bee8ac395e9 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index a2180dcf01bb..231dca96047e 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index 8e806f65afb5..8f7e90e9e238 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index f41b14d08cd9..d72d84968ba4 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_chat.mdx b/api_docs/kbn_deeplinks_chat.mdx index 3e81bf772e86..839a5827731b 100644 --- a/api_docs/kbn_deeplinks_chat.mdx +++ b/api_docs/kbn_deeplinks_chat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-chat title: "@kbn/deeplinks-chat" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-chat plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-chat'] --- import kbnDeeplinksChatObj from './kbn_deeplinks_chat.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index fe634a1dd208..7a6331bfad6f 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-06-23 +date: 2025-06-24 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 eb19cf9cfe6b..2af723b8ce20 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-06-23 +date: 2025-06-24 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 59066c1aef33..d3e65bceafc3 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-06-23 +date: 2025-06-24 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 14274a94cf05..3975256c91a7 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index a159c06990e7..8d0633196323 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-06-23 +date: 2025-06-24 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 ab6d55b12dd4..c81becee417c 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-06-23 +date: 2025-06-24 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 6567f5b39770..97d592be1fe1 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-06-23 +date: 2025-06-24 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 90307f3edcb2..636c1446df86 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 60ba2b76502f..c0d96ddb7bd2 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 28fd3cb1e9e2..4e6a42ba8121 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index 03f3e5a8aec1..d8e3ab301525 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index c10f582acac8..2fa78100d199 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; diff --git a/api_docs/kbn_delete_managed_asset_callout.mdx b/api_docs/kbn_delete_managed_asset_callout.mdx index 4d99757a802b..c5a7508f18ce 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-06-23 +date: 2025-06-24 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_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index 2d8423bd621e..19b0162e514a 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-06-23 +date: 2025-06-24 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 684462ebe457..f514d8cdc911 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-06-23 +date: 2025-06-24 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 8f025e9ec5c8..3e6068df2d03 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-06-23 +date: 2025-06-24 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 57d2b7b5ca25..d2d3f96e1751 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index def6e29c114b..2490459fc0c4 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-06-23 +date: 2025-06-24 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 c6731dbeff53..5d1cba35998f 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -4633,6 +4633,34 @@ "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/discover-utils", + "id": "def-common.SpanDocumentOverview.duration", + "type": "number", + "tags": [], + "label": "duration", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/discover-utils", + "id": "def-common.SpanDocumentOverview.kind", + "type": "string", + "tags": [], + "label": "kind", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -6189,6 +6217,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/discover-utils", + "id": "def-common.OTEL_DURATION", + "type": "string", + "tags": [], + "label": "OTEL_DURATION", + "description": [], + "signature": [ + "\"duration\"" + ], + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/discover-utils", "id": "def-common.OTEL_SPAN_KIND", diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index d6d1bccbbe16..8f53b60e55e2 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 363 | 0 | 313 | 5 | +| 366 | 0 | 316 | 5 | ## Common diff --git a/api_docs/kbn_doc_links.devdocs.json b/api_docs/kbn_doc_links.devdocs.json index fd07f318f542..78cdfbf37bc1 100644 --- a/api_docs/kbn_doc_links.devdocs.json +++ b/api_docs/kbn_doc_links.devdocs.json @@ -501,7 +501,7 @@ "label": "siem", "description": [], "signature": [ - "{ readonly privileges: string; readonly guide: string; readonly gettingStarted: string; readonly ml: string; readonly ruleChangeLog: string; readonly detectionsReq: string; readonly networkMap: string; readonly troubleshootGaps: string; readonly ruleApiOverview: string; readonly configureAlertSuppression: string; }" + "{ readonly privileges: string; readonly guide: string; readonly gettingStarted: string; readonly ml: string; readonly ruleChangeLog: string; readonly detectionsReq: string; readonly networkMap: string; readonly troubleshootGaps: string; readonly gapsTable: string; readonly ruleApiOverview: string; readonly configureAlertSuppression: string; }" ], "path": "src/platform/packages/shared/kbn-doc-links/src/types.ts", "deprecated": false, @@ -1066,6 +1066,20 @@ "path": "src/platform/packages/shared/kbn-doc-links/src/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/doc-links", + "id": "def-common.DocLinks.datasetQuality", + "type": "Object", + "tags": [], + "label": "datasetQuality", + "description": [], + "signature": [ + "{ readonly failureStore: string; }" + ], + "path": "src/platform/packages/shared/kbn-doc-links/src/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 361a810b96c6..ffbad747d44d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/docs](https://github.com/orgs/elastic/teams/docs) for question | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 82 | 0 | 82 | 2 | +| 83 | 0 | 83 | 2 | ## Common diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 0615839925bd..8c7bd9a20a97 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-06-23 +date: 2025-06-24 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 4af73fe1e4ea..e34c1a9312e8 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop'] --- import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; diff --git a/api_docs/kbn_ebt_tools.devdocs.json b/api_docs/kbn_ebt_tools.devdocs.json index 65f6602f3dc9..d945af9b6abc 100644 --- a/api_docs/kbn_ebt_tools.devdocs.json +++ b/api_docs/kbn_ebt_tools.devdocs.json @@ -314,49 +314,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/ebt-tools", - "id": "def-common.registerPerformanceMetricEventType", - "type": "Function", - "tags": [ - "private" - ], - "label": "registerPerformanceMetricEventType", - "description": [ - "\nRegister the `performance_metric` event type" - ], - "signature": [ - "(analytics: Pick<", - "IAnalyticsClient", - ", \"registerEventType\">) => void" - ], - "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/ebt-tools", - "id": "def-common.registerPerformanceMetricEventType.$1", - "type": "Object", - "tags": [], - "label": "analytics", - "description": [ - "The {@link AnalyticsClient } during the setup phase (it has the method `registerEventType`)" - ], - "signature": [ - "Pick<", - "IAnalyticsClient", - ", \"registerEventType\">" - ], - "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/ebt-tools", "id": "def-common.reportPerformanceMetricEvent", diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index 7318437fecca..5e53ee4df354 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.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 | |-------------------|-----------|------------------------|-----------------| -| 55 | 0 | 35 | 1 | +| 53 | 0 | 35 | 1 | ## Common diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index 6d5848e1b5cd..ebd64fa1076a 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index 23e940a0ee09..b8c0015a283b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 0dbfa320ea1c..c1ae44c951bc 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-06-23 +date: 2025-06-24 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 bbb9346b0b19..94fba00dbf7b 100644 --- a/api_docs/kbn_elastic_assistant_common.devdocs.json +++ b/api_docs/kbn_elastic_assistant_common.devdocs.json @@ -5773,6 +5773,23 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.INFERENCE_CHAT_MODEL_ENABLED_FEATURE_FLAG", + "type": "string", + "tags": [], + "label": "INFERENCE_CHAT_MODEL_ENABLED_FEATURE_FLAG", + "description": [ + "\nThis feature flag enables the InferenceChatModel feature.\n\nIt may be overridden via the following setting in `kibana.yml` or `kibana.dev.yml`:\n```\nfeature_flags.overrides:\n securitySolution.inferenceChatModelEnabled: true\n```" + ], + "signature": [ + "\"securitySolution.inferenceChatModelEnabled\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.InputSchema", diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index fba0aed7bc4f..cbeaed8da953 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 759 | 0 | 648 | 2 | +| 760 | 0 | 648 | 2 | ## Common diff --git a/api_docs/kbn_encrypted_saved_objects_shared.mdx b/api_docs/kbn_encrypted_saved_objects_shared.mdx index 7523a755d8fb..d590aebd5802 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-06-23 +date: 2025-06-24 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 e5ffc69405db..752bb347141c 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-06-23 +date: 2025-06-24 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 caaf163586ab..3a6e5f7ab06e 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-06-23 +date: 2025-06-24 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 6c4b25bcb0ab..ae8e571e5de2 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-06-23 +date: 2025-06-24 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 294211223deb..de9c75168ff3 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 65bf3afb6442..bab436131386 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.devdocs.json'; diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index 3046745b5d37..c72402cd233c 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-06-23 +date: 2025-06-24 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 82701f5dc8af..0e2cffc4bc1f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_esql_ast.devdocs.json b/api_docs/kbn_esql_ast.devdocs.json index 682bb838bf0d..2c10408f8623 100644 --- a/api_docs/kbn_esql_ast.devdocs.json +++ b/api_docs/kbn_esql_ast.devdocs.json @@ -4505,6 +4505,14 @@ "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": "stackAlerts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/es_query/esql_query_utils.ts" + }, + { + "plugin": "stackAlerts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/es_query/esql_query_utils.ts" + }, { "plugin": "@kbn/securitysolution-utils", "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts" @@ -4545,14 +4553,6 @@ "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": "stackAlerts", - "path": "x-pack/platform/plugins/shared/stack_alerts/common/es_query/esql_query_utils.ts" - }, - { - "plugin": "stackAlerts", - "path": "x-pack/platform/plugins/shared/stack_alerts/common/es_query/esql_query_utils.ts" - }, { "plugin": "inference", "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" diff --git a/api_docs/kbn_esql_ast.mdx b/api_docs/kbn_esql_ast.mdx index 98329745f618..81a87d80169d 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-ast title: "@kbn/esql-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 7f530231289e..cd6bf91dd481 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; diff --git a/api_docs/kbn_esql_types.devdocs.json b/api_docs/kbn_esql_types.devdocs.json index f34b20ce6f10..56a88696091b 100644 --- a/api_docs/kbn_esql_types.devdocs.json +++ b/api_docs/kbn_esql_types.devdocs.json @@ -1225,6 +1225,42 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.RecommendedField", + "type": "Interface", + "tags": [], + "label": "RecommendedField", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-types/src/extensions_autocomplete_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.RecommendedField.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-types/src/extensions_autocomplete_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.RecommendedField.pattern", + "type": "string", + "tags": [], + "label": "pattern", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-types/src/extensions_autocomplete_types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/esql-types", "id": "def-common.RecommendedQuery", diff --git a/api_docs/kbn_esql_types.mdx b/api_docs/kbn_esql_types.mdx index 328f8be144d2..cdf64df7dc52 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 46 | 0 | 45 | 0 | +| 49 | 0 | 48 | 0 | ## Common diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index dcd8f0ce2415..54df0b7303ee 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_esql_validation_autocomplete.devdocs.json b/api_docs/kbn_esql_validation_autocomplete.devdocs.json index 1acdbfbc28a8..26eaad78cd58 100644 --- a/api_docs/kbn_esql_validation_autocomplete.devdocs.json +++ b/api_docs/kbn_esql_validation_autocomplete.devdocs.json @@ -2248,6 +2248,14 @@ "section": "def-common.RecommendedQuery", "text": "RecommendedQuery" }, + "[]; recommendedFields: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.RecommendedField", + "text": "RecommendedField" + }, "[]; }>) | undefined" ], "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 167bbad42674..ebae70c74306 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete title: "@kbn/esql-validation-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-validation-autocomplete'] --- import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 0a501c9347d6..a06106d74019 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-06-23 +date: 2025-06-24 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 ed5b5ebe4cd6..61c5815cb13e 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-06-23 +date: 2025-06-24 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 bebb976ab7bc..ce9aaed11821 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-06-23 +date: 2025-06-24 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 c61592750ac1..93339d282fa1 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index 585b628defab..dd17b0d70b58 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-06-23 +date: 2025-06-24 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 cd912026dcc5..590e5f394bcd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_file_upload.mdx b/api_docs/kbn_file_upload.mdx index 3c8b9bbc7bf5..3af66f53fca7 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-06-23 +date: 2025-06-24 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 b3da06101932..a91304ffab02 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-06-23 +date: 2025-06-24 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 0bf6775c54f8..7f24ca9d4bae 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-06-23 +date: 2025-06-24 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_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index 13b521e4e09d..46abdf634073 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-06-23 +date: 2025-06-24 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 f98e2ff08850..680f6c35d0c9 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-06-23 +date: 2025-06-24 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 36138e91c121..5d62720f9a6d 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-06-23 +date: 2025-06-24 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 a95262cc7c8a..583982fceffb 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-06-23 +date: 2025-06-24 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 3035250b10c2..10f909ce2e5d 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-06-23 +date: 2025-06-24 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 3404fbee4cb5..1b93411acb96 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index e12f4c497da9..a10bc4559d04 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grok_ui.mdx b/api_docs/kbn_grok_ui.mdx index da0e0a9f158a..fba4d32793f9 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grok-ui'] --- import kbnGrokUiObj from './kbn_grok_ui.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index f0e849d0076d..219dbb510c12 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- import kbnGroupingObj from './kbn_grouping.devdocs.json'; diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index 6fc7c8310bbc..3de114a3ead3 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding title: "@kbn/guided-onboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding'] --- import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index 7e4170d4b048..2e8ad91ae124 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-06-23 +date: 2025-06-24 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 6512774d085a..e709351e8b4a 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-06-23 +date: 2025-06-24 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 44c8f2de18dd..3411b5043a13 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server'] --- import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index 2e714bfdb724..1110abb43694 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-06-23 +date: 2025-06-24 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 9ee46c371082..f3d5322955dc 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-06-23 +date: 2025-06-24 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 384ebe3b0f49..731e895433ab 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-06-23 +date: 2025-06-24 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 3132d2d7da5f..a2a0a1f81b88 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-06-23 +date: 2025-06-24 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 5ce2efa6bc52..cf1fe0540b91 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-06-23 +date: 2025-06-24 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 55a7fc33b127..e0af50c665f3 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-adapter'] --- import kbnIndexAdapterObj from './kbn_index_adapter.devdocs.json'; diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.mdx b/api_docs/kbn_index_lifecycle_management_common_shared.mdx index 7df872e23522..79557064a236 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-lifecycle-management-common-shared'] --- import kbnIndexLifecycleManagementCommonSharedObj from './kbn_index_lifecycle_management_common_shared.devdocs.json'; diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index 2f00834495ce..0a72688d4754 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; diff --git a/api_docs/kbn_inference_cli.mdx b/api_docs/kbn_inference_cli.mdx index 9a74005e7499..7f570dff0903 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-cli'] --- import kbnInferenceCliObj from './kbn_inference_cli.devdocs.json'; diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index 2d395e5cc820..ba08ba422996 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; diff --git a/api_docs/kbn_inference_endpoint_ui_common.mdx b/api_docs/kbn_inference_endpoint_ui_common.mdx index e1f4b201c3a7..a0144854ce79 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-06-23 +date: 2025-06-24 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.devdocs.json b/api_docs/kbn_inference_langchain.devdocs.json index 501820b6ce0d..cd7401f16ce5 100644 --- a/api_docs/kbn_inference_langchain.devdocs.json +++ b/api_docs/kbn_inference_langchain.devdocs.json @@ -88,6 +88,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/inference-langchain", + "id": "def-common.InferenceChatModel.maxRetries", + "type": "number", + "tags": [], + "label": "maxRetries", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-langchain/src/chat_model/inference_chat_model.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/inference-langchain", "id": "def-common.InferenceChatModel.model", diff --git a/api_docs/kbn_inference_langchain.mdx b/api_docs/kbn_inference_langchain.mdx index 8a06d572d0b1..52e377d84187 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-langchain'] --- import kbnInferenceLangchainObj from './kbn_inference_langchain.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 | |-------------------|-----------|------------------------|-----------------| -| 50 | 0 | 49 | 0 | +| 51 | 0 | 50 | 0 | ## Common diff --git a/api_docs/kbn_inference_tracing.mdx b/api_docs/kbn_inference_tracing.mdx index e74683107263..f008106d5f47 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-tracing'] --- import kbnInferenceTracingObj from './kbn_inference_tracing.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index 1ca4fffce10a..0514277ec033 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index efa1820e6c7e..70a0b9aae310 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-06-23 +date: 2025-06-24 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 06e786b348c9..1dbab3fcec96 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-06-23 +date: 2025-06-24 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 dd7ad74e2985..0c0f0cf480c3 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-06-23 +date: 2025-06-24 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 e50895d2265a..69646472078e 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-06-23 +date: 2025-06-24 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 33ba891e3909..e979019e8558 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-06-23 +date: 2025-06-24 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 8fa2d9f1b6f8..f6a23bd953c4 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-06-23 +date: 2025-06-24 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 fe7678b731a8..3bff68f836d9 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-06-23 +date: 2025-06-24 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 dfe70a07cfed..87a15d1a3931 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-06-23 +date: 2025-06-24 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 34232533748b..8349c266ed97 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-06-23 +date: 2025-06-24 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 2ca9371c8eec..8f36504d5f5a 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-06-23 +date: 2025-06-24 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 563aec58a13e..108193d47f34 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-06-23 +date: 2025-06-24 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 23a990a5b5eb..c2507c6e2a81 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 24dd06873cf1..03c5530c1581 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-06-23 +date: 2025-06-24 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 3d4b45090185..06b292cbebf1 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_lock_manager.mdx b/api_docs/kbn_lock_manager.mdx index 2994ac4728bb..d6b4addf1ae3 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-06-23 +date: 2025-06-24 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 b6d314ac0dc0..2478b59fedf4 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-06-23 +date: 2025-06-24 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 4d2f5b2cc3e2..110b87db8670 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_logs_overview.mdx b/api_docs/kbn_logs_overview.mdx index cc76dc1c25e9..fa2f6881459b 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-06-23 +date: 2025-06-24 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 ff16caca63bb..e12d6c588635 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-06-23 +date: 2025-06-24 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 34c70b362983..bc1d566067e6 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-06-23 +date: 2025-06-24 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 5772d5b1f0b1..43c01c9943ea 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-06-23 +date: 2025-06-24 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 ded736c01ba2..abc2de89623d 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-06-23 +date: 2025-06-24 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 e87001c1c297..31b5363bff19 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-06-23 +date: 2025-06-24 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 69b335456c73..7e0bed0c6174 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-06-23 +date: 2025-06-24 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 441edaac4a9c..a72ad8f9bcab 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-06-23 +date: 2025-06-24 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 808b7f97fed7..8391865873ad 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-06-23 +date: 2025-06-24 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 a0f57317ca96..6950b6efa996 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-06-23 +date: 2025-06-24 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 b890ee5f581b..98e172b82dbd 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-06-23 +date: 2025-06-24 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 a02c55ca7619..41bc3b478da0 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-06-23 +date: 2025-06-24 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 7ff0a7b6ecb9..32ede77be761 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-06-23 +date: 2025-06-24 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 a00b5b10b4b5..e1fd40653295 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-06-23 +date: 2025-06-24 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 f2be55eb7381..333680b5b51e 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-06-23 +date: 2025-06-24 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 a75994cb0347..c22a583ad7c8 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-06-23 +date: 2025-06-24 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 c856ffa14dbe..1a2e882449e5 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-06-23 +date: 2025-06-24 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 4e25091600f9..721d46af76ed 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 84591ff7d743..8fc246f58fd8 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-06-23 +date: 2025-06-24 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 67a049bad041..e826a5e8f094 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-06-23 +date: 2025-06-24 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 215297be3ecf..4ea9af717b48 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-06-23 +date: 2025-06-24 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 47185fe499e8..0fc1c81a5791 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-06-23 +date: 2025-06-24 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 4a7834ec1f8b..88c007fa26c4 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-06-23 +date: 2025-06-24 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 9e6d49c350be..737b50c22e74 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index a13d445d9100..966eb551e7d1 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-06-23 +date: 2025-06-24 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 bc7338cebe46..86f2a3c69666 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-06-23 +date: 2025-06-24 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 ccfd44c643c7..5758eed8ff39 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-06-23 +date: 2025-06-24 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 fe464e6c9b90..ff14bb71edb2 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index a5831473ad89..6ea981b40341 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-06-23 +date: 2025-06-24 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 7a6fbd095730..e8b45be21fc4 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-06-23 +date: 2025-06-24 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 22b8173920e0..dd8c115f0aba 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-06-23 +date: 2025-06-24 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 f0431b840254..339d906be75f 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-06-23 +date: 2025-06-24 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 339fb018c474..0d61639e8715 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-06-23 +date: 2025-06-24 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 99cab7e6d3d6..3dc1a72d1f17 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-06-23 +date: 2025-06-24 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 8368685207ef..65cd9ebe2335 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-06-23 +date: 2025-06-24 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 4962b4d741a7..91c309fe4fdb 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-06-23 +date: 2025-06-24 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 d749ab7f50b0..e6c2cb294bd2 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-06-23 +date: 2025-06-24 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 e5a1d545bf34..01caac51f038 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-06-23 +date: 2025-06-24 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 35a8469d6306..74beb2780b4c 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-06-23 +date: 2025-06-24 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 0013f225b74b..0b941761b714 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-06-23 +date: 2025-06-24 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 455cadc66388..762a22d77760 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-06-23 +date: 2025-06-24 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 43470dc883fb..7e6b376a7cc9 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index 8925e4e23754..99ddab635918 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-06-23 +date: 2025-06-24 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 2d7b1b324601..ed1a48ae5f7a 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-06-23 +date: 2025-06-24 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 2d853a06e3b6..6aeedef752df 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-06-23 +date: 2025-06-24 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 a565ba5f4d7d..722054772498 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-validators'] --- import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index 2e144e4674e5..b65170f5f95b 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; diff --git a/api_docs/kbn_monaco.devdocs.json b/api_docs/kbn_monaco.devdocs.json index 3b6af0e5d6a7..896498080351 100644 --- a/api_docs/kbn_monaco.devdocs.json +++ b/api_docs/kbn_monaco.devdocs.json @@ -650,6 +650,14 @@ "section": "def-common.RecommendedQuery", "text": "RecommendedQuery" }, + "[]; recommendedFields: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.RecommendedField", + "text": "RecommendedField" + }, "[]; }>) | undefined" ], "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index 850e55dea04d..4505c5ff91e8 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-06-23 +date: 2025-06-24 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 91103b028457..cccd4d3ca95b 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-06-23 +date: 2025-06-24 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 ada3bb3485d3..317325001a18 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-06-23 +date: 2025-06-24 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 010542d25654..cc576bfd24b5 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-06-23 +date: 2025-06-24 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 f3e7d5f12a79..614e2bb2acfb 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-06-23 +date: 2025-06-24 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 4d167fba5050..61264651d411 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index 3de6a824851c..d0250773865e 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-06-23 +date: 2025-06-24 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_schema.mdx b/api_docs/kbn_observability_schema.mdx index 3144b921b31e..5bfaeada8b89 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-06-23 +date: 2025-06-24 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 8b91db709269..40bba43d61b3 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-06-23 +date: 2025-06-24 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.mdx b/api_docs/kbn_onechat_browser.mdx index 0402149b461d..71b8c2785b03 100644 --- a/api_docs/kbn_onechat_browser.mdx +++ b/api_docs/kbn_onechat_browser.mdx @@ -8,7 +8,7 @@ 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-browser'] --- import kbnOnechatBrowserObj from './kbn_onechat_browser.devdocs.json'; diff --git a/api_docs/kbn_onechat_common.mdx b/api_docs/kbn_onechat_common.mdx index c98f5f47530f..789ff6b1ba04 100644 --- a/api_docs/kbn_onechat_common.mdx +++ b/api_docs/kbn_onechat_common.mdx @@ -8,7 +8,7 @@ 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-common'] --- import kbnOnechatCommonObj from './kbn_onechat_common.devdocs.json'; diff --git a/api_docs/kbn_onechat_genai_utils.mdx b/api_docs/kbn_onechat_genai_utils.mdx index d99cf78de418..680017f579ba 100644 --- a/api_docs/kbn_onechat_genai_utils.mdx +++ b/api_docs/kbn_onechat_genai_utils.mdx @@ -8,7 +8,7 @@ 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-genai-utils'] --- import kbnOnechatGenaiUtilsObj from './kbn_onechat_genai_utils.devdocs.json'; diff --git a/api_docs/kbn_onechat_server.mdx b/api_docs/kbn_onechat_server.mdx index de8c50a11efb..9f76485ec4c8 100644 --- a/api_docs/kbn_onechat_server.mdx +++ b/api_docs/kbn_onechat_server.mdx @@ -8,7 +8,7 @@ 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-server'] --- import kbnOnechatServerObj from './kbn_onechat_server.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 81dc1fbcfd16..dfc949c6f0c8 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-06-23 +date: 2025-06-24 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 938076ba4931..ddee9740ff68 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index f8a7d7269d2b..9b8ce8d51901 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-06-23 +date: 2025-06-24 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 78c3ed4e5674..cb5fa6c45e07 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-06-23 +date: 2025-06-24 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 0948414746f0..0f117a7d2419 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_palettes.mdx b/api_docs/kbn_palettes.mdx index c716dd048b6f..d1b81ebe4a6c 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-06-23 +date: 2025-06-24 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 c5b11fda6098..b8a05544ade6 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-06-23 +date: 2025-06-24 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 08d864eaa2f0..2ce0a436b42d 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-06-23 +date: 2025-06-24 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 0a817e7b6b38..6106e8e74de4 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-06-23 +date: 2025-06-24 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 b23137b96979..d5cb4a6c7cb1 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-06-23 +date: 2025-06-24 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 15e117292f9f..261bcd363e73 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 24bfb4984def..5262786bf4b5 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 2e416d93513c..15f45aefb0a1 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index 2ecd281c296f..be40f8f853ce 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-06-23 +date: 2025-06-24 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 612115d45f86..5d70acf17376 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-06-23 +date: 2025-06-24 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_cli.mdx b/api_docs/kbn_profiler_cli.mdx index 9ecb0e5ca2e8..c5c5b108e369 100644 --- a/api_docs/kbn_profiler_cli.mdx +++ b/api_docs/kbn_profiler_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiler-cli title: "@kbn/profiler-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiler-cli plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiler-cli'] --- import kbnProfilerCliObj from './kbn_profiler_cli.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 4db9eb12c0a4..f5aff7d5315c 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-06-23 +date: 2025-06-24 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 383a6e3d17a5..ad77c7d78858 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-06-23 +date: 2025-06-24 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 fa44fdb273f8..c7c5b6407797 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index 85bf91f9a39b..05f59f248288 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-06-23 +date: 2025-06-24 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 044dcdbcb8db..7377fd253b4a 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-06-23 +date: 2025-06-24 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 6e92cf892399..21df0529dcea 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 60e8872a5d4f..e81f87e576c2 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-06-23 +date: 2025-06-24 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 faba7673131f..09fa3a81c2ce 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-06-23 +date: 2025-06-24 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 7293708be436..765430b4d490 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-06-23 +date: 2025-06-24 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 26068a4f6c0d..d3ec441cc77d 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-06-23 +date: 2025-06-24 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 ba1fcac197e8..3f6fe46db383 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-06-23 +date: 2025-06-24 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 ce94209b37d5..d48d26ad8733 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-mute-legacy-root-warning'] --- import kbnReactMuteLegacyRootWarningObj from './kbn_react_mute_legacy_root_warning.devdocs.json'; diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index e499e901559f..c5a5bb457b7f 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-06-23 +date: 2025-06-24 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 5bc3437178e9..2fa6e5cbcb44 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-06-23 +date: 2025-06-24 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 c21d3fddd760..72e77ba2cf30 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-06-23 +date: 2025-06-24 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 9fda1ee52c9c..6625069dcc7a 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-06-23 +date: 2025-06-24 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 3dfffbdf64a3..7833af413edd 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-06-23 +date: 2025-06-24 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 791498e4f46d..ae1a36c2f89a 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-06-23 +date: 2025-06-24 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 6e1156c3ca39..48d7b8ae40bc 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index 250ccd6b03c9..344c40193213 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-06-23 +date: 2025-06-24 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 5df97895168a..98f8e7879118 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-06-23 +date: 2025-06-24 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 edbe77f0034c..8ee9c56cc648 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-06-23 +date: 2025-06-24 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 dcb11dce9bb3..d57c895b378f 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-06-23 +date: 2025-06-24 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 c9a5baa79d1d..55de731ca2a0 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-06-23 +date: 2025-06-24 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 5091a75b0188..2120681d3019 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-06-23 +date: 2025-06-24 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 c3c75251ae73..5ff36dfc24f5 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-06-23 +date: 2025-06-24 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 ed4c282ce04b..91d7272869d6 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-06-23 +date: 2025-06-24 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 5ba294d025a3..093f47a9323d 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-06-23 +date: 2025-06-24 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 89231c36eed6..fed5d4e0611a 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-06-23 +date: 2025-06-24 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 ba7d3f44bf2d..d89bcf78c234 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-06-23 +date: 2025-06-24 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 0b1fbfad513e..5705276f8990 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-06-23 +date: 2025-06-24 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 86c9e0f655e3..ef17dfc9204c 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-06-23 +date: 2025-06-24 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 d08b15349e63..27a450eeaf2e 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-06-23 +date: 2025-06-24 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_rule_form.devdocs.json b/api_docs/kbn_response_ops_rule_form.devdocs.json index 38a80970f766..5c1ac0d16604 100644 --- a/api_docs/kbn_response_ops_rule_form.devdocs.json +++ b/api_docs/kbn_response_ops_rule_form.devdocs.json @@ -2007,6 +2007,21 @@ "path": "src/platform/packages/shared/response-ops/rule_form/src/rule_form.tsx", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/response-ops-rule-form", + "id": "def-public.RuleFormProps.initialEditStep", + "type": "CompoundType", + "tags": [], + "label": "initialEditStep", + "description": [], + "signature": [ + "RuleFormStepId", + " | undefined" + ], + "path": "src/platform/packages/shared/response-ops/rule_form/src/rule_form.tsx", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_response_ops_rule_form.mdx b/api_docs/kbn_response_ops_rule_form.mdx index 7ed78f820f73..0277e9ecf06d 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-form'] --- import kbnResponseOpsRuleFormObj from './kbn_response_ops_rule_form.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 | |-------------------|-----------|------------------------|-----------------| -| 187 | 0 | 186 | 7 | +| 188 | 0 | 187 | 8 | ## Client diff --git a/api_docs/kbn_response_ops_rule_params.mdx b/api_docs/kbn_response_ops_rule_params.mdx index bf2a28731202..21afefce61bd 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-params'] --- import kbnResponseOpsRuleParamsObj from './kbn_response_ops_rule_params.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index bd282359505a..8ca94d6f6c43 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-06-23 +date: 2025-06-24 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 e5f2f646d1c1..e4a26640f8a8 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-06-23 +date: 2025-06-24 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 8c8e2cdf3e67..1e7ff75e1018 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-06-23 +date: 2025-06-24 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 95843f7868f7..5b5f821121af 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-06-23 +date: 2025-06-24 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 bed5397fe2b5..b4e72f718684 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- import kbnRruleObj from './kbn_rrule.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.devdocs.json b/api_docs/kbn_rule_data_utils.devdocs.json index be1cbbf273d7..5a638705a881 100644 --- a/api_docs/kbn_rule_data_utils.devdocs.json +++ b/api_docs/kbn_rule_data_utils.devdocs.json @@ -578,6 +578,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/rule-data-utils", + "id": "def-common.ALERT_KEY_JOINER", + "type": "string", + "tags": [], + "label": "ALERT_KEY_JOINER", + "description": [], + "signature": [ + "\",\"" + ], + "path": "src/platform/packages/shared/kbn-rule-data-utils/src/rule_constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/rule-data-utils", "id": "def-common.ALERT_LAST_DETECTED", @@ -1785,6 +1800,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/rule-data-utils", + "id": "def-common.DEGRADED_DOCS_RULE_TYPE_ID", + "type": "string", + "tags": [], + "label": "DEGRADED_DOCS_RULE_TYPE_ID", + "description": [], + "signature": [ + "\"datasetQuality.degradedDocs\"" + ], + "path": "src/platform/packages/shared/kbn-rule-data-utils/src/rule_types/stack_rules.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/rule-data-utils", "id": "def-common.DEPRECATED_ALERTING_CONSUMERS", diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index 630c3f9e9ba9..c18bd6715ba8 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-detections-response](https://github.com/orgs/elastic/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 196 | 0 | 183 | 0 | +| 198 | 0 | 185 | 0 | ## Common diff --git a/api_docs/kbn_sample_log_parser.mdx b/api_docs/kbn_sample_log_parser.mdx index 8153e3d3a328..5f3bb0f6ad3a 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-06-23 +date: 2025-06-24 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 755fabe09210..b9cea2e4f458 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-06-23 +date: 2025-06-24 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 4a7caf87a78f..2338f92e8c60 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-06-23 +date: 2025-06-24 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 51d05505c484..a1f50c783730 100644 --- a/api_docs/kbn_scout.devdocs.json +++ b/api_docs/kbn_scout.devdocs.json @@ -2003,7 +2003,7 @@ "signature": [ "CDPSession" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2023,7 +2023,7 @@ "Protocol", ".Events ? T : never]) => void) => this" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2037,7 +2037,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2056,7 +2056,7 @@ "Protocol", ".Events ? T : never]) => void" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2080,7 +2080,7 @@ "Protocol", ".Events ? T : never]) => void) => this" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2094,7 +2094,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2113,7 +2113,7 @@ "Protocol", ".Events ? T : never]) => void" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2137,7 +2137,7 @@ "Protocol", ".Events ? T : never]) => void) => this" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2151,7 +2151,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2170,7 +2170,7 @@ "Protocol", ".Events ? T : never]) => void" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2194,7 +2194,7 @@ "Protocol", ".Events ? T : never]) => void) => this" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2208,7 +2208,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2227,7 +2227,7 @@ "Protocol", ".Events ? T : never]) => void" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2251,7 +2251,7 @@ "Protocol", ".Events ? T : never]) => void) => this" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2265,7 +2265,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2284,7 +2284,7 @@ "Protocol", ".Events ? T : never]) => void" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2308,7 +2308,7 @@ "Protocol", ".CommandReturnValues[T]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2324,7 +2324,7 @@ "signature": [ "T" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2342,7 +2342,7 @@ "Protocol", ".CommandParameters[T] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2362,7 +2362,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2495,7 +2495,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2506,7 +2506,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -2515,7 +2515,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2532,7 +2532,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2549,7 +2549,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2561,7 +2561,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2575,7 +2575,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2591,7 +2591,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -2600,7 +2600,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2617,7 +2617,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2629,7 +2629,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2643,7 +2643,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2672,7 +2672,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2689,7 +2689,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2706,7 +2706,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2734,7 +2734,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2751,7 +2751,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2775,7 +2775,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2792,7 +2792,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2809,7 +2809,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2833,7 +2833,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2850,7 +2850,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2872,7 +2872,7 @@ "ElementHandle", " | null>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2883,7 +2883,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2897,7 +2897,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2920,7 +2920,7 @@ "Locator", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2938,7 +2938,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2956,7 +2956,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2977,7 +2977,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2993,7 +2993,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3013,7 +3013,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3024,7 +3024,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3040,7 +3040,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3061,7 +3061,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3072,7 +3072,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3088,7 +3088,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3109,7 +3109,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3120,7 +3120,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3136,7 +3136,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3157,7 +3157,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3168,7 +3168,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3184,7 +3184,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3202,7 +3202,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3219,7 +3219,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3235,7 +3235,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3251,7 +3251,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3272,7 +3272,7 @@ "signature": [ "(options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3283,7 +3283,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3299,7 +3299,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3317,7 +3317,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3334,7 +3334,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3355,7 +3355,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3366,7 +3366,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3382,7 +3382,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3398,7 +3398,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3414,7 +3414,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3430,7 +3430,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3446,7 +3446,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3464,7 +3464,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3481,7 +3481,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3497,7 +3497,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3513,7 +3513,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3535,7 +3535,7 @@ "() => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3553,7 +3553,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3571,7 +3571,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3582,7 +3582,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3598,7 +3598,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3614,7 +3614,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3630,7 +3630,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3646,7 +3646,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3664,7 +3664,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3681,7 +3681,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3697,7 +3697,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3713,7 +3713,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3722,6 +3722,43 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.Locator.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [ + "\nDescribes the locator, description is used in the trace viewer and reports. Returns the locator pointing to the\nsame element.\n\n**Usage**\n\n```js\nconst button = page.getByTestId('btn-sub').describe('Subscribe button');\nawait button.click();\n```\n" + ], + "signature": [ + "(description: string) => ", + "Locator" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout", + "id": "def-common.Locator.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "Locator description." + ], + "signature": [ + "string" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/scout", "id": "def-common.Locator.dispatchEvent", @@ -3736,7 +3773,7 @@ "EvaluationArgument", " | undefined, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3752,7 +3789,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3770,7 +3807,7 @@ "EvaluationArgument", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3782,7 +3819,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3798,7 +3835,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3821,7 +3858,7 @@ "Locator", ", options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; sourcePosition?: { x: number; y: number; } | undefined; targetPosition?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3837,7 +3874,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3849,7 +3886,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3865,7 +3902,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3883,7 +3920,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3900,7 +3937,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3916,7 +3953,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3932,7 +3969,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3948,7 +3985,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3971,7 +4008,7 @@ "ElementHandle", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3989,7 +4026,7 @@ "signature": [ "(value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4005,7 +4042,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4017,7 +4054,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4033,7 +4070,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4051,7 +4088,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4068,7 +4105,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4091,10 +4128,10 @@ "Locator", " | undefined; hasNot?: ", "Locator", - " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", + " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; visible?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4105,7 +4142,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4122,7 +4159,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4139,7 +4176,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4155,7 +4192,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4171,7 +4208,23 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.Locator.filter.$1.visible", + "type": "CompoundType", + "tags": [], + "label": "visible", + "description": [ + "\nOnly matches visible or invisible elements." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4193,7 +4246,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4211,7 +4264,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4222,7 +4275,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4238,7 +4291,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4260,7 +4313,7 @@ "(selector: string) => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4276,7 +4329,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4296,7 +4349,7 @@ "signature": [ "(name: string, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4312,7 +4365,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4324,7 +4377,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4340,7 +4393,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4362,7 +4415,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4378,7 +4431,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4390,7 +4443,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4406,7 +4459,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4428,7 +4481,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4444,7 +4497,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4456,7 +4509,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4472,7 +4525,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4494,7 +4547,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4510,7 +4563,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4522,7 +4575,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4538,7 +4591,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4560,7 +4613,7 @@ "(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\" | \"generic\" | \"emphasis\" | \"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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4576,7 +4629,7 @@ "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\" | \"generic\" | \"emphasis\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4588,7 +4641,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4604,7 +4657,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4620,7 +4673,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4636,7 +4689,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4652,7 +4705,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4668,7 +4721,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4684,7 +4737,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4700,7 +4753,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4716,7 +4769,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4732,7 +4785,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4754,7 +4807,7 @@ "(testId: string | RegExp) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4770,7 +4823,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4791,7 +4844,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4807,7 +4860,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4819,7 +4872,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4835,7 +4888,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4857,7 +4910,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4873,7 +4926,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4885,7 +4938,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4901,7 +4954,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4922,7 +4975,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4940,7 +4993,7 @@ "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4951,7 +5004,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4967,7 +5020,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4983,7 +5036,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5001,7 +5054,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5018,7 +5071,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5034,7 +5087,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5050,7 +5103,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5071,7 +5124,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5082,7 +5135,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5098,7 +5151,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5119,7 +5172,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5130,7 +5183,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5146,7 +5199,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5167,7 +5220,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5178,7 +5231,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5194,7 +5247,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5215,7 +5268,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5226,7 +5279,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5242,7 +5295,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5263,7 +5316,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5274,7 +5327,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5290,7 +5343,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5311,7 +5364,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5322,7 +5375,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5338,7 +5391,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5359,7 +5412,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5370,7 +5423,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5386,7 +5439,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5407,7 +5460,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5418,7 +5471,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5434,7 +5487,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5456,7 +5509,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5467,7 +5520,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5483,7 +5536,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5506,7 +5559,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5531,7 +5584,7 @@ " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5548,7 +5601,7 @@ "string | ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5560,7 +5613,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5577,7 +5630,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5594,7 +5647,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5610,7 +5663,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5626,7 +5679,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5648,7 +5701,7 @@ "(index: number) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5662,7 +5715,7 @@ "signature": [ "number" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5685,7 +5738,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5701,7 +5754,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5722,7 +5775,7 @@ "() => ", "Page" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5740,7 +5793,7 @@ "signature": [ "(key: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5756,7 +5809,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5768,7 +5821,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5784,7 +5837,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5802,7 +5855,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5819,7 +5872,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5840,7 +5893,7 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5856,7 +5909,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5868,7 +5921,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5884,7 +5937,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5902,7 +5955,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5919,7 +5972,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5942,7 +5995,7 @@ "LocatorScreenshotOptions", " | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5957,7 +6010,7 @@ "LocatorScreenshotOptions", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5977,7 +6030,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5988,7 +6041,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6004,7 +6057,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6020,7 +6073,7 @@ "tags": [], "label": "selectOption", "description": [ - "\nSelects option or options in `` element and selects these options.\n\nIf the target element is not a `\n \n \n \n\n```\n\n```js\n// single selection matching the value or label\nelement.selectOption('blue');\n\n// single selection matching the label\nelement.selectOption({ label: 'Blue' });\n\n// multiple selection for red, green and blue options\nelement.selectOption(['red', 'green', 'blue']);\n```\n" ], "signature": [ "(values: string | readonly string[] | ", @@ -6029,7 +6082,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6049,7 +6102,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -6061,7 +6114,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6077,7 +6130,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6095,7 +6148,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6112,7 +6165,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6133,7 +6186,7 @@ "signature": [ "(options?: { force?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6144,7 +6197,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6160,7 +6213,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6176,7 +6229,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6197,7 +6250,7 @@ "signature": [ "(checked: boolean, 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6213,7 +6266,7 @@ "signature": [ "boolean" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6225,7 +6278,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6241,7 +6294,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6259,7 +6312,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6276,7 +6329,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6292,7 +6345,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6308,7 +6361,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6329,7 +6382,7 @@ "signature": [ "(files: string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[], options?: { noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6343,7 +6396,7 @@ "signature": [ "string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[]" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6355,7 +6408,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6373,7 +6426,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6390,7 +6443,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6406,12 +6459,12 @@ "tags": [], "label": "tap", "description": [ - "\nPerform a tap gesture on the element matching the locator.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" + "\nPerform a tap gesture on the element matching the locator. For examples of emulating other gestures by manually\ndispatching touch events, see the [emulating legacy touch events](https://playwright.dev/docs/touch-events) page.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" ], "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6422,7 +6475,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6438,7 +6491,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6454,7 +6507,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6472,7 +6525,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6489,7 +6542,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6505,7 +6558,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6521,7 +6574,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6542,7 +6595,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6553,7 +6606,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6569,7 +6622,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6592,23 +6645,10 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, - "references": [ - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts" - } - ], + "references": [], "children": [ { "parentPluginId": "@kbn/scout", @@ -6622,7 +6662,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6634,7 +6674,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6650,7 +6690,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6668,7 +6708,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6685,7 +6725,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6706,7 +6746,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6717,7 +6757,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6733,7 +6773,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6751,7 +6791,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -6768,7 +6808,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6784,7 +6824,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6800,7 +6840,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -6821,7 +6861,7 @@ "signature": [ "(options?: { state?: \"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6832,7 +6872,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6848,7 +6888,7 @@ "signature": [ "\"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -6864,7 +6904,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_scout.mdx b/api_docs/kbn_scout.mdx index e507751afd4a..4158b28da424 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 443 | 2 | 121 | 16 | +| 446 | 2 | 121 | 16 | ## Common diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx index c705e7d80ac9..2cbf38bda4c0 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-06-23 +date: 2025-06-24 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 99c18e56e880..4a62b5ddbccc 100644 --- a/api_docs/kbn_scout_oblt.devdocs.json +++ b/api_docs/kbn_scout_oblt.devdocs.json @@ -1404,7 +1404,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1415,7 +1415,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -1424,7 +1424,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1441,7 +1441,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1458,7 +1458,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1470,7 +1470,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1484,7 +1484,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1500,7 +1500,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -1509,7 +1509,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1526,7 +1526,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1538,7 +1538,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1552,7 +1552,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1581,7 +1581,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1598,7 +1598,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1615,7 +1615,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1643,7 +1643,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1660,7 +1660,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1684,7 +1684,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1701,7 +1701,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1718,7 +1718,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1742,7 +1742,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1759,7 +1759,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1781,7 +1781,7 @@ "ElementHandle", " | null>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1792,7 +1792,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1806,7 +1806,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1829,7 +1829,7 @@ "Locator", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1847,7 +1847,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1865,7 +1865,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1886,7 +1886,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1902,7 +1902,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1922,7 +1922,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1933,7 +1933,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1949,7 +1949,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1970,7 +1970,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1981,7 +1981,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1997,7 +1997,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2018,7 +2018,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2029,7 +2029,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2045,7 +2045,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2066,7 +2066,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2077,7 +2077,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2093,7 +2093,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2111,7 +2111,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2128,7 +2128,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2144,7 +2144,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2160,7 +2160,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2181,7 +2181,7 @@ "signature": [ "(options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2192,7 +2192,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2208,7 +2208,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2226,7 +2226,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2243,7 +2243,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2264,7 +2264,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2275,7 +2275,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2291,7 +2291,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2307,7 +2307,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2323,7 +2323,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2339,7 +2339,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2355,7 +2355,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2373,7 +2373,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2390,7 +2390,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2406,7 +2406,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2422,7 +2422,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2444,7 +2444,7 @@ "() => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2462,7 +2462,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2480,7 +2480,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2491,7 +2491,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2507,7 +2507,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2523,7 +2523,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2539,7 +2539,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2555,7 +2555,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2573,7 +2573,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2590,7 +2590,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2606,7 +2606,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2622,7 +2622,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2631,6 +2631,43 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.Locator.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [ + "\nDescribes the locator, description is used in the trace viewer and reports. Returns the locator pointing to the\nsame element.\n\n**Usage**\n\n```js\nconst button = page.getByTestId('btn-sub').describe('Subscribe button');\nawait button.click();\n```\n" + ], + "signature": [ + "(description: string) => ", + "Locator" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.Locator.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "Locator description." + ], + "signature": [ + "string" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/scout-oblt", "id": "def-common.Locator.dispatchEvent", @@ -2645,7 +2682,7 @@ "EvaluationArgument", " | undefined, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2661,7 +2698,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2679,7 +2716,7 @@ "EvaluationArgument", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2691,7 +2728,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2707,7 +2744,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2730,7 +2767,7 @@ "Locator", ", options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; sourcePosition?: { x: number; y: number; } | undefined; targetPosition?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2746,7 +2783,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2758,7 +2795,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2774,7 +2811,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2792,7 +2829,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2809,7 +2846,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2825,7 +2862,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2841,7 +2878,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2857,7 +2894,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2880,7 +2917,7 @@ "ElementHandle", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2898,7 +2935,7 @@ "signature": [ "(value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2914,7 +2951,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2926,7 +2963,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2942,7 +2979,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2960,7 +2997,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2977,7 +3014,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3000,10 +3037,10 @@ "Locator", " | undefined; hasNot?: ", "Locator", - " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", + " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; visible?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3014,7 +3051,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3031,7 +3068,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3048,7 +3085,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3064,7 +3101,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3080,7 +3117,23 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.Locator.filter.$1.visible", + "type": "CompoundType", + "tags": [], + "label": "visible", + "description": [ + "\nOnly matches visible or invisible elements." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3102,7 +3155,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3120,7 +3173,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3131,7 +3184,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3147,7 +3200,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3169,7 +3222,7 @@ "(selector: string) => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3185,7 +3238,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3205,7 +3258,7 @@ "signature": [ "(name: string, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3221,7 +3274,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3233,7 +3286,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3249,7 +3302,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3271,7 +3324,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3287,7 +3340,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3299,7 +3352,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3315,7 +3368,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3337,7 +3390,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3353,7 +3406,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3365,7 +3418,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3381,7 +3434,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3403,7 +3456,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3419,7 +3472,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3431,7 +3484,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3447,7 +3500,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3469,7 +3522,7 @@ "(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\" | \"generic\" | \"emphasis\" | \"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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3485,7 +3538,7 @@ "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\" | \"generic\" | \"emphasis\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3497,7 +3550,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3513,7 +3566,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3529,7 +3582,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3545,7 +3598,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3561,7 +3614,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3577,7 +3630,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3593,7 +3646,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3609,7 +3662,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3625,7 +3678,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3641,7 +3694,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3663,7 +3716,7 @@ "(testId: string | RegExp) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3679,7 +3732,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3700,7 +3753,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3716,7 +3769,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3728,7 +3781,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3744,7 +3797,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3766,7 +3819,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3782,7 +3835,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3794,7 +3847,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3810,7 +3863,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3831,7 +3884,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3849,7 +3902,7 @@ "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3860,7 +3913,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3876,7 +3929,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3892,7 +3945,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3910,7 +3963,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3927,7 +3980,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3943,7 +3996,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3959,7 +4012,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3980,7 +4033,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3991,7 +4044,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4007,7 +4060,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4028,7 +4081,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4039,7 +4092,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4055,7 +4108,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4076,7 +4129,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4087,7 +4140,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4103,7 +4156,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4124,7 +4177,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4135,7 +4188,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4151,7 +4204,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4172,7 +4225,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4183,7 +4236,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4199,7 +4252,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4220,7 +4273,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4231,7 +4284,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4247,7 +4300,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4268,7 +4321,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4279,7 +4332,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4295,7 +4348,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4316,7 +4369,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4327,7 +4380,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4343,7 +4396,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4365,7 +4418,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4376,7 +4429,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4392,7 +4445,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4415,7 +4468,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4440,7 +4493,7 @@ " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4457,7 +4510,7 @@ "string | ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4469,7 +4522,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4486,7 +4539,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4503,7 +4556,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4519,7 +4572,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4535,7 +4588,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4557,7 +4610,7 @@ "(index: number) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4571,7 +4624,7 @@ "signature": [ "number" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4594,7 +4647,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4610,7 +4663,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4631,7 +4684,7 @@ "() => ", "Page" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4649,7 +4702,7 @@ "signature": [ "(key: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4665,7 +4718,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4677,7 +4730,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4693,7 +4746,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4711,7 +4764,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4728,7 +4781,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4749,7 +4802,7 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4765,7 +4818,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4777,7 +4830,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4793,7 +4846,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4811,7 +4864,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4828,7 +4881,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4851,7 +4904,7 @@ "LocatorScreenshotOptions", " | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4866,7 +4919,7 @@ "LocatorScreenshotOptions", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4886,7 +4939,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4897,7 +4950,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4913,7 +4966,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4929,7 +4982,7 @@ "tags": [], "label": "selectOption", "description": [ - "\nSelects option or options in `` element and selects these options.\n\nIf the target element is not a `\n \n \n \n\n```\n\n```js\n// single selection matching the value or label\nelement.selectOption('blue');\n\n// single selection matching the label\nelement.selectOption({ label: 'Blue' });\n\n// multiple selection for red, green and blue options\nelement.selectOption(['red', 'green', 'blue']);\n```\n" ], "signature": [ "(values: string | readonly string[] | ", @@ -4938,7 +4991,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4958,7 +5011,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4970,7 +5023,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4986,7 +5039,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5004,7 +5057,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5021,7 +5074,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5042,7 +5095,7 @@ "signature": [ "(options?: { force?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5053,7 +5106,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5069,7 +5122,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5085,7 +5138,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5106,7 +5159,7 @@ "signature": [ "(checked: boolean, 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5122,7 +5175,7 @@ "signature": [ "boolean" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5134,7 +5187,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5150,7 +5203,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5168,7 +5221,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5185,7 +5238,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5201,7 +5254,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5217,7 +5270,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5238,7 +5291,7 @@ "signature": [ "(files: string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[], options?: { noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5252,7 +5305,7 @@ "signature": [ "string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[]" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5264,7 +5317,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5282,7 +5335,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5299,7 +5352,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5315,12 +5368,12 @@ "tags": [], "label": "tap", "description": [ - "\nPerform a tap gesture on the element matching the locator.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" + "\nPerform a tap gesture on the element matching the locator. For examples of emulating other gestures by manually\ndispatching touch events, see the [emulating legacy touch events](https://playwright.dev/docs/touch-events) page.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" ], "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5331,7 +5384,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5347,7 +5400,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5363,7 +5416,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5381,7 +5434,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5398,7 +5451,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5414,7 +5467,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5430,7 +5483,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5451,7 +5504,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5462,7 +5515,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5478,7 +5531,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5501,23 +5554,10 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, - "references": [ - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts" - } - ], + "references": [], "children": [ { "parentPluginId": "@kbn/scout-oblt", @@ -5531,7 +5571,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5543,7 +5583,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5559,7 +5599,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5577,7 +5617,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5594,7 +5634,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5615,7 +5655,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5626,7 +5666,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5642,7 +5682,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5660,7 +5700,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5677,7 +5717,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5693,7 +5733,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5709,7 +5749,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5730,7 +5770,7 @@ "signature": [ "(options?: { state?: \"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5741,7 +5781,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5757,7 +5797,7 @@ "signature": [ "\"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5773,7 +5813,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_scout_oblt.mdx b/api_docs/kbn_scout_oblt.mdx index 6463cfd4d6bc..ec8c4063ad2e 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-06-23 +date: 2025-06-24 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 | |-------------------|-----------|------------------------|-----------------| -| 361 | 2 | 70 | 2 | +| 364 | 2 | 70 | 2 | ## Common diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx index 009901e11c82..bd9c1b03f83f 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-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] --- import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; diff --git a/api_docs/kbn_scout_security.devdocs.json b/api_docs/kbn_scout_security.devdocs.json index 44009d82d3e3..ca6bd625d435 100644 --- a/api_docs/kbn_scout_security.devdocs.json +++ b/api_docs/kbn_scout_security.devdocs.json @@ -1402,7 +1402,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1413,7 +1413,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -1422,7 +1422,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1439,7 +1439,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1456,7 +1456,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1468,7 +1468,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1482,7 +1482,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1498,7 +1498,7 @@ "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\n```js\nconst tweets = page.locator('.tweet .retweets');\nexpect(await tweets.evaluate(node => node.innerText)).toBe('10 retweets');\n```\n" + "\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: ", @@ -1507,7 +1507,7 @@ "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1524,7 +1524,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1536,7 +1536,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1550,7 +1550,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1579,7 +1579,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1596,7 +1596,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1613,7 +1613,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1641,7 +1641,7 @@ "SmartHandle", ">; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1658,7 +1658,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1682,7 +1682,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1699,7 +1699,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1716,7 +1716,7 @@ "signature": [ "Arg" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1740,7 +1740,7 @@ "PageFunctionOn", "): Promise; }" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1757,7 +1757,7 @@ "PageFunctionOn", "" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1779,7 +1779,7 @@ "ElementHandle", " | null>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1790,7 +1790,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1804,7 +1804,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1827,7 +1827,7 @@ "Locator", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1845,7 +1845,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1863,7 +1863,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1884,7 +1884,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1900,7 +1900,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1920,7 +1920,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1931,7 +1931,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1947,7 +1947,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -1968,7 +1968,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1979,7 +1979,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1995,7 +1995,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2016,7 +2016,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2027,7 +2027,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2043,7 +2043,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2064,7 +2064,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2075,7 +2075,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2091,7 +2091,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2109,7 +2109,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2126,7 +2126,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2142,7 +2142,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2158,7 +2158,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2179,7 +2179,7 @@ "signature": [ "(options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2190,7 +2190,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2206,7 +2206,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2224,7 +2224,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2241,7 +2241,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2262,7 +2262,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2273,7 +2273,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2289,7 +2289,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2305,7 +2305,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2321,7 +2321,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2337,7 +2337,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2353,7 +2353,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2371,7 +2371,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2388,7 +2388,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2404,7 +2404,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2420,7 +2420,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2442,7 +2442,7 @@ "() => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2460,7 +2460,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2478,7 +2478,7 @@ "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" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2489,7 +2489,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2505,7 +2505,7 @@ "signature": [ "\"right\" | \"left\" | \"middle\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2521,7 +2521,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2537,7 +2537,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2553,7 +2553,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2571,7 +2571,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2588,7 +2588,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2604,7 +2604,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2620,7 +2620,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2629,6 +2629,43 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/scout-security", + "id": "def-common.Locator.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [ + "\nDescribes the locator, description is used in the trace viewer and reports. Returns the locator pointing to the\nsame element.\n\n**Usage**\n\n```js\nconst button = page.getByTestId('btn-sub').describe('Subscribe button');\nawait button.click();\n```\n" + ], + "signature": [ + "(description: string) => ", + "Locator" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-security", + "id": "def-common.Locator.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "Locator description." + ], + "signature": [ + "string" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/scout-security", "id": "def-common.Locator.dispatchEvent", @@ -2643,7 +2680,7 @@ "EvaluationArgument", " | undefined, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2659,7 +2696,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2677,7 +2714,7 @@ "EvaluationArgument", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2689,7 +2726,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2705,7 +2742,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2728,7 +2765,7 @@ "Locator", ", options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; sourcePosition?: { x: number; y: number; } | undefined; targetPosition?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2744,7 +2781,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2756,7 +2793,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2772,7 +2809,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2790,7 +2827,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2807,7 +2844,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2823,7 +2860,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2839,7 +2876,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2855,7 +2892,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2878,7 +2915,7 @@ "ElementHandle", "[]>" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2896,7 +2933,7 @@ "signature": [ "(value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2912,7 +2949,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2924,7 +2961,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2940,7 +2977,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -2958,7 +2995,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2975,7 +3012,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2998,10 +3035,10 @@ "Locator", " | undefined; hasNot?: ", "Locator", - " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", + " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; visible?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3012,7 +3049,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3029,7 +3066,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3046,7 +3083,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3062,7 +3099,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3078,7 +3115,23 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-security", + "id": "def-common.Locator.filter.$1.visible", + "type": "CompoundType", + "tags": [], + "label": "visible", + "description": [ + "\nOnly matches visible or invisible elements." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3100,7 +3153,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3118,7 +3171,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3129,7 +3182,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3145,7 +3198,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3167,7 +3220,7 @@ "(selector: string) => ", "FrameLocator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3183,7 +3236,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3203,7 +3256,7 @@ "signature": [ "(name: string, options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3219,7 +3272,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3231,7 +3284,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3247,7 +3300,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3269,7 +3322,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3285,7 +3338,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3297,7 +3350,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3313,7 +3366,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3335,7 +3388,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3351,7 +3404,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3363,7 +3416,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3379,7 +3432,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3401,7 +3454,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3417,7 +3470,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3429,7 +3482,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3445,7 +3498,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3467,7 +3520,7 @@ "(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\" | \"generic\" | \"emphasis\" | \"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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3483,7 +3536,7 @@ "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\" | \"generic\" | \"emphasis\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3495,7 +3548,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3511,7 +3564,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3527,7 +3580,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3543,7 +3596,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3559,7 +3612,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3575,7 +3628,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3591,7 +3644,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3607,7 +3660,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3623,7 +3676,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3639,7 +3692,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3661,7 +3714,7 @@ "(testId: string | RegExp) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3677,7 +3730,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3698,7 +3751,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3714,7 +3767,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3726,7 +3779,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3742,7 +3795,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3764,7 +3817,7 @@ "(text: string | RegExp, options?: { exact?: boolean | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3780,7 +3833,7 @@ "signature": [ "string | RegExp" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3792,7 +3845,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3808,7 +3861,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3829,7 +3882,7 @@ "signature": [ "() => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3847,7 +3900,7 @@ "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3858,7 +3911,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3874,7 +3927,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3890,7 +3943,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3908,7 +3961,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -3925,7 +3978,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3941,7 +3994,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -3957,7 +4010,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3978,7 +4031,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3989,7 +4042,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4005,7 +4058,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4026,7 +4079,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4037,7 +4090,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4053,7 +4106,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4074,7 +4127,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4085,7 +4138,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4101,7 +4154,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4122,7 +4175,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4133,7 +4186,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4149,7 +4202,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4170,7 +4223,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4181,7 +4234,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4197,7 +4250,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4218,7 +4271,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4229,7 +4282,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4245,7 +4298,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4266,7 +4319,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4277,7 +4330,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4293,7 +4346,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4314,7 +4367,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4325,7 +4378,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4341,7 +4394,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4363,7 +4416,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4374,7 +4427,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4390,7 +4443,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4413,7 +4466,7 @@ "() => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4438,7 +4491,7 @@ " | undefined; hasNotText?: string | RegExp | undefined; hasText?: string | RegExp | undefined; } | undefined) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4455,7 +4508,7 @@ "string | ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4467,7 +4520,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4484,7 +4537,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4501,7 +4554,7 @@ "Locator", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4517,7 +4570,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4533,7 +4586,7 @@ "signature": [ "string | RegExp | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4555,7 +4608,7 @@ "(index: number) => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4569,7 +4622,7 @@ "signature": [ "number" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4592,7 +4645,7 @@ ") => ", "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4608,7 +4661,7 @@ "signature": [ "Locator" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4629,7 +4682,7 @@ "() => ", "Page" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4647,7 +4700,7 @@ "signature": [ "(key: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4663,7 +4716,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4675,7 +4728,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4691,7 +4744,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4709,7 +4762,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4726,7 +4779,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4747,7 +4800,7 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4763,7 +4816,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4775,7 +4828,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4791,7 +4844,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -4809,7 +4862,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -4826,7 +4879,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4849,7 +4902,7 @@ "LocatorScreenshotOptions", " | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4864,7 +4917,7 @@ "LocatorScreenshotOptions", " | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4884,7 +4937,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4895,7 +4948,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4911,7 +4964,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -4927,7 +4980,7 @@ "tags": [], "label": "selectOption", "description": [ - "\nSelects option or options in `` element and selects these options.\n\nIf the target element is not a `\n \n \n \n\n```\n\n```js\n// single selection matching the value or label\nelement.selectOption('blue');\n\n// single selection matching the label\nelement.selectOption({ label: 'Blue' });\n\n// multiple selection for red, green and blue options\nelement.selectOption(['red', 'green', 'blue']);\n```\n" ], "signature": [ "(values: string | readonly string[] | ", @@ -4936,7 +4989,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4956,7 +5009,7 @@ "ElementHandle", "[] | readonly { value?: string | undefined; label?: string | undefined; index?: number | undefined; }[] | null" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4968,7 +5021,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4984,7 +5037,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5002,7 +5055,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5019,7 +5072,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5040,7 +5093,7 @@ "signature": [ "(options?: { force?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5051,7 +5104,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5067,7 +5120,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5083,7 +5136,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5104,7 +5157,7 @@ "signature": [ "(checked: boolean, 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5120,7 +5173,7 @@ "signature": [ "boolean" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5132,7 +5185,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5148,7 +5201,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5166,7 +5219,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5183,7 +5236,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5199,7 +5252,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5215,7 +5268,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5236,7 +5289,7 @@ "signature": [ "(files: string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[], options?: { noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5250,7 +5303,7 @@ "signature": [ "string | readonly string[] | { name: string; mimeType: string; buffer: Buffer; } | readonly { name: string; mimeType: string; buffer: Buffer; }[]" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5262,7 +5315,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5280,7 +5333,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5297,7 +5350,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5313,12 +5366,12 @@ "tags": [], "label": "tap", "description": [ - "\nPerform a tap gesture on the element matching the locator.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" + "\nPerform a tap gesture on the element matching the locator. For examples of emulating other gestures by manually\ndispatching touch events, see the [emulating legacy touch events](https://playwright.dev/docs/touch-events) page.\n\n**Details**\n\nThis method taps 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-tap-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.touchscreen](https://playwright.dev/docs/api/class-page#page-touchscreen) to tap the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-tap-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-tap-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.tap()` requires that the `hasTouch` option of the browser context be set to true.\n" ], "signature": [ "(options?: { 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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5329,7 +5382,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5345,7 +5398,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5361,7 +5414,7 @@ "signature": [ "(\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5379,7 +5432,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5396,7 +5449,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5412,7 +5465,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5428,7 +5481,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5449,7 +5502,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5460,7 +5513,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5476,7 +5529,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5499,23 +5552,10 @@ "signature": [ "(text: string, options?: { delay?: number | undefined; noWaitAfter?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, - "references": [ - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "ux", - "path": "x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts" - }, - { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts" - } - ], + "references": [], "children": [ { "parentPluginId": "@kbn/scout-security", @@ -5529,7 +5569,7 @@ "signature": [ "string" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5541,7 +5581,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5557,7 +5597,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5575,7 +5615,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5592,7 +5632,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5613,7 +5653,7 @@ "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", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5624,7 +5664,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5640,7 +5680,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5658,7 +5698,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -5675,7 +5715,7 @@ "signature": [ "{ x: number; y: number; } | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5691,7 +5731,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5707,7 +5747,7 @@ "signature": [ "boolean | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -5728,7 +5768,7 @@ "signature": [ "(options?: { state?: \"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined; timeout?: number | undefined; } | undefined) => Promise" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5739,7 +5779,7 @@ "tags": [], "label": "options", "description": [], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5755,7 +5795,7 @@ "signature": [ "\"hidden\" | \"visible\" | \"detached\" | \"attached\" | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false }, @@ -5771,7 +5811,7 @@ "signature": [ "number | undefined" ], - "path": "node_modules/playwright-core/types/types.d.ts", + "path": "node_modules/playwright/node_modules/playwright-core/types/types.d.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_scout_security.mdx b/api_docs/kbn_scout_security.mdx index 3afaebe94c2f..13da89f28ab1 100644 --- a/api_docs/kbn_scout_security.mdx +++ b/api_docs/kbn_scout_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-security title: "@kbn/scout-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-security plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-security'] --- import kbnScoutSecurityObj from './kbn_scout_security.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 | |-------------------|-----------|------------------------|-----------------| -| 357 | 2 | 67 | 6 | +| 360 | 2 | 67 | 6 | ## Common diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index 837b7cd2dd05..67b6364df99c 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-screenshotting-server title: "@kbn/screenshotting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/screenshotting-server'] --- import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_components.mdx b/api_docs/kbn_search_api_keys_components.mdx index 273209bae881..5519b17caf87 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-components title: "@kbn/search-api-keys-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-components'] --- import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_server.mdx b/api_docs/kbn_search_api_keys_server.mdx index a98c9676f451..62348760a5fb 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-server title: "@kbn/search-api-keys-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-server'] --- import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index 2e766393ba07..43a973f6279f 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 1b251f0dd4b8..3c3d0403b29c 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index 778429f5de0e..7ec98d37f391 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index f7b300b06ffd..9c168e85d8b6 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; diff --git a/api_docs/kbn_search_queries.mdx b/api_docs/kbn_search_queries.mdx index d10edfd95956..2eb42f8c354a 100644 --- a/api_docs/kbn_search_queries.mdx +++ b/api_docs/kbn_search_queries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-queries title: "@kbn/search-queries" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-queries plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-queries'] --- import kbnSearchQueriesObj from './kbn_search_queries.devdocs.json'; diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index b0f3af9c065c..67fe68e110f1 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_search_shared_ui.mdx b/api_docs/kbn_search_shared_ui.mdx index 17193d402a66..854d07fa6f1c 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-shared-ui title: "@kbn/search-shared-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-shared-ui'] --- import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index a8a390e51fe6..54c2573cde22 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-types title: "@kbn/search-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; diff --git a/api_docs/kbn_security_ai_prompts.mdx b/api_docs/kbn_security_ai_prompts.mdx index ecbea1e949a8..e9c0fcc3bf51 100644 --- a/api_docs/kbn_security_ai_prompts.mdx +++ b/api_docs/kbn_security_ai_prompts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ai-prompts title: "@kbn/security-ai-prompts" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ai-prompts plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ai-prompts'] --- import kbnSecurityAiPromptsObj from './kbn_security_ai_prompts.devdocs.json'; diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 22d50d0cc180..350ff6f68221 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-api-key-management title: "@kbn/security-api-key-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-api-key-management'] --- import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core.mdx b/api_docs/kbn_security_authorization_core.mdx index 219c313cecc5..52c56bb92428 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core title: "@kbn/security-authorization-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core'] --- import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core_common.mdx b/api_docs/kbn_security_authorization_core_common.mdx index 88353d66d648..0615e75b4059 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core-common title: "@kbn/security-authorization-core-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core-common'] --- import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index bcbef2deb014..6f0f8315896f 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-form-components title: "@kbn/security-form-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-form-components'] --- import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index 0630e11a4d59..2e75d1e3e6e3 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index fe4eba7987b3..3e907f861074 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index cd82121d5f8b..1db9dcc5b662 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index fe776503be32..367cdc312110 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; diff --git a/api_docs/kbn_security_role_management_model.mdx b/api_docs/kbn_security_role_management_model.mdx index de21af097cc4..be4ea40fbcbb 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-role-management-model title: "@kbn/security-role-management-model" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-role-management-model'] --- import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; diff --git a/api_docs/kbn_security_solution_connectors.mdx b/api_docs/kbn_security_solution_connectors.mdx index 27814a2e7a84..7bbcc7fbbf50 100644 --- a/api_docs/kbn_security_solution_connectors.mdx +++ b/api_docs/kbn_security_solution_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-connectors title: "@kbn/security-solution-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-connectors plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-connectors'] --- import kbnSecuritySolutionConnectorsObj from './kbn_security_solution_connectors.devdocs.json'; diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 3e05226111ba..fef25e15103e 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar title: "@kbn/security-solution-distribution-bar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-distribution-bar plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] --- import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; diff --git a/api_docs/kbn_security_solution_features.devdocs.json b/api_docs/kbn_security_solution_features.devdocs.json index 557094ea9dcd..3727d105cabc 100644 --- a/api_docs/kbn_security_solution_features.devdocs.json +++ b/api_docs/kbn_security_solution_features.devdocs.json @@ -471,7 +471,23 @@ "section": "def-common.SubFeaturePrivilegeConfig", "text": "SubFeaturePrivilegeConfig" }, - ">[] | undefined; }" + ">[] | undefined; baseFeatureConfigModifier?: ((baseFeatureConfig: ", + { + "pluginId": "@kbn/security-solution-features", + "scope": "common", + "docId": "kibKbnSecuritySolutionFeaturesPluginApi", + "section": "def-common.BaseKibanaFeatureConfig", + "text": "BaseKibanaFeatureConfig" + }, + ") => ", + { + "pluginId": "@kbn/security-solution-features", + "scope": "common", + "docId": "kibKbnSecuritySolutionFeaturesPluginApi", + "section": "def-common.BaseKibanaFeatureConfig", + "text": "BaseKibanaFeatureConfig" + }, + ") | undefined; }" ], "path": "x-pack/solutions/security/packages/features/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index d8e3741deeea..eb8338b17ccd 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 19bed4cbda7e..23c9d782a692 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 3c88730145d5..26b5b355027d 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav'] --- import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx index 8c9af9ce25ce..baf0910dc7a9 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config'] --- import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_security_ui_components.mdx b/api_docs/kbn_security_ui_components.mdx index 989f1c266061..efb0e1e64ac1 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ui-components title: "@kbn/security-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ui-components'] --- import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index f08307ef7989..ca0c25c0c8f8 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete'] --- import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx index 54fb3236a274..6212204f61fb 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table'] --- import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx index 826fdbacc17c..3274f9e67d03 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs'] --- import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx index a00eaec7ca25..9e0aee2ed0c6 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils'] --- import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx index 1e223550a2f8..a342184ebf72 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components'] --- import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx index 353ad818b56f..805d70020efa 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index 910bb39ebfd9..704ac2148537 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index becc1938fb50..79779c4d98c4 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index 4b128151a10c..68fb89370257 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types'] --- import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx index c3a8dbef67f4..83fcca0a8fa9 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index 01a744228dd5..97fe76d176d4 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index 7793550986b4..cae1b62fec11 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 7d18094e1a2f..6a0c2beaa8c8 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index 421c64c26b5e..b75655802a5c 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils'] --- import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx index 24975fa17f36..3d7291503210 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules'] --- import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx index c14d09303c60..22fff8638a16 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid'] --- import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx index ac596f43b7ba..18592bf3dab4 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils'] --- import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index 7d8ad1c6118c..e727b455e99e 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools'] --- import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index 20c66bff4269..ea3a080b7d9a 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_client.mdx b/api_docs/kbn_server_route_repository_client.mdx index 4c48e7ea7008..eae6f08a2abc 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-client title: "@kbn/server-route-repository-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-client'] --- import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx index d587944a713f..326c4bb26311 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-utils title: "@kbn/server-route-repository-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] --- import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; diff --git a/api_docs/kbn_serverless_chat_settings.mdx b/api_docs/kbn_serverless_chat_settings.mdx index 963248ba4b00..ae93eb0c03ad 100644 --- a/api_docs/kbn_serverless_chat_settings.mdx +++ b/api_docs/kbn_serverless_chat_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-chat-settings title: "@kbn/serverless-chat-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-chat-settings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-chat-settings'] --- import kbnServerlessChatSettingsObj from './kbn_serverless_chat_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index fc4911cb6be0..17c871a8bcc7 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index 0c0e3a1dc6b7..de591aaf5b68 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index 35f6b3081b38..f942d6ea05f7 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index 64173a7b8d4f..071acb5675b3 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index eab404a24d32..edac1841eab7 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index 196870033f65..8401ab56b7b5 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg'] --- import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx index d07b8de8a92e..8ac37e25d7b1 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index 3a5158ea9150..6ca935a3b069 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index f715da8ec593..c1ed70e2fff5 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar'] --- import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx index 9e9dc465e013..16806c0a3151 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data'] --- import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx index 56382908347a..57f03df22c80 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index b184770d66da..5dd355d0631b 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index dc53af1e4d00..f82c585f5bac 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index ec5966038a3c..50042266f480 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context'] --- import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx index 9e2a3a74e0c3..fcb9b39c3b51 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image'] --- import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx index dbcdc661903a..42af86e52ec9 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks'] --- import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx index f3587906dacd..c71503a15bf5 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks'] --- import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx index b67c5280af5b..649205b75d65 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker'] --- import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx index 2656dc5c8e1a..29c03a07b179 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types'] --- import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx index 397df5e00078..21faa183524a 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload'] --- import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx index 605b32d2634d..c62f11bb2a5f 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util'] --- import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index 6852500199ed..875eff6edc11 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx index d70cb9963e46..86a8a3cb9993 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks'] --- import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx index 226b35140fc9..1d2904576e06 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown'] --- import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx index d1851c9e1406..df5d071ebad9 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks'] --- import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx index 7016e34e5419..5f2070895920 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data'] --- import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx index d1beff28e1bb..2d4da551e3ea 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks'] --- import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx index f7a8774d41c9..7c6da55e0f4d 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data'] --- import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx index 1dcbd34ee45f..f3e707258bf8 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks'] --- import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx index fbc00a17b725..76253605f07f 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template'] --- import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx index 9077c9d3ad9b..a096ec9134fb 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks'] --- import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx index 647d342b2d8a..931edf829625 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data'] --- import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx index a85538f59f12..6229dcf08e49 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config'] --- import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx index 0ccc2f2b5bfe..1b076d754b73 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks'] --- import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx index 4a0eff9ab657..5fc11ca5963a 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks'] --- import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx index 60981e94d435..6877c51d1cd9 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav'] --- import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx index 112dfe21be34..f77e9387c173 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views'] --- import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx index 5a2467daf9e2..e4f12a4af901 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks'] --- import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx index 80c5dc525f4a..e119035b953d 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found'] --- import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index e29d71047917..4ecfe30a3ecd 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index ffbc097376a3..1dfbf490a57c 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks'] --- import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx index 7dead078cd84..0069e33226b9 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config'] --- import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx index 805ecf33f2e2..618e3d880230 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock'] --- import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_tabbed_modal.mdx b/api_docs/kbn_shared_ux_tabbed_modal.mdx index 88715f5ffe51..6a6ad56b2ed3 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal title: "@kbn/shared-ux-tabbed-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-tabbed-modal'] --- import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_table_persist.mdx b/api_docs/kbn_shared_ux_table_persist.mdx index 2ce0d3cc3e86..aae88c74b44f 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist title: "@kbn/shared-ux-table-persist" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-table-persist'] --- import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index 4720634d9a12..534553cc97bc 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility'] --- import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index 392464061ce3..bbb4685246c0 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index f5ef3b303c17..a9afeb516e60 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index b0edea0eb9ab..e0eafb586b71 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_spaces_utils.devdocs.json b/api_docs/kbn_spaces_utils.devdocs.json index bbe46478f131..ae0d09f565a1 100644 --- a/api_docs/kbn_spaces_utils.devdocs.json +++ b/api_docs/kbn_spaces_utils.devdocs.json @@ -91,64 +91,6 @@ "the space-aware version of the requested path, inclusive of the server's base path." ], "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/spaces-utils", - "id": "def-common.getSpaceIdFromPath", - "type": "Function", - "tags": [ - "private" - ], - "label": "getSpaceIdFromPath", - "description": [ - "\nExtracts the space id from the given path.\n" - ], - "signature": [ - "(requestBasePath: string | null | undefined, serverBasePath: string | null | undefined) => { spaceId: string; pathHasExplicitSpaceIdentifier: boolean; }" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/spaces-utils", - "id": "def-common.getSpaceIdFromPath.$1", - "type": "CompoundType", - "tags": [], - "label": "requestBasePath", - "description": [ - "The base path of the current request." - ], - "signature": [ - "string | null | undefined" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - }, - { - "parentPluginId": "@kbn/spaces-utils", - "id": "def-common.getSpaceIdFromPath.$2", - "type": "CompoundType", - "tags": [], - "label": "serverBasePath", - "description": [ - "The server's base path." - ], - "signature": [ - "string | null | undefined" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [ - "the space id." - ], - "initialIsOpen": false } ], "interfaces": [], diff --git a/api_docs/kbn_spaces_utils.mdx b/api_docs/kbn_spaces_utils.mdx index 347519f73314..e51c9e78a2af 100644 --- a/api_docs/kbn_spaces_utils.mdx +++ b/api_docs/kbn_spaces_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-spaces-utils title: "@kbn/spaces-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/spaces-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/spaces-utils'] --- import kbnSpacesUtilsObj from './kbn_spaces_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 | |-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 1 | 0 | +| 5 | 0 | 1 | 0 | ## Common diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index b9fe691bcca2..0151b8cd49db 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils title: "@kbn/sse-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils'] --- import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_client.mdx b/api_docs/kbn_sse_utils_client.mdx index 7ef0b5a8939a..084709dd0841 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-client title: "@kbn/sse-utils-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-client'] --- import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_server.mdx b/api_docs/kbn_sse_utils_server.mdx index d1ca28e74eae..64c4a84b38e0 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-server title: "@kbn/sse-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-server'] --- import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index 6c3fda7808bb..36594d10682d 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std'] --- import kbnStdObj from './kbn_std.devdocs.json'; diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx index 8d0847dc8359..8a2d3cb5632c 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers'] --- import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; diff --git a/api_docs/kbn_storage_adapter.mdx b/api_docs/kbn_storage_adapter.mdx index a61c1293c4bd..99a70fb450ca 100644 --- a/api_docs/kbn_storage_adapter.mdx +++ b/api_docs/kbn_storage_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storage-adapter title: "@kbn/storage-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storage-adapter plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storage-adapter'] --- import kbnStorageAdapterObj from './kbn_storage_adapter.devdocs.json'; diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx index 025db54422e7..4f4d06d0bd90 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_streams_schema.mdx b/api_docs/kbn_streams_schema.mdx index b9371302efb7..189c43414afb 100644 --- a/api_docs/kbn_streams_schema.mdx +++ b/api_docs/kbn_streams_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-streams-schema title: "@kbn/streams-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/streams-schema plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streams-schema'] --- import kbnStreamsSchemaObj from './kbn_streams_schema.devdocs.json'; diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 3ab2a2c63be3..a8df17928bd9 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-e2e title: "@kbn/synthetics-e2e" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-e2e plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] --- import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; diff --git a/api_docs/kbn_synthetics_private_location.mdx b/api_docs/kbn_synthetics_private_location.mdx index cae45fe61506..233674a41476 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-private-location title: "@kbn/synthetics-private-location" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-private-location'] --- import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; diff --git a/api_docs/kbn_telemetry.mdx b/api_docs/kbn_telemetry.mdx index c47809d9cbac..d563e1cf3f97 100644 --- a/api_docs/kbn_telemetry.mdx +++ b/api_docs/kbn_telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry title: "@kbn/telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry'] --- import kbnTelemetryObj from './kbn_telemetry.devdocs.json'; diff --git a/api_docs/kbn_telemetry_config.mdx b/api_docs/kbn_telemetry_config.mdx index 5d327bbf2acd..a2ec56ce9371 100644 --- a/api_docs/kbn_telemetry_config.mdx +++ b/api_docs/kbn_telemetry_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-config title: "@kbn/telemetry-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-config'] --- import kbnTelemetryConfigObj from './kbn_telemetry_config.devdocs.json'; diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index 509e73849cfa..20cce1a30eb3 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index 880f80b71da7..34e245e06e07 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 5809705951c5..0e10ad8639f3 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 81131c06db5b..ad050c7183d4 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers'] --- import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx index 0b584c683cf6..b78748edef32 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 90e422d1377e..a73f72e3d229 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- import kbnTimerangeObj from './kbn_timerange.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index f9018ece8c6a..b35f027c7778 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_traced_es_client.mdx b/api_docs/kbn_traced_es_client.mdx index 6d5db785e24a..469236a249f8 100644 --- a/api_docs/kbn_traced_es_client.mdx +++ b/api_docs/kbn_traced_es_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-traced-es-client title: "@kbn/traced-es-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/traced-es-client plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/traced-es-client'] --- import kbnTracedEsClientObj from './kbn_traced_es_client.devdocs.json'; diff --git a/api_docs/kbn_tracing.mdx b/api_docs/kbn_tracing.mdx index 27037333ecf3..b86d79140eef 100644 --- a/api_docs/kbn_tracing.mdx +++ b/api_docs/kbn_tracing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tracing title: "@kbn/tracing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tracing plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tracing'] --- import kbnTracingObj from './kbn_tracing.devdocs.json'; diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index f13b85c46113..0137ff034afc 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-transpose-utils title: "@kbn/transpose-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/transpose-utils'] --- import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 4ae140c47d2a..105f9afc2007 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 49a97ffa0723..c241c3e37d68 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-try-in-console title: "@kbn/try-in-console" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/try-in-console'] --- import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index 6e257dc46c9d..7036e37c0a91 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects'] --- import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx index 4e0c5f5ad40d..a9c2b303054d 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 0c67e270400a..1808e882a2bf 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index b561871d4c77..2ec742f357bb 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index 278ebc9d8ade..560eedef6caf 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index 9d580b83464f..0c45085cf041 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 219719b5473f..6df52df649e6 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index f2bdd4db1112..2ddc01328ca0 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; diff --git a/api_docs/kbn_unified_histogram.mdx b/api_docs/kbn_unified_histogram.mdx index eec3deca982b..3fc5249979b0 100644 --- a/api_docs/kbn_unified_histogram.mdx +++ b/api_docs/kbn_unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-histogram title: "@kbn/unified-histogram" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-histogram plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-histogram'] --- import kbnUnifiedHistogramObj from './kbn_unified_histogram.devdocs.json'; diff --git a/api_docs/kbn_unified_tabs.devdocs.json b/api_docs/kbn_unified_tabs.devdocs.json index 4b267bc9013e..2f4302e17fb9 100644 --- a/api_docs/kbn_unified_tabs.devdocs.json +++ b/api_docs/kbn_unified_tabs.devdocs.json @@ -400,6 +400,20 @@ "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabItem.duplicatedFromId", + "type": "string", + "tags": [], + "label": "duplicatedFromId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_unified_tabs.mdx b/api_docs/kbn_unified_tabs.mdx index dd4e3606e667..5e649cd7361f 100644 --- a/api_docs/kbn_unified_tabs.mdx +++ b/api_docs/kbn_unified_tabs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-tabs title: "@kbn/unified-tabs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-tabs plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-tabs'] --- import kbnUnifiedTabsObj from './kbn_unified_tabs.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 | |-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 25 | 3 | +| 26 | 0 | 26 | 3 | ## Client diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index cbf2b3f68898..1b4895d6671d 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index c2e1dbb213fb..f712f10e9bb0 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt title: "@kbn/unsaved-changes-prompt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; diff --git a/api_docs/kbn_upgrade_assistant.mdx b/api_docs/kbn_upgrade_assistant.mdx index 450f4ef3d737..8b500b3eb578 100644 --- a/api_docs/kbn_upgrade_assistant.mdx +++ b/api_docs/kbn_upgrade_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-upgrade-assistant title: "@kbn/upgrade-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/upgrade-assistant plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/upgrade-assistant'] --- import kbnUpgradeAssistantObj from './kbn_upgrade_assistant.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 6cb6577dc9eb..1fbc00159664 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 7abe132513e8..bd7c8b0d08c5 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components'] --- import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index f291d9a39266..a1c28c9e3b17 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types'] --- import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index b245e74a63ac..c83021eee9d3 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest'] --- import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index c71ba525ee93..62a3b5505fb2 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 56b76f276386..933fdd357201 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 455c668fdfaf..0fff342efdd8 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_wc_framework_types_browser.mdx b/api_docs/kbn_wc_framework_types_browser.mdx index 72db239c2908..dd465a47b07a 100644 --- a/api_docs/kbn_wc_framework_types_browser.mdx +++ b/api_docs/kbn_wc_framework_types_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-framework-types-browser title: "@kbn/wc-framework-types-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-framework-types-browser plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-framework-types-browser'] --- import kbnWcFrameworkTypesBrowserObj from './kbn_wc_framework_types_browser.devdocs.json'; diff --git a/api_docs/kbn_wc_framework_types_common.mdx b/api_docs/kbn_wc_framework_types_common.mdx index 942711398c07..1caa14921df8 100644 --- a/api_docs/kbn_wc_framework_types_common.mdx +++ b/api_docs/kbn_wc_framework_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-framework-types-common title: "@kbn/wc-framework-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-framework-types-common plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-framework-types-common'] --- import kbnWcFrameworkTypesCommonObj from './kbn_wc_framework_types_common.devdocs.json'; diff --git a/api_docs/kbn_wc_framework_types_server.mdx b/api_docs/kbn_wc_framework_types_server.mdx index b5da15efae80..3281f9617ad0 100644 --- a/api_docs/kbn_wc_framework_types_server.mdx +++ b/api_docs/kbn_wc_framework_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-framework-types-server title: "@kbn/wc-framework-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-framework-types-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-framework-types-server'] --- import kbnWcFrameworkTypesServerObj from './kbn_wc_framework_types_server.devdocs.json'; diff --git a/api_docs/kbn_wc_genai_utils.mdx b/api_docs/kbn_wc_genai_utils.mdx index 975b293447c4..745bde4cda3d 100644 --- a/api_docs/kbn_wc_genai_utils.mdx +++ b/api_docs/kbn_wc_genai_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-genai-utils title: "@kbn/wc-genai-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-genai-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-genai-utils'] --- import kbnWcGenaiUtilsObj from './kbn_wc_genai_utils.devdocs.json'; diff --git a/api_docs/kbn_wc_index_schema_builder.mdx b/api_docs/kbn_wc_index_schema_builder.mdx index 97b27b0fff3f..1a2fd08555b6 100644 --- a/api_docs/kbn_wc_index_schema_builder.mdx +++ b/api_docs/kbn_wc_index_schema_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-index-schema-builder title: "@kbn/wc-index-schema-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-index-schema-builder plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-index-schema-builder'] --- import kbnWcIndexSchemaBuilderObj from './kbn_wc_index_schema_builder.devdocs.json'; diff --git a/api_docs/kbn_wc_integration_utils.mdx b/api_docs/kbn_wc_integration_utils.mdx index 52a8c6cb3f63..cb490f384dd3 100644 --- a/api_docs/kbn_wc_integration_utils.mdx +++ b/api_docs/kbn_wc_integration_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wc-integration-utils title: "@kbn/wc-integration-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wc-integration-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wc-integration-utils'] --- import kbnWcIntegrationUtilsObj from './kbn_wc_integration_utils.devdocs.json'; diff --git a/api_docs/kbn_wci_browser.mdx b/api_docs/kbn_wci_browser.mdx index 08b7c7a2b921..3416331c33cc 100644 --- a/api_docs/kbn_wci_browser.mdx +++ b/api_docs/kbn_wci_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-browser title: "@kbn/wci-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-browser plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-browser'] --- import kbnWciBrowserObj from './kbn_wci_browser.devdocs.json'; diff --git a/api_docs/kbn_wci_common.mdx b/api_docs/kbn_wci_common.mdx index 0b0c57bce6ab..c1f8eec70f9b 100644 --- a/api_docs/kbn_wci_common.mdx +++ b/api_docs/kbn_wci_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-common title: "@kbn/wci-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-common plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-common'] --- import kbnWciCommonObj from './kbn_wci_common.devdocs.json'; diff --git a/api_docs/kbn_wci_server.mdx b/api_docs/kbn_wci_server.mdx index 5bc40ddc50f6..b9158d100c27 100644 --- a/api_docs/kbn_wci_server.mdx +++ b/api_docs/kbn_wci_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-server title: "@kbn/wci-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-server plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-server'] --- import kbnWciServerObj from './kbn_wci_server.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index 9bb0438d83d2..a8efdf546878 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index 97cc5ed5b905..04dcbde38ff9 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx index b1a32fc840bf..5354ad711d2d 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod title: "@kbn/zod" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] --- import kbnZodObj from './kbn_zod.devdocs.json'; diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index 4a76f775ab3d..8f4dc83fc85e 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index eb4d681b817d..b0486dc6f175 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index 3b097425bcf3..36ea34dd58d2 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index c0c9be4291cd..de6f83c84dbf 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- import kibanaUtilsObj from './kibana_utils.devdocs.json'; diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 92f8b52813d9..6adeec51b064 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index bb789774b583..3f1401a2df43 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard'] --- import licenseApiGuardObj from './license_api_guard.devdocs.json'; diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx index 78fa46494f3d..96c0536190e2 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- import licenseManagementObj from './license_management.devdocs.json'; diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index 88ebb2f85b2b..f7337fc21aad 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.mdx b/api_docs/links.mdx index 6deb2bf2a6b6..8da68a3adc5f 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index 89044a3de416..94487d6f69c1 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/llm_tasks.mdx b/api_docs/llm_tasks.mdx index dd9b7dada39c..53ea6dfa3f7c 100644 --- a/api_docs/llm_tasks.mdx +++ b/api_docs/llm_tasks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/llmTasks title: "llmTasks" image: https://source.unsplash.com/400x175/?github description: API docs for the llmTasks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'llmTasks'] --- import llmTasksObj from './llm_tasks.devdocs.json'; diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 701f60c6a33a..8a317fb837c5 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsDataAccess title: "logsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index ad365f1db43c..005148405cf8 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index dab15a892640..b55eb75a4ba4 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index 40aec6082aaa..a803df3d5dd9 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- import mapsObj from './maps.devdocs.json'; diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index 19b12cfe2ee9..29a668bc62c1 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 2519f37e97c9..5075541273e5 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index bf88b7280b86..87268ab37254 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index ed9d472c83ff..473bb32d5f8a 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index 0a1b887f5324..dada6b674548 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring'] --- import monitoringObj from './monitoring.devdocs.json'; diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx index 9d06b6777145..6772cc27836d 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index becc996c6528..5d41b39a2456 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index a7c8cd9c057e..9de378f4a5eb 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index a6ae95a2f7ad..99485c540766 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 1a257bd3250d..2c06e3965cd0 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 28a1e70e6739..cafe38250e99 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 726ebde4f45c..5a71452c9edd 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index b3f04d11d6a7..11b11b3ffd92 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistantApp title: "observabilityAIAssistantApp" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistantApp'] --- import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; diff --git a/api_docs/observability_ai_assistant_management.mdx b/api_docs/observability_ai_assistant_management.mdx index 5956bc257b5a..b2a67c7cf4a1 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAiAssistantManagement title: "observabilityAiAssistantManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 53ba7af4ff7d..78bd45518be3 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index 9ddfc4806fb2..76fae2737a57 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 462e7e747f7d..3eb29822ba52 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/onechat.mdx b/api_docs/onechat.mdx index c180ab48176b..9703f3a69fe9 100644 --- a/api_docs/onechat.mdx +++ b/api_docs/onechat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/onechat title: "onechat" image: https://source.unsplash.com/400x175/?github description: API docs for the onechat plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'onechat'] --- import onechatObj from './onechat.devdocs.json'; diff --git a/api_docs/osquery.devdocs.json b/api_docs/osquery.devdocs.json index 01c824d8535c..8e897786f6a6 100644 --- a/api_docs/osquery.devdocs.json +++ b/api_docs/osquery.devdocs.json @@ -301,15 +301,17 @@ "label": "createActionService", "description": [], "signature": [ - "{ create: (params: { agent_ids?: string[] | undefined; agent_all?: boolean | undefined; agent_platforms?: string[] | undefined; agent_policy_ids?: string[] | undefined; query?: string | undefined; queries?: { id: string; query: string; ecs_mapping: { [x: string]: { field?: string | undefined; value?: string | string[] | undefined; }; } | undefined; version: string | undefined; platform: string | undefined; removed: boolean | undefined; snapshot: boolean | undefined; }[] | undefined; saved_query_id?: string | undefined; timeout?: number | undefined; ecs_mapping?: { [x: string]: { field?: string | undefined; value?: string | string[] | undefined; }; } | undefined; pack_id?: string | undefined; alert_ids?: string[] | undefined; case_ids?: string[] | undefined; event_ids?: string[] | undefined; metadata?: object | undefined; }, alertData?: (OutputOf Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; space_id: string; queries: _.Dictionary[]; }; fleetActionsCount: number; }>; stop: () => void; logger: ", { - "pluginId": "@kbn/alerts-as-data-utils", + "pluginId": "@kbn/logging", "scope": "common", - "docId": "kibKbnAlertsAsDataUtilsPluginApi", - "section": "def-common.MultiField", - "text": "MultiField" + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" }, - "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & { _index: string; }) | undefined) => Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; queries: _.Dictionary[]; }; fleetActionsCount: number; }>; stop: () => void; }" + "; }" ], "path": "x-pack/platform/plugins/shared/osquery/server/types.ts", "deprecated": false, diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index a19f116b9cff..5dcb2bc14f17 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-defend-workflows](https://github.com/orgs/elastic/tea | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 23 | 7 | +| 23 | 0 | 23 | 8 | ## Client diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index 87d5112dba76..9acb6f437940 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- import painlessLabObj from './painless_lab.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index 2e75ac6aa66b..c239ac3a699b 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Count | Plugins or Packages with a
public API | Number of teams | |--------------|----------|------------------------| -| 980 | 830 | 41 | +| 980 | 828 | 41 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 59501 | 248 | 44262 | 2898 | +| 59471 | 248 | 44261 | 2894 | ## Plugin Directory @@ -31,7 +31,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 4 | 0 | 4 | 1 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | AIOps plugin maintained by ML team. | 74 | 0 | 9 | 2 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 912 | 1 | 877 | 57 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 915 | 1 | 879 | 57 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | The user interface for Elastic APM | 26 | 0 | 26 | 121 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 92 | 0 | 92 | 3 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 22 | 0 | 14 | 2 | @@ -39,7 +39,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Canvas application to Kibana | 8 | 0 | 7 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 129 | 0 | 109 | 28 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 247 | 2 | 231 | 9 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 246 | 2 | 230 | 9 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 85 | 0 | 22 | 1 | | cloudChat | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Chat available on Elastic Cloud deployments for quicker assistance. | 0 | 0 | 0 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | Static migration page where self-managed users can see text/copy about migrating to Elastic Cloud | 8 | 0 | 8 | 1 | @@ -56,7 +56,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | Add custom data integrations so they can be displayed in the Fleet integrations app | 271 | 0 | 252 | 1 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 100 | 0 | 95 | 12 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 53 | 0 | 50 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3260 | 31 | 2635 | 29 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3258 | 31 | 2635 | 29 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin provides the ability to create data views via a modal flyout inside Kibana apps | 36 | 0 | 26 | 6 | @@ -94,13 +94,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Tagcloud plugin adds a `tagcloud` renderer and function to the expression plugin. The renderer will display the `Wordcloud` chart. | 6 | 0 | 6 | 2 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression XY plugin adds a `xy` renderer and function to the expression plugin. The renderer will display the `xy` chart. | 185 | 0 | 174 | 13 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds expression runtime to Kibana | 2269 | 17 | 1796 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 273 | 0 | 109 | 3 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Index pattern fields and ambiguous values formatters | 293 | 5 | 254 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 270 | 0 | 106 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Index pattern fields and ambiguous values formatters | 290 | 5 | 251 | 3 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes services for async usage and search of fields metadata. | 45 | 0 | 45 | 9 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. | 93 | 0 | 93 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | File upload, download, sharing, and serving over HTTP implementation in Kibana. | 240 | 0 | 24 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Simple UI for managing files in Kibana | 3 | 0 | 3 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1558 | 5 | 1429 | 97 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1560 | 5 | 1431 | 97 | | ftrApis | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 14 | 5 | | globalSearchBar | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | @@ -119,7 +119,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | inputControlVis | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Input Control visualization to Kibana | 0 | 0 | 0 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 136 | 2 | 109 | 4 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides UI and APIs for the interactive setup mode. | 28 | 0 | 18 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | This plugin provides implementation for system level conditions which are then used in soliciting product feedback from users. | 4 | 0 | 4 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | This plugin provides implementation for system level conditions which are then used in soliciting product feedback from users. | 5 | 0 | 5 | 1 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 155 | 0 | 122 | 3 | @@ -155,7 +155,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 24 | 0 | 24 | 0 | | | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 526 | 1 | 520 | 19 | | | [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) | - | 29 | 0 | 19 | 2 | -| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 7 | +| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 8 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds a standardized Presentation panel which allows any forward ref component to interface with various Kibana systems. | 9 | 0 | 9 | 4 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). | 106 | 0 | 82 | 5 | @@ -180,14 +180,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 10 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 19 | 0 | 19 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 4 | 0 | 4 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 22 | 0 | 22 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin to provide access to and rendering of python notebooks for use in the persistent developer console. | 10 | 0 | 10 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 29 | 0 | 29 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 5 | 0 | 5 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 5 | 0 | 5 | 0 | | searchprofiler | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user. | 462 | 0 | 238 | 0 | -| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 199 | 0 | 130 | 37 | +| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 198 | 0 | 129 | 37 | | | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | ESS customizations for Security Solution. | 6 | 0 | 6 | 0 | | | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | Serverless customizations for security. | 7 | 0 | 7 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | The core Serverless plugin, providing APIs to Serverless Project plugins. | 23 | 0 | 23 | 0 | @@ -198,7 +198,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds URL Service and sharing capabilities to Kibana | 153 | 0 | 87 | 15 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 56 | 0 | 56 | 2 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 22 | 1 | 22 | 1 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 269 | 0 | 73 | 1 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 256 | 0 | 69 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 27 | 0 | 27 | 2 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 1 | | | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | A manager for Streams | 12 | 0 | 12 | 26 | @@ -338,7 +338,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 212 | 0 | 104 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 4 | 0 | @@ -360,7 +360,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 13 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 1 | 34 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 118 | 0 | 56 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 43 | 0 | 38 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 33 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 13 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | @@ -373,11 +373,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 30 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 116 | 4 | 36 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | @@ -533,15 +531,15 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 15 | 0 | 9 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 38 | 2 | 33 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 40 | 0 | 38 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 363 | 0 | 313 | 5 | -| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 82 | 0 | 82 | 2 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 366 | 0 | 316 | 5 | +| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 83 | 0 | 83 | 2 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 5 | 0 | 5 | 1 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 57 | 0 | 30 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 55 | 0 | 35 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 53 | 0 | 35 | 1 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 16 | 0 | 8 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 48 | 0 | 47 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 198 | 0 | 166 | 13 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 759 | 0 | 648 | 2 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 760 | 0 | 648 | 2 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 10 | 0 | 7 | 0 | | | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 51 | 0 | 51 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 55 | 0 | 40 | 7 | @@ -552,7 +550,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 389 | 1 | 308 | 27 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 40 | 0 | 17 | 1 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 46 | 0 | 45 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 49 | 0 | 48 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 114 | 0 | 98 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 191 | 0 | 168 | 13 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 40 | 0 | 40 | 0 | @@ -588,7 +586,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 11 | 0 | 11 | 1 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 271 | 0 | 130 | 12 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 140 | 0 | 140 | 0 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 50 | 0 | 49 | 0 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 51 | 0 | 50 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 20 | 0 | 17 | 1 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 12 | 43 | 0 | @@ -717,22 +715,22 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 40 | 0 | 40 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 15 | 0 | 6 | 2 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 8 | 0 | 6 | 13 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 187 | 0 | 186 | 7 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 188 | 0 | 187 | 8 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 2 | 8 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 9 | 1 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 2 | 0 | 1 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 18 | 0 | 18 | 2 | -| | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 196 | 0 | 183 | 0 | +| | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 198 | 0 | 185 | 0 | | | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 18 | 0 | 18 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 16 | 0 | 15 | 0 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 443 | 2 | 121 | 16 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 446 | 2 | 121 | 16 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 13 | 0 | 13 | 0 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 361 | 2 | 70 | 2 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 364 | 2 | 70 | 2 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 129 | 0 | 107 | 4 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 357 | 2 | 67 | 6 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 360 | 2 | 67 | 6 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 34 | 0 | 33 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 5 | 0 | 5 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | @@ -832,7 +830,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 208 | 0 | 208 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 20 | 0 | 12 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 8 | 0 | 1 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 5 | 0 | 1 | 0 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 20 | 0 | 20 | 3 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 1 | 0 | 1 | 1 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 8 | 0 | 6 | 0 | @@ -866,7 +864,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 20 | 4 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 322 | 0 | 293 | 8 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Components for the Discover histogram chart | 106 | 0 | 81 | 13 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 25 | 0 | 25 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 26 | 0 | 26 | 3 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 13 | 0 | 9 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index dbf4cbaae275..5cd678d847bf 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index fc7540e5ed97..081aa4da7a5c 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/product_doc_base.mdx b/api_docs/product_doc_base.mdx index c663aad944c5..6d0b741ac883 100644 --- a/api_docs/product_doc_base.mdx +++ b/api_docs/product_doc_base.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/productDocBase title: "productDocBase" image: https://source.unsplash.com/400x175/?github description: API docs for the productDocBase plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'productDocBase'] --- import productDocBaseObj from './product_doc_base.devdocs.json'; diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index ec7e874615d1..4b49843cc97a 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index 2efdb5b60618..94dae27e7858 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- import profilingDataAccessObj from './profiling_data_access.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index 0eb3f5ac0005..74f6954eef03 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- import remoteClustersObj from './remote_clusters.devdocs.json'; diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index 8a5639f0eb77..39bf4ce2c911 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- import reportingObj from './reporting.devdocs.json'; diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index 82f56d818818..8c84f6b5d133 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- import rollupObj from './rollup.devdocs.json'; diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 4f26121a48a8..4f8725c573a9 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- import ruleRegistryObj from './rule_registry.devdocs.json'; diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index cd9457aad1d1..d2e404477a3c 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 3d0c0406d8da..7985f75e43da 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- import savedObjectsObj from './saved_objects.devdocs.json'; diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index b3778b7f34f7..35e2c5951598 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index b7c0dc4442fc..87a869c3d968 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index fd0ccb740041..eb87e33cff4e 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index 16a55e960142..6d5fac43217d 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index adc1808e4840..ad63ea424548 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- import savedSearchObj from './saved_search.devdocs.json'; diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index 8a07bf210a87..88cf7e0a57b9 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode'] --- import screenshotModeObj from './screenshot_mode.devdocs.json'; diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx index 2fcb7d32c06d..ea7dd5232146 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- import screenshottingObj from './screenshotting.devdocs.json'; diff --git a/api_docs/search_assistant.mdx b/api_docs/search_assistant.mdx index 7333882546c7..39684fee801b 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchAssistant title: "searchAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- import searchAssistantObj from './search_assistant.devdocs.json'; diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index 2ed301821207..0b1d14b9e41c 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchHomepage title: "searchHomepage" image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index 93283c7512c3..264816861b56 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchIndices title: "searchIndices" image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchIndices'] --- import searchIndicesObj from './search_indices.devdocs.json'; diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index 8f325064835d..fadb91a4fcd0 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchInferenceEndpoints title: "searchInferenceEndpoints" image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; diff --git a/api_docs/search_navigation.devdocs.json b/api_docs/search_navigation.devdocs.json index 3eb85d296859..14d934c569ef 100644 --- a/api_docs/search_navigation.devdocs.json +++ b/api_docs/search_navigation.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "ClassicNavItem", "description": [], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25,7 +25,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -46,7 +46,7 @@ }, " | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +71,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -92,7 +92,7 @@ }, "[] | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -106,7 +106,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -120,7 +120,7 @@ "tags": [], "label": "ClassicNavItemDeepLink", "description": [], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ "signature": [ "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"streams\" | \"inventory\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\"" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -166,7 +166,7 @@ "tags": [], "label": "SearchNavigationPluginSetup", "description": [], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -180,7 +180,7 @@ "tags": [], "label": "SearchNavigationPluginStart", "description": [], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -194,7 +194,7 @@ "signature": [ "(onAppMount: () => Promise) => void" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -208,7 +208,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -226,7 +226,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -234,13 +234,13 @@ }, { "parentPluginId": "searchNavigation", - "id": "def-public.SearchNavigationPluginStart.setGetBaseClassicNavItems", + "id": "def-public.SearchNavigationPluginStart.getBaseClassicNavItems", "type": "Function", "tags": [], - "label": "setGetBaseClassicNavItems", + "label": "getBaseClassicNavItems", "description": [], "signature": [ - "(classicNavItemsFn: () => ", + "() => ", { "pluginId": "searchNavigation", "scope": "public", @@ -248,36 +248,12 @@ "section": "def-public.ClassicNavItem", "text": "ClassicNavItem" }, - "[]) => void" + "[]" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "searchNavigation", - "id": "def-public.SearchNavigationPluginStart.setGetBaseClassicNavItems.$1", - "type": "Function", - "tags": [], - "label": "classicNavItemsFn", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "searchNavigation", - "scope": "public", - "docId": "kibSearchNavigationPluginApi", - "section": "def-public.ClassicNavItem", - "text": "ClassicNavItem" - }, - "[]" - ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], + "children": [], "returnComment": [] }, { @@ -300,7 +276,7 @@ }, " | undefined" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -315,7 +291,7 @@ "ScopedHistory", "" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -337,7 +313,7 @@ "SearchNavigationSetBreadcrumbsOptions", " | undefined) => void; clearBreadcrumbs: () => void; }" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -370,7 +346,7 @@ "signature": [ "\"searchNavigation\"" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -385,7 +361,7 @@ "signature": [ "\"searchNavigation\"" ], - "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_navigation/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_navigation.mdx b/api_docs/search_navigation.mdx index 3388ae633403..09dceb9f250e 100644 --- a/api_docs/search_navigation.mdx +++ b/api_docs/search_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNavigation title: "searchNavigation" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNavigation plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNavigation'] --- import searchNavigationObj from './search_navigation.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 22 | 1 | +| 21 | 0 | 21 | 1 | ## Client diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index e0db0f5555c8..510f9016242a 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNotebooks title: "searchNotebooks" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- import searchNotebooksObj from './search_notebooks.devdocs.json'; diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index 4efd6af51328..ce8931608864 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchPlayground title: "searchPlayground" image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/search_query_rules.mdx b/api_docs/search_query_rules.mdx index 0d7941730ea2..9ba01f94c49c 100644 --- a/api_docs/search_query_rules.mdx +++ b/api_docs/search_query_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchQueryRules title: "searchQueryRules" image: https://source.unsplash.com/400x175/?github description: API docs for the searchQueryRules plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchQueryRules'] --- import searchQueryRulesObj from './search_query_rules.devdocs.json'; diff --git a/api_docs/search_synonyms.mdx b/api_docs/search_synonyms.mdx index 35a89ec5971f..bbe9302121b6 100644 --- a/api_docs/search_synonyms.mdx +++ b/api_docs/search_synonyms.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchSynonyms title: "searchSynonyms" image: https://source.unsplash.com/400x175/?github description: API docs for the searchSynonyms plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchSynonyms'] --- import searchSynonymsObj from './search_synonyms.devdocs.json'; diff --git a/api_docs/security.mdx b/api_docs/security.mdx index c166ab6487e2..89b3850d2157 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security'] --- import securityObj from './security.devdocs.json'; diff --git a/api_docs/security_solution.devdocs.json b/api_docs/security_solution.devdocs.json index c5cfcdc1f11d..3733c350ae5e 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -239,19 +239,7 @@ "label": "registerDiscoverSharedFeatures", "description": [], "signature": [ - "(core: ", - "CoreSetup", - "<", - "StartPluginsDependencies", - ", ", - { - "pluginId": "securitySolution", - "scope": "public", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-public.PluginStart", - "text": "PluginStart" - }, - ">, plugins: ", + "(plugins: ", "SetupPlugins", ") => Promise" ], @@ -264,32 +252,6 @@ "id": "def-public.Plugin.registerDiscoverSharedFeatures.$1", "type": "Object", "tags": [], - "label": "core", - "description": [], - "signature": [ - "CoreSetup", - "<", - "StartPluginsDependencies", - ", ", - { - "pluginId": "securitySolution", - "scope": "public", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-public.PluginStart", - "text": "PluginStart" - }, - ">" - ], - "path": "x-pack/solutions/security/plugins/security_solution/public/plugin.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "securitySolution", - "id": "def-public.Plugin.registerDiscoverSharedFeatures.$2", - "type": "Object", - "tags": [], "label": "plugins", "description": [], "signature": [ @@ -474,7 +436,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsights\" | \"advancedEsqlGeneration\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"privilegeMonitoringEnabled\" | \"siemMigrationsDisabled\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"securityAIPromptsEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsights\" | \"advancedEsqlGeneration\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"privilegeMonitoringEnabled\" | \"siemMigrationsDisabled\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"securityAIPromptsEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -554,7 +516,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsights\" | \"advancedEsqlGeneration\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"privilegeMonitoringEnabled\" | \"siemMigrationsDisabled\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"securityAIPromptsEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsights\" | \"advancedEsqlGeneration\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"privilegeMonitoringEnabled\" | \"siemMigrationsDisabled\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"securityAIPromptsEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -1829,7 +1791,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/public/types.ts", "deprecated": false, @@ -3175,7 +3137,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3348,7 +3310,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly advancedEsqlGeneration: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly privilegeMonitoringEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly securityAIPromptsEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3378,7 +3340,7 @@ "label": "SECURITY_FEATURE_ID", "description": [], "signature": [ - "\"siemV2\"" + "\"siemV3\"" ], "path": "x-pack/solutions/security/plugins/security_solution/common/constants.ts", "deprecated": false, @@ -3429,7 +3391,7 @@ "\nA list of allowed values that can be used in `xpack.securitySolution.enableExperimental`.\nThis object is then used to validate and parse the value entered." ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly advancedEsqlGeneration: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly storeGapsInEventLogEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly bulkEditAlertSuppressionEnabled: false; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: true; readonly privilegeMonitoringEnabled: false; readonly siemMigrationsDisabled: false; readonly defendInsights: true; readonly newExpandableFlyoutNavigationDisabled: false; readonly editHighlightedFields: true; readonly crowdstrikeRunScriptEnabled: true; readonly responseActionsMSDefenderEndpointEnabled: true; readonly eventCollectionDataReductionBannerEnabled: true; readonly newDataViewPickerEnabled: false; readonly securityAIPromptsEnabled: false; readonly microsoftDefenderEndpointRunScriptEnabled: false; readonly trustedAppsAdvancedMode: false; }" + "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly advancedEsqlGeneration: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly storeGapsInEventLogEnabled: true; readonly bulkFillRuleGapsEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly bulkEditAlertSuppressionEnabled: false; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: true; readonly privilegeMonitoringEnabled: false; readonly siemMigrationsDisabled: false; readonly defendInsights: true; readonly newExpandableFlyoutNavigationDisabled: false; readonly editHighlightedFields: true; readonly crowdstrikeRunScriptEnabled: true; readonly responseActionsMSDefenderEndpointEnabled: true; readonly eventCollectionDataReductionBannerEnabled: true; readonly newDataViewPickerEnabled: false; readonly securityAIPromptsEnabled: false; readonly microsoftDefenderEndpointRunScriptEnabled: false; readonly trustedAppsAdvancedMode: false; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 16c9923cd69b..0569696327de 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-solution](https://github.com/orgs/elastic/teams/secur | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 199 | 0 | 130 | 37 | +| 198 | 0 | 129 | 37 | ## Client diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index a9801c719348..505c73647ab1 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- import securitySolutionEssObj from './security_solution_ess.devdocs.json'; diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index 5e3fc6ee667b..e1bed03ce4c0 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index f945e3dbe451..1f0f85bc7c48 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_chat.mdx b/api_docs/serverless_chat.mdx index d6df64e73ec7..9ca81e995f7b 100644 --- a/api_docs/serverless_chat.mdx +++ b/api_docs/serverless_chat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessChat title: "serverlessChat" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessChat plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessChat'] --- import serverlessChatObj from './serverless_chat.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 8d4a3a09ee0e..3afaef16b881 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index 2baa4297e6e9..269177d03c6e 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index 9174d6255c22..f807a8291b7d 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.mdx b/api_docs/share.mdx index 698c83464cd9..cb136e13340f 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index 10b59ecb8207..566baf4c127f 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/slo title: "slo" image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'slo'] --- import sloObj from './slo.devdocs.json'; diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index 1763a2cb1acc..a6483a4c84e0 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.devdocs.json b/api_docs/spaces.devdocs.json index eef422fbabc6..d4fdd3fc9f0e 100644 --- a/api_docs/spaces.devdocs.json +++ b/api_docs/spaces.devdocs.json @@ -1809,24 +1809,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "spaces", - "id": "def-public.Space._reserved", - "type": "CompoundType", - "tags": [ - "private" - ], - "label": "_reserved", - "description": [ - "\nIndicates that this space is reserved (system controlled).\nReserved spaces cannot be created or deleted by end-users." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/spaces/common/types/space/v1.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "spaces", "id": "def-public.Space.solution", @@ -3721,24 +3703,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "spaces", - "id": "def-server.Space._reserved", - "type": "CompoundType", - "tags": [ - "private" - ], - "label": "_reserved", - "description": [ - "\nIndicates that this space is reserved (system controlled).\nReserved spaces cannot be created or deleted by end-users." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/spaces/common/types/space/v1.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "spaces", "id": "def-server.Space.solution", @@ -4170,136 +4134,6 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false - }, - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientRepositoryFactory", - "type": "Type", - "tags": [ - "private" - ], - "label": "SpacesClientRepositoryFactory", - "description": [ - "\nFor consumption by the security plugin only." - ], - "signature": [ - "(request: ", - "KibanaRequest", - ", savedObjectsStart: ", - "SavedObjectsServiceStart", - ") => ", - "ISavedObjectsRepository" - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientRepositoryFactory.$1", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientRepositoryFactory.$2", - "type": "Object", - "tags": [], - "label": "savedObjectsStart", - "description": [], - "signature": [ - "SavedObjectsServiceStart" - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientWrapper", - "type": "Type", - "tags": [ - "private" - ], - "label": "SpacesClientWrapper", - "description": [ - "\nFor consumption by the security plugin only." - ], - "signature": [ - "(request: ", - "KibanaRequest", - ", baseClient: ", - { - "pluginId": "spaces", - "scope": "server", - "docId": "kibSpacesPluginApi", - "section": "def-server.ISpacesClient", - "text": "ISpacesClient" - }, - ") => ", - { - "pluginId": "spaces", - "scope": "server", - "docId": "kibSpacesPluginApi", - "section": "def-server.ISpacesClient", - "text": "ISpacesClient" - } - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientWrapper.$1", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "spaces", - "id": "def-server.SpacesClientWrapper.$2", - "type": "Object", - "tags": [], - "label": "baseClient", - "description": [], - "signature": [ - { - "pluginId": "spaces", - "scope": "server", - "docId": "kibSpacesPluginApi", - "section": "def-server.ISpacesClient", - "text": "ISpacesClient" - } - ], - "path": "x-pack/platform/plugins/shared/spaces/server/spaces_client/spaces_client_service.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false } ], "objects": [], @@ -4338,40 +4172,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "spaces", - "id": "def-server.SpacesPluginSetup.spacesClient", - "type": "Object", - "tags": [ - "private" - ], - "label": "spacesClient", - "description": [ - "\nRegistries exposed for the security plugin to transparently provide authorization and audit logging." - ], - "signature": [ - "{ setClientRepositoryFactory: (factory: ", - { - "pluginId": "spaces", - "scope": "server", - "docId": "kibSpacesPluginApi", - "section": "def-server.SpacesClientRepositoryFactory", - "text": "SpacesClientRepositoryFactory" - }, - ") => void; registerClientWrapper: (wrapper: ", - { - "pluginId": "spaces", - "scope": "server", - "docId": "kibSpacesPluginApi", - "section": "def-server.SpacesClientWrapper", - "text": "SpacesClientWrapper" - }, - ") => void; }" - ], - "path": "x-pack/platform/plugins/shared/spaces/server/plugin.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "spaces", "id": "def-server.SpacesPluginSetup.hasOnlyDefaultSpace$", @@ -4526,64 +4326,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "spaces", - "id": "def-common.getSpaceIdFromPath", - "type": "Function", - "tags": [ - "private" - ], - "label": "getSpaceIdFromPath", - "description": [ - "\nExtracts the space id from the given path.\n" - ], - "signature": [ - "(requestBasePath: string | null | undefined, serverBasePath: string | null | undefined) => { spaceId: string; pathHasExplicitSpaceIdentifier: boolean; }" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "spaces", - "id": "def-common.getSpaceIdFromPath.$1", - "type": "CompoundType", - "tags": [], - "label": "requestBasePath", - "description": [ - "The base path of the current request." - ], - "signature": [ - "string | null | undefined" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - }, - { - "parentPluginId": "spaces", - "id": "def-common.getSpaceIdFromPath.$2", - "type": "CompoundType", - "tags": [], - "label": "serverBasePath", - "description": [ - "The server's base path." - ], - "signature": [ - "string | null | undefined" - ], - "path": "src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [ - "the space id." - ], - "initialIsOpen": false - }, { "parentPluginId": "spaces", "id": "def-common.isReservedSpace", @@ -4876,24 +4618,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "spaces", - "id": "def-common.Space._reserved", - "type": "CompoundType", - "tags": [ - "private" - ], - "label": "_reserved", - "description": [ - "\nIndicates that this space is reserved (system controlled).\nReserved spaces cannot be created or deleted by end-users." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/spaces/common/types/space/v1.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "spaces", "id": "def-common.Space.solution", diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index da478c47d799..0e526739c50e 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- import spacesObj from './spaces.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 | |-------------------|-----------|------------------------|-----------------| -| 269 | 0 | 73 | 1 | +| 256 | 0 | 69 | 1 | ## Client diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index 2fb4fb55382e..32d6a4d5f227 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts'] --- import stackAlertsObj from './stack_alerts.devdocs.json'; diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx index 1149bae00835..15fead52aa56 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/streams.mdx b/api_docs/streams.mdx index aeec14fa2ef0..b0a459d4910f 100644 --- a/api_docs/streams.mdx +++ b/api_docs/streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streams title: "streams" image: https://source.unsplash.com/400x175/?github description: API docs for the streams plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams'] --- import streamsObj from './streams.devdocs.json'; diff --git a/api_docs/streams_app.mdx b/api_docs/streams_app.mdx index 2dbd80a7f97b..a9181dcdf4fa 100644 --- a/api_docs/streams_app.mdx +++ b/api_docs/streams_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsApp title: "streamsApp" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsApp plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp'] --- import streamsAppObj from './streams_app.devdocs.json'; diff --git a/api_docs/streams_app_wrapper.mdx b/api_docs/streams_app_wrapper.mdx index 8c8856907170..39c9fe0f3065 100644 --- a/api_docs/streams_app_wrapper.mdx +++ b/api_docs/streams_app_wrapper.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsAppWrapper title: "streamsAppWrapper" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsAppWrapper plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsAppWrapper'] --- import streamsAppWrapperObj from './streams_app_wrapper.devdocs.json'; diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 3f296dc5654f..5b01107dedeb 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index e3036b05b9e1..f021c204064f 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- import telemetryObj from './telemetry.devdocs.json'; diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index 5a7ad1c7d73b..ecc6c21d1f5b 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index 30249b65ce66..37e17e466530 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 2e7d5cb835c6..6c7469b856a5 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines'] --- import timelinesObj from './timelines.devdocs.json'; diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx index fd1104e79168..8f52e7d4d275 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 9e320345ef16..e2b690a81a68 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index 98ae9a5633fc..7923072a277e 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- import uiActionsObj from './ui_actions.devdocs.json'; diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index 9191cfd33696..358bd8cf0a3f 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index ced73c5ca74e..3965f9e24995 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_search.devdocs.json b/api_docs/unified_search.devdocs.json index f56f56879724..67c7f5e3dfde 100644 --- a/api_docs/unified_search.devdocs.json +++ b/api_docs/unified_search.devdocs.json @@ -613,7 +613,15 @@ }, "[] | undefined; iconType?: ", "IconType", - " | undefined; showQueryInput?: boolean | undefined; isLoading?: boolean | undefined; dataTestSubj?: string | undefined; minRefreshInterval?: number | undefined; isDisabled?: boolean | undefined; showSaveQuery?: boolean | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; additionalQueryBarMenuItems?: ", + " | undefined; showQueryInput?: boolean | undefined; isLoading?: boolean | undefined; dataTestSubj?: string | undefined; minRefreshInterval?: number | undefined; isDisabled?: boolean | undefined; savedQuery?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.SavedQuery", + "text": "SavedQuery" + }, + " | undefined; showSaveQuery?: boolean | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; additionalQueryBarMenuItems?: ", "AdditionalQueryBarMenuItems", " | undefined; filtersForSuggestions?: ", { @@ -625,15 +633,7 @@ }, "[] | undefined; hiddenFilterPanelOptions?: ", "FilterPanelOption", - "[] | undefined; prependFilterBar?: React.ReactNode; isRefreshPaused?: boolean | undefined; dateRangeFrom?: string | undefined; dateRangeTo?: string | undefined; showSavedQueryControls?: boolean | undefined; savedQuery?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.SavedQuery", - "text": "SavedQuery" - }, - " | undefined; onQueryChange?: ((payload: { dateRange: ", + "[] | undefined; prependFilterBar?: React.ReactNode; isRefreshPaused?: boolean | undefined; dateRangeFrom?: string | undefined; dateRangeTo?: string | undefined; showSavedQueryControls?: boolean | undefined; onQueryChange?: ((payload: { dateRange: ", { "pluginId": "@kbn/es-query", "scope": "common", diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 465685f9bd29..437adf23092f 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch'] --- import unifiedSearchObj from './unified_search.devdocs.json'; diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx index 5115daa7093a..f43217ec82ed 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index 221ea9c1d253..30336e5d9260 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 23bb20e7563c..a28b46369bb2 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- import urlForwardingObj from './url_forwarding.devdocs.json'; diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index 4105bff9ede9..65b9424178ec 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection'] --- import usageCollectionObj from './usage_collection.devdocs.json'; diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx index c5f4549dade9..ba9135ac20ff 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux'] --- import uxObj from './ux.devdocs.json'; diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx index 379b83e47cf0..c7b0a7cb6d5f 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor'] --- import visDefaultEditorObj from './vis_default_editor.devdocs.json'; diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx index 96c2f9e53bfe..e086ac39ed90 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge'] --- import visTypeGaugeObj from './vis_type_gauge.devdocs.json'; diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx index 5e128540c952..4e0fe9cfb48c 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap'] --- import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json'; diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx index f0a2555a6b95..45f501157e00 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie'] --- import visTypePieObj from './vis_type_pie.devdocs.json'; diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx index 4dcf5847ae01..f329630ea6cc 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable'] --- import visTypeTableObj from './vis_type_table.devdocs.json'; diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx index 0f70ef98860b..f199211e5f12 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index a76e7b1d8dce..a7feaf0e622f 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries'] --- import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json'; diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx index 1fdf1314c2d9..2aef0efe4b22 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega'] --- import visTypeVegaObj from './vis_type_vega.devdocs.json'; diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx index 1a2b390c7d28..ccc4e25dd6b6 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib'] --- import visTypeVislibObj from './vis_type_vislib.devdocs.json'; diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx index 0687f8231e3a..41685a26d311 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 6d1a04c4ac85..7fef5713544c 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/api_docs/wci_external_server.mdx b/api_docs/wci_external_server.mdx index 4586f8d0e8f2..b36079677875 100644 --- a/api_docs/wci_external_server.mdx +++ b/api_docs/wci_external_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/wciExternalServer title: "wciExternalServer" image: https://source.unsplash.com/400x175/?github description: API docs for the wciExternalServer plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'wciExternalServer'] --- import wciExternalServerObj from './wci_external_server.devdocs.json'; diff --git a/api_docs/wci_index_source.mdx b/api_docs/wci_index_source.mdx index e6c6575785f7..c2a98e2fa6d1 100644 --- a/api_docs/wci_index_source.mdx +++ b/api_docs/wci_index_source.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/wciIndexSource title: "wciIndexSource" image: https://source.unsplash.com/400x175/?github description: API docs for the wciIndexSource plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'wciIndexSource'] --- import wciIndexSourceObj from './wci_index_source.devdocs.json'; diff --git a/api_docs/wci_salesforce.mdx b/api_docs/wci_salesforce.mdx index be894fc47ba9..d8c884e37cad 100644 --- a/api_docs/wci_salesforce.mdx +++ b/api_docs/wci_salesforce.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/wciSalesforce title: "wciSalesforce" image: https://source.unsplash.com/400x175/?github description: API docs for the wciSalesforce plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'wciSalesforce'] --- import wciSalesforceObj from './wci_salesforce.devdocs.json'; diff --git a/api_docs/workchat_app.mdx b/api_docs/workchat_app.mdx index e039d9b00d21..bb7bbb414adc 100644 --- a/api_docs/workchat_app.mdx +++ b/api_docs/workchat_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/workchatApp title: "workchatApp" image: https://source.unsplash.com/400x175/?github description: API docs for the workchatApp plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'workchatApp'] --- import workchatAppObj from './workchat_app.devdocs.json'; diff --git a/api_docs/workchat_framework.mdx b/api_docs/workchat_framework.mdx index 1dc53aef2d80..e7cf9335b53c 100644 --- a/api_docs/workchat_framework.mdx +++ b/api_docs/workchat_framework.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/workchatFramework title: "workchatFramework" image: https://source.unsplash.com/400x175/?github description: API docs for the workchatFramework plugin -date: 2025-06-23 +date: 2025-06-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'workchatFramework'] --- import workchatFrameworkObj from './workchat_framework.devdocs.json';