diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index 35f0ed0b568be..ed30d3a8785d2 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2024-12-23 +date: 2024-12-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 eb0f4206e205a..e1e7620135214 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2024-12-23 +date: 2024-12-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 7d4ff53bd0711..c8bc13dfea1bb 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection title: "aiAssistantManagementSelection" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.devdocs.json b/api_docs/aiops.devdocs.json index 1324a2c42ab89..0ca8b926bbcfa 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -254,13 +254,7 @@ "\nUsed to check capabilities for links to other plugins.\n`application.currentAppId$` is used to close the log pattern analysis flyout\nwhen user navigates out of the current plugin." ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index bf02f41cc4d47..28135dd1f363e 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index f28995534258c..d52015939ad7b 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 81f9c90011c99..c253f64e33b97 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2024-12-23 +date: 2024-12-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 a988e164b6db4..ff3219230d45f 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess title: "apmDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/asset_inventory.devdocs.json b/api_docs/asset_inventory.devdocs.json index 9816fc76f5fa7..246dfa2f2703a 100644 --- a/api_docs/asset_inventory.devdocs.json +++ b/api_docs/asset_inventory.devdocs.json @@ -31,7 +31,42 @@ "path": "x-pack/solutions/security/plugins/asset_inventory/public/types.ts", "deprecated": false, "trackAdoption": false, - "children": [], + "children": [ + { + "parentPluginId": "assetInventory", + "id": "def-public.AssetInventoryPluginStart.getAssetInventoryPage", + "type": "Function", + "tags": [], + "label": "getAssetInventoryPage", + "description": [], + "signature": [ + "(assetInventoryStartDeps: ", + "AppPluginStartDependencies", + ") => JSX.Element" + ], + "path": "x-pack/solutions/security/plugins/asset_inventory/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "assetInventory", + "id": "def-public.AssetInventoryPluginStart.getAssetInventoryPage.$1", + "type": "Object", + "tags": [], + "label": "assetInventoryStartDeps", + "description": [], + "signature": [ + "AppPluginStartDependencies" + ], + "path": "x-pack/solutions/security/plugins/asset_inventory/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], "lifecycle": "start", "initialIsOpen": true } diff --git a/api_docs/asset_inventory.mdx b/api_docs/asset_inventory.mdx index 7b636006f5746..13dc1a59b7e53 100644 --- a/api_docs/asset_inventory.mdx +++ b/api_docs/asset_inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetInventory title: "assetInventory" image: https://source.unsplash.com/400x175/?github description: API docs for the assetInventory plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetInventory'] --- import assetInventoryObj from './asset_inventory.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| 8 | 0 | 8 | 1 | ## Client diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 00bdf26d46a1b..4453094da004c 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/canvas.devdocs.json b/api_docs/canvas.devdocs.json index 46283c742dff0..2a68b5c907c0a 100644 --- a/api_docs/canvas.devdocs.json +++ b/api_docs/canvas.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "WithKibanaProps", "description": [], - "path": "x-pack/plugins/canvas/public/index.ts", + "path": "x-pack/platform/plugins/private/canvas/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "CanvasServices", "; }; }" ], - "path": "x-pack/plugins/canvas/public/index.ts", + "path": "x-pack/platform/plugins/private/canvas/public/index.ts", "deprecated": false, "trackAdoption": false } @@ -60,7 +60,7 @@ "signature": [ "CanvasApi" ], - "path": "x-pack/plugins/canvas/public/plugin.tsx", + "path": "x-pack/platform/plugins/private/canvas/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -76,7 +76,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/canvas/public/plugin.tsx", + "path": "x-pack/platform/plugins/private/canvas/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -107,7 +107,7 @@ "signature": [ "\"CANVAS_APP_LOCATOR\"" ], - "path": "x-pack/plugins/canvas/common/locator.ts", + "path": "x-pack/platform/plugins/private/canvas/common/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -137,7 +137,7 @@ }, ">" ], - "path": "x-pack/plugins/canvas/common/locator.ts", + "path": "x-pack/platform/plugins/private/canvas/common/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -152,7 +152,7 @@ "signature": [ "{ view: \"workpadPDF\"; id: string; page: number; }" ], - "path": "x-pack/plugins/canvas/common/locator.ts", + "path": "x-pack/platform/plugins/private/canvas/common/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -166,7 +166,7 @@ "tags": [], "label": "UI_SETTINGS", "description": [], - "path": "x-pack/plugins/canvas/common/index.ts", + "path": "x-pack/platform/plugins/private/canvas/common/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,7 +177,7 @@ "tags": [], "label": "ENABLE_LABS_UI", "description": [], - "path": "x-pack/plugins/canvas/common/index.ts", + "path": "x-pack/platform/plugins/private/canvas/common/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index e0e66ddff6aa5..110c500a6df53 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.devdocs.json b/api_docs/cases.devdocs.json index b621e45205db3..8e6b04f4eaa00 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -47,21 +47,9 @@ "description": [], "signature": [ " = ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", ">({ basePath, extend, }: { basePath?: string | undefined; extend?: Partial React.JSX.Element" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "text": "ControlGroupRendererProps" } ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -59,7 +59,7 @@ "tags": [], "label": "ControlGroupCreationOptions", "description": [], - "path": "src/plugins/controls/public/control_group/control_group_renderer/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,7 +89,7 @@ }, ">> | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -110,7 +110,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", "deprecated": false, "trackAdoption": false } @@ -124,7 +124,7 @@ "tags": [], "label": "ControlGroupRendererProps", "description": [], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +146,7 @@ }, ") => void" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +166,7 @@ "text": "ControlGroupRendererApi" } ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -284,7 +284,7 @@ }, ">>) | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -314,7 +314,7 @@ }, ">>" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -405,7 +405,7 @@ }, ">>, controlId?: string | undefined) => void; }" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -430,7 +430,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -451,7 +451,7 @@ }, "[] | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -472,7 +472,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -493,7 +493,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -507,7 +507,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -521,7 +521,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", "deprecated": false, "trackAdoption": false } @@ -545,7 +545,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -559,7 +559,7 @@ "signature": [ "\"NONE\" | \"HIERARCHICAL\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -573,7 +573,7 @@ "signature": [ "\"oneLine\" | \"twoLine\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -584,7 +584,7 @@ "tags": [], "label": "autoApplySelections", "description": [], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -605,7 +605,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -626,7 +626,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -647,7 +647,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -687,7 +687,7 @@ }, ">, \"initialChildControlState\">" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -709,7 +709,7 @@ }, " & { type: string; order: number; } & { id?: string | undefined; })[]" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -735,7 +735,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -757,7 +757,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -783,7 +783,7 @@ "ControlFactory", "" ], - "path": "src/plugins/controls/public/controls/data_controls/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -805,7 +805,7 @@ }, ") => boolean" ], - "path": "src/plugins/controls/public/controls/data_controls/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -825,7 +825,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/controls/public/controls/data_controls/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -845,7 +845,7 @@ "CustomOptionsComponentProps", "> | undefined" ], - "path": "src/plugins/controls/public/controls/data_controls/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false } @@ -876,7 +876,7 @@ "text": "DefaultControlState" } ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -887,7 +887,7 @@ "tags": [], "label": "dataViewId", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -898,7 +898,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -912,7 +912,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -939,7 +939,7 @@ ",", "OptionsListDisplaySettings" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -954,7 +954,7 @@ "OptionsListSearchTechnique", " | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -969,7 +969,7 @@ "OptionsListSortingType", " | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -984,7 +984,7 @@ "OptionsListSelection", "[] | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -998,7 +998,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1012,7 +1012,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1026,7 +1026,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1040,7 +1040,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/options_list/types.ts", + "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", "deprecated": false, "trackAdoption": false } @@ -1060,7 +1060,7 @@ "signature": [ "\"clearControl\"" ], - "path": "src/plugins/controls/public/actions/index.ts", + "path": "src/platform/plugins/shared/controls/public/actions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1075,7 +1075,7 @@ "signature": [ "\"deleteControl\"" ], - "path": "src/plugins/controls/public/actions/index.ts", + "path": "src/platform/plugins/shared/controls/public/actions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1090,7 +1090,7 @@ "signature": [ "\"editDataControl\"" ], - "path": "src/plugins/controls/public/actions/index.ts", + "path": "src/platform/plugins/shared/controls/public/actions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1105,7 +1105,7 @@ "signature": [ "\"control_group\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1365,7 +1365,7 @@ }, ") => void; }" ], - "path": "src/plugins/controls/public/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1657,7 +1657,7 @@ }, ">>; }" ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1748,7 +1748,7 @@ }, ">>, controlId?: string | undefined) => void; }" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1763,7 +1763,7 @@ "signature": [ "State & { type: string; order: number; }" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1778,7 +1778,7 @@ "signature": [ "(newState: Partial, controlType: string) => Partial" ], - "path": "src/plugins/controls/public/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1793,7 +1793,7 @@ "signature": [ "{ [P in keyof State]?: State[P] | undefined; }" ], - "path": "src/plugins/controls/public/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1804,7 +1804,7 @@ "tags": [], "label": "controlType", "description": [], - "path": "src/plugins/controls/public/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -1970,7 +1970,7 @@ }, " & { untilFiltersReady: () => Promise; }" ], - "path": "src/plugins/controls/public/controls/data_controls/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1985,7 +1985,7 @@ "signature": [ "\"optionsListControl\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2000,7 +2000,7 @@ "signature": [ "\"rangeSliderControl\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2015,7 +2015,7 @@ "signature": [ "\"timeSlider\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2029,7 +2029,7 @@ "tags": [], "label": "controlGroupStateBuilder", "description": [], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2067,7 +2067,7 @@ }, ", controlId?: string | undefined) => Promise" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2097,7 +2097,7 @@ }, ">>" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2118,7 +2118,7 @@ "text": "DefaultDataControlState" } ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2133,7 +2133,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2169,7 +2169,7 @@ "OptionsListControlState", ", controlId?: string | undefined) => void" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2199,7 +2199,7 @@ }, ">>" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2214,7 +2214,7 @@ "signature": [ "OptionsListControlState" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2229,7 +2229,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2265,7 +2265,7 @@ "RangesliderControlState", ", controlId?: string | undefined) => void" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2295,7 +2295,7 @@ }, ">>" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2310,7 +2310,7 @@ "signature": [ "RangesliderControlState" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2325,7 +2325,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2359,7 +2359,7 @@ }, ">>, controlId?: string | undefined) => void" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2389,7 +2389,7 @@ }, ">>" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2404,7 +2404,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/public/control_group/utils/control_group_state_builder.ts", + "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2433,7 +2433,7 @@ ") => ", "SerializableControlGroupState" ], - "path": "src/plugins/controls/server/control_group/control_group_persistence.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2447,7 +2447,7 @@ "signature": [ "ControlGroupSavedObjectState" ], - "path": "src/plugins/controls/server/control_group/control_group_persistence.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2473,7 +2473,7 @@ "text": "ControlGroupTelemetry" } ], - "path": "src/plugins/controls/server/control_group/control_group_telemetry.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_telemetry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2487,7 +2487,7 @@ "signature": [ "Record" ], - "path": "src/plugins/controls/server/control_group/control_group_telemetry.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_telemetry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2515,7 +2515,7 @@ ") => ", "ControlGroupSavedObjectState" ], - "path": "src/plugins/controls/server/control_group/control_group_persistence.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2535,7 +2535,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/controls/server/control_group/control_group_persistence.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2553,7 +2553,7 @@ "tags": [], "label": "ControlGroupTelemetry", "description": [], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2564,7 +2564,7 @@ "tags": [], "label": "total", "description": [], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2578,7 +2578,7 @@ "signature": [ "{ [key: string]: number; }" ], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2592,7 +2592,7 @@ "signature": [ "{ [key: string]: number; }" ], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2606,7 +2606,7 @@ "signature": [ "{ [key: string]: number; }" ], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2620,7 +2620,7 @@ "signature": [ "{ [key: string]: { total: number; details: { [key: string]: number; }; }; }" ], - "path": "src/plugins/controls/server/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -2645,7 +2645,7 @@ "description": [ "\n----------------------------------------------------------------\nControl group state\n----------------------------------------------------------------" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2659,7 +2659,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2673,7 +2673,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2687,7 +2687,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2702,7 +2702,7 @@ "FieldFilterPredicate", " | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -2726,7 +2726,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2740,7 +2740,7 @@ "signature": [ "\"NONE\" | \"HIERARCHICAL\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2754,7 +2754,7 @@ "signature": [ "\"oneLine\" | \"twoLine\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2765,7 +2765,7 @@ "tags": [], "label": "autoApplySelections", "description": [], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2786,7 +2786,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2807,7 +2807,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2828,7 +2828,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -2868,7 +2868,7 @@ }, ">, \"initialChildControlState\">" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2890,7 +2890,7 @@ }, " & { type: string; order: number; } & { id?: string | undefined; })[]" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -2916,7 +2916,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2938,7 +2938,7 @@ }, "" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false } @@ -2952,7 +2952,7 @@ "tags": [], "label": "DefaultControlState", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2966,7 +2966,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2987,7 +2987,7 @@ }, " | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -3018,7 +3018,7 @@ "text": "DefaultControlState" } ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3029,7 +3029,7 @@ "tags": [], "label": "dataViewId", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3040,7 +3040,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3054,7 +3054,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -3085,7 +3085,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3099,7 +3099,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3113,7 +3113,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3127,7 +3127,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3141,7 +3141,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -3172,7 +3172,7 @@ "text": "DefaultControlState" } ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3183,7 +3183,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3197,7 +3197,7 @@ "signature": [ "{ id: string; } & ControlStateType" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -3217,7 +3217,7 @@ "signature": [ "\"control_group\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3232,7 +3232,7 @@ "signature": [ "\"NONE\" | \"HIERARCHICAL\"" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3247,7 +3247,7 @@ "signature": [ "\"oneLine\" | \"twoLine\"" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3262,7 +3262,7 @@ "signature": [ "State & { type: string; order: number; }" ], - "path": "src/plugins/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3277,7 +3277,7 @@ "signature": [ "\"small\" | \"medium\" | \"large\"" ], - "path": "src/plugins/controls/common/types.ts", + "path": "src/platform/plugins/shared/controls/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3292,7 +3292,7 @@ "signature": [ "true" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3307,7 +3307,7 @@ "signature": [ "\"NONE\" | \"HIERARCHICAL\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3319,7 +3319,7 @@ "tags": [], "label": "DEFAULT_CONTROL_GROW", "description": [], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3334,7 +3334,7 @@ "signature": [ "\"oneLine\" | \"twoLine\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3349,7 +3349,7 @@ "signature": [ "\"small\" | \"medium\" | \"large\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3364,7 +3364,7 @@ "signature": [ "\"optionsListControl\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3379,7 +3379,7 @@ "signature": [ "\"rangeSliderControl\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3394,7 +3394,7 @@ "signature": [ "\"timeSlider\"" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3411,7 +3411,7 @@ "signature": [ "{ readonly NONE: \"NONE\"; readonly HIERARCHICAL: \"HIERARCHICAL\"; }" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3426,7 +3426,7 @@ "signature": [ "{ readonly ONE_LINE: \"oneLine\"; readonly TWO_LINE: \"twoLine\"; }" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3441,7 +3441,7 @@ "signature": [ "{ readonly SMALL: \"small\"; readonly MEDIUM: \"medium\"; readonly LARGE: \"large\"; }" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3456,7 +3456,7 @@ "signature": [ "{ readonly ignoreFilters: false; readonly ignoreQuery: false; readonly ignoreTimerange: false; readonly ignoreValidations: false; }" ], - "path": "src/plugins/controls/common/constants.ts", + "path": "src/platform/plugins/shared/controls/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 547b057a1bf12..54c046d3e0bfa 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2024-12-23 +date: 2024-12-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 f3c932e5a83c9..65fb69408c6e7 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.devdocs.json b/api_docs/dashboard.devdocs.json index d1c2604329eec..a87c20026cbcf 100644 --- a/api_docs/dashboard.devdocs.json +++ b/api_docs/dashboard.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(stateObj: Record) => Record" ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/locator.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "Record" ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/locator.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/locator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -46,7 +46,7 @@ "signature": [ "(id: string | undefined, editMode: boolean | undefined) => string" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -75,7 +75,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -96,7 +96,7 @@ "DashboardListingProps", ") => React.JSX.Element" ], - "path": "src/plugins/dashboard/public/dashboard_listing/index.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_listing/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -110,7 +110,7 @@ "signature": [ "DashboardListingProps" ], - "path": "src/plugins/dashboard/public/dashboard_listing/index.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_listing/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -131,7 +131,7 @@ "DashboardTopNavProps", ") => React.JSX.Element" ], - "path": "src/plugins/dashboard/public/dashboard_top_nav/index.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_top_nav/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -145,7 +145,7 @@ "signature": [ "DashboardTopNavProps" ], - "path": "src/plugins/dashboard/public/dashboard_top_nav/index.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_top_nav/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -236,7 +236,7 @@ }, ">" ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -306,7 +306,7 @@ }, ">>>" ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -327,7 +327,7 @@ "text": "DashboardDrilldownOptions" } ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/get_dashboard_locator_params.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -348,7 +348,7 @@ "DashboardRendererProps", ") => React.JSX.Element" ], - "path": "src/plugins/dashboard/public/dashboard_container/external_api/lazy_dashboard_renderer.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/external_api/lazy_dashboard_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -362,7 +362,7 @@ "signature": [ "DashboardRendererProps" ], - "path": "src/plugins/dashboard/public/dashboard_container/external_api/lazy_dashboard_renderer.tsx", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/external_api/lazy_dashboard_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -380,7 +380,7 @@ "tags": [], "label": "DashboardCreationOptions", "description": [], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -396,7 +396,7 @@ "DashboardState", ">) | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -420,7 +420,7 @@ }, " | undefined) | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -436,7 +436,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -476,7 +476,7 @@ }, ">; } | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -490,7 +490,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -504,7 +504,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -526,7 +526,7 @@ }, "; } | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -542,7 +542,7 @@ "LoadDashboardReturn", ") => \"valid\" | \"invalid\" | \"redirected\") | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -556,7 +556,7 @@ "signature": [ "LoadDashboardReturn" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -574,7 +574,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -588,7 +588,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false }, @@ -610,7 +610,7 @@ }, ") | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -624,7 +624,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -642,7 +642,7 @@ "tags": [], "label": "DashboardFeatureFlagConfig", "description": [], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -653,7 +653,7 @@ "tags": [], "label": "allowByValueEmbeddables", "description": [], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false } @@ -677,7 +677,7 @@ }, "" ], - "path": "src/plugins/dashboard/public/dashboard_container/panel_placement/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -693,7 +693,7 @@ "PanelPlacementSettings", ">" ], - "path": "src/plugins/dashboard/public/dashboard_container/panel_placement/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -707,7 +707,7 @@ "signature": [ "InputType" ], - "path": "src/plugins/dashboard/public/dashboard_container/panel_placement/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -722,7 +722,7 @@ "signature": [ "AttributesType | undefined" ], - "path": "src/plugins/dashboard/public/dashboard_container/panel_placement/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -740,7 +740,7 @@ "tags": [], "label": "SearchDashboardsResponse", "description": [], - "path": "src/plugins/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", + "path": "src/platform/plugins/shared/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -751,7 +751,7 @@ "tags": [], "label": "total", "description": [], - "path": "src/plugins/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", + "path": "src/platform/plugins/shared/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", "deprecated": false, "trackAdoption": false }, @@ -765,7 +765,7 @@ "signature": [ "Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; namespaces?: string[] | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { id: string; type: string; attributes: Readonly<{} & { title: string; description: string; timeRestore: boolean; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>[]" ], - "path": "src/plugins/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", + "path": "src/platform/plugins/shared/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", "deprecated": false, "trackAdoption": false } @@ -781,7 +781,7 @@ "tags": [], "label": "PanelPlacementStrategy", "description": [], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -798,7 +798,7 @@ "signature": [ "\"dashboards\"" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -813,7 +813,7 @@ "signature": [ "\"dashboard\"" ], - "path": "src/plugins/dashboard/public/dashboard_container/index.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -828,7 +828,7 @@ "signature": [ "48" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1258,7 +1258,7 @@ }, ">; }" ], - "path": "src/plugins/dashboard/public/dashboard_api/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1288,7 +1288,7 @@ }, ">" ], - "path": "src/plugins/dashboard/public/dashboard_app/locator/locator.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/locator/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1345,7 +1345,7 @@ }, ") | undefined; }" ], - "path": "src/plugins/dashboard/public/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1360,7 +1360,7 @@ "signature": [ "\"dashboard\"" ], - "path": "src/plugins/dashboard/public/dashboard_constants.ts", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1374,7 +1374,7 @@ "tags": [], "label": "DashboardSetup", "description": [], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1395,7 +1395,7 @@ }, " | undefined" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false } @@ -1410,7 +1410,7 @@ "tags": [], "label": "DashboardStart", "description": [], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1431,7 +1431,7 @@ }, " | undefined" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -1451,7 +1451,7 @@ "text": "DashboardFeatureFlagConfig" } ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -1467,7 +1467,7 @@ "FindDashboardsService", ">" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1485,7 +1485,7 @@ "GetPanelPlacementSettings", ") => void" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1499,7 +1499,7 @@ "signature": [ "string" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1515,7 +1515,7 @@ "GetPanelPlacementSettings", "" ], - "path": "src/plugins/dashboard/public/plugin.tsx", + "path": "src/platform/plugins/shared/dashboard/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1602,7 +1602,7 @@ "DashboardPanel", "[]; }" ], - "path": "src/plugins/dashboard/server/content_management/v3/types.ts", + "path": "src/platform/plugins/shared/dashboard/server/content_management/v3/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1617,7 +1617,7 @@ "signature": [ "{ readonly version?: number | undefined; readonly timeRestore?: boolean | undefined; readonly refreshInterval?: Readonly<{ section?: number | undefined; display?: string | undefined; } & { value: number; pause: boolean; }> | undefined; readonly hits?: number | undefined; readonly timeFrom?: string | undefined; readonly timeTo?: string | undefined; readonly controlGroupInput?: Readonly<{ chainingSystem?: string | undefined; panelsJSON?: string | undefined; controlStyle?: string | undefined; ignoreParentSettingsJSON?: string | undefined; showApplySelections?: boolean | undefined; } & {}> | undefined; readonly optionsJSON?: string | undefined; readonly title: string; readonly description: string; readonly kibanaSavedObjectMeta: Readonly<{ searchSourceJSON?: string | undefined; } & {}>; readonly panelsJSON: string; }" ], - "path": "src/plugins/dashboard/server/dashboard_saved_object/schema/v2/types.ts", + "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/schema/v2/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1632,7 +1632,7 @@ "signature": [ "\"/api/dashboards/dashboard\"" ], - "path": "src/plugins/dashboard/server/api/constants.ts", + "path": "src/platform/plugins/shared/dashboard/server/api/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1646,7 +1646,7 @@ "tags": [], "label": "DashboardPluginSetup", "description": [], - "path": "src/plugins/dashboard/server/types.ts", + "path": "src/platform/plugins/shared/dashboard/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1660,7 +1660,7 @@ "tags": [], "label": "DashboardPluginStart", "description": [], - "path": "src/plugins/dashboard/server/types.ts", + "path": "src/platform/plugins/shared/dashboard/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1689,7 +1689,9 @@ }, ", removeLegacyVersion?: boolean | undefined) => { panelRefName?: string | undefined; id?: string | undefined; title?: string | undefined; type: string; gridData: ", "GridData", - "; panelIndex: string; panelConfig: _.Omit & { id: string; }, \"id\" | \"title\" | \"savedObjectId\">; version?: string | undefined; }[]" ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1719,7 +1721,7 @@ "text": "DashboardPanelMap" } ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1734,7 +1736,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1762,7 +1764,7 @@ "text": "DashboardPanelMap" } ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1777,7 +1779,7 @@ "DashboardPanel", "[] | undefined" ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1828,7 +1830,7 @@ }, "[]; }" ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1848,7 +1850,7 @@ "text": "EmbeddablePersistableStateService" } ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1898,7 +1900,7 @@ "text": "EmbeddableStateWithType" } ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1918,7 +1920,7 @@ "text": "EmbeddablePersistableStateService" } ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1948,7 +1950,7 @@ ") => ", "DashboardAttributesAndReferences" ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1962,7 +1964,7 @@ "signature": [ "DashboardAttributesAndReferences" ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1983,7 +1985,7 @@ "text": "InjectExtractDeps" } ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2036,7 +2038,7 @@ }, "[]; }" ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2056,7 +2058,7 @@ "text": "DashboardPanelMap" } ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2078,7 +2080,7 @@ }, "[] | undefined" ], - "path": "src/plugins/dashboard/common/lib/dashboard_panel_converters.ts", + "path": "src/platform/plugins/shared/dashboard/common/lib/dashboard_panel_converters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2114,7 +2116,7 @@ "text": "DashboardAttributes" } ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2128,7 +2130,7 @@ "signature": [ "DashboardAttributesAndReferences" ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2149,7 +2151,7 @@ "text": "InjectExtractDeps" } ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2184,7 +2186,7 @@ }, "[]" ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2198,7 +2200,7 @@ "signature": [ "string" ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2220,7 +2222,7 @@ }, "[]" ], - "path": "src/plugins/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/persistable_state/dashboard_container_references.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2238,7 +2240,7 @@ "tags": [], "label": "DashboardCapabilities", "description": [], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2249,7 +2251,7 @@ "tags": [], "label": "showWriteControls", "description": [], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2260,7 +2262,7 @@ "tags": [], "label": "saveQuery", "description": [], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2271,7 +2273,7 @@ "tags": [], "label": "createNew", "description": [], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2282,7 +2284,7 @@ "tags": [], "label": "show", "description": [], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2296,7 +2298,7 @@ "signature": [ "[key: string]: boolean" ], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -2328,7 +2330,7 @@ }, ", \"viewMode\">" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2342,7 +2344,7 @@ "signature": [ "{ query: string | { [key: string]: any; }; language: string; }" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2363,7 +2365,7 @@ }, "[]" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2374,7 +2376,7 @@ "tags": [], "label": "timeRestore", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2395,7 +2397,7 @@ }, " | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2409,7 +2411,7 @@ "signature": [ "[number, number] | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2430,7 +2432,7 @@ }, " | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2441,7 +2443,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2455,7 +2457,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2469,7 +2471,7 @@ "signature": [ "\"edit\" | \"view\" | \"print\" | \"preview\"" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2483,7 +2485,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2505,7 +2507,7 @@ }, " | undefined; }" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2516,7 +2518,7 @@ "tags": [], "label": "hidePanelTitles", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2527,7 +2529,7 @@ "tags": [], "label": "syncTooltips", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2538,7 +2540,7 @@ "tags": [], "label": "useMargins", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2549,7 +2551,7 @@ "tags": [], "label": "syncColors", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2560,7 +2562,7 @@ "tags": [], "label": "syncCursor", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2580,7 +2582,7 @@ "text": "DashboardPanelMap" } ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false } @@ -2594,7 +2596,7 @@ "tags": [], "label": "DashboardPanelMap", "description": [], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2624,7 +2626,7 @@ }, ">" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false } @@ -2656,7 +2658,7 @@ }, "" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2670,7 +2672,7 @@ "signature": [ "Omit, \"i\"> & { readonly i: string; }" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2684,7 +2686,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2700,7 +2702,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2723,7 +2725,7 @@ }, "[] | undefined" ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false } @@ -2737,7 +2739,7 @@ "tags": [], "label": "InjectExtractDeps", "description": [], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2766,7 +2768,7 @@ }, ">" ], - "path": "src/plugins/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_saved_object/persistable_state/dashboard_saved_object_references.ts", "deprecated": false, "trackAdoption": false } @@ -2792,7 +2794,7 @@ "text": "SavedObjectEmbeddableInput" } ], - "path": "src/plugins/dashboard/common/dashboard_container/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2867,7 +2869,7 @@ "DashboardPanel", "[] | undefined; }" ], - "path": "src/plugins/dashboard/common/types.ts", + "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2881,7 +2883,7 @@ "tags": [], "label": "UI_SETTINGS", "description": [], - "path": "src/plugins/dashboard/common/index.ts", + "path": "src/platform/plugins/shared/dashboard/common/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2892,7 +2894,7 @@ "tags": [], "label": "ENABLE_LABS_UI", "description": [], - "path": "src/plugins/dashboard/common/index.ts", + "path": "src/platform/plugins/shared/dashboard/common/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index fd8e03caf0646..630441ac1d725 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.devdocs.json b/api_docs/dashboard_enhanced.devdocs.json index e983a159cfcf2..cea5cf0e0b3a6 100644 --- a/api_docs/dashboard_enhanced.devdocs.json +++ b/api_docs/dashboard_enhanced.devdocs.json @@ -43,7 +43,7 @@ }, ">" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -77,7 +77,7 @@ "text": "Params" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -92,7 +92,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false }, @@ -106,7 +106,7 @@ "signature": [ "() => string[]" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -132,7 +132,7 @@ "KibanaLocation", ">" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -152,7 +152,7 @@ "text": "DashboardDrilldownConfig" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -167,7 +167,7 @@ "signature": [ "Context" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -182,7 +182,7 @@ "signature": [ "boolean" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -200,7 +200,7 @@ "signature": [ "100" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false }, @@ -214,7 +214,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -230,7 +230,7 @@ "signature": [ "\"dashboardApp\"" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false }, @@ -268,7 +268,7 @@ }, ">>" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -313,7 +313,7 @@ "signature": [ "() => { useCurrentFilters: boolean; useCurrentDateRange: boolean; openInNewTab: boolean; dashboardId: string; }" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -344,7 +344,7 @@ "text": "DashboardDrilldownConfig" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -364,7 +364,7 @@ "text": "DashboardDrilldownConfig" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -390,7 +390,7 @@ }, ", context: Context) => Promise" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -410,7 +410,7 @@ "text": "DashboardDrilldownConfig" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -425,7 +425,7 @@ "signature": [ "Context" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -451,7 +451,7 @@ }, ", context: Context) => Promise" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -471,7 +471,7 @@ "text": "DashboardDrilldownConfig" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -486,7 +486,7 @@ "signature": [ "Context" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -519,7 +519,7 @@ }, ">" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false } @@ -536,7 +536,7 @@ "tags": [], "label": "Params", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -582,7 +582,7 @@ }, ">" ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -598,7 +598,7 @@ "tags": [], "label": "SetupDependencies", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -618,7 +618,7 @@ "text": "SetupContract" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -638,7 +638,7 @@ "text": "EmbeddableSetup" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -686,7 +686,7 @@ }, ") => void; }" ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -700,7 +700,7 @@ "tags": [], "label": "StartDependencies", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -720,7 +720,7 @@ "text": "StartContract" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -740,7 +740,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -760,7 +760,7 @@ "text": "EmbeddableStart" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -800,7 +800,7 @@ }, ">): void; }" ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -820,7 +820,7 @@ "text": "DashboardStart" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -847,7 +847,7 @@ "text": "DashboardDrilldownOptions" } ], - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -861,7 +861,7 @@ "tags": [], "label": "SetupContract", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -875,7 +875,7 @@ "tags": [], "label": "StartContract", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -894,7 +894,7 @@ "tags": [], "label": "SetupDependencies", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -914,7 +914,7 @@ "text": "UiActionsEnhancedServerSetup" } ], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -928,7 +928,7 @@ "tags": [], "label": "StartDependencies", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -942,7 +942,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -960,7 +960,7 @@ "tags": [], "label": "SetupContract", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -974,7 +974,7 @@ "tags": [], "label": "StartContract", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1019,7 +1019,7 @@ }, "[]; }" ], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1030,7 +1030,7 @@ "tags": [], "label": "{\n drilldownId,\n}", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1041,7 +1041,7 @@ "tags": [], "label": "drilldownId", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false } @@ -1084,7 +1084,7 @@ "text": "SerializedEvent" } ], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1095,7 +1095,7 @@ "tags": [], "label": "{\n drilldownId,\n}", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1106,7 +1106,7 @@ "tags": [], "label": "drilldownId", "description": [], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", "deprecated": false, "trackAdoption": false } @@ -1137,7 +1137,7 @@ "text": "DashboardDrilldownOptions" } ], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1149,12 +1149,12 @@ "tags": [], "label": "EMBEDDABLE_TO_DASHBOARD_DRILLDOWN", "description": [ - "\nNOTE: DO NOT CHANGE THIS STRING WITHOUT CAREFUL CONSIDERATOIN, BECAUSE IT IS\nSTORED IN SAVED OBJECTS.\n\nAlso temporary dashboard drilldown migration code inside embeddable plugin relies on it\nx-pack/plugins/embeddable_enhanced/public/embeddables/embeddable_action_storage.ts" + "\nNOTE: DO NOT CHANGE THIS STRING WITHOUT CAREFUL CONSIDERATOIN, BECAUSE IT IS\nSTORED IN SAVED OBJECTS.\n\nAlso temporary dashboard drilldown migration code inside embeddable plugin relies on it\nx-pack/platform/plugins/shared/embeddable_enhanced/public/embeddables/embeddable_action_storage.ts" ], "signature": [ "\"DASHBOARD_TO_DASHBOARD_DRILLDOWN\"" ], - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 647972f4d3dc2..21fa251a5d112 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2024-12-23 +date: 2024-12-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 43325e817928c..b5af4110d7e9c 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -3917,11 +3917,11 @@ }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/list_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts" }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/range_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts" } ], "children": [ @@ -11746,15 +11746,15 @@ }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/list_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts" }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/range_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts" }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/components/editor/controls_tab.tsx" + "path": "src/platform/plugins/private/input_control_vis/public/components/editor/controls_tab.tsx" }, { "plugin": "securitySolution", @@ -12326,11 +12326,11 @@ }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" } ], "returnComment": [], @@ -18861,11 +18861,11 @@ }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" } ], "returnComment": [], diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 74e871fb67dad..5cdab1cb7e66a 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- import dataObj from './data.devdocs.json'; diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index 2fe3c0386b68b..37d5e40827072 100644 --- a/api_docs/data_quality.mdx +++ b/api_docs/data_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality title: "dataQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the dataQuality plugin -date: 2024-12-23 +date: 2024-12-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 bab6b000ed22e..8aeb970390184 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index 30bf89694ff0c..d919ab68e2b08 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -10465,11 +10465,11 @@ }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/list_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts" }, { "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/range_control_factory.ts" + "path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts" } ], "children": [ diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index ef7a11e695403..1a8a6737baa08 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search title: "data.search" image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- import dataSearchObj from './data_search.devdocs.json'; diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index 59754ea1fa306..d0324d7f22ab6 100644 --- a/api_docs/data_usage.mdx +++ b/api_docs/data_usage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataUsage title: "dataUsage" image: https://source.unsplash.com/400x175/?github description: API docs for the dataUsage plugin -date: 2024-12-23 +date: 2024-12-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 d397bc50f3536..71e374c580cad 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor title: "dataViewEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin -date: 2024-12-23 +date: 2024-12-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 92b3f4b54a512..fa892ef3f8f51 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor title: "dataViewFieldEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin -date: 2024-12-23 +date: 2024-12-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 dca1a2a33e56c..a5c49022874b7 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement title: "dataViewManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin -date: 2024-12-23 +date: 2024-12-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 028f75ffeaca0..061d43ca1c00e 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -89,11 +89,11 @@ "references": [ { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" } ], "returnComment": [], @@ -7963,11 +7963,11 @@ "references": [ { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" } ], "returnComment": [], @@ -12148,7 +12148,9 @@ "\nA record of capabilities (aggregations) for an index rollup job" ], "signature": [ - "[index: string]: { aggs?: _.Dictionary<", + "[index: string]: { aggs?: ", + "Dictionary", + "<", { "pluginId": "dataViews", "scope": "common", @@ -13974,10 +13976,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "data", - "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts" - }, { "plugin": "data", "path": "src/plugins/data/common/search/search_source/fetch/get_search_params.ts" @@ -13991,12 +13989,16 @@ "path": "src/plugins/data/common/search/tabify/response_writer.ts" }, { - "plugin": "@kbn/search-errors", - "path": "packages/kbn-search-errors/src/painless_error.tsx" + "plugin": "data", + "path": "src/plugins/data/common/search/aggs/param_types/field.ts" }, { "plugin": "data", - "path": "src/plugins/data/common/search/aggs/param_types/field.ts" + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts" + }, + { + "plugin": "@kbn/search-errors", + "path": "packages/kbn-search-errors/src/painless_error.tsx" }, { "plugin": "savedObjectsManagement", @@ -14018,6 +14020,10 @@ "plugin": "unifiedSearch", "path": "src/plugins/unified_search/public/dataview_picker/change_dataview.tsx" }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts" + }, { "plugin": "@kbn/unified-field-list", "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" @@ -14030,10 +14036,6 @@ "plugin": "@kbn/unified-field-list", "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, - { - "plugin": "controls", - "path": "src/plugins/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts" - }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" @@ -14054,10 +14056,6 @@ "plugin": "dataVisualizer", "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts" }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/components/datasource/datasource_component.js" - }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts" @@ -14194,14 +14192,14 @@ "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx" }, - { - "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts" - }, { "plugin": "enterpriseSearch", "path": "x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/components/datasource/datasource_component.js" + }, { "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx" @@ -14226,6 +14224,10 @@ "plugin": "timelines", "path": "x-pack/solutions/security/plugins/timelines/server/search_strategy/index_fields/index.ts" }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/es_tooltip_property.test.ts" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/public/application/services/new_job_capabilities/remove_nested_field_children.test.ts" @@ -14318,14 +14320,6 @@ "plugin": "eventAnnotationListing", "path": "src/plugins/event_annotation_listing/public/components/table_list.tsx" }, - { - "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/list_control_factory.ts" - }, - { - "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/control/range_control_factory.ts" - }, { "plugin": "visDefaultEditor", "path": "src/plugins/vis_default_editor/public/components/controls/field.tsx" @@ -14338,10 +14332,6 @@ "plugin": "visDefaultEditor", "path": "src/plugins/vis_default_editor/public/components/agg_select.tsx" }, - { - "plugin": "inputControlVis", - "path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts" - }, { "plugin": "visTypeTimelion", "path": "src/plugins/vis_types/timelion/public/helpers/arg_value_suggestions.ts" @@ -14421,6 +14411,18 @@ { "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts" + }, + { + "plugin": "inputControlVis", + "path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts" + }, + { + "plugin": "inputControlVis", + "path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts" + }, + { + "plugin": "inputControlVis", + "path": "src/platform/plugins/private/input_control_vis/public/test_utils/get_index_pattern_mock.ts" } ] }, @@ -16486,11 +16488,11 @@ "references": [ { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx" + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx" } ], "returnComment": [], diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 986af0bf4b45e..0f28ab48a851b 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews title: "dataViews" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin -date: 2024-12-23 +date: 2024-12-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 1e09ae3693f02..e2678ef497263 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer title: "dataVisualizer" image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index 0d73fee98d76f..6b77cf90e56bf 100644 --- a/api_docs/dataset_quality.mdx +++ b/api_docs/dataset_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality title: "datasetQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the datasetQuality plugin -date: 2024-12-23 +date: 2024-12-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 c7a67edd98408..b47e2a78aae27 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -17,13 +17,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Referencing plugin(s) | Remove By | | ---------------|-----------|-----------| | | ml, stackAlerts | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, ml, enterpriseSearch, @kbn/ml-data-view-utils, fleet, graph, stackAlerts, upgradeAssistant, exploratoryView, maps, transform, securitySolution, timelines, visTypeTimeseries, uptime, ux, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, ml, enterpriseSearch, @kbn/ml-data-view-utils, fleet, graph, stackAlerts, upgradeAssistant, exploratoryView, canvas, transform, securitySolution, timelines, maps, visTypeTimeseries, uptime, ux, dataViewManagement, eventAnnotationListing, visDefaultEditor, visTypeTimelion, visTypeVega, inputControlVis | - | | | ml, securitySolution | - | | | actions, ml, savedObjectsTagging, enterpriseSearch | - | -| | @kbn/core-http-router-server-internal, @kbn/core-http-server-internal, @kbn/core-metrics-server-internal, @kbn/core-status-server-internal, @kbn/core-i18n-server-internal, @kbn/core-rendering-server-internal, @kbn/core-capabilities-server-internal, @kbn/core-apps-server-internal, usageCollection, taskManager, security, monitoringCollection, files, banners, telemetry, cloudFullStory, customBranding, enterpriseSearch, securitySolution, @kbn/test-suites-xpack, interactiveSetup, mockIdpPlugin, spaces, ml | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core, visualizations, aiops, dataVisualizer, dashboardEnhanced, ml, graph, lens, securitySolution, eventAnnotation | - | -| | @kbn/core, savedObjects, visualizations, canvas, graph, ml | - | -| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, dataViews, spaces, share, actions, data, alerting, dashboard, @kbn/core-saved-objects-migration-server-mocks, savedSearch, canvas, lens, cases, ml, fleet, graph, maps, apmDataAccess, apm, lists, securitySolution, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-http-router-server-internal, @kbn/core-http-server-internal, @kbn/core-metrics-server-internal, @kbn/core-status-server-internal, @kbn/core-i18n-server-internal, @kbn/core-rendering-server-internal, @kbn/core-capabilities-server-internal, @kbn/core, usageCollection, taskManager, security, monitoringCollection, banners, files, telemetry, cloudFullStory, customBranding, enterpriseSearch, securitySolution, @kbn/test-suites-xpack, interactiveSetup, mockIdpPlugin, spaces, ml | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, aiops, dataVisualizer, ml, graph, lens, dashboardEnhanced, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, savedObjects, visualizations, graph, canvas, ml | - | +| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, spaces, actions, @kbn/core-saved-objects-migration-server-mocks, dataViews, share, data, alerting, dashboard, lens, cases, ml, fleet, graph, savedSearch, apmDataAccess, apm, canvas, maps, lists, securitySolution, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, savedObjectsManagement, links, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | graph, stackAlerts, inputControlVis, securitySolution | - | | | dataVisualizer, stackAlerts, expressionPartitionVis | - | @@ -48,9 +48,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | securitySolution | - | | | securitySolution | - | | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, alerting, osquery, securitySolution, lists | - | -| | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, @kbn/alerting-types, alerting, actions, savedSearch, canvas, enterpriseSearch, taskManager, securitySolution, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core-saved-objects-browser-mocks, @kbn/core, savedObjectsTagging, home, canvas, savedObjectsTaggingOss, upgradeAssistant, securitySolution, lists, savedObjectsManagement, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-ui-settings-server-internal | - | -| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, dashboard, savedSearch, canvas, lens, cases, savedObjectsTagging, graph, maps, lists, securitySolution, visualizations, @kbn/core-test-helpers-so-type-serializer | - | +| | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, actions, @kbn/alerting-types, alerting, enterpriseSearch, savedSearch, taskManager, canvas, securitySolution, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, home, savedObjectsTagging, canvas, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-import-export-server-internal, savedObjectsTaggingOss, upgradeAssistant, securitySolution, lists, savedObjectsManagement, @kbn/core-ui-settings-server-internal | - | +| | @kbn/core-saved-objects-migration-server-internal, actions, dataViews, data, alerting, dashboard, lens, cases, savedObjectsTagging, graph, savedSearch, canvas, maps, lists, securitySolution, visualizations, @kbn/core-test-helpers-so-type-serializer | - | | | integrationAssistant, @kbn/ecs-data-quality-dashboard, securitySolution, observabilityAIAssistantApp | - | | | security, cloudLinks, securitySolution, cases | - | | | security, cases, searchPlayground, securitySolution | - | @@ -72,8 +72,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | actions, alerting | - | | | monitoring | - | | | monitoring, observabilityShared | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - | -| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core, home, visualizations, lens, visTypeTimeseries | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, globalSearchProviders, canvas, dashboardEnhanced | - | +| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks | - | | | @kbn/core-saved-objects-browser-mocks, home, @kbn/core-saved-objects-browser-internal | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, visualizations | - | @@ -94,27 +94,27 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, cases, savedSearch, visualizations, lens, maps, graph, canvas | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core | - | | | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-lifecycle-browser, @kbn/core, visualizations, exploratoryView, transform | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-root-browser-internal | - | +| | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - | | | @kbn/core-saved-objects-api-server-internal | - | | | @kbn/core-saved-objects-api-server-internal | - | | | @kbn/core-saved-objects-api-server-internal, canvas | - | | | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, dashboard, savedSearch, visualizations, cloudSecurityPosture, @kbn/core-test-helpers-so-type-serializer | - | | | fleet, exploratoryView, osquery, synthetics | - | | | @kbn/security-plugin-types-server, telemetry, fleet, profiling, @kbn/security-authorization-core, security | - | -| | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, assetInventory, kibanaOverview, @kbn/core | - | +| | @kbn/core, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement | - | | | visualizations, graph | - | | | kubernetesSecurity, osquery, threatIntelligence | - | -| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - | +| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, unifiedSearch, visualizations, fileUpload, transform, dashboardEnhanced, discover, dataVisualizer | - | | | dataViews, maps | - | | | dataViews, dataViewManagement | - | | | dataViews, dataViewManagement | - | @@ -131,6 +131,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | unifiedSearch | - | | | unifiedSearch | - | | | @kbn/core, lens | - | +| | enterpriseSearch | - | +| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | | | canvas | - | | | canvas | - | | | canvas | - | @@ -141,8 +143,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | canvas | - | | | canvas | - | | | canvas | - | -| | enterpriseSearch | - | -| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | | | uiActionsEnhanced | - | | | visTypeGauge | - | | | visTypePie | - | @@ -154,8 +154,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | indexLifecycleManagement | - | | | dashboard | - | | | dashboard | - | -| | @kbn/reporting-public, discover | - | -| | discover, @kbn/management-settings-field-definition | - | +| | discover, @kbn/reporting-public | - | +| | @kbn/management-settings-field-definition, discover | - | | | @kbn/content-management-table-list-view, filesManagement | - | | | @kbn/core | - | | | @kbn/core | - | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index a511d8d6e8b3a..bddb33c4fa12e 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -32,7 +32,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | - | +| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/src/core/packages/application/browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | - | +| | [bundles_route.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/core_app.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/core_app.ts#:~:text=authRequired) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SimpleSavedObject) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | @@ -59,14 +60,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-application-browser-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | - | - - - ## @kbn/core-application-browser-mocks | Deprecated API | Reference location(s) | Remove By | @@ -75,14 +68,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-apps-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [bundles_route.ts](https://github.com/elastic/kibana/tree/main/packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/packages/core/apps/core-apps-server-internal/src/core_app.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/packages/core/apps/core-apps-server-internal/src/core_app.ts#:~:text=authRequired) | - | - - - ## @kbn/core-capabilities-server-internal | Deprecated API | Reference location(s) | Remove By | @@ -567,7 +552,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes)+ 20 more | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [create.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/create.ts#:~:text=SavedObjectAttributes)+ 20 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit) | - | @@ -607,7 +592,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc) | - | | | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - | | | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | -| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | +| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=audit) | - | @@ -632,14 +617,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## assetInventory - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/asset_inventory/public/application.tsx#:~:text=appBasePath) | - | - - - ## banners | Deprecated API | Reference location(s) | Remove By | @@ -652,25 +629,25 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [datasource_component.js](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/datasource/datasource_component.js#:~:text=title) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | -| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | -| | [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render)+ 2 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | -| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | -| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [has_workpads.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts#:~:text=SavedObjectAttributes), [has_workpads.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes)+ 2 more | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [datasource_component.js](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/components/datasource/datasource_component.js#:~:text=title) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | +| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | +| | [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/types/state.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/functions/plot/index.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/functions/pie.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render)+ 2 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | +| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | +| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [has_workpads.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts#:~:text=SavedObjectAttributes), [has_workpads.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes)+ 2 more | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes) | - | +| | [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -737,8 +714,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [options_list_fetch_cache.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts#:~:text=title) | - | -| | [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 2 more | - | +| | [options_list_fetch_cache.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts#:~:text=title) | - | +| | [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 2 more | - | @@ -762,14 +739,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | -| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | +| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | +| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | @@ -777,11 +754,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | -| | [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | +| | [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference) | - | @@ -789,7 +766,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [get_search_params.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/fetch/get_search_params.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - | +| | [get_search_params.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/fetch/get_search_params.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - | | | [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - | | | [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference) | - | | | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=migrations), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=migrations), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=migrations) | - | @@ -860,7 +837,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference) | - | +| | [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference) | - | @@ -941,7 +918,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | @@ -1054,10 +1031,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=title), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=title), [get_index_pattern_mock.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts#:~:text=title) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts#:~:text=title), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts#:~:text=title), [get_index_pattern_mock.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/input_control_vis/public/test_utils/get_index_pattern_mock.ts#:~:text=title) | - | @@ -1138,8 +1115,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [links.ts](https://github.com/elastic/kibana/tree/main/src/plugins/links/server/saved_objects/links.ts#:~:text=migrations) | - | +| | [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [links.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/links/server/saved_objects/links.ts#:~:text=migrations) | - | @@ -1180,16 +1157,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_tooltip_property.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | -| | [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable) | - | -| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_tooltip_property.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | +| | [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable) | - | +| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | @@ -1301,7 +1278,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 6dee05ccb6c78..b7c3acedca685 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -50,7 +50,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| presentationUtil | | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| presentationUtil | | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 4d8790a23d63f..37ab53177ebf0 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json index fe9734b3de457..9995a3f5e3f6f 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -840,13 +840,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "src/plugins/discover/public/build_services.ts", "deprecated": false, @@ -1090,13 +1084,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | undefined" ], "path": "src/plugins/discover/public/build_services.ts", @@ -1145,7 +1133,7 @@ }, " | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false } @@ -3384,13 +3372,7 @@ "text": "DiscoverServices" }, ">; scopedHistory: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "; customizationCallbacks: ", { "pluginId": "discover", diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index c1c596d4fb2aa..29162d4e7a7ee 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2024-12-23 +date: 2024-12-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 e5dadf61fc219..f07773148a4f2 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2024-12-23 +date: 2024-12-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 2cecef177fefc..c70ce5972a478 100644 --- a/api_docs/discover_shared.mdx +++ b/api_docs/discover_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared title: "discoverShared" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverShared plugin -date: 2024-12-23 +date: 2024-12-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 877a84dc5308c..627248b3c49e9 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2024-12-23 +date: 2024-12-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 32dc636af1e75..527ca1428ae88 100644 --- a/api_docs/elastic_assistant.devdocs.json +++ b/api_docs/elastic_assistant.devdocs.json @@ -1713,13 +1713,7 @@ "label": "telemetry", "description": [], "signature": [ - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - }, + "AnalyticsServiceSetup", " | undefined" ], "path": "x-pack/solutions/security/plugins/elastic_assistant/server/types.ts", diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index fe426b1dfae37..7ccb3b114a271 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant title: "elasticAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index b1ff29181380d..d5a2d3a3eb310 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -27,7 +27,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -38,7 +38,7 @@ "tags": [], "label": "runtimeId", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -49,7 +49,7 @@ "tags": [], "label": "runtimeId", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "tags": [], "label": "deferEmbeddableLoad", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -71,7 +71,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -82,7 +82,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -96,7 +96,7 @@ "signature": [ "Error | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -110,7 +110,7 @@ "signature": [ "TEmbeddableOutput" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -124,7 +124,7 @@ "signature": [ "TEmbeddableInput" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -144,7 +144,7 @@ "text": "RenderCompleteDispatcher" } ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -155,7 +155,7 @@ "tags": [], "label": "destroyed", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -169,7 +169,7 @@ "signature": [ "any" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -183,7 +183,7 @@ "signature": [ "TEmbeddableInput" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -198,7 +198,7 @@ "signature": [ "TEmbeddableOutput" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -216,7 +216,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -232,7 +232,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -250,7 +250,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -270,7 +270,7 @@ "Observable", ">" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -288,7 +288,7 @@ "Observable", ">" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -306,7 +306,7 @@ "Observable", ">" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -322,7 +322,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -338,7 +338,7 @@ "signature": [ "(lastExplicitInput: Partial) => Promise" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -352,7 +352,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -370,7 +370,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -386,7 +386,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -402,7 +402,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -418,7 +418,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -434,7 +434,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -450,7 +450,7 @@ "signature": [ "(changes: Partial) => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -464,7 +464,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -482,7 +482,7 @@ "signature": [ "(el: HTMLElement) => void | TNode" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -496,7 +496,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -526,7 +526,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -546,7 +546,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -562,7 +562,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -580,7 +580,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -596,7 +596,7 @@ "signature": [ "(outputChanges: Partial) => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -610,7 +610,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -630,7 +630,7 @@ "signature": [ "(e: Error) => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -646,7 +646,7 @@ "signature": [ "Error" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -664,7 +664,7 @@ "signature": [ "() => string[]" ], - "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -682,7 +682,7 @@ "description": [ "\nA wrapper around the session storage which provides strongly typed helper methods\nfor common incoming and outgoing states used by the embeddable infrastructure.\n" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -693,7 +693,7 @@ "tags": [], "label": "isTransferInProgress", "description": [], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, @@ -707,7 +707,7 @@ "signature": [ "any" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -720,16 +720,10 @@ "description": [], "signature": [ "(appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined) => Promise" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -745,7 +739,7 @@ "Observable", "" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -759,16 +753,10 @@ "description": [], "signature": [ "ReadonlyMap | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -790,7 +778,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -810,7 +798,7 @@ "signature": [ "(appId: string) => string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -826,7 +814,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -854,7 +842,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -870,7 +858,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -887,7 +875,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -907,7 +895,7 @@ "signature": [ "(appId?: string | undefined) => void" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -923,7 +911,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -951,7 +939,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -967,7 +955,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -984,7 +972,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1012,7 +1000,7 @@ }, "; } | undefined) => Promise" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1026,7 +1014,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1038,7 +1026,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1052,7 +1040,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, @@ -1066,7 +1054,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, @@ -1080,7 +1068,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, @@ -1100,7 +1088,7 @@ "text": "EmbeddableEditorState" } ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false } @@ -1129,7 +1117,7 @@ }, "; } | undefined) => Promise" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1143,7 +1131,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1155,7 +1143,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1169,7 +1157,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, @@ -1189,7 +1177,7 @@ "text": "EmbeddablePackageState" } ], - "path": "src/plugins/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false } @@ -1242,7 +1230,7 @@ }, ", React.ReactNode>" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1256,7 +1244,7 @@ "signature": [ "\"error\"" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -1270,7 +1258,7 @@ "signature": [ "string | Error" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false }, @@ -1284,7 +1272,7 @@ "signature": [ "any" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1298,7 +1286,7 @@ "signature": [ "string | Error" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1319,7 +1307,7 @@ "text": "EmbeddableInput" } ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1337,7 +1325,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1353,7 +1341,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "src/plugins/embeddable/public/lib/embeddables/error_embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1379,7 +1367,7 @@ }, " extends Error" ], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1390,7 +1378,7 @@ "tags": [], "label": "code", "description": [], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1404,7 +1392,7 @@ "signature": [ "any" ], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1430,7 +1418,7 @@ }, " extends Error" ], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1441,7 +1429,7 @@ "tags": [], "label": "code", "description": [], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1455,7 +1443,7 @@ "signature": [ "any" ], - "path": "src/plugins/embeddable/public/lib/errors.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1508,7 +1496,7 @@ }, ", any>>" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1522,7 +1510,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1556,7 +1544,7 @@ "text": "MultiValueClickContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1576,7 +1564,7 @@ "text": "ChartActionContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1610,7 +1598,7 @@ "text": "RangeSelectContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1630,7 +1618,7 @@ "text": "ChartActionContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1664,7 +1652,7 @@ "text": "RowClickContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1684,7 +1672,7 @@ "text": "ChartActionContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1718,7 +1706,7 @@ "text": "ValueClickContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1738,7 +1726,7 @@ "text": "ChartActionContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1772,7 +1760,7 @@ "text": "OverlayRef" } ], - "path": "src/plugins/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1783,7 +1771,7 @@ "tags": [], "label": "{\n container,\n onClose,\n}", "description": [], - "path": "src/plugins/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1803,7 +1791,7 @@ "text": "CanAddNewPanel" } ], - "path": "src/plugins/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -1817,7 +1805,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1889,7 +1877,7 @@ }, ") => void) | undefined; }) => React.JSX.Element" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1900,7 +1888,7 @@ "tags": [], "label": "{\n type,\n maybeId,\n getParentApi,\n panelProps,\n onAnyStateChange,\n onApiAvailable,\n hidePanelChrome,\n}", "description": [], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1911,7 +1899,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -1925,7 +1913,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -1939,7 +1927,7 @@ "signature": [ "() => ParentApi" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1955,7 +1943,7 @@ "signature": [ "((api: Api) => void) | undefined" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1969,7 +1957,7 @@ "signature": [ "Api" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1995,7 +1983,7 @@ }, ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideLoader\" | \"hideHeader\" | \"hideInspector\" | \"getActions\" | \"setDragHandles\"> | undefined" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -2009,7 +1997,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false }, @@ -2033,7 +2021,7 @@ }, ") => void) | undefined" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2054,7 +2042,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2094,7 +2082,7 @@ }, ">[]" ], - "path": "src/plugins/embeddable/public/add_from_library/registry.ts", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2164,7 +2152,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2189,7 +2177,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -2204,7 +2192,7 @@ "signature": [ "T" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -2220,7 +2208,7 @@ "description": [ "\nA state package that contains information an editor will need to create or edit an embeddable then redirect back." ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2231,7 +2219,7 @@ "tags": [], "label": "originatingApp", "description": [], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2245,7 +2233,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2259,7 +2247,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2273,7 +2261,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2289,7 +2277,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false } @@ -2303,7 +2291,7 @@ "tags": [], "label": "EmbeddableOutput", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2317,7 +2305,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2331,7 +2319,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2352,7 +2340,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2366,7 +2354,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2380,7 +2368,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2394,7 +2382,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2408,7 +2396,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2422,7 +2410,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2436,7 +2424,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2450,7 +2438,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2464,7 +2452,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2478,7 +2466,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2492,7 +2480,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2506,7 +2494,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false } @@ -2522,7 +2510,7 @@ "description": [ "\nA state package that contains all fields necessary to create or update an embeddable by reference or by value in a container." ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2533,7 +2521,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2549,7 +2537,7 @@ "signature": [ "object" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2563,7 +2551,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2577,7 +2565,7 @@ "signature": [ "{ width?: number | undefined; height?: number | undefined; } | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2593,7 +2581,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, "trackAdoption": false } @@ -2625,7 +2613,7 @@ }, "

>" ], - "path": "src/plugins/embeddable/public/enhancements/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2636,7 +2624,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/enhancements/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", "deprecated": false, "trackAdoption": false } @@ -2660,7 +2648,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2673,7 +2661,7 @@ "description": [ "\nThe type of embeddable, this is what will be used to take a serialized\nembeddable and find the correct factory for which to create an instance of it." ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2686,7 +2674,7 @@ "description": [ "\nA unique identifier for this embeddable. Mainly only used by containers to map their\nPanel States to a child embeddable instance." ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2699,7 +2687,7 @@ "description": [ "\nIf set to true, defer embeddable load tells the container that this embeddable\ntype isn't completely loaded when the constructor returns. This embeddable\nwill have to manually call setChildLoaded on its parent when all of its initial\noutput is finalized. For instance, after loading a saved object." ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2715,7 +2703,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2731,7 +2719,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2747,7 +2735,7 @@ "signature": [ "Error | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false }, @@ -2763,7 +2751,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2781,7 +2769,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2799,7 +2787,7 @@ "signature": [ "() => Readonly>" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2817,7 +2805,7 @@ "signature": [ "() => Readonly>" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2835,7 +2823,7 @@ "signature": [ "() => Readonly" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2853,7 +2841,7 @@ "signature": [ "(changes: Partial) => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2867,7 +2855,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2887,7 +2875,7 @@ "signature": [ "(changes: Partial) => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2901,7 +2889,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2923,7 +2911,7 @@ "Observable", ">" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2943,7 +2931,7 @@ "Observable", ">" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2961,7 +2949,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2979,7 +2967,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2997,7 +2985,7 @@ "signature": [ "(domNode: HTMLElement | Element) => void | N" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3011,7 +2999,7 @@ "signature": [ "HTMLElement | Element" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3041,7 +3029,7 @@ }, ", domNode: HTMLElement | Element) => N | (() => void)) | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3061,7 +3049,7 @@ "text": "ErrorLike" } ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3076,7 +3064,7 @@ "signature": [ "HTMLElement | Element" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3098,7 +3086,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3126,7 +3114,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3146,7 +3134,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3164,7 +3152,7 @@ "signature": [ "() => string[]" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3182,7 +3170,7 @@ "signature": [ "(lastInput: Partial) => Promise" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3196,7 +3184,7 @@ "signature": [ "Partial" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3214,7 +3202,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3230,7 +3218,7 @@ "tags": [], "label": "PropertySpec", "description": [], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3241,7 +3229,7 @@ "tags": [], "label": "displayName", "description": [], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3252,7 +3240,7 @@ "tags": [], "label": "accessPath", "description": [], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3263,7 +3251,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3274,7 +3262,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3288,7 +3276,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/embeddable/public/lib/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -3314,7 +3302,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3327,7 +3315,7 @@ "description": [ "\nA unique key for the type of this embeddable. The React Embeddable Renderer will use this type\nto find this factory." ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3359,7 +3347,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3380,7 +3368,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3420,7 +3408,7 @@ "SetReactEmbeddableApiRegistration", ") => Api, lastSavedRuntimeState: RuntimeState) => Promise<{ Component: React.FC<{}>; api: Api; }>" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3434,7 +3422,7 @@ "signature": [ "RuntimeState" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3467,7 +3455,7 @@ }, "" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3482,7 +3470,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3497,7 +3485,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3514,7 +3502,7 @@ "SetReactEmbeddableApiRegistration", ") => Api" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3529,7 +3517,7 @@ "signature": [ "RuntimeState" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3549,7 +3537,7 @@ "tags": [], "label": "ViewMode", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3566,7 +3554,7 @@ "signature": [ "\"CELL_VALUE_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3597,7 +3585,7 @@ }, " | undefined; }[]; }" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3642,7 +3630,7 @@ "text": "RowClickContext" } ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3657,7 +3645,7 @@ "signature": [ "\"CONTEXT_MENU_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3696,7 +3684,7 @@ }, " | undefined; }" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3711,7 +3699,7 @@ "signature": [ "\"MULTI_VALUE_CLICK_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3750,7 +3738,7 @@ }, " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }; }" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3765,7 +3753,7 @@ "signature": [ "\"PANEL_BADGE_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3780,7 +3768,7 @@ "signature": [ "\"PANEL_HOVER_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3795,7 +3783,7 @@ "signature": [ "\"PANEL_NOTIFICATION_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3826,7 +3814,7 @@ }, "; column: number; range: number[]; timeFieldName?: string | undefined; }; }" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3841,7 +3829,7 @@ "signature": [ "\"SELECT_RANGE_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3856,7 +3844,7 @@ "signature": [ "\"VALUE_CLICK_TRIGGER\"" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3887,7 +3875,7 @@ }, ", \"columns\" | \"rows\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }; }" ], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3901,7 +3889,7 @@ "tags": [], "label": "cellValueTrigger", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3912,7 +3900,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -3923,7 +3911,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -3934,7 +3922,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -3948,7 +3936,7 @@ "tags": [], "label": "COMMON_EMBEDDABLE_GROUPING", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3959,7 +3947,7 @@ "tags": [], "label": "annotation", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3970,7 +3958,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3984,7 +3972,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3997,7 +3985,7 @@ "tags": [], "label": "order", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -4010,7 +3998,7 @@ "tags": [], "label": "other", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4021,7 +4009,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -4035,7 +4023,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4051,7 +4039,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4064,7 +4052,7 @@ "tags": [], "label": "order", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -4077,7 +4065,7 @@ "tags": [], "label": "legacy", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4088,7 +4076,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -4102,7 +4090,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4115,7 +4103,7 @@ "tags": [], "label": "order", "description": [], - "path": "src/plugins/embeddable/public/lib/embeddables/common/constants.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -4131,7 +4119,7 @@ "tags": [], "label": "contextMenuTrigger", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4142,7 +4130,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4153,7 +4141,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4164,7 +4152,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -4178,7 +4166,7 @@ "tags": [], "label": "panelBadgeTrigger", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4189,7 +4177,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4200,7 +4188,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4211,7 +4199,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -4225,7 +4213,7 @@ "tags": [], "label": "panelHoverTrigger", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4236,7 +4224,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4247,7 +4235,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4258,7 +4246,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -4272,7 +4260,7 @@ "tags": [], "label": "panelNotificationTrigger", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4283,7 +4271,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4294,7 +4282,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false }, @@ -4305,7 +4293,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/embeddable/public/lib/triggers/triggers.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false } @@ -4320,7 +4308,7 @@ "tags": [], "label": "EmbeddableSetup", "description": [], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4394,7 +4382,7 @@ }, ") => string) | undefined; }) => void" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4459,7 +4447,7 @@ }, ") => string) | undefined; }" ], - "path": "src/plugins/embeddable/public/add_from_library/registry.ts", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/registry.ts", "deprecated": false, "trackAdoption": false } @@ -4501,7 +4489,7 @@ }, ">) => void" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4513,7 +4501,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_registry.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -4535,7 +4523,7 @@ }, ">" ], - "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_registry.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_registry.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4571,7 +4559,7 @@ }, ">) => void" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -4606,7 +4594,7 @@ }, ">" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4651,7 +4639,7 @@ }, ">" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4680,7 +4668,7 @@ "text": "EmbeddableStateTransfer" } ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4701,7 +4689,7 @@ }, " | undefined" ], - "path": "src/plugins/embeddable/public/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4743,7 +4731,7 @@ }, "

>" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4754,7 +4742,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -4786,7 +4774,7 @@ }, "

>" ], - "path": "src/plugins/embeddable/server/types.ts", + "path": "src/platform/plugins/shared/embeddable/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4797,7 +4785,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/server/types.ts", + "path": "src/platform/plugins/shared/embeddable/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4841,7 +4829,7 @@ }, ">" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4871,7 +4859,7 @@ }, ">) => void" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4900,7 +4888,7 @@ }, ">" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4934,7 +4922,7 @@ }, ">) => void" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4963,7 +4951,7 @@ }, ">" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4988,7 +4976,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5023,7 +5011,7 @@ }, ">" ], - "path": "src/plugins/embeddable/server/plugin.ts", + "path": "src/platform/plugins/shared/embeddable/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -5059,7 +5047,7 @@ }, ") => boolean" ], - "path": "src/plugins/embeddable/common/lib/saved_object_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/common/lib/saved_object_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5087,7 +5075,7 @@ "text": "SavedObjectEmbeddableInput" } ], - "path": "src/plugins/embeddable/common/lib/saved_object_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/common/lib/saved_object_embeddable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5105,7 +5093,7 @@ "tags": [], "label": "CommonEmbeddableStartContract", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5135,7 +5123,7 @@ }, "> & { isContainerType: boolean; }) | undefined" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5149,7 +5137,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5183,7 +5171,7 @@ }, ">" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5197,7 +5185,7 @@ "signature": [ "string" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5233,7 +5221,7 @@ }, "

>" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5244,7 +5232,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5268,7 +5256,7 @@ }, "" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5279,7 +5267,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5293,7 +5281,7 @@ "signature": [ "Partial & { id: string; }" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5324,7 +5312,7 @@ "text": "EmbeddableInput" } ], - "path": "src/plugins/embeddable/common/lib/saved_object_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/common/lib/saved_object_embeddable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5335,7 +5323,7 @@ "tags": [], "label": "savedObjectId", "description": [], - "path": "src/plugins/embeddable/common/lib/saved_object_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/common/lib/saved_object_embeddable.ts", "deprecated": false, "trackAdoption": false } @@ -5351,7 +5339,7 @@ "tags": [], "label": "ViewMode", "description": [], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5392,7 +5380,7 @@ }, " | undefined; }" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5422,7 +5410,7 @@ }, ">" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5444,7 +5432,7 @@ }, " & { type: string; }" ], - "path": "src/plugins/embeddable/common/types.ts", + "path": "src/platform/plugins/shared/embeddable/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 89eaf1bbe9d6e..26dea1d85a308 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable title: "embeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.devdocs.json b/api_docs/embeddable_enhanced.devdocs.json index c8578b855fb38..6b38cb44c2857 100644 --- a/api_docs/embeddable_enhanced.devdocs.json +++ b/api_docs/embeddable_enhanced.devdocs.json @@ -45,7 +45,7 @@ }, "; } | undefined>; }>>" ], - "path": "x-pack/plugins/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +59,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -77,7 +77,7 @@ "tags": [], "label": "SetupDependencies", "description": [], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -97,7 +97,7 @@ "text": "EmbeddableSetup" } ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -117,7 +117,7 @@ "text": "SetupContract" } ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -131,7 +131,7 @@ "tags": [], "label": "StartDependencies", "description": [], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -151,7 +151,7 @@ "text": "EmbeddableStart" } ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -171,7 +171,7 @@ "text": "StartContract" } ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -223,7 +223,7 @@ }, "; } | undefined> | undefined; }" ], - "path": "x-pack/plugins/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/embeddables/interfaces/has_dynamic_actions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -237,7 +237,7 @@ "tags": [], "label": "SetupContract", "description": [], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -251,7 +251,7 @@ "tags": [], "label": "StartContract", "description": [], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -268,7 +268,7 @@ ") => ", "ReactEmbeddableDynamicActionsApi" ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -282,7 +282,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -297,7 +297,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -312,7 +312,7 @@ "signature": [ "DynamicActionsSerializedState" ], - "path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/embeddable_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index 6442f5768c1fb..d8e5fe95ee3da 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced title: "embeddableEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin -date: 2024-12-23 +date: 2024-12-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 bf687764b0246..62fbe7f842352 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects title: "encryptedSavedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin -date: 2024-12-23 +date: 2024-12-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 53f514aa1aadf..5b8819550af40 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch title: "enterpriseSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin -date: 2024-12-23 +date: 2024-12-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 2de8d4ab30466..b24924b41f248 100644 --- a/api_docs/entities_data_access.mdx +++ b/api_docs/entities_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess title: "entitiesDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the entitiesDataAccess plugin -date: 2024-12-23 +date: 2024-12-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 79180f1eb136f..e7303f3c38e75 100644 --- a/api_docs/entity_manager.mdx +++ b/api_docs/entity_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager title: "entityManager" image: https://source.unsplash.com/400x175/?github description: API docs for the entityManager plugin -date: 2024-12-23 +date: 2024-12-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 772ff3a8aa771..47cc7ee0c6102 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared title: "esUiShared" image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin -date: 2024-12-23 +date: 2024-12-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 0e3ae2f72ccfe..e12b2fb340ab3 100644 --- a/api_docs/esql.mdx +++ b/api_docs/esql.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esql title: "esql" image: https://source.unsplash.com/400x175/?github description: API docs for the esql plugin -date: 2024-12-23 +date: 2024-12-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 a4c86b86e093f..d80c44d8a17b6 100644 --- a/api_docs/esql_data_grid.mdx +++ b/api_docs/esql_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid title: "esqlDataGrid" image: https://source.unsplash.com/400x175/?github description: API docs for the esqlDataGrid plugin -date: 2024-12-23 +date: 2024-12-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 9ff8c310125b4..5a8668b7da3ce 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation title: "eventAnnotation" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin -date: 2024-12-23 +date: 2024-12-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 027df878fa5a2..443136815fb67 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing title: "eventAnnotationListing" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin -date: 2024-12-23 +date: 2024-12-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 3f3aebc6e5fe0..9bc73badb08e5 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog title: "eventLog" image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.devdocs.json b/api_docs/exploratory_view.devdocs.json index 3aed42a57a9a9..2b59138f91fdd 100644 --- a/api_docs/exploratory_view.devdocs.json +++ b/api_docs/exploratory_view.devdocs.json @@ -1159,23 +1159,11 @@ "text": "NavigationSection" }, "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; updater$: ", "Subject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; }) => void; }" ], "path": "x-pack/solutions/observability/plugins/exploratory_view/public/plugin.ts", diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index 1a74d3bf1c351..b20ee54dd3dcc 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView title: "exploratoryView" image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_error.devdocs.json b/api_docs/expression_error.devdocs.json index dba511e558d27..7cb2fd38a46d5 100644 --- a/api_docs/expression_error.devdocs.json +++ b/api_docs/expression_error.devdocs.json @@ -29,7 +29,7 @@ }, "" ], - "path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -86,7 +86,7 @@ "ErrorRendererConfig", ">" ], - "path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -141,7 +141,7 @@ }, "" ], - "path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -161,7 +161,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -198,7 +198,7 @@ "ErrorRendererConfig", ">" ], - "path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx", + "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -237,7 +237,7 @@ "signature": [ "React.LazyExoticComponent<({ payload }: { payload: unknown; }) => React.JSX.Element>" ], - "path": "src/plugins/expression_error/public/components/index.ts", + "path": "src/platform/plugins/shared/expression_error/public/components/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -271,7 +271,7 @@ "Props", ">>" ], - "path": "src/plugins/expression_error/public/components/index.ts", + "path": "src/platform/plugins/shared/expression_error/public/components/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -308,7 +308,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_error/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_error/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -339,7 +339,7 @@ "signature": [ "\"JSON\"" ], - "path": "src/plugins/expression_error/common/constants.ts", + "path": "src/platform/plugins/shared/expression_error/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -354,7 +354,7 @@ "signature": [ "\"expressionError\"" ], - "path": "src/plugins/expression_error/common/constants.ts", + "path": "src/platform/plugins/shared/expression_error/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -369,7 +369,7 @@ "signature": [ "\"expressionError\"" ], - "path": "src/plugins/expression_error/common/constants.ts", + "path": "src/platform/plugins/shared/expression_error/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index 7184edf5adfbb..b0de834b23c63 100644 --- a/api_docs/expression_error.mdx +++ b/api_docs/expression_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError title: "expressionError" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionError plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError'] --- import expressionErrorObj from './expression_error.devdocs.json'; diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index b9662854c1232..14ae0646acdb0 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge title: "expressionGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin -date: 2024-12-23 +date: 2024-12-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 34165dc06a2f2..59c7de0938c79 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap title: "expressionHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_image.devdocs.json b/api_docs/expression_image.devdocs.json index 3fc201e165956..36c2b8c410a48 100644 --- a/api_docs/expression_image.devdocs.json +++ b/api_docs/expression_image.devdocs.json @@ -37,7 +37,7 @@ }, ">" ], - "path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +100,7 @@ }, ">" ], - "path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -120,7 +120,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -144,7 +144,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_image/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_image/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -168,7 +168,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_image/server/plugin.ts", + "path": "src/platform/plugins/shared/expression_image/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -186,7 +186,7 @@ "tags": [], "label": "ImageRendererConfig", "description": [], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -200,7 +200,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -221,7 +221,7 @@ }, " | null" ], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -235,7 +235,7 @@ "tags": [], "label": "NodeDimensions", "description": [], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -246,7 +246,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -257,7 +257,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -271,7 +271,7 @@ "tags": [], "label": "Return", "description": [], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -285,7 +285,7 @@ "signature": [ "\"image\"" ], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -296,7 +296,7 @@ "tags": [], "label": "mode", "description": [], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -307,7 +307,7 @@ "tags": [], "label": "dataurl", "description": [], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -323,7 +323,7 @@ "tags": [], "label": "ImageMode", "description": [], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -340,7 +340,7 @@ "signature": [ "\"`base64`\"" ], - "path": "src/plugins/expression_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -355,7 +355,7 @@ "signature": [ "\"_context_\"" ], - "path": "src/plugins/expression_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -402,7 +402,7 @@ }, ">>" ], - "path": "src/plugins/expression_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -419,7 +419,7 @@ "signature": [ "\"right\" | \"top\" | \"bottom\" | \"left\"" ], - "path": "src/plugins/expression_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -434,7 +434,7 @@ "signature": [ "\"expressionImage\"" ], - "path": "src/plugins/expression_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -449,7 +449,7 @@ "signature": [ "\"expressionImage\"" ], - "path": "src/plugins/expression_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -464,7 +464,7 @@ "signature": [ "\"URL\"" ], - "path": "src/plugins/expression_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index 88f2638390249..a1ecb1b6f9e64 100644 --- a/api_docs/expression_image.mdx +++ b/api_docs/expression_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage title: "expressionImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionImage plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage'] --- import expressionImageObj from './expression_image.devdocs.json'; diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index 16d203d59d598..1bb8b8da82531 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis title: "expressionLegacyMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric.devdocs.json b/api_docs/expression_metric.devdocs.json index a5d21f7749884..e6d60d3aa1b5c 100644 --- a/api_docs/expression_metric.devdocs.json +++ b/api_docs/expression_metric.devdocs.json @@ -37,7 +37,7 @@ }, ">" ], - "path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx", + "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx", + "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +100,7 @@ }, ">" ], - "path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx", + "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -120,7 +120,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx", + "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -144,7 +144,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_metric/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_metric/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -168,7 +168,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_metric/server/plugin.ts", + "path": "src/platform/plugins/shared/expression_metric/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -220,7 +220,7 @@ }, "; metricFormat: string; }; }; }" ], - "path": "src/plugins/expression_metric/common/expression_functions/metric_function.ts", + "path": "src/platform/plugins/shared/expression_metric/common/expression_functions/metric_function.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -236,7 +236,7 @@ "tags": [], "label": "Arguments", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -247,7 +247,7 @@ "tags": [], "label": "label", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -267,7 +267,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -278,7 +278,7 @@ "tags": [], "label": "metricFormat", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -298,7 +298,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -312,7 +312,7 @@ "tags": [], "label": "MetricRendererConfig", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -325,7 +325,7 @@ "description": [ "The text to display under the metric" ], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -347,7 +347,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -363,7 +363,7 @@ "signature": [ "string | number | null" ], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -385,7 +385,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -398,7 +398,7 @@ "description": [ "NumeralJS format string" ], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -412,7 +412,7 @@ "tags": [], "label": "NodeDimensions", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -423,7 +423,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -434,7 +434,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_metric/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -454,7 +454,7 @@ "signature": [ "\"CSS\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -525,7 +525,7 @@ }, ">>" ], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -542,7 +542,7 @@ "signature": [ "\"`font-family`\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -557,7 +557,7 @@ "signature": [ "\"`font-weight`\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -579,7 +579,7 @@ }, "[]" ], - "path": "src/plugins/expression_metric/common/expression_functions/index.ts", + "path": "src/platform/plugins/shared/expression_metric/common/expression_functions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -594,7 +594,7 @@ "signature": [ "string | number | null" ], - "path": "src/plugins/expression_metric/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_metric/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -609,7 +609,7 @@ "signature": [ "\"Numeral pattern\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -624,7 +624,7 @@ "signature": [ "\"expressionMetric\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -639,7 +639,7 @@ "signature": [ "\"expressionMetric\"" ], - "path": "src/plugins/expression_metric/common/constants.ts", + "path": "src/platform/plugins/shared/expression_metric/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index 012f14a7aaab6..39bb334d2710a 100644 --- a/api_docs/expression_metric.mdx +++ b/api_docs/expression_metric.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric title: "expressionMetric" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetric plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric'] --- import expressionMetricObj from './expression_metric.devdocs.json'; diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index 7525587954746..f5c8cf32aaa5e 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis title: "expressionMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin -date: 2024-12-23 +date: 2024-12-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 3f7b55879e4dc..4ca4702898148 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis title: "expressionPartitionVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_repeat_image.devdocs.json b/api_docs/expression_repeat_image.devdocs.json index 65a50ddeb3880..f9cfa54e40900 100644 --- a/api_docs/expression_repeat_image.devdocs.json +++ b/api_docs/expression_repeat_image.devdocs.json @@ -37,7 +37,7 @@ }, ">" ], - "path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +100,7 @@ }, ">" ], - "path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -120,7 +120,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -144,7 +144,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_repeat_image/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -168,7 +168,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_repeat_image/server/plugin.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -188,7 +188,7 @@ "signature": [ "() => { name: \"repeatImage\"; aliases: never[]; type: \"render\"; inputTypes: \"number\"[]; help: string; args: { emptyImage: { types: (\"string\" | \"null\")[]; help: string; default: null; }; image: { types: (\"string\" | \"null\")[]; help: string; default: null; }; max: { types: (\"number\" | \"null\")[]; help: string; default: number; }; size: { types: \"number\"[]; default: number; help: string; }; }; fn: (count: number, args: Arguments) => Promise<{ type: \"render\"; as: string; value: { image: string | null; emptyImage: string | null; size: number; max: number | null; count: number; }; }>; }" ], - "path": "src/plugins/expression_repeat_image/common/expression_functions/repeat_image_function.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/expression_functions/repeat_image_function.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -204,7 +204,7 @@ "tags": [], "label": "NodeDimensions", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -215,7 +215,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -226,7 +226,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -240,7 +240,7 @@ "tags": [], "label": "RepeatImageRendererConfig", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -251,7 +251,7 @@ "tags": [], "label": "max", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -262,7 +262,7 @@ "tags": [], "label": "count", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -273,7 +273,7 @@ "tags": [], "label": "emptyImage", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -284,7 +284,7 @@ "tags": [], "label": "image", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -295,7 +295,7 @@ "tags": [], "label": "size", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -309,7 +309,7 @@ "tags": [], "label": "Return", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -320,7 +320,7 @@ "tags": [], "label": "count", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -331,7 +331,7 @@ "tags": [], "label": "image", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -342,7 +342,7 @@ "tags": [], "label": "size", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -353,7 +353,7 @@ "tags": [], "label": "max", "description": [], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -367,7 +367,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -387,7 +387,7 @@ "signature": [ "\"`base64`\"" ], - "path": "src/plugins/expression_repeat_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -402,7 +402,7 @@ "signature": [ "\"_context_\"" ], - "path": "src/plugins/expression_repeat_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -449,7 +449,7 @@ }, ">>" ], - "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -473,7 +473,7 @@ }, "[]" ], - "path": "src/plugins/expression_repeat_image/common/expression_functions/index.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/expression_functions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -488,7 +488,7 @@ "signature": [ "\"right\" | \"top\" | \"bottom\" | \"left\"" ], - "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -503,7 +503,7 @@ "signature": [ "\"expressionRepeatImage\"" ], - "path": "src/plugins/expression_repeat_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -518,7 +518,7 @@ "signature": [ "\"expressionRepeatImage\"" ], - "path": "src/plugins/expression_repeat_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -533,7 +533,7 @@ "signature": [ "\"URL\"" ], - "path": "src/plugins/expression_repeat_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_repeat_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index f01620313d27c..5353259bcb582 100644 --- a/api_docs/expression_repeat_image.mdx +++ b/api_docs/expression_repeat_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage title: "expressionRepeatImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRepeatImage plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] --- import expressionRepeatImageObj from './expression_repeat_image.devdocs.json'; diff --git a/api_docs/expression_reveal_image.devdocs.json b/api_docs/expression_reveal_image.devdocs.json index cdda11e92d9f2..5d8e0e7fd2aad 100644 --- a/api_docs/expression_reveal_image.devdocs.json +++ b/api_docs/expression_reveal_image.devdocs.json @@ -31,7 +31,7 @@ "RevealImageRendererConfig", ">" ], - "path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,7 +51,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -88,7 +88,7 @@ "RevealImageRendererConfig", ">" ], - "path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -108,7 +108,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", + "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,7 +132,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_reveal_image/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -156,7 +156,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_reveal_image/server/plugin.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -180,7 +180,7 @@ "Origin", "; percent: number; }; }>; }" ], - "path": "src/plugins/expression_reveal_image/common/expression_functions/reveal_image_function.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/expression_functions/reveal_image_function.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -201,7 +201,7 @@ "signature": [ "\"`base64`\"" ], - "path": "src/plugins/expression_reveal_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -217,7 +217,7 @@ "ExpressionRevealImageFunction", "[]" ], - "path": "src/plugins/expression_reveal_image/common/expression_functions/index.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/expression_functions/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -232,7 +232,7 @@ "signature": [ "\"expressionRevealImage\"" ], - "path": "src/plugins/expression_reveal_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -247,7 +247,7 @@ "signature": [ "\"expressionRevealImage\"" ], - "path": "src/plugins/expression_reveal_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -262,7 +262,7 @@ "signature": [ "\"URL\"" ], - "path": "src/plugins/expression_reveal_image/common/constants.ts", + "path": "src/platform/plugins/shared/expression_reveal_image/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index 582089ebd450f..7143a25ca8af9 100644 --- a/api_docs/expression_reveal_image.mdx +++ b/api_docs/expression_reveal_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage title: "expressionRevealImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRevealImage plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] --- import expressionRevealImageObj from './expression_reveal_image.devdocs.json'; diff --git a/api_docs/expression_shape.devdocs.json b/api_docs/expression_shape.devdocs.json index f1790eef4a61b..de61172343334 100644 --- a/api_docs/expression_shape.devdocs.json +++ b/api_docs/expression_shape.devdocs.json @@ -20,7 +20,7 @@ "text": "SvgConfig" } ], - "path": "src/plugins/expression_shape/public/components/reusable/utils.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/utils.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -61,7 +61,7 @@ }, ">" ], - "path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -81,7 +81,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -124,7 +124,7 @@ }, ">" ], - "path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -144,7 +144,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -179,7 +179,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/public/components/progress/progress_drawer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/progress/progress_drawer.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -235,7 +235,7 @@ }, ">" ], - "path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -255,7 +255,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -290,7 +290,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/public/components/shape/shape_drawer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/shape_drawer.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -346,7 +346,7 @@ }, ">" ], - "path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -366,7 +366,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -384,7 +384,7 @@ "tags": [], "label": "CircleParams", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -398,7 +398,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -412,7 +412,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -426,7 +426,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -440,7 +440,7 @@ "tags": [], "label": "Dimensions", "description": [], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -451,7 +451,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false }, @@ -462,7 +462,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false } @@ -476,7 +476,7 @@ "tags": [], "label": "NodeDimensions", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -487,7 +487,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -498,7 +498,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -522,7 +522,7 @@ }, " extends Arguments" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -536,7 +536,7 @@ "signature": [ "\"shape\"" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -550,7 +550,7 @@ "tags": [], "label": "ParentNodeParams", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -561,7 +561,7 @@ "tags": [], "label": "borderOffset", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -572,7 +572,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -583,7 +583,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -597,7 +597,7 @@ "tags": [], "label": "PathParams", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -611,7 +611,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -625,7 +625,7 @@ "signature": [ "\"square\" | \"inherit\" | \"butt\" | \"round\" | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -639,7 +639,7 @@ "tags": [], "label": "PolygonParams", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -653,7 +653,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -667,7 +667,7 @@ "signature": [ "\"inherit\" | \"round\" | \"miter\" | \"bevel\" | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -681,7 +681,7 @@ "tags": [], "label": "ProgressArguments", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -692,7 +692,7 @@ "tags": [], "label": "barColor", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -703,7 +703,7 @@ "tags": [], "label": "barWeight", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -723,7 +723,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -737,7 +737,7 @@ "signature": [ "string | boolean" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -748,7 +748,7 @@ "tags": [], "label": "max", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -768,7 +768,7 @@ "text": "Progress" } ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -779,7 +779,7 @@ "tags": [], "label": "valueColor", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -790,7 +790,7 @@ "tags": [], "label": "valueWeight", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -804,7 +804,7 @@ "tags": [], "label": "RectParams", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -818,7 +818,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -832,7 +832,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -846,7 +846,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -860,7 +860,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -874,7 +874,7 @@ "tags": [], "label": "ShapeAttributes", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -888,7 +888,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -902,7 +902,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -916,7 +916,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -930,7 +930,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -951,7 +951,7 @@ }, " | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -965,7 +965,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -979,7 +979,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -1010,7 +1010,7 @@ "text": "ShapeRendererConfig" } ], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1024,7 +1024,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1040,7 +1040,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "path": "src/platform/plugins/shared/expression_shape/public/components/shape/types.ts", "deprecated": false, "trackAdoption": false } @@ -1054,7 +1054,7 @@ "tags": [], "label": "ShapeContentAttributes", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1068,7 +1068,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1082,7 +1082,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1096,7 +1096,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1110,7 +1110,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1124,7 +1124,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -1138,7 +1138,7 @@ "tags": [], "label": "ShapeRef", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1159,7 +1159,7 @@ "text": "SvgConfig" } ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1175,7 +1175,7 @@ "tags": [], "label": "ShapeRendererConfig", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1186,7 +1186,7 @@ "tags": [], "label": "border", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1197,7 +1197,7 @@ "tags": [], "label": "borderWidth", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1217,7 +1217,7 @@ "text": "Shape" } ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1228,7 +1228,7 @@ "tags": [], "label": "fill", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1239,7 +1239,7 @@ "tags": [], "label": "maintainAspect", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -1253,7 +1253,7 @@ "tags": [], "label": "SvgConfig", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1274,7 +1274,7 @@ }, " | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1294,7 +1294,7 @@ "text": "ViewBoxParams" } ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1323,7 +1323,7 @@ }, " & Readonly<{}> & { ref?: React.RefObject | undefined; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false }, @@ -1344,7 +1344,7 @@ }, " | undefined" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false } @@ -1358,7 +1358,7 @@ "tags": [], "label": "ViewBoxParams", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1369,7 +1369,7 @@ "tags": [], "label": "minX", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1380,7 +1380,7 @@ "tags": [], "label": "minY", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1391,7 +1391,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -1402,7 +1402,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -1418,7 +1418,7 @@ "tags": [], "label": "Progress", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1430,7 +1430,7 @@ "tags": [], "label": "Shape", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1442,7 +1442,7 @@ "tags": [], "label": "SvgElementTypes", "description": [], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1507,7 +1507,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1556,7 +1556,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1573,7 +1573,7 @@ "signature": [ "\"right\" | \"top\" | \"bottom\" | \"left\"" ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1595,7 +1595,7 @@ }, " & { value: number; }" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1617,7 +1617,7 @@ }, " & { value: number; }" ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1672,7 +1672,7 @@ }, " | undefined; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1743,7 +1743,7 @@ }, " | undefined; } & Readonly<{}> & { ref?: React.RefObject | undefined; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1790,7 +1790,7 @@ }, " | undefined; } & Readonly<{}> & { ref?: React.RefObject | undefined; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1821,7 +1821,7 @@ }, "; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/shape_factory.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/shape_factory.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1866,7 +1866,7 @@ "text": "PolygonParams" } ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1881,7 +1881,7 @@ "signature": [ "Partial & { x?: string | number | undefined; y?: string | number | undefined; textAnchor?: string | undefined; dominantBaseline?: string | number | undefined; dx?: string | number | undefined; dy?: string | number | undefined; } & { style?: React.CSSProperties | undefined; } & { ref?: React.RefObject | undefined; }" ], - "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "path": "src/platform/plugins/shared/expression_shape/public/components/reusable/types.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1898,7 +1898,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_shape/public/plugin.ts", + "path": "src/platform/plugins/shared/expression_shape/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1922,7 +1922,7 @@ "signature": [ "void" ], - "path": "src/plugins/expression_shape/server/plugin.ts", + "path": "src/platform/plugins/shared/expression_shape/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1950,7 +1950,7 @@ }, "[]" ], - "path": "src/plugins/expression_shape/common/lib/available_shapes.ts", + "path": "src/platform/plugins/shared/expression_shape/common/lib/available_shapes.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1975,7 +1975,7 @@ }, "[]" ], - "path": "src/plugins/expression_shape/common/lib/available_shapes.ts", + "path": "src/platform/plugins/shared/expression_shape/common/lib/available_shapes.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1991,7 +1991,7 @@ "tags": [], "label": "NodeDimensions", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2002,7 +2002,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2013,7 +2013,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -2037,7 +2037,7 @@ }, " extends Arguments" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2051,7 +2051,7 @@ "signature": [ "\"shape\"" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -2065,7 +2065,7 @@ "tags": [], "label": "ParentNodeParams", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2076,7 +2076,7 @@ "tags": [], "label": "borderOffset", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2087,7 +2087,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2098,7 +2098,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -2112,7 +2112,7 @@ "tags": [], "label": "ProgressArguments", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2123,7 +2123,7 @@ "tags": [], "label": "barColor", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2134,7 +2134,7 @@ "tags": [], "label": "barWeight", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2154,7 +2154,7 @@ "text": "ExpressionTypeStyle" } ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2168,7 +2168,7 @@ "signature": [ "string | boolean" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2179,7 +2179,7 @@ "tags": [], "label": "max", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2199,7 +2199,7 @@ "text": "Progress" } ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2210,7 +2210,7 @@ "tags": [], "label": "valueColor", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2221,7 +2221,7 @@ "tags": [], "label": "valueWeight", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false } @@ -2235,7 +2235,7 @@ "tags": [], "label": "ShapeRendererConfig", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2246,7 +2246,7 @@ "tags": [], "label": "border", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2257,7 +2257,7 @@ "tags": [], "label": "borderWidth", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2277,7 +2277,7 @@ "text": "Shape" } ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2288,7 +2288,7 @@ "tags": [], "label": "fill", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2299,7 +2299,7 @@ "tags": [], "label": "maintainAspect", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -2313,7 +2313,7 @@ "tags": [], "label": "ViewBoxParams", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2324,7 +2324,7 @@ "tags": [], "label": "minX", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2335,7 +2335,7 @@ "tags": [], "label": "minY", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2346,7 +2346,7 @@ "tags": [], "label": "width", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false }, @@ -2357,7 +2357,7 @@ "tags": [], "label": "height", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false } @@ -2373,7 +2373,7 @@ "tags": [], "label": "Progress", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2385,7 +2385,7 @@ "tags": [], "label": "Shape", "description": [], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2402,7 +2402,7 @@ "signature": [ "\"`false`\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2417,7 +2417,7 @@ "signature": [ "\"`true`\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2432,7 +2432,7 @@ "signature": [ "\"CSS\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2495,7 +2495,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2544,7 +2544,7 @@ }, ">>" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2561,7 +2561,7 @@ "signature": [ "\"`font-family`\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2576,7 +2576,7 @@ "signature": [ "\"`font-weight`\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2591,7 +2591,7 @@ "signature": [ "\"right\" | \"top\" | \"bottom\" | \"left\"" ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2606,7 +2606,7 @@ "signature": [ "\"expressionShape\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2621,7 +2621,7 @@ "signature": [ "\"expressionShape\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2643,7 +2643,7 @@ }, " & { value: number; }" ], - "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2665,7 +2665,7 @@ }, " & { value: number; }" ], - "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "path": "src/platform/plugins/shared/expression_shape/common/types/expression_renderers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2680,7 +2680,7 @@ "signature": [ "\"SVG\"" ], - "path": "src/plugins/expression_shape/common/constants.ts", + "path": "src/platform/plugins/shared/expression_shape/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index de3b36dad22f8..0958ac05854de 100644 --- a/api_docs/expression_shape.mdx +++ b/api_docs/expression_shape.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape title: "expressionShape" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionShape plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape'] --- import expressionShapeObj from './expression_shape.devdocs.json'; diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index 0501f6bc69279..5c8c3bfa6e9e5 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud title: "expressionTagcloud" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin -date: 2024-12-23 +date: 2024-12-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 adefe41eca4d8..a98bb77d022a4 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY title: "expressionXY" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.devdocs.json b/api_docs/expressions.devdocs.json index 5ca47f1114d56..95cf04ba5e9f1 100644 --- a/api_docs/expressions.devdocs.json +++ b/api_docs/expressions.devdocs.json @@ -8665,31 +8665,31 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/common/functions/filters.ts" + "path": "x-pack/platform/plugins/private/canvas/common/functions/filters.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" } ] } @@ -13023,7 +13023,7 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/setup_expressions.ts" + "path": "x-pack/platform/plugins/private/canvas/public/setup_expressions.ts" } ], "children": [ @@ -13088,15 +13088,15 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.test.ts" } ], "children": [ @@ -13146,15 +13146,15 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/setup_expressions.ts" + "path": "x-pack/platform/plugins/private/canvas/public/setup_expressions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/application.tsx" + "path": "x-pack/platform/plugins/private/canvas/public/application.tsx" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" } ], "children": [], @@ -20142,31 +20142,31 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/common/functions/filters.ts" + "path": "x-pack/platform/plugins/private/canvas/common/functions/filters.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" } ] } @@ -33208,31 +33208,31 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/demodata/index.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/escount.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/esdocs.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/common/functions/filters.ts" + "path": "x-pack/platform/plugins/private/canvas/common/functions/filters.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/neq.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/server/pointseries/index.ts" } ] } @@ -34121,7 +34121,7 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/setup_expressions.ts" + "path": "x-pack/platform/plugins/private/canvas/public/setup_expressions.ts" } ], "children": [ @@ -34186,15 +34186,15 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.test.ts" } ], "children": [ @@ -34244,15 +34244,15 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/setup_expressions.ts" + "path": "x-pack/platform/plugins/private/canvas/public/setup_expressions.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/application.tsx" + "path": "x-pack/platform/plugins/private/canvas/public/application.tsx" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" } ], "children": [], @@ -38233,51 +38233,51 @@ "references": [ { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/markdown.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/browser/markdown.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/types/state.ts" + "path": "x-pack/platform/plugins/private/canvas/types/state.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/types/state.ts" + "path": "x-pack/platform/plugins/private/canvas/types/state.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/functions/plot/index.ts" + "path": "x-pack/platform/plugins/private/canvas/public/functions/plot/index.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/functions/plot/index.ts" + "path": "x-pack/platform/plugins/private/canvas/public/functions/plot/index.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/functions/pie.ts" + "path": "x-pack/platform/plugins/private/canvas/public/functions/pie.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/functions/pie.ts" + "path": "x-pack/platform/plugins/private/canvas/public/functions/pie.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/table.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/table.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/timefilterControl.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/common/timefilterControl.ts" } ], "initialIsOpen": false @@ -39782,7 +39782,9 @@ "section": "def-common.SerializedDatatable", "text": "SerializedDatatable" }, - ") => { rows: _.Dictionary[]; type: \"datatable\"; columns: ", + ") => { rows: ", + "Dictionary", + "[]; type: \"datatable\"; columns: ", { "pluginId": "expressions", "scope": "common", diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index 2f63c380ab35a..aa6879d848b89 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions title: "expressions" image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin -date: 2024-12-23 +date: 2024-12-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 afc982a1c2d43..4f7ddaa252709 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -681,13 +681,7 @@ "\nThe category for this feature.\nThis will be used to organize the list of features for display within the\nSpaces and Roles management screens." ], "signature": [ - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - } + "AppCategory" ], "path": "x-pack/plugins/features/common/kibana_feature.ts", "deprecated": false, @@ -2877,13 +2871,7 @@ "\nThe category for this feature.\nThis will be used to organize the list of features for display within the\nSpaces and Roles management screens." ], "signature": [ - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - } + "AppCategory" ], "path": "x-pack/plugins/features/common/kibana_feature.ts", "deprecated": false, @@ -4502,13 +4490,7 @@ "\nThe category for this feature.\nThis will be used to organize the list of features for display within the\nSpaces and Roles management screens." ], "signature": [ - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - } + "AppCategory" ], "path": "x-pack/plugins/features/common/kibana_feature.ts", "deprecated": false, diff --git a/api_docs/features.mdx b/api_docs/features.mdx index 44cedc0d129db..18c3790aa018d 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features title: "features" image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.devdocs.json'; diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 81c57e3e500cb..8d5a8cbf0074e 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats title: "fieldFormats" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.devdocs.json'; diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index f9bea71bebbfd..7354414367de6 100644 --- a/api_docs/fields_metadata.mdx +++ b/api_docs/fields_metadata.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldsMetadata title: "fieldsMetadata" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldsMetadata plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata'] --- import fieldsMetadataObj from './fields_metadata.devdocs.json'; diff --git a/api_docs/file_upload.devdocs.json b/api_docs/file_upload.devdocs.json index 10bc57a634795..23fda3d12201a 100644 --- a/api_docs/file_upload.devdocs.json +++ b/api_docs/file_upload.devdocs.json @@ -20,7 +20,7 @@ " extends ", "Importer" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34,7 +34,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +48,7 @@ "signature": [ "ImportFactoryOptions" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +70,7 @@ "ImportDocMessage", ">" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -99,7 +99,7 @@ "signature": [ "boolean" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -114,7 +114,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/file_upload/public/importer/message_importer.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/message_importer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -135,7 +135,7 @@ "tags": [], "label": "FileUploadComponentProps", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +146,7 @@ "tags": [], "label": "isIndexingTriggered", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "signature": [ "(geojsonFile: GeoJSON.FeatureCollection, name: string, previewCoverage: number) => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -174,7 +174,7 @@ "signature": [ "GeoJSON.FeatureCollection" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -189,7 +189,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -204,7 +204,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -222,7 +222,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -238,7 +238,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -254,7 +254,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -278,7 +278,7 @@ }, ") => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -298,7 +298,7 @@ "text": "FileUploadGeoResults" } ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -316,7 +316,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -332,7 +332,7 @@ "tags": [], "label": "FileUploadGeoResults", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -343,7 +343,7 @@ "tags": [], "label": "indexPatternId", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false }, @@ -354,7 +354,7 @@ "tags": [], "label": "geoFieldName", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false }, @@ -383,7 +383,7 @@ }, ".GEO_SHAPE" ], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false }, @@ -394,7 +394,7 @@ "tags": [], "label": "docCount", "description": [], - "path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/lazy_load_bundle/index.ts", "deprecated": false, "trackAdoption": false } @@ -408,7 +408,7 @@ "tags": [], "label": "IImporter", "description": [], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -422,7 +422,7 @@ "signature": [ "(data: ArrayBuffer) => { success: boolean; }" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -436,7 +436,7 @@ "signature": [ "ArrayBuffer" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -468,7 +468,7 @@ "ImportResponse", ">" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -482,7 +482,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -497,7 +497,7 @@ "signature": [ "IndicesIndexSettings" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -512,7 +512,7 @@ "signature": [ "MappingTypeMapping" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -534,7 +534,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -554,7 +554,7 @@ "ImportResults", ">" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +568,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -583,7 +583,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -598,7 +598,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -613,7 +613,7 @@ "signature": [ "(progress: number) => void" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -631,7 +631,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -647,7 +647,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -663,7 +663,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -679,7 +679,7 @@ "signature": [ "() => Promise<{ start: number | null; end: number | null; }>" ], - "path": "x-pack/plugins/file_upload/public/importer/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/importer/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -695,7 +695,7 @@ "tags": [], "label": "Props", "description": [], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -706,7 +706,7 @@ "tags": [], "label": "indexName", "description": [], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false }, @@ -720,7 +720,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false }, @@ -734,7 +734,7 @@ "signature": [ "(name: string, error?: string | undefined) => void" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -748,7 +748,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -763,7 +763,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -781,7 +781,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -797,7 +797,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/file_upload/public/components/geo_upload_form/index_name_form.tsx", + "path": "x-pack/platform/plugins/private/file_upload/public/components/geo_upload_form/index_name_form.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -820,7 +820,7 @@ "signature": [ "FileUploadStartApi" ], - "path": "x-pack/plugins/file_upload/public/plugin.ts", + "path": "x-pack/platform/plugins/private/file_upload/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -846,7 +846,7 @@ "tags": [], "label": "AnalysisResult", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -866,7 +866,7 @@ "text": "FindFileStructureResponse" } ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -881,7 +881,7 @@ "FormattedOverrides", " | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -895,7 +895,7 @@ "tags": [], "label": "FindFileStructureErrorResponse", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -909,7 +909,7 @@ "signature": [ "{ statusCode: number; error: string; message: string; attributes?: ErrorAttribute | undefined; }" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -920,7 +920,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -934,7 +934,7 @@ "tags": [], "label": "FindFileStructureResponse", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -945,7 +945,7 @@ "tags": [], "label": "charset", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -956,7 +956,7 @@ "tags": [], "label": "has_header_row", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -967,7 +967,7 @@ "tags": [], "label": "has_byte_order_marker", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -978,7 +978,7 @@ "tags": [], "label": "format", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -992,7 +992,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1006,7 +1006,7 @@ "signature": [ "{ [fieldName: string]: { count: number; cardinality: number; top_hits: { count: number; value: any; }[]; mean_value?: number | undefined; median_value?: number | undefined; max_value?: number | undefined; min_value?: number | undefined; earliest?: string | undefined; latest?: string | undefined; }; }" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1017,7 +1017,7 @@ "tags": [], "label": "sample_start", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1028,7 +1028,7 @@ "tags": [], "label": "num_messages_analyzed", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1306,7 +1306,7 @@ }, ".HISTOGRAM; format?: string | undefined; }; }; }" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1326,7 +1326,7 @@ "text": "IngestPipeline" } ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1337,7 +1337,7 @@ "tags": [], "label": "quote", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1348,7 +1348,7 @@ "tags": [], "label": "delimiter", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1359,7 +1359,7 @@ "tags": [], "label": "need_client_timezone", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1370,7 +1370,7 @@ "tags": [], "label": "num_lines_analyzed", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1384,7 +1384,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1398,7 +1398,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1412,7 +1412,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1426,7 +1426,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1440,7 +1440,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1454,7 +1454,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1468,7 +1468,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1482,7 +1482,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1496,7 +1496,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1510,7 +1510,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1524,7 +1524,7 @@ "tags": [], "label": "IngestPipeline", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1535,7 +1535,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1549,7 +1549,7 @@ "signature": [ "any[]" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1563,7 +1563,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1577,7 +1577,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1591,7 +1591,7 @@ "tags": [], "label": "InputOverrides", "description": [], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1605,7 +1605,7 @@ "signature": [ "[key: string]: string | undefined" ], - "path": "x-pack/plugins/file_upload/common/types.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1625,7 +1625,7 @@ "signature": [ "100000" ], - "path": "x-pack/plugins/file_upload/common/constants.ts", + "path": "x-pack/platform/plugins/private/file_upload/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx index fbb13c256a3fb..aab46db4f8a23 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload title: "fileUpload" image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin -date: 2024-12-23 +date: 2024-12-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 b2744bb827ce0..173bf46509bbe 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files title: "files" image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin -date: 2024-12-23 +date: 2024-12-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 88d19f10a6537..efc5adb5ffb98 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement title: "filesManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin -date: 2024-12-23 +date: 2024-12-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 2f0eca2ba5609..c98f0a48d59f8 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -321,13 +321,7 @@ ], "signature": [ "[appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined] | undefined" ], "path": "x-pack/plugins/fleet/public/types/intra_app_route_state.ts", @@ -425,13 +419,7 @@ ], "signature": [ "[appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined] | undefined" ], "path": "x-pack/plugins/fleet/public/types/intra_app_route_state.ts", @@ -540,13 +528,7 @@ ], "signature": [ "[appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined] | undefined" ], "path": "x-pack/plugins/fleet/public/types/intra_app_route_state.ts", @@ -564,13 +546,7 @@ ], "signature": [ "[appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined] | undefined" ], "path": "x-pack/plugins/fleet/public/types/intra_app_route_state.ts", diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 39f526c34d8d2..5fafde15f8db7 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet title: "fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 4fb4124987c5e..62762482d6ae8 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch title: "globalSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin -date: 2024-12-23 +date: 2024-12-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 e7c24a52f1d84..0e857776ecba0 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding title: "guidedOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin -date: 2024-12-23 +date: 2024-12-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 4a8f77330fad0..91244c4cb0c34 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home title: "home" image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin -date: 2024-12-23 +date: 2024-12-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 c91ce7e287e40..eb0fd66c4d9fc 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable title: "imageEmbeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx index f3e1d5d9768ff..034dab7161631 100644 --- a/api_docs/index_lifecycle_management.mdx +++ b/api_docs/index_lifecycle_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement title: "indexLifecycleManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexLifecycleManagement plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; diff --git a/api_docs/index_management.devdocs.json b/api_docs/index_management.devdocs.json index 569cdfff5a4cc..cdd62b5fd5b26 100644 --- a/api_docs/index_management.devdocs.json +++ b/api_docs/index_management.devdocs.json @@ -568,13 +568,7 @@ "description": [], "signature": [ "(deps: { history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "; }) => React.FC<", { "pluginId": "@kbn/index-management-shared-types", @@ -608,13 +602,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/types.ts", @@ -635,13 +623,7 @@ "description": [], "signature": [ "(deps: { history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "; }) => React.FC<", { "pluginId": "@kbn/index-management-shared-types", @@ -675,13 +657,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/types.ts", diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index 9c51b17475c72..483843b1e4b97 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement title: "indexManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/inference.devdocs.json b/api_docs/inference.devdocs.json index b3822ffd09352..7d0d7cca9c425 100644 --- a/api_docs/inference.devdocs.json +++ b/api_docs/inference.devdocs.json @@ -200,7 +200,13 @@ "description": [], "signature": [ "() => Promise<", - "InferenceConnector", + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnector", + "text": "InferenceConnector" + }, "[]>" ], "path": "x-pack/platform/plugins/shared/inference/public/types.ts", @@ -417,7 +423,13 @@ ], "signature": [ "(id: string) => Promise<", - "InferenceConnector", + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnector", + "text": "InferenceConnector" + }, ">" ], "path": "x-pack/platform/plugins/shared/inference/server/inference_client/types.ts", @@ -610,7 +622,13 @@ ], "signature": [ "(id: string) => Promise<", - "InferenceConnector", + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnector", + "text": "InferenceConnector" + }, ">" ], "path": "x-pack/platform/plugins/shared/inference/server/inference_client/types.ts", @@ -961,7 +979,13 @@ "label": "connectors", "description": [], "signature": [ - "InferenceConnector", + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnector", + "text": "InferenceConnector" + }, "[]" ], "path": "x-pack/platform/plugins/shared/inference/common/http_apis.ts", diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx index c9a303e522c58..42488a94ec130 100644 --- a/api_docs/inference.mdx +++ b/api_docs/inference.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inference title: "inference" image: https://source.unsplash.com/400x175/?github description: API docs for the inference plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- import inferenceObj from './inference.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 | |-------------------|-----------|------------------------|-----------------| -| 40 | 0 | 28 | 6 | +| 40 | 0 | 28 | 5 | ## Client diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index bea4e41bfef8d..aab3df11a7d69 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra title: "infra" image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin -date: 2024-12-23 +date: 2024-12-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 09b4b27d1822b..a37bd731e6475 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines title: "ingestPipelines" image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.devdocs.json b/api_docs/inspector.devdocs.json index 42a5c59e20578..018a0cc483935 100644 --- a/api_docs/inspector.devdocs.json +++ b/api_docs/inspector.devdocs.json @@ -43,7 +43,7 @@ }, ", object, object>" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,7 +58,7 @@ "InspectorViewRegistry", " | undefined" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -72,7 +72,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ }, "" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -129,7 +129,7 @@ "InspectorViewRegistry", "; }; }" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ }, "" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -210,7 +210,7 @@ }, "; }" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -230,7 +230,7 @@ "text": "CoreStart" } ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -245,7 +245,7 @@ "signature": [ "InspectorPluginStartDeps" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -263,7 +263,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -294,7 +294,7 @@ " extends ", "events" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -308,7 +308,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -337,7 +337,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,7 +353,7 @@ "signature": [ "string" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -370,7 +370,7 @@ "signature": [ "RequestParams" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -387,7 +387,7 @@ "signature": [ "number" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -407,7 +407,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -423,7 +423,7 @@ "signature": [ "(id: string) => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -437,7 +437,7 @@ "signature": [ "string" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -463,7 +463,7 @@ }, "[]" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -481,7 +481,7 @@ "description": [ "\nAn API to specify information about a specific request that will be logged.\nCreate a new instance to log a request using {@link RequestAdapter#start}." ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -495,7 +495,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -515,7 +515,7 @@ "text": "Request" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -530,7 +530,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -555,7 +555,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -569,7 +569,7 @@ "signature": [ "object" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -602,7 +602,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -622,7 +622,7 @@ "text": "RequestStatistics" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -650,7 +650,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -670,7 +670,7 @@ "text": "RequestStatus" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -685,7 +685,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -705,7 +705,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -719,7 +719,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -739,7 +739,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -753,7 +753,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -783,7 +783,7 @@ "text": "HasInspectorAdapters" } ], - "path": "src/plugins/inspector/public/adapters/has_inspector_adapters.ts", + "path": "src/platform/plugins/shared/inspector/public/adapters/has_inspector_adapters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -797,7 +797,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/inspector/public/adapters/has_inspector_adapters.ts", + "path": "src/platform/plugins/shared/inspector/public/adapters/has_inspector_adapters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -817,7 +817,7 @@ "description": [ "\nThe interface that the adapters used to open an inspector have to fullfill." ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -838,7 +838,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -852,7 +852,7 @@ "signature": [ "[key: string]: any" ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false } @@ -866,7 +866,7 @@ "tags": [], "label": "HasInspectorAdapters", "description": [], - "path": "src/plugins/inspector/public/adapters/has_inspector_adapters.ts", + "path": "src/platform/plugins/shared/inspector/public/adapters/has_inspector_adapters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -888,7 +888,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/public/adapters/has_inspector_adapters.ts", + "path": "src/platform/plugins/shared/inspector/public/adapters/has_inspector_adapters.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -909,7 +909,7 @@ "description": [ "\nOptions that can be specified when opening the inspector." ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -923,7 +923,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -937,7 +937,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -955,7 +955,7 @@ "description": [ "\nAn object describing an inspector view." ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1001,7 +1001,7 @@ }, ">>" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1015,7 +1015,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1029,7 +1029,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1051,7 +1051,7 @@ }, ") => boolean) | undefined" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1071,7 +1071,7 @@ "text": "Adapters" } ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1086,7 +1086,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1112,7 +1112,7 @@ }, "" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1128,7 +1128,7 @@ "signature": [ "TAdapters" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1141,7 +1141,7 @@ "description": [ "\nThe title that the inspector is currently using e.g. a visualization name." ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1157,7 +1157,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1182,7 +1182,7 @@ " extends ", "RequestParams" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1193,7 +1193,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1204,7 +1204,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1218,7 +1218,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1233,7 +1233,7 @@ "Response", " | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1244,7 +1244,7 @@ "tags": [], "label": "startTime", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1265,7 +1265,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1285,7 +1285,7 @@ "text": "RequestStatus" } ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1299,7 +1299,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -1313,7 +1313,7 @@ "tags": [], "label": "RequestStatistic", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1324,7 +1324,7 @@ "tags": [], "label": "label", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1338,7 +1338,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1352,7 +1352,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -1366,7 +1366,7 @@ "tags": [], "label": "RequestStatistics", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1387,7 +1387,7 @@ "text": "RequestStatistic" } ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -1405,7 +1405,7 @@ "description": [ "\nThe status a request can have." ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1428,7 +1428,7 @@ "text": "OverlayRef" } ], - "path": "src/plugins/inspector/public/types.ts", + "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1442,7 +1442,7 @@ "tags": [], "label": "Setup", "description": [], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1464,7 +1464,7 @@ }, ") => void" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1485,7 +1485,7 @@ "text": "InspectorViewDescription" } ], - "path": "src/plugins/inspector/public/view_registry.ts", + "path": "src/platform/plugins/shared/inspector/public/view_registry.ts", "deprecated": false, "trackAdoption": false } @@ -1503,7 +1503,7 @@ "InspectorViewRegistry", "; }" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false } @@ -1518,7 +1518,7 @@ "tags": [], "label": "Start", "description": [], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1542,7 +1542,7 @@ }, " | undefined) => boolean" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1565,7 +1565,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1613,7 +1613,7 @@ "text": "OverlayRef" } ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1635,7 +1635,7 @@ "text": "Adapters" } ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1659,7 +1659,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/public/plugin.tsx", + "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1706,7 +1706,7 @@ " extends ", "events" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1720,7 +1720,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1749,7 +1749,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1765,7 +1765,7 @@ "signature": [ "string" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1782,7 +1782,7 @@ "signature": [ "RequestParams" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1799,7 +1799,7 @@ "signature": [ "number" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1819,7 +1819,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1835,7 +1835,7 @@ "signature": [ "(id: string) => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1849,7 +1849,7 @@ "signature": [ "string" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1875,7 +1875,7 @@ }, "[]" ], - "path": "src/plugins/inspector/common/adapters/request/request_adapter.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1893,7 +1893,7 @@ "description": [ "\nAn API to specify information about a specific request that will be logged.\nCreate a new instance to log a request using {@link RequestAdapter#start}." ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1907,7 +1907,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1927,7 +1927,7 @@ "text": "Request" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1942,7 +1942,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1967,7 +1967,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1981,7 +1981,7 @@ "signature": [ "object" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2014,7 +2014,7 @@ "text": "RequestResponder" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2034,7 +2034,7 @@ "text": "RequestStatistics" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2062,7 +2062,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2082,7 +2082,7 @@ "text": "RequestStatus" } ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2097,7 +2097,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2117,7 +2117,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2131,7 +2131,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2151,7 +2151,7 @@ "Response", ") => void" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2165,7 +2165,7 @@ "signature": [ "Response" ], - "path": "src/plugins/inspector/common/adapters/request/request_responder.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/request_responder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2188,7 +2188,7 @@ "description": [ "\nThe interface that the adapters used to open an inspector have to fullfill." ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2209,7 +2209,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2223,7 +2223,7 @@ "signature": [ "[key: string]: any" ], - "path": "src/plugins/inspector/common/adapters/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/types.ts", "deprecated": false, "trackAdoption": false } @@ -2248,7 +2248,7 @@ " extends ", "RequestParams" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2259,7 +2259,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2270,7 +2270,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2284,7 +2284,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2299,7 +2299,7 @@ "Response", " | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2310,7 +2310,7 @@ "tags": [], "label": "startTime", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2331,7 +2331,7 @@ }, " | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2351,7 +2351,7 @@ "text": "RequestStatus" } ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2365,7 +2365,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -2379,7 +2379,7 @@ "tags": [], "label": "RequestStatistic", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2390,7 +2390,7 @@ "tags": [], "label": "label", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2404,7 +2404,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2418,7 +2418,7 @@ "signature": [ "any" ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -2432,7 +2432,7 @@ "tags": [], "label": "RequestStatistics", "description": [], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2453,7 +2453,7 @@ "text": "RequestStatistic" } ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false } @@ -2471,7 +2471,7 @@ "description": [ "\nThe status a request can have." ], - "path": "src/plugins/inspector/common/adapters/request/types.ts", + "path": "src/platform/plugins/shared/inspector/common/adapters/request/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index 68476254f332e..2daa89a4dc4b4 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector title: "inspector" image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx index c00cdd4176221..46830aa3eb406 100644 --- a/api_docs/integration_assistant.mdx +++ b/api_docs/integration_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/integrationAssistant title: "integrationAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the integrationAssistant plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'integrationAssistant'] --- import integrationAssistantObj from './integration_assistant.devdocs.json'; diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index 376198c14ecd6..6de72992292d0 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup title: "interactiveSetup" image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx index f56cc583af6bf..01134526e4c29 100644 --- a/api_docs/inventory.mdx +++ b/api_docs/inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inventory title: "inventory" image: https://source.unsplash.com/400x175/?github description: API docs for the inventory plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory'] --- import inventoryObj from './inventory.devdocs.json'; diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index 79cec901eedc5..c6fb7b895b92a 100644 --- a/api_docs/investigate.mdx +++ b/api_docs/investigate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigate title: "investigate" image: https://source.unsplash.com/400x175/?github description: API docs for the investigate plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- import investigateObj from './investigate.devdocs.json'; diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx index 273c7b5c2eccf..655f04dfcf105 100644 --- a/api_docs/investigate_app.mdx +++ b/api_docs/investigate_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigateApp title: "investigateApp" image: https://source.unsplash.com/400x175/?github description: API docs for the investigateApp plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp'] --- import investigateAppObj from './investigate_app.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 4336fc9c7886e..7ed7aaf5a2912 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types title: "@kbn/actions-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin -date: 2024-12-23 +date: 2024-12-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 f595e55ae4374..32a68d3a5abe1 100644 --- a/api_docs/kbn_ai_assistant.mdx +++ b/api_docs/kbn_ai_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant title: "@kbn/ai-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant plugin -date: 2024-12-23 +date: 2024-12-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 83221def08529..87810ff19a300 100644 --- a/api_docs/kbn_ai_assistant_common.mdx +++ b/api_docs/kbn_ai_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-common title: "@kbn/ai-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-common plugin -date: 2024-12-23 +date: 2024-12-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_icon.mdx b/api_docs/kbn_ai_assistant_icon.mdx index bf649f8f7e501..dfe6ca1270b0c 100644 --- a/api_docs/kbn_ai_assistant_icon.mdx +++ b/api_docs/kbn_ai_assistant_icon.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-icon title: "@kbn/ai-assistant-icon" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-icon plugin -date: 2024-12-23 +date: 2024-12-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_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 39c7aedaeeae2..f3ae79445c21a 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components title: "@kbn/aiops-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin -date: 2024-12-23 +date: 2024-12-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 459fa7ea7aca5..54ff55a070d26 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.mdx +++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis title: "@kbn/aiops-log-pattern-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-pattern-analysis plugin -date: 2024-12-23 +date: 2024-12-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 bf64dd142d661..1b2c7245306bc 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.mdx +++ b/api_docs/kbn_aiops_log_rate_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis title: "@kbn/aiops-log-rate-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-rate-analysis plugin -date: 2024-12-23 +date: 2024-12-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 b0669df4ccc81..0c2cef8096e09 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers title: "@kbn/alerting-api-integration-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin -date: 2024-12-23 +date: 2024-12-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 7a151d9702a1d..219f4abd81999 100644 --- a/api_docs/kbn_alerting_comparators.mdx +++ b/api_docs/kbn_alerting_comparators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-comparators title: "@kbn/alerting-comparators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-comparators plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index 5a38f02d769eb..e226c99e8f8ea 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types title: "@kbn/alerting-state-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin -date: 2024-12-23 +date: 2024-12-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 1da3056dbcd60..b20baf83b0f63 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types title: "@kbn/alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin -date: 2024-12-23 +date: 2024-12-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 ba4ab73ff527b..51c7b920ce72d 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils title: "@kbn/alerts-as-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin -date: 2024-12-23 +date: 2024-12-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 a43461d53333c..54a8b1d2cc9f0 100644 --- a/api_docs/kbn_alerts_grouping.mdx +++ b/api_docs/kbn_alerts_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-grouping title: "@kbn/alerts-grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-grouping plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_alerts_ui_shared.devdocs.json index 7a503c08980f5..8e2766a358f30 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -3333,7 +3333,7 @@ "text": "ControlGroupRendererProps" } ], - "path": "src/plugins/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", + "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 4c63888e463ef..f0c235af4005d 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared title: "@kbn/alerts-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin -date: 2024-12-23 +date: 2024-12-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 4016c94510b0a..fb5c5a36c1522 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics title: "@kbn/analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin -date: 2024-12-23 +date: 2024-12-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 eadbcf764904c..19c54bc37e5ba 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils title: "@kbn/analytics-collection-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin -date: 2024-12-23 +date: 2024-12-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 7cf577fdf7000..f6b5d36c8351c 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader title: "@kbn/apm-config-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin -date: 2024-12-23 +date: 2024-12-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 a1cb2d7e74594..7662e56408d14 100644 --- a/api_docs/kbn_apm_data_view.mdx +++ b/api_docs/kbn_apm_data_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-data-view title: "@kbn/apm-data-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-data-view plugin -date: 2024-12-23 +date: 2024-12-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 98635241788cd..4e17621a163ca 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_apm_synthtrace_client.devdocs.json index 9b1507d45eaf4..678a9207e54a6 100644 --- a/api_docs/kbn_apm_synthtrace_client.devdocs.json +++ b/api_docs/kbn_apm_synthtrace_client.devdocs.json @@ -2648,7 +2648,7 @@ "label": "type", "description": [], "signature": [ - "\"unknown\" | \"cell\" | \"unavailable\" | \"wifi\" | \"wired\"" + "\"unknown\" | \"cell\" | \"unavailable\" | \"wired\" | \"wifi\"" ], "path": "packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts", "deprecated": false, diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 3a50c43315f94..7b43679e15b1d 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2024-12-23 +date: 2024-12-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 d7835175a00b5..b49844dbbffb5 100644 --- a/api_docs/kbn_apm_types.mdx +++ b/api_docs/kbn_apm_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types title: "@kbn/apm-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 35b0972664709..7bbe317be4d67 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils title: "@kbn/apm-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin -date: 2024-12-23 +date: 2024-12-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 1607ea732af35..cd9d2b96e6745 100644 --- a/api_docs/kbn_avc_banner.mdx +++ b/api_docs/kbn_avc_banner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-avc-banner title: "@kbn/avc-banner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/avc-banner plugin -date: 2024-12-23 +date: 2024-12-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 d3ba46c669ea3..727728a67e581 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config title: "@kbn/axe-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin -date: 2024-12-23 +date: 2024-12-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 66577c3768917..9c7c46d5e29bd 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto title: "@kbn/calculate-auto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin -date: 2024-12-23 +date: 2024-12-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 8c615a7bcb70d..5b1232a40b17c 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count title: "@kbn/calculate-width-from-char-count" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin -date: 2024-12-23 +date: 2024-12-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 be2d0cd42dd5f..5fd00d66b4a63 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components title: "@kbn/cases-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin -date: 2024-12-23 +date: 2024-12-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 d1b42da94a390..bd2954cc743f6 100644 --- a/api_docs/kbn_cbor.mdx +++ b/api_docs/kbn_cbor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cbor title: "@kbn/cbor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cbor plugin -date: 2024-12-23 +date: 2024-12-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 e016ad7d644d1..3d5690a47ec26 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions title: "@kbn/cell-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin -date: 2024-12-23 +date: 2024-12-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 64da2df13c84b..84ea9e2969027 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common title: "@kbn/chart-expressions-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin -date: 2024-12-23 +date: 2024-12-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 5c5c6fb3a4ab7..41efcfd77b5f6 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons title: "@kbn/chart-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin -date: 2024-12-23 +date: 2024-12-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 ad0203d2a76c2..37225cfded478 100644 --- a/api_docs/kbn_charts_theme.mdx +++ b/api_docs/kbn_charts_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-charts-theme title: "@kbn/charts-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/charts-theme plugin -date: 2024-12-23 +date: 2024-12-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 93d3b48cb56df..a7cfdfcd06415 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core title: "@kbn/ci-stats-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin -date: 2024-12-23 +date: 2024-12-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 6af5252e1a396..903bb0d9b0ea2 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics title: "@kbn/ci-stats-performance-metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin -date: 2024-12-23 +date: 2024-12-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 3d79f836dc30f..99dbce864cf31 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter title: "@kbn/ci-stats-reporter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin -date: 2024-12-23 +date: 2024-12-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 13fde7e4c5ce1..40984f8010f0b 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode title: "@kbn/cli-dev-mode" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin -date: 2024-12-23 +date: 2024-12-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 ec78cb49d985a..adcae3c0e8b05 100644 --- a/api_docs/kbn_cloud_security_posture.mdx +++ b/api_docs/kbn_cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture title: "@kbn/cloud-security-posture" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture plugin -date: 2024-12-23 +date: 2024-12-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 8313281a89a6d..bdc431c2e335c 100644 --- a/api_docs/kbn_cloud_security_posture_common.mdx +++ b/api_docs/kbn_cloud_security_posture_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common title: "@kbn/cloud-security-posture-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-common plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_cloud_security_posture_graph.devdocs.json index 6dcfe6b1b174b..94ca6a3b2ffc6 100644 --- a/api_docs/kbn_cloud_security_posture_graph.devdocs.json +++ b/api_docs/kbn_cloud_security_posture_graph.devdocs.json @@ -34,7 +34,7 @@ "id": "def-public.Graph.$1", "type": "Object", "tags": [], - "label": "{\n nodes,\n edges,\n interactive,\n isLocked = false,\n ...rest\n}", + "label": "{ nodes, edges, interactive, isLocked = false, ...rest }", "description": [], "signature": [ { @@ -66,7 +66,7 @@ "\nGraph investigation view allows the user to expand nodes and view related entities." ], "signature": [ - "React.FunctionComponent" + "React.NamedExoticComponent" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/graph_investigation/graph_investigation.tsx", "deprecated": false, @@ -86,20 +86,6 @@ "path": "node_modules/@types/react/ts5.0/index.d.ts", "deprecated": false, "trackAdoption": false - }, - { - "parentPluginId": "@kbn/cloud-security-posture-graph", - "id": "def-public.GraphInvestigation.$2", - "type": "Any", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "any" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false } ], "initialIsOpen": false @@ -139,6 +125,53 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/cloud-security-posture-graph", + "id": "def-public.isEntityNode", + "type": "Function", + "tags": [], + "label": "isEntityNode", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/cloud-security-posture-graph", + "scope": "public", + "docId": "kibKbnCloudSecurityPostureGraphPluginApi", + "section": "def-public.NodeViewModel", + "text": "NodeViewModel" + }, + ") => boolean" + ], + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/cloud-security-posture-graph", + "id": "def-public.isEntityNode.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/cloud-security-posture-graph", + "scope": "public", + "docId": "kibKbnCloudSecurityPostureGraphPluginApi", + "section": "def-public.NodeViewModel", + "text": "NodeViewModel" + } + ], + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/cloud-security-posture-graph", "id": "def-public.useFetchGraphData", @@ -450,6 +483,21 @@ "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/cloud-security-posture-graph", + "id": "def-public.LabelNodeViewModel.nodeClick", + "type": "Function", + "tags": [], + "label": "nodeClick", + "description": [], + "signature": [ + "NodeClickCallback", + " | undefined" + ], + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index f3d24d8881eb2..477379012002a 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph title: "@kbn/cloud-security-posture-graph" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 16 | 6 | +| 27 | 0 | 19 | 6 | ## Client diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index 6aac5bd525904..9af7ddbe5036f 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2024-12-23 +date: 2024-12-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 55da47593186c..d96f0c9d346a6 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2024-12-23 +date: 2024-12-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 6612633d12363..a03142c6fb49f 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2024-12-23 +date: 2024-12-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 8687db65f9325..819409e3ac6e5 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2024-12-23 +date: 2024-12-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 0a5354b007be6..e992bd2bcabdf 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2024-12-23 +date: 2024-12-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 c916022f2d6c4..3785953a6f008 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2024-12-23 +date: 2024-12-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 a8043488b8b0b..e6fef92b03cfa 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2024-12-23 +date: 2024-12-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 d9f00055c7de8..35ed6f9f90830 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor title: "@kbn/content-management-content-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin -date: 2024-12-23 +date: 2024-12-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 42c23a23588da..9d64725b67c46 100644 --- a/api_docs/kbn_content_management_content_insights_public.mdx +++ b/api_docs/kbn_content_management_content_insights_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public title: "@kbn/content-management-content-insights-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-public plugin -date: 2024-12-23 +date: 2024-12-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 8e53583612e25..ced0310342afb 100644 --- a/api_docs/kbn_content_management_content_insights_server.mdx +++ b/api_docs/kbn_content_management_content_insights_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server title: "@kbn/content-management-content-insights-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-server plugin -date: 2024-12-23 +date: 2024-12-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 f21ea8faa17a6..93b42aad37ca8 100644 --- a/api_docs/kbn_content_management_favorites_common.mdx +++ b/api_docs/kbn_content_management_favorites_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-common title: "@kbn/content-management-favorites-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-common plugin -date: 2024-12-23 +date: 2024-12-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 406e9844c4fe9..405da93b40c06 100644 --- a/api_docs/kbn_content_management_favorites_public.mdx +++ b/api_docs/kbn_content_management_favorites_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-public title: "@kbn/content-management-favorites-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-public plugin -date: 2024-12-23 +date: 2024-12-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 814a73475d903..fcd1eca186b18 100644 --- a/api_docs/kbn_content_management_favorites_server.mdx +++ b/api_docs/kbn_content_management_favorites_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-server title: "@kbn/content-management-favorites-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-server plugin -date: 2024-12-23 +date: 2024-12-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 5348663b54b94..4f9eef7f91d30 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2024-12-23 +date: 2024-12-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 6b33222b72d95..1576d8749590a 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2024-12-23 +date: 2024-12-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 6c9ad53711a54..c885ee00ca456 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common title: "@kbn/content-management-table-list-view-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin -date: 2024-12-23 +date: 2024-12-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 7c959ed5c0daa..71d13d10b1eb6 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2024-12-23 +date: 2024-12-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 911b38cae8b39..b0d8c571cec19 100644 --- a/api_docs/kbn_content_management_user_profiles.mdx +++ b/api_docs/kbn_content_management_user_profiles.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-user-profiles title: "@kbn/content-management-user-profiles" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-user-profiles plugin -date: 2024-12-23 +date: 2024-12-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 835715e318638..283a72817b7bb 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2024-12-23 +date: 2024-12-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_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index 8754eaa2360d9..9090530b87509 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -479,40 +479,40 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/ebt-tools", - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" + "plugin": "@kbn/core-notifications-browser-internal", + "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts" + "plugin": "@kbn/core-notifications-browser-internal", + "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts" + "plugin": "@kbn/ebt-tools", + "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-root-browser-internal", @@ -547,33 +547,49 @@ "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-root-server-internal", "path": "packages/core/root/core-root-server-internal/src/events/kibana_started.ts" }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/lib/action_executor.ts" + }, { "plugin": "@kbn/cloud", "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" @@ -622,22 +638,6 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.ts" - }, { "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/utils/recall/recall_and_score.ts" @@ -648,7 +648,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_api/track_contentful_render.ts" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/track_contentful_render.ts" }, { "plugin": "discover", @@ -1487,76 +1487,76 @@ "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.mocks.ts" } ], "children": [ @@ -1773,40 +1773,40 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts" + "plugin": "@kbn/core-execution-context-browser-internal", + "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", @@ -1841,37 +1841,37 @@ "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "cloud", "path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" - }, { "plugin": "licensing", "path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts" }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" + }, { "plugin": "security", "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" @@ -1949,16 +1949,16 @@ "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", @@ -2001,44 +2001,44 @@ "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.ts" } ], "children": [ @@ -2353,7 +2353,7 @@ "description": [ "\nAPI exposed through `window.__kbnAnalytics`" ], - "path": "packages/core/analytics/core-analytics-browser/src/types.ts", + "path": "src/core/packages/analytics/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2369,7 +2369,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/analytics/core-analytics-browser/src/types.ts", + "path": "src/core/packages/analytics/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2976,7 +2976,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/analytics/core-analytics-browser/src/types.ts", + "path": "src/core/packages/analytics/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2999,7 +2999,7 @@ "TelemetryCounter", ">; }" ], - "path": "packages/core/analytics/core-analytics-browser/src/types.ts", + "path": "src/core/packages/analytics/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index 73faa684de805..1d98f92cdc210 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser title: "@kbn/core-analytics-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_analytics_browser_internal.devdocs.json index 22b8438d56dac..680449676b651 100644 --- a/api_docs/kbn_core_analytics_browser_internal.devdocs.json +++ b/api_docs/kbn_core_analytics_browser_internal.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "AnalyticsService", "description": [], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -56,15 +56,9 @@ "({ injectedMetadata }: ", "AnalyticsServiceSetupDeps", ") => ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - } + "AnalyticsServiceSetup" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +72,7 @@ "signature": [ "AnalyticsServiceSetupDeps" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -95,15 +89,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - } + "AnalyticsServiceStart" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -119,7 +107,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index 89781356e86e3..dd287d1f444a1 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal title: "@kbn/core-analytics-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 1 | +| 7 | 0 | 7 | 0 | ## Client diff --git a/api_docs/kbn_core_analytics_browser_mocks.devdocs.json b/api_docs/kbn_core_analytics_browser_mocks.devdocs.json index 64028214822e2..a856ac2b9d963 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_analytics_browser_mocks.devdocs.json @@ -43,13 +43,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - }, + "AnalyticsServiceSetup", ">" ], "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts", @@ -67,13 +61,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ">" ], "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts", diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index 8e8e36e97643f..26c84a7507b74 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks title: "@kbn/core-analytics-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index 19962075b2601..f383ca90a81f6 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -487,40 +487,40 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/ebt-tools", - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" + "plugin": "@kbn/core-notifications-browser-internal", + "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts" + "plugin": "@kbn/core-notifications-browser-internal", + "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts" + "plugin": "@kbn/ebt-tools", + "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-root-browser-internal", @@ -555,33 +555,49 @@ "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-root-server-internal", "path": "packages/core/root/core-root-server-internal/src/events/kibana_started.ts" }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/lib/action_executor.ts" + }, { "plugin": "@kbn/cloud", "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" @@ -630,22 +646,6 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.ts" - }, { "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/utils/recall/recall_and_score.ts" @@ -656,7 +656,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_api/track_contentful_render.ts" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/track_contentful_render.ts" }, { "plugin": "discover", @@ -1495,76 +1495,76 @@ "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_clicks.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_performance_measure_entries.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.mocks.ts" } ], "children": [ @@ -1781,40 +1781,40 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts" + "plugin": "@kbn/core-execution-context-browser-internal", + "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", @@ -1849,37 +1849,37 @@ "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "cloud", "path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" - }, { "plugin": "licensing", "path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts" }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" + }, { "plugin": "security", "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" @@ -1957,16 +1957,16 @@ "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", @@ -2009,44 +2009,44 @@ "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-browser-internal", - "path": "packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.mocks.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.ts" }, { - "plugin": "@kbn/core-analytics-server-internal", - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.test.ts" } ], "children": [ @@ -2950,7 +2950,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", + "path": "src/core/packages/analytics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2983,7 +2983,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", + "path": "src/core/packages/analytics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3006,7 +3006,7 @@ "TelemetryCounter", ">; }" ], - "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", + "path": "src/core/packages/analytics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index e849aa44b971d..d0cc1882d6053 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server title: "@kbn/core-analytics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_analytics_server_internal.devdocs.json index e12cd7a4e45f6..e2e81dfcbbcc6 100644 --- a/api_docs/kbn_core_analytics_server_internal.devdocs.json +++ b/api_docs/kbn_core_analytics_server_internal.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "AnalyticsService", "description": [], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "signature": [ "any" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,15 +62,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServicePreboot", - "text": "AnalyticsServicePreboot" - } + "AnalyticsServicePreboot" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -85,15 +79,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - } + "AnalyticsServiceSetup" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -108,15 +96,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - } + "AnalyticsServiceStart" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -132,7 +114,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index e847a624bc14c..29464e7df3daf 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal title: "@kbn/core-analytics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_analytics_server_mocks.devdocs.json index 3b88c66575047..beb0ce1c497dd 100644 --- a/api_docs/kbn_core_analytics_server_mocks.devdocs.json +++ b/api_docs/kbn_core_analytics_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServicePreboot", - "text": "AnalyticsServicePreboot" - }, + "AnalyticsServicePreboot", ">" ], "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - }, + "AnalyticsServiceSetup", ">" ], "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts", @@ -99,13 +87,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ">" ], "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts", diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index 8e65d32a71af8..1f868e052cf7d 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks title: "@kbn/core-analytics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_application_browser.devdocs.json index 819f37d9483e0..5609cc07977ba 100644 --- a/api_docs/kbn_core_application_browser.devdocs.json +++ b/api_docs/kbn_core_application_browser.devdocs.json @@ -12,23 +12,11 @@ "label": "App", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", " extends ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppNavOptions", - "text": "AppNavOptions" - } + "AppNavOptions" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +29,7 @@ "description": [ "\nThe unique identifier of the application.\n\nCan only be composed of alphanumeric characters, `-`, `:` and `_`" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -54,7 +42,7 @@ "description": [ "\nThe title of the application." ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -68,16 +56,10 @@ "\nThe category definition of the product\nSee {@link AppCategory}\nSee DEFAULT_APP_CATEGORIES for more reference" ], "signature": [ - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -91,16 +73,10 @@ "\nThe initial status of the application.\nDefaulting to `accessible`" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppStatus", - "text": "AppStatus" - }, + "AppStatus", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -117,16 +93,10 @@ "\nOptional list of locations where the app is visible.\n\nAccepts the following values:\n- \"globalSearch\": the link will appear in the global search bar\n- \"home\": the link will appear on the Kibana home page\n- \"kibanaOverview\": the link will appear in the Kibana overview page\n- \"sideNav\": the link will appear in the side navigation.\n Note: \"sideNav\" will be deprecated when we change the navigation to \"solutions\" style.\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[] | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -142,7 +112,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -158,16 +128,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", "> | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -191,7 +155,7 @@ }, "> | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -207,7 +171,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -222,32 +186,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", ") => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUnmount", - "text": "AppUnmount" - }, + "AppUnmount", " | Promise<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUnmount", - "text": "AppUnmount" - }, + "AppUnmount", ">" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -260,16 +206,10 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", "" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false } @@ -287,7 +227,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -303,7 +243,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -319,7 +259,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -333,16 +273,10 @@ "\nInput type for registering secondary in-app locations for an application.\n\nDeep links must include at least one of `path` or `deepLinks`. A deep link that does not have a `path`\nrepresents a topological level in the application's hierarchy, but does not have a destination URL that is\nuser-accessible.\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[] | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false } @@ -358,7 +292,7 @@ "description": [ "\nFactory provided when invoking a {@link AppLeaveHandler} to retrieve the {@link AppLeaveAction} to execute." ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -373,15 +307,9 @@ ], "signature": [ "(text: string, title?: string | undefined, callback?: (() => void) | undefined, confirmButtonText?: string | undefined, buttonColor?: \"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | undefined) => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveConfirmAction", - "text": "AppLeaveConfirmAction" - } + "AppLeaveConfirmAction" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -397,7 +325,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -414,7 +342,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -431,7 +359,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -448,7 +376,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -465,7 +393,7 @@ "signature": [ "\"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -484,15 +412,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveDefaultAction", - "text": "AppLeaveDefaultAction" - } + "AppLeaveDefaultAction" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -510,7 +432,7 @@ "description": [ "\nAction to return from a {@link AppLeaveHandler} to show a confirmation\nmessage when trying to leave an application.\n\nSee {@link AppLeaveActionFactory}\n" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -522,16 +444,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveActionType", - "text": "AppLeaveActionType" - }, + "AppLeaveActionType", ".confirm" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -542,7 +458,7 @@ "tags": [], "label": "text", "description": [], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -556,7 +472,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -570,7 +486,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -584,7 +500,7 @@ "signature": [ "\"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -598,7 +514,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -616,7 +532,7 @@ "description": [ "\nAction to return from a {@link AppLeaveHandler} to execute the default\nbehaviour when leaving the application.\n\nSee {@link AppLeaveActionFactory}\n" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -628,16 +544,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveActionType", - "text": "AppLeaveActionType" - }, + "AppLeaveActionType", ".default" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false } @@ -651,7 +561,7 @@ "tags": [], "label": "ApplicationSetup", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -666,16 +576,10 @@ ], "signature": [ "(app: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", ") => void" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -689,16 +593,10 @@ "- an {@link App }" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", "" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -719,16 +617,10 @@ "(appUpdater$: ", "Observable", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">) => void" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -742,16 +634,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -769,7 +655,7 @@ "tags": [], "label": "ApplicationStart", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -785,7 +671,7 @@ "signature": [ "{ readonly [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; readonly navLinks: Readonly<{ [x: string]: boolean; }>; readonly management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; readonly catalogue: Readonly<{ [x: string]: boolean; }>; }" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -801,16 +687,10 @@ "signature": [ "Observable", ">" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -825,16 +705,10 @@ ], "signature": [ "(appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined) => Promise" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -850,7 +724,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -865,16 +739,10 @@ "- navigation options" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -893,16 +761,10 @@ ], "signature": [ "(url: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToUrlOptions", - "text": "NavigateToUrlOptions" - }, + "NavigateToUrlOptions", " | undefined) => Promise" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -918,7 +780,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -933,16 +795,10 @@ "- navigation options" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToUrlOptions", - "text": "NavigateToUrlOptions" - }, + "NavigateToUrlOptions", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -962,7 +818,7 @@ "signature": [ "(appId: string) => boolean" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -978,7 +834,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1000,7 +856,7 @@ "signature": [ "(appId: string, options?: { path?: string | undefined; absolute?: boolean | undefined; deepLinkId?: string | undefined; } | undefined) => string" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1014,7 +870,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1026,7 +882,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1040,7 +896,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1054,7 +910,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1068,7 +924,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1090,7 +946,7 @@ "Observable", "" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1107,7 +963,7 @@ "Observable", "" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1122,16 +978,10 @@ "label": "AppMountParameters", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", "" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1147,7 +997,7 @@ "signature": [ "HTMLElement" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false }, @@ -1161,16 +1011,10 @@ "\nA scoped history instance for your application. Should be used to wire up\nyour applications Router.\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false }, @@ -1185,13 +1029,13 @@ "description": [ "\nThe route path for configuring navigation to the application.\nThis string should not include the base path from HTTP.\n" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-application-browser-internal", - "path": "packages/core/application/core-application-browser-internal/src/ui/app_container.tsx" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/ui/app_container.tsx" }, { "plugin": "@kbn/core-application-browser-mocks", @@ -1209,10 +1053,6 @@ "plugin": "security", "path": "x-pack/plugins/security/public/authentication/logout/logout_app.test.ts" }, - { - "plugin": "assetInventory", - "path": "x-pack/solutions/security/plugins/asset_inventory/public/application.tsx" - }, { "plugin": "kibanaOverview", "path": "src/plugins/kibana_overview/public/application.tsx" @@ -1234,16 +1074,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveHandler", - "text": "AppLeaveHandler" - }, + "AppLeaveHandler", ") => void" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1255,15 +1089,9 @@ "label": "handler", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveHandler", - "text": "AppLeaveHandler" - } + "AppLeaveHandler" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1291,7 +1119,7 @@ }, " | undefined) => void" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1312,7 +1140,7 @@ }, " | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1341,7 +1169,7 @@ }, ">" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false } @@ -1357,7 +1185,7 @@ "description": [ "\nApp navigation menu options" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1373,7 +1201,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -1389,7 +1217,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -1405,7 +1233,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false }, @@ -1421,7 +1249,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false } @@ -1437,7 +1265,7 @@ "description": [ "\nOptions for the {@link ApplicationStart.navigateToApp | navigateToApp API}" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1453,7 +1281,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1469,7 +1297,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1485,7 +1313,7 @@ "signature": [ "unknown" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1501,7 +1329,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1517,7 +1345,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1533,7 +1361,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1549,7 +1377,7 @@ "description": [ "\nOptions for the {@link ApplicationStart.navigateToUrl | navigateToUrl API}" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1565,7 +1393,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1581,7 +1409,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1597,7 +1425,7 @@ "signature": [ "unknown" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1614,18 +1442,12 @@ "\nA wrapper around a `History` instance that is scoped to a particular base path of the history stack. Behaves\nsimilarly to the `basename` option except that this wrapper hides any history stack entries from outside the scope\nof this base path.\n\nThis wrapper also allows Core and Plugins to share a single underlying global `History` instance without exposing\nthe history of other applications.\n\nThe {@link ScopedHistory.createSubHistory | createSubHistory} method is particularly useful for applications that\ncontain any number of \"sub-apps\" which should not have access to the main application's history or basePath.\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " extends ", "History", "" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1640,16 +1462,10 @@ ], "signature": [ "(basePath: string) => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1665,7 +1481,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1687,7 +1503,7 @@ "LocationDescriptorObject", ", options?: { prependBasePath?: boolean | undefined; } | undefined) => string" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1702,7 +1518,7 @@ "LocationDescriptorObject", "" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1714,7 +1530,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1728,7 +1544,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser/src/scoped_history.ts", + "path": "src/core/packages/application/browser/src/scoped_history.ts", "deprecated": false, "trackAdoption": false } @@ -1751,7 +1567,7 @@ "description": [ "\nPossible type of actions on application leave.\n" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1765,7 +1581,7 @@ "description": [ "\nAccessibility status of an application.\n" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1783,48 +1599,18 @@ ], "signature": [ "{ id: Id; title: string; keywords?: string[] | undefined; visibleIn?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[] | undefined; category?: ", - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", " | undefined; } & ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppNavOptions", - "text": "AppNavOptions" - }, + "AppNavOptions", " & ({ path: string; deepLinks?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[] | undefined; } | { path?: string | undefined; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; })" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1841,7 +1627,7 @@ "signature": [ "\"home\" | \"kibanaOverview\" | \"globalSearch\" | \"sideNav\"" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1856,23 +1642,11 @@ "\nPossible actions to return from a {@link AppLeaveHandler}\n\nSee {@link AppLeaveConfirmAction} and {@link AppLeaveDefaultAction}\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveDefaultAction", - "text": "AppLeaveDefaultAction" - }, + "AppLeaveDefaultAction", " | ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveConfirmAction", - "text": "AppLeaveConfirmAction" - } + "AppLeaveConfirmAction" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1888,23 +1662,11 @@ ], "signature": [ "(factory: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveActionFactory", - "text": "AppLeaveActionFactory" - }, + "AppLeaveActionFactory", ", nextAppId?: string | undefined) => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveAction", - "text": "AppLeaveAction" - } + "AppLeaveAction" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1917,15 +1679,9 @@ "label": "factory", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveActionFactory", - "text": "AppLeaveActionFactory" - } + "AppLeaveActionFactory" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false }, @@ -1939,7 +1695,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-browser/src/app_leave.ts", + "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, "trackAdoption": false } @@ -1957,32 +1713,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", ") => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUnmount", - "text": "AppUnmount" - }, + "AppUnmount", " | Promise<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUnmount", - "text": "AppUnmount" - }, + "AppUnmount", ">" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -1999,16 +1737,10 @@ "{@link AppMountParameters }" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", "" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false } @@ -2027,7 +1759,7 @@ "signature": [ "() => void" ], - "path": "packages/core/application/core-application-browser/src/app_mount.ts", + "path": "src/core/packages/application/browser/src/app_mount.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2045,32 +1777,14 @@ ], "signature": [ "{ status?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppStatus", - "text": "AppStatus" - }, + "AppStatus", " | undefined; tooltip?: string | undefined; visibleIn?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[] | undefined; deepLinks?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[] | undefined; defaultPath?: string | undefined; }" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2086,24 +1800,12 @@ ], "signature": [ "(app: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", ") => Partial<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdatableFields", - "text": "AppUpdatableFields" - }, + "AppUpdatableFields", "> | undefined" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2116,16 +1818,10 @@ "label": "app", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", "" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false } @@ -2143,32 +1839,14 @@ ], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", ", \"keywords\" | \"visibleIn\" | \"deepLinks\"> & { deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.PublicAppDeepLinkInfo", - "text": "PublicAppDeepLinkInfo" - }, + "PublicAppDeepLinkInfo", "[]; keywords: string[]; visibleIn: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[]; }" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2184,40 +1862,16 @@ ], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", ", \"keywords\" | \"visibleIn\" | \"deepLinks\" | \"mount\" | \"updater$\"> & { status: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppStatus", - "text": "AppStatus" - }, + "AppStatus", "; appRoute: string; keywords: string[]; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.PublicAppDeepLinkInfo", - "text": "PublicAppDeepLinkInfo" - }, + "PublicAppDeepLinkInfo", "[]; visibleIn: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[]; }" ], - "path": "packages/core/application/core-application-browser/src/application.ts", + "path": "src/core/packages/application/browser/src/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index bebcd9b73a346..907d6f626f0ea 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser title: "@kbn/core-application-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_application_browser_internal.devdocs.json index 7f3eb7f1b4775..bbd8f35778a36 100644 --- a/api_docs/kbn_core_application_browser_internal.devdocs.json +++ b/api_docs/kbn_core_application_browser_internal.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(appBasePath?: string, path?: string) => string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/append_app_path.ts", + "path": "src/core/packages/application/browser-internal/src/utils/append_app_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/append_app_path.ts", + "path": "src/core/packages/application/browser-internal/src/utils/append_app_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -42,7 +42,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/append_app_path.ts", + "path": "src/core/packages/application/browser-internal/src/utils/append_app_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,23 +60,11 @@ "description": [], "signature": [ "(app: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", ") => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.PublicAppInfo", - "text": "PublicAppInfo" - } + "PublicAppInfo" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/get_app_info.ts", + "path": "src/core/packages/application/browser-internal/src/utils/get_app_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -88,16 +76,10 @@ "label": "app", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.App", - "text": "App" - }, + "App", "" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/get_app_info.ts", + "path": "src/core/packages/application/browser-internal/src/utils/get_app_info.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -125,18 +107,12 @@ "text": "IBasePath" }, ", apps: Map>, currentUrl?: string) => ", "ParsedAppUrl", " | undefined" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/parse_app_url.ts", + "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +126,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/parse_app_url.ts", + "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -171,7 +147,7 @@ "text": "IBasePath" } ], - "path": "packages/core/application/core-application-browser-internal/src/utils/parse_app_url.ts", + "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -185,16 +161,10 @@ "description": [], "signature": [ "Map>" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/parse_app_url.ts", + "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -209,7 +179,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/parse_app_url.ts", + "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -230,7 +200,7 @@ "signature": [ "(url: string) => string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/relative_to_absolute.ts", + "path": "src/core/packages/application/browser-internal/src/utils/relative_to_absolute.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -244,7 +214,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/relative_to_absolute.ts", + "path": "src/core/packages/application/browser-internal/src/utils/relative_to_absolute.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -265,7 +235,7 @@ "signature": [ "(url: string, { trailing, leading, duplicates, }?: { trailing?: boolean | undefined; leading?: boolean | undefined; duplicates?: boolean | undefined; }) => string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,7 +249,7 @@ "signature": [ "string" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -291,7 +261,7 @@ "tags": [], "label": "{\n trailing = false,\n leading = false,\n duplicates = true,\n }", "description": [], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -305,7 +275,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false }, @@ -319,7 +289,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false }, @@ -333,7 +303,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/remove_slashes.ts", + "path": "src/core/packages/application/browser-internal/src/utils/remove_slashes.ts", "deprecated": false, "trackAdoption": false } @@ -355,16 +325,10 @@ "label": "DEFAULT_APP_VISIBILITY", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[]" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/constants.ts", + "path": "src/core/packages/application/browser-internal/src/utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -377,16 +341,10 @@ "label": "DEFAULT_LINK_VISIBILITY", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[]" ], - "path": "packages/core/application/core-application-browser-internal/src/utils/constants.ts", + "path": "src/core/packages/application/browser-internal/src/utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index 4b7084e0a5632..9283a09095c58 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal title: "@kbn/core-application-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 17 | 3 | +| 20 | 0 | 17 | 0 | ## Client diff --git a/api_docs/kbn_core_application_browser_mocks.devdocs.json b/api_docs/kbn_core_application_browser_mocks.devdocs.json index d4e6deb84b26b..dc9a1e4c9f2e1 100644 --- a/api_docs/kbn_core_application_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_application_browser_mocks.devdocs.json @@ -15,13 +15,7 @@ "description": [], "signature": [ "{ createSubHistory: jest.MockInstance<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", ", [basePath: string], unknown>; createHref: jest.MockInstance, options?: { prependBasePath?: boolean | undefined; } | undefined], unknown>; length: number; action: ", @@ -41,13 +35,7 @@ ", [listener: ", "LocationListener", "], unknown>; } & ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "packages/core/application/core-application-browser-mocks/src/scoped_history.mock.ts", @@ -93,13 +81,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationSetup", - "text": "ApplicationSetup" - }, + "ApplicationSetup", ">" ], "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts", @@ -117,13 +99,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - }, + "ApplicationStart", ">" ], "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts", @@ -192,21 +168,9 @@ "description": [], "signature": [ "(parts?: Partial<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", ">) => ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppMountParameters", - "text": "AppMountParameters" - }, + "AppMountParameters", "" ], "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts", @@ -223,21 +187,9 @@ "description": [], "signature": [ "{ element?: HTMLElement | undefined; history?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | undefined; appBasePath?: string | undefined; onAppLeave?: ((handler: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppLeaveHandler", - "text": "AppLeaveHandler" - }, + "AppLeaveHandler", ") => void) | undefined; setHeaderActionMenu?: ((menuMount: ", { "pluginId": "@kbn/core-mount-utils-browser", diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 5409dc288b361..ac21b4962d863 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks title: "@kbn/core-application-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_application_common.devdocs.json index ed1b43ca63003..54c7e83a93888 100644 --- a/api_docs/kbn_core_application_common.devdocs.json +++ b/api_docs/kbn_core_application_common.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "packages/core/application/core-application-common/src/global_app_style.tsx", + "path": "src/core/packages/application/common/src/global_app_style.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -47,7 +47,7 @@ "description": [ "\nA category definition for nav links to know where to sort them in the left hand nav" ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "description": [ "\nUnique identifier for the categories" ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +73,7 @@ "description": [ "\nLabel used for category name.\nAlso used as aria-label if one isn't set." ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false }, @@ -89,7 +89,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false }, @@ -121,7 +121,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/application/core-application-common/src/app_category.ts", + "path": "src/core/packages/application/common/src/app_category.ts", "deprecated": false, "trackAdoption": false } @@ -143,7 +143,7 @@ "signature": [ "\"kbnAppWrapper\"" ], - "path": "packages/core/application/core-application-common/src/app_wrapper_class.ts", + "path": "src/core/packages/application/common/src/app_wrapper_class.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -159,16 +159,10 @@ "description": [], "signature": [ "{ [x: string]: ", - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", "; }" ], - "path": "packages/core/application/core-application-common/src/default_app_categories.ts", + "path": "src/core/packages/application/common/src/default_app_categories.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index 0bd7be6d65098..99044c08681c8 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common title: "@kbn/core-application-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_apps_browser_internal.devdocs.json index 60ccac935c152..e01ace9f3bd69 100644 --- a/api_docs/kbn_core_apps_browser_internal.devdocs.json +++ b/api_docs/kbn_core_apps_browser_internal.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "CoreAppsService", "description": [], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -54,16 +54,10 @@ "description": [], "signature": [ "({ application, http, injectedMetadata, notifications }: ", - { - "pluginId": "@kbn/core-apps-browser-internal", - "scope": "public", - "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-public.CoreAppsServiceSetupDeps", - "text": "CoreAppsServiceSetupDeps" - }, + "CoreAppsServiceSetupDeps", ") => void" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -75,15 +69,9 @@ "label": "{ application, http, injectedMetadata, notifications }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-apps-browser-internal", - "scope": "public", - "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-public.CoreAppsServiceSetupDeps", - "text": "CoreAppsServiceSetupDeps" - } + "CoreAppsServiceSetupDeps" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,16 +88,10 @@ "description": [], "signature": [ "({ application, docLinks, http, notifications, uiSettings, ...startDeps }: ", - { - "pluginId": "@kbn/core-apps-browser-internal", - "scope": "public", - "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-public.CoreAppsServiceStartDeps", - "text": "CoreAppsServiceStartDeps" - }, + "CoreAppsServiceStartDeps", ") => void" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -121,15 +103,9 @@ "label": "{\n application,\n docLinks,\n http,\n notifications,\n uiSettings,\n ...startDeps\n }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-apps-browser-internal", - "scope": "public", - "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-public.CoreAppsServiceStartDeps", - "text": "CoreAppsServiceStartDeps" - } + "CoreAppsServiceStartDeps" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -147,7 +123,7 @@ "signature": [ "() => void" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -166,7 +142,7 @@ "tags": [], "label": "CoreAppsServiceSetupDeps", "description": [], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +156,7 @@ "signature": [ "InternalApplicationSetup" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -204,7 +180,7 @@ "InternalStaticAssets", "; }" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -218,7 +194,7 @@ "signature": [ "InternalInjectedMetadataSetup" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -238,7 +214,7 @@ "text": "NotificationsSetup" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false } @@ -252,7 +228,7 @@ "tags": [], "label": "CoreAppsServiceStartDeps", "description": [], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -266,7 +242,7 @@ "signature": [ "InternalApplicationStart" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -286,7 +262,7 @@ "text": "DocLinksStart" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -310,7 +286,7 @@ "InternalStaticAssets", "; }" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -330,7 +306,7 @@ "text": "NotificationsStart" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -350,7 +326,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -370,7 +346,7 @@ "TelemetryCounter", ">; }" ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -390,7 +366,7 @@ "text": "I18nStart" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -410,7 +386,7 @@ "text": "ThemeServiceSetup" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false }, @@ -430,7 +406,7 @@ "text": "UserProfileService" } ], - "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", + "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, "trackAdoption": false } @@ -452,7 +428,7 @@ "signature": [ "2000 | 25000" ], - "path": "packages/core/apps/core-apps-browser-internal/src/errors/url_overflow.tsx", + "path": "src/core/packages/apps/browser-internal/src/errors/url_overflow.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 147fe452118bb..f4ecc76645a14 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal title: "@kbn/core-apps-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 7ab9a763223af..9eb564fcc7dcd 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks title: "@kbn/core-apps-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_apps_server_internal.devdocs.json index fa6f66f2ea6b7..d172aa3689b35 100644 --- a/api_docs/kbn_core_apps_server_internal.devdocs.json +++ b/api_docs/kbn_core_apps_server_internal.devdocs.json @@ -39,7 +39,7 @@ "FileHashCache", "; isDist: boolean; }) => void" ], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -68,7 +68,7 @@ }, ">" ], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +80,7 @@ "tags": [], "label": "{\n publicPath,\n routePath,\n bundlesPath,\n fileHashCache,\n isDist,\n }", "description": [], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -91,7 +91,7 @@ "tags": [], "label": "publicPath", "description": [], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false }, @@ -102,7 +102,7 @@ "tags": [], "label": "routePath", "description": [], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false }, @@ -113,7 +113,7 @@ "tags": [], "label": "bundlesPath", "description": [], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false }, @@ -127,7 +127,7 @@ "signature": [ "FileHashCache" ], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false }, @@ -138,7 +138,7 @@ "tags": [], "label": "isDist", "description": [], - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", "deprecated": false, "trackAdoption": false } @@ -162,7 +162,7 @@ "signature": [ "{ readonly allowDynamicConfigOverrides: boolean; }" ], - "path": "packages/core/apps/core-apps-server-internal/src/core_app_config.ts", + "path": "src/core/packages/apps/server-internal/src/core_app_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 26f54ad6b8d1f..a63334c6ce967 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal title: "@kbn/core-apps-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 1 | +| 9 | 0 | 9 | 0 | ## Server diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index 23cc5a1b9217a..88455a9412279 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks title: "@kbn/core-base-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_base_common.devdocs.json index 84b64fd98fd22..269512c2135a1 100644 --- a/api_docs/kbn_core_base_common.devdocs.json +++ b/api_docs/kbn_core_base_common.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nSmall container object used to expose information about discovered plugins that may\nor may not have been started." ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "description": [ "\nIdentifier of the plugin." ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -72,15 +72,9 @@ "\nType of the plugin, defaults to `standard`." ], "signature": [ - { - "pluginId": "@kbn/core-base-common", - "scope": "common", - "docId": "kibKbnCoreBaseCommonPluginApi", - "section": "def-common.PluginType", - "text": "PluginType" - } + "PluginType" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -96,7 +90,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -112,7 +106,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -128,7 +122,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -144,7 +138,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +154,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false } @@ -176,7 +170,7 @@ "tags": [], "label": "PluginType", "description": [], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -193,7 +187,7 @@ "signature": [ "\"eui-global\"" ], - "path": "packages/core/base/core-base-common/src/eui.ts", + "path": "src/core/packages/base/common/src/eui.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -208,7 +202,7 @@ "signature": [ "\"eui-utilities\"" ], - "path": "packages/core/base/core-base-common/src/eui.ts", + "path": "src/core/packages/base/common/src/eui.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -225,7 +219,7 @@ "signature": [ "string" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -240,7 +234,7 @@ "signature": [ "symbol" ], - "path": "packages/core/base/core-base-common/src/plugins.ts", + "path": "src/core/packages/base/common/src/plugins.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index 81ed078d88de7..afe50720cfc8f 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common title: "@kbn/core-base-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin -date: 2024-12-23 +date: 2024-12-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 487c3974ff384..6c7ea37b13b75 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal title: "@kbn/core-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 cf0a739830128..9ed6ecf4b874b 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks title: "@kbn/core-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 6615294e0b10c..728bef0afc6c4 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks title: "@kbn/core-capabilities-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 401b4538a70ac..81a451c8ca550 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common title: "@kbn/core-capabilities-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin -date: 2024-12-23 +date: 2024-12-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 7192e6ccd8c32..8d4a240a69ac8 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server title: "@kbn/core-capabilities-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin -date: 2024-12-23 +date: 2024-12-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 be2dbf91889cc..807c2784f1b87 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks title: "@kbn/core-capabilities-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index d49b19f7ce26b..c7474841f2882 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -1156,13 +1156,7 @@ "\nThe category the app lives in" ], "signature": [ - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", " | undefined" ], "path": "packages/core/chrome/core-chrome-browser/src/nav_links.ts", @@ -1284,13 +1278,7 @@ "\nList of locations where the nav link should be visible.\n\nAccepts the following values:\n- \"globalSearch\": the link will appear in the global search bar\n- \"home\": the link will appear on the Kibana home page\n- \"kibanaOverview\": the link will appear in the Kibana overview page\n- \"sideNav\": the link will appear in the side navigation.\n Note: \"sideNav\" will be deprecated when we change the navigation to \"solutions\" style.\n" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[]" ], "path": "packages/core/chrome/core-chrome-browser/src/nav_links.ts", @@ -3765,7 +3753,7 @@ "label": "AppDeepLinkId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", "deprecated": false, diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index add7843a1aed1..d8177ec6b2bc3 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser title: "@kbn/core-chrome-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin -date: 2024-12-23 +date: 2024-12-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 a2c8323765b59..d4c53c975aba5 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks title: "@kbn/core-chrome-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 8dc75289aa61a..b2bcce8949908 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal title: "@kbn/core-config-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index c603823e318fc..cb92e16991a1b 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser title: "@kbn/core-custom-branding-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin -date: 2024-12-23 +date: 2024-12-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 99ee2a38aef9f..a56f4076f2ea9 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal title: "@kbn/core-custom-branding-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 494ba7f1332b9..a4c9b166c0cf8 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks title: "@kbn/core-custom-branding-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 f86b14789b464..01a96b44f329c 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common title: "@kbn/core-custom-branding-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin -date: 2024-12-23 +date: 2024-12-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 7c3b2a7728530..ddfd5027e5579 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server title: "@kbn/core-custom-branding-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin -date: 2024-12-23 +date: 2024-12-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 c0e2816b506e2..2c15e386ef4fe 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal title: "@kbn/core-custom-branding-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 595af1123d678..c721ef632bf9e 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks title: "@kbn/core-custom-branding-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 2aec5d9315b5e..b8ead057ebc99 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser title: "@kbn/core-deprecations-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin -date: 2024-12-23 +date: 2024-12-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 b6197812680da..68e01ffaaf2cc 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal title: "@kbn/core-deprecations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 55e21dd7861f2..5ea36c820b801 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks title: "@kbn/core-deprecations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 85f1875db85cb..a623fc84cfdb3 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common title: "@kbn/core-deprecations-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin -date: 2024-12-23 +date: 2024-12-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 c1abed05d6d24..69b0e60de2f85 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server title: "@kbn/core-deprecations-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin -date: 2024-12-23 +date: 2024-12-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 d10a8a12ba97e..e703f6502154b 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal title: "@kbn/core-deprecations-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 19a3c30fef06c..9dc7f266ba004 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks title: "@kbn/core-deprecations-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 2f82ccda02459..e7578435e0165 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser title: "@kbn/core-doc-links-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin -date: 2024-12-23 +date: 2024-12-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 015ca2e919ebf..a56ae6aba4c22 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks title: "@kbn/core-doc-links-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 71dbdfc00948b..058324391a5b2 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server title: "@kbn/core-doc-links-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin -date: 2024-12-23 +date: 2024-12-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 d9733e0ecd426..2b9fd7436e42c 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks title: "@kbn/core-doc-links-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 cb39dfad9abeb..59b85d2b75504 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal title: "@kbn/core-elasticsearch-client-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 7165a2beb4bda..af0a9578c1191 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks title: "@kbn/core-elasticsearch-client-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 11485e8f5b5c4..ba9c460be46e7 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server title: "@kbn/core-elasticsearch-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index 7d7a697d67e7c..a2163ad78cc50 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal title: "@kbn/core-elasticsearch-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index 6893550c71c65..3c50f7b49f85d 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks title: "@kbn/core-elasticsearch-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 09498dd3e8c54..47745f845f4af 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal title: "@kbn/core-environment-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 269d3e4300db7..a1388e6e74541 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks title: "@kbn/core-environment-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 15f5dc515166a..c3ff8ed3d9560 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser title: "@kbn/core-execution-context-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin -date: 2024-12-23 +date: 2024-12-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 f87b1af55f464..358df0c1f52b6 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal title: "@kbn/core-execution-context-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 34ce25dc47160..287adc562f8f1 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks title: "@kbn/core-execution-context-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 90b99b614f06f..af52b68da2d2e 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common title: "@kbn/core-execution-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin -date: 2024-12-23 +date: 2024-12-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 59311dea3be93..eed0aad4f5fc3 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server title: "@kbn/core-execution-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin -date: 2024-12-23 +date: 2024-12-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 a08178ee21225..8cb1361ba54a7 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal title: "@kbn/core-execution-context-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 0fd07f9f2e9cb..cb35a613f48c7 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks title: "@kbn/core-execution-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 abfb46358e4ca..b4a3b7b758537 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser title: "@kbn/core-fatal-errors-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin -date: 2024-12-23 +date: 2024-12-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 a75f7e1e6cafe..76861ae4d77c2 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks title: "@kbn/core-fatal-errors-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index d2be91888cd5e..ff9e73a0cf220 100644 --- a/api_docs/kbn_core_feature_flags_browser.mdx +++ b/api_docs/kbn_core_feature_flags_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser title: "@kbn/core-feature-flags-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_internal.mdx b/api_docs/kbn_core_feature_flags_browser_internal.mdx index 971402bbcc6d3..2e4fa0355352c 100644 --- a/api_docs/kbn_core_feature_flags_browser_internal.mdx +++ b/api_docs/kbn_core_feature_flags_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-internal title: "@kbn/core-feature-flags-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-internal'] --- import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index 72a5438c7b888..c7fc45ca143c4 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks title: "@kbn/core-feature-flags-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 aa34f3ecc99b7..7be55906bdda9 100644 --- a/api_docs/kbn_core_feature_flags_server.mdx +++ b/api_docs/kbn_core_feature_flags_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server title: "@kbn/core-feature-flags-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server plugin -date: 2024-12-23 +date: 2024-12-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_internal.mdx b/api_docs/kbn_core_feature_flags_server_internal.mdx index 6c4316994b346..306c02e788312 100644 --- a/api_docs/kbn_core_feature_flags_server_internal.mdx +++ b/api_docs/kbn_core_feature_flags_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-internal title: "@kbn/core-feature-flags-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-internal plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-internal'] --- import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index 350d76fcbaea7..cf6a701e271f8 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks title: "@kbn/core-feature-flags-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 9957c33b0f718..3775703ef7ab9 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser title: "@kbn/core-http-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin -date: 2024-12-23 +date: 2024-12-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 3142f080ee643..a4e3086480b70 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal title: "@kbn/core-http-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 2eb2d3efac8ba..346a07cc68d32 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks title: "@kbn/core-http-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 827c976c8c6f1..08a06047589d0 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common title: "@kbn/core-http-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin -date: 2024-12-23 +date: 2024-12-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 d3e7deb409132..fc31b6cbc26b5 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks title: "@kbn/core-http-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 2072e45cdad9a..de708eefb7631 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server title: "@kbn/core-http-request-handler-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin -date: 2024-12-23 +date: 2024-12-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 84fa548b0c12e..cfcdee5666cd1 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server title: "@kbn/core-http-resources-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin -date: 2024-12-23 +date: 2024-12-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 22aa04e2d68d5..bde744be4ff88 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal title: "@kbn/core-http-resources-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 63888c00a7789..9b775b864c091 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks title: "@kbn/core-http-resources-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 7375a0a4e0269..7bfd4b2c109c5 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal title: "@kbn/core-http-router-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 0054c6722e536..4bbe5724115b1 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks title: "@kbn/core-http-router-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 1b2c670e70072..739c47ebb9a84 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -3710,25 +3710,21 @@ "path": "packages/core/deprecations/core-deprecations-server-internal/src/routes/get.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, { "plugin": "usageCollection", "path": "src/plugins/usage_collection/server/routes/stats/stats.ts" }, - { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" - }, { "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/routes/health.ts" @@ -3749,10 +3745,6 @@ "plugin": "licensing", "path": "x-pack/plugins/licensing/server/routes/feature_usage.ts" }, - { - "plugin": "@kbn/content-management-content-insights-server", - "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" - }, { "plugin": "features", "path": "x-pack/plugins/features/server/routes/index.ts" @@ -3869,14 +3861,6 @@ "plugin": "security", "path": "x-pack/plugins/security/server/routes/views/login.ts" }, - { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_get_route.ts" - }, - { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_resolve_route.ts" - }, { "plugin": "monitoringCollection", "path": "x-pack/plugins/monitoring_collection/server/routes/api/v1/dynamic_route/get_metrics_by_type.ts" @@ -3905,6 +3889,18 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/routes/connector/get/get.ts" }, + { + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "share", + "path": "src/plugins/share/server/url_service/http/short_urls/register_get_route.ts" + }, + { + "plugin": "share", + "path": "src/plugins/share/server/url_service/http/short_urls/register_resolve_route.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.ts" @@ -3985,6 +3981,14 @@ "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.ts" }, + { + "plugin": "banners", + "path": "x-pack/plugins/banners/server/routes/info.ts" + }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/plugins/rule_registry/server/routes/get_alert_by_id.ts" @@ -4005,10 +4009,6 @@ "plugin": "inference", "path": "x-pack/platform/plugins/shared/inference/server/routes/connectors.ts" }, - { - "plugin": "banners", - "path": "x-pack/plugins/banners/server/routes/info.ts" - }, { "plugin": "globalSearch", "path": "x-pack/plugins/global_search/server/routes/get_searchable_types.ts" @@ -5733,6 +5733,14 @@ "plugin": "savedObjectsManagement", "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" + }, { "plugin": "@kbn/core-deprecations-server-internal", "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.test.ts" @@ -5801,14 +5809,6 @@ "plugin": "@kbn/core-status-server-internal", "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" }, - { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundle_route.test.ts" - }, - { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundle_route.test.ts" - }, { "plugin": "@kbn/core-i18n-server-internal", "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.test.ts" @@ -6215,18 +6215,6 @@ "plugin": "usageCollection", "path": "src/plugins/usage_collection/server/routes/ui_counters.ts" }, - { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" - }, - { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" - }, - { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/rpc/routes/routes.ts" - }, { "plugin": "licensing", "path": "x-pack/plugins/licensing/server/routes/internal/notify_feature_usage.ts" @@ -6235,10 +6223,6 @@ "plugin": "licensing", "path": "x-pack/plugins/licensing/server/routes/internal/register_feature.ts" }, - { - "plugin": "@kbn/content-management-content-insights-server", - "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" - }, { "plugin": "home", "path": "src/plugins/home/server/services/sample_data/routes/install.ts" @@ -6351,25 +6335,21 @@ "plugin": "encryptedSavedObjects", "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.ts" }, - { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_create_route.ts" - }, { "plugin": "serverless", "path": "x-pack/plugins/serverless/server/plugin.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/create/create.ts" + "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.ts" + "path": "x-pack/plugins/actions/server/routes/connector/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.ts" + "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.ts" }, { "plugin": "actions", @@ -6379,6 +6359,22 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/routes/get_global_execution_kpi.ts" }, + { + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "contentManagement", + "path": "src/plugins/content_management/server/rpc/routes/routes.ts" + }, + { + "plugin": "share", + "path": "src/plugins/share/server/url_service/http/short_urls/register_create_route.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.ts" @@ -6495,6 +6491,10 @@ "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.ts" }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.ts" @@ -9333,14 +9333,14 @@ "plugin": "security", "path": "x-pack/plugins/security/server/routes/users/delete.ts" }, - { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_delete_route.ts" - }, { "plugin": "actions", "path": "x-pack/plugins/actions/server/routes/connector/delete/delete.ts" }, + { + "plugin": "share", + "path": "src/plugins/share/server/url_service/http/short_urls/register_delete_route.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.ts" @@ -12890,16 +12890,16 @@ "path": "packages/core/capabilities/core-capabilities-server-internal/src/routes/resolve_capabilities.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/bundle_routes/bundles_route.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, { "plugin": "usageCollection", @@ -12977,14 +12977,14 @@ "plugin": "monitoringCollection", "path": "x-pack/plugins/monitoring_collection/server/routes/api/v1/prometheus/get_metrics.ts" }, - { - "plugin": "files", - "path": "src/plugins/files/server/routes/public_facing/download.ts" - }, { "plugin": "banners", "path": "x-pack/plugins/banners/server/routes/info.ts" }, + { + "plugin": "files", + "path": "src/plugins/files/server/routes/public_facing/download.ts" + }, { "plugin": "telemetry", "path": "src/plugins/telemetry/server/routes/telemetry_config.ts" @@ -15277,6 +15277,26 @@ "plugin": "cloud", "path": "x-pack/plugins/cloud/server/routes/get_cloud_data_route.ts" }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/get.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/get_all.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/get.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all.ts" + }, + { + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" + }, { "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/get_runtime_field.ts" @@ -15321,22 +15341,6 @@ "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/internal/fields.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get.ts" - }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get_all.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all.ts" - }, { "plugin": "data", "path": "src/plugins/data/server/search/routes/session.ts" @@ -15359,55 +15363,15 @@ }, { "plugin": "controls", - "path": "src/plugins/controls/server/options_list/options_list_cluster_settings_route.ts" + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_cluster_settings_route.ts" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/api/register_routes.ts" + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/api/register_routes.ts" - }, - { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/get.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/shareables/download.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/get.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/resolve.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/templates/list.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, { "plugin": "logsShared", @@ -15653,10 +15617,6 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/inference_models.ts" }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, { "plugin": "telemetry", "path": "src/plugins/telemetry/server/routes/telemetry_config.ts" @@ -15678,32 +15638,44 @@ "path": "x-pack/plugins/fleet/server/services/security/fleet_router.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/mvt/mvt_routes.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/mvt/mvt_routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/get.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/download.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/get.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/resolve.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/templates/list.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "dataUsage", @@ -15713,6 +15685,10 @@ "plugin": "dataVisualizer", "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, { "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/server/routes/api/audit_messages/register_route.ts" @@ -15737,6 +15713,30 @@ "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_single/register_route.ts" }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" + }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/find_endpoint_list_item_route.ts" @@ -16334,40 +16334,40 @@ "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.test.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/get.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/get.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/shareables/download.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/templates/list.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/download.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/templates/list.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/get.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/resolve.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/get.test.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/resolve.test.ts" }, { "plugin": "ecsDataQualityDashboard", @@ -16477,8 +16477,20 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/put.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/put.ts" + }, + { + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" }, { "plugin": "dataViews", @@ -16492,14 +16504,6 @@ "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/internal/fields_for.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/put.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/put.ts" - }, { "plugin": "data", "path": "src/plugins/data/server/search/routes/session.ts" @@ -16510,27 +16514,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/api/register_routes.ts" - }, - { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/update.ts" + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, { "plugin": "logsShared", @@ -16596,6 +16580,22 @@ "plugin": "metricsDataAccess", "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, { "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_create/register_route.ts" @@ -16701,32 +16701,32 @@ "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/update.test.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/update.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/update.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/update.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.test.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.test.ts" }, { "plugin": "ecsDataQualityDashboard", "path": "x-pack/solutions/security/plugins/ecs_data_quality_dashboard/server/__mocks__/server.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.test.ts" }, { - "plugin": "@kbn/core-apps-server-internal", - "path": "packages/core/apps/core-apps-server-internal/src/core_app.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/core_app.test.ts" } ], "returnComment": [], @@ -16815,6 +16815,18 @@ "plugin": "cloud", "path": "x-pack/plugins/cloud/server/routes/set_cloud_data_route.ts" }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/post.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/post.ts" + }, + { + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" + }, { "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/public/fields/update_fields.ts" @@ -16855,14 +16867,6 @@ "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/internal/fields_for.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/post.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/post.ts" - }, { "plugin": "data", "path": "src/plugins/data/server/search/routes/session.ts" @@ -16905,35 +16909,11 @@ }, { "plugin": "controls", - "path": "src/plugins/controls/server/options_list/options_list_suggestions_route.ts" + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_suggestions_route.ts" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/api/register_routes.ts" - }, - { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/create.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/shareables/zip.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/create.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/import.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/functions/functions.ts" + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, { "plugin": "logsShared", @@ -17235,30 +17215,6 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/alerting.ts" }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/server/routes.ts" - }, { "plugin": "telemetry", "path": "src/plugins/telemetry/server/routes/telemetry_opt_in_stats.ts" @@ -17276,16 +17232,28 @@ "path": "x-pack/plugins/fleet/server/services/security/fleet_router.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/create.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/zip.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/create.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/import.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" }, { "plugin": "dataUsage", @@ -17299,6 +17267,30 @@ "plugin": "dataVisualizer", "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, { "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/server/routes/api/field_histograms/register_route.ts" @@ -17375,6 +17367,14 @@ "plugin": "integrationAssistant", "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/cel_routes.ts" }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/create_endpoint_list_item_route.ts" @@ -17880,20 +17880,20 @@ "path": "x-pack/plugins/cloud/server/routes/set_cloud_data_route.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/create.test.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/shareables/zip.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/create.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/create.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/zip.test.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/create.test.ts" }, { "plugin": "ecsDataQualityDashboard", @@ -18129,6 +18129,18 @@ "deprecated": false, "trackAdoption": true, "references": [ + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/delete.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/delete.ts" + }, + { + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" + }, { "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/delete_runtime_field.ts" @@ -18141,14 +18153,6 @@ "plugin": "dataViews", "path": "src/plugins/data_views/server/rest_api_routes/public/delete_data_view.ts" }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/delete.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/delete.ts" - }, { "plugin": "data", "path": "src/plugins/data/server/search/routes/session.ts" @@ -18163,19 +18167,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/api/register_routes.ts" - }, - { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/delete.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/delete.ts" + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, { "plugin": "logsShared", @@ -18221,14 +18213,22 @@ "plugin": "fleet", "path": "x-pack/plugins/fleet/server/services/security/fleet_router.ts" }, - { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts" - }, { "plugin": "metricsDataAccess", "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/delete.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/delete.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/delete_endpoint_list_item_route.ts" @@ -18326,16 +18326,16 @@ "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/delete.test.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/delete.test.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/delete.test.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/__mocks__/mock_server.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/delete.test.ts" }, { "plugin": "ecsDataQualityDashboard", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index dcc91f7cdea17..f8d8c7eae1f0c 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server title: "@kbn/core-http-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin -date: 2024-12-23 +date: 2024-12-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 1c17863c96f60..c34c054207ce0 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal title: "@kbn/core-http-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 df65bf8782fd4..05bcfae5182e6 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks title: "@kbn/core-http-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 b82fc751845a5..1f4ca5d29d4d6 100644 --- a/api_docs/kbn_core_http_server_utils.mdx +++ b/api_docs/kbn_core_http_server_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-utils title: "@kbn/core-http-server-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-utils plugin -date: 2024-12-23 +date: 2024-12-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 2b0437eb832b0..4ba11872e58f1 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser title: "@kbn/core-i18n-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin -date: 2024-12-23 +date: 2024-12-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 d0bb1c96b6a9a..624f751b7bb2d 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks title: "@kbn/core-i18n-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 015bce3778189..46788db15581a 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server title: "@kbn/core-i18n-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin -date: 2024-12-23 +date: 2024-12-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 20f862283038e..b7b14a5d2262d 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal title: "@kbn/core-i18n-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 8b82f6be918c2..d3cb37a69ab46 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks title: "@kbn/core-i18n-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 e0fcd59475ffc..126962e22abd5 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks title: "@kbn/core-injected-metadata-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 fe3f7f976e045..929668c6fbf10 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal title: "@kbn/core-integrations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 57ddd1fc8ecf4..9eaf85512ca87 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks title: "@kbn/core-integrations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 fc4130b7baa12..8619207ebc26d 100644 --- a/api_docs/kbn_core_lifecycle_browser.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json @@ -69,13 +69,7 @@ "{@link ApplicationSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationSetup", - "text": "ApplicationSetup" - } + "ApplicationSetup" ], "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", "deprecated": false, @@ -421,13 +415,7 @@ "{@link ApplicationStart}" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", "deprecated": false, @@ -615,19 +603,19 @@ }, { "plugin": "fileUpload", - "path": "x-pack/plugins/file_upload/public/kibana_services.ts" + "path": "x-pack/platform/plugins/private/file_upload/public/kibana_services.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/mount_management_section.ts" }, { "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/public/app/mount_management_section.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { "plugin": "discover", diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 6740beaa0ef62..252f389d499ca 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser title: "@kbn/core-lifecycle-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json index 253d371df5591..1592d736f3e42 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json @@ -27,21 +27,9 @@ "description": [], "signature": [ "({ basePath, pluginStartDeps, pluginStartContract, }?: { basePath?: string | undefined; pluginStartDeps?: object | undefined; pluginStartContract?: any; }) => { analytics: jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - }, + "AnalyticsServiceSetup", ">; application: jest.Mocked<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationSetup", - "text": "ApplicationSetup" - }, + "ApplicationSetup", ">; customBranding: { customBranding$: ", "Observable", "<", @@ -79,21 +67,9 @@ "text": "FeatureFlagsSetup" }, ">; getStartServices: jest.Mock; application: jest.Mocked<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - }, + "ApplicationStart", ">; chrome: ", { "pluginId": "@kbn/utility-types-jest", @@ -364,21 +340,9 @@ "description": [], "signature": [ "({ basePath }?: { basePath?: string | undefined; }) => { analytics: jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ">; application: jest.Mocked<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - }, + "ApplicationStart", ">; chrome: ", { "pluginId": "@kbn/utility-types-jest", diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index ace94fb125b60..96718f8d242cf 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks title: "@kbn/core-lifecycle-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 57485e32b81b5..b1c3742ff4b30 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server title: "@kbn/core-lifecycle-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json index b0e66b991dc36..8d88210abf14e 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json @@ -35,13 +35,7 @@ "description": [], "signature": [ "() => { analytics: jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServicePreboot", - "text": "AnalyticsServicePreboot" - }, + "AnalyticsServicePreboot", ">; context: jest.Mocked<", "InternalContextSetup", ">; elasticsearch: MockedElasticSearchServicePreboot; http: ", @@ -89,13 +83,7 @@ "description": [], "signature": [ "() => { analytics: jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceSetup", - "text": "AnalyticsServiceSetup" - }, + "AnalyticsServiceSetup", ">; capabilities: jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", @@ -219,13 +207,7 @@ "description": [], "signature": [ "() => { analytics: jest.Mocked<", - { - "pluginId": "@kbn/core-analytics-server", - "scope": "server", - "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-server.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ">; capabilities: jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index 8afaa7a9ae715..6707bf6b26a95 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks title: "@kbn/core-lifecycle-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 8041e6f1496ea..3c824b01221ae 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks title: "@kbn/core-logging-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 95590bfc47e59..f6e7711dcf23c 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal title: "@kbn/core-logging-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin -date: 2024-12-23 +date: 2024-12-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 d4fdd1cb2aaf9..b5d464bb4fcce 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server title: "@kbn/core-logging-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin -date: 2024-12-23 +date: 2024-12-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 d02a913fb1018..de7ab964b4462 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal title: "@kbn/core-logging-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 a5c6ab8d96375..01c25fea85f66 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks title: "@kbn/core-logging-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 5a9e9ce4472a1..6113c99049932 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal title: "@kbn/core-metrics-collectors-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 f6775be5746fe..b0a2729d5325b 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks title: "@kbn/core-metrics-collectors-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 de9565021cc14..8f92332ef94d9 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server title: "@kbn/core-metrics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin -date: 2024-12-23 +date: 2024-12-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 0ed0eb53e53e2..92e9b1dfcdba3 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal title: "@kbn/core-metrics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 9e9235e9bf477..55e9251edfeaa 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks title: "@kbn/core-metrics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 41dcbf5ac38b8..22cbd8738d2b1 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser title: "@kbn/core-mount-utils-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin -date: 2024-12-23 +date: 2024-12-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_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 37cca50f6859b..7328103456aff 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server title: "@kbn/core-node-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin -date: 2024-12-23 +date: 2024-12-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 64512349afdd5..cce9a397bc017 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal title: "@kbn/core-node-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 036ee791867d3..26e2409b9b295 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks title: "@kbn/core-node-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 641e848dad37a..6bb1b0604dfb5 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser title: "@kbn/core-notifications-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin -date: 2024-12-23 +date: 2024-12-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 d020a4cd4573a..d6095f23ae6df 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal title: "@kbn/core-notifications-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 b66b894cfc13c..3af539fb9e63a 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks title: "@kbn/core-notifications-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 6ecafb4fd898e..c2a1923fd972f 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser title: "@kbn/core-overlays-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin -date: 2024-12-23 +date: 2024-12-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 54db9a17e2f08..398f5e42a4553 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal title: "@kbn/core-overlays-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 f9a357f378d56..0ae20bec36589 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks title: "@kbn/core-overlays-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 32e7a49baf7b2..7918f8b96a6d1 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser title: "@kbn/core-plugins-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin -date: 2024-12-23 +date: 2024-12-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 d7db67680ed41..662ee52a05ecb 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks title: "@kbn/core-plugins-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 cb8f6b8b4c8b8..1d06a5041f1b6 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser title: "@kbn/core-plugins-contracts-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin -date: 2024-12-23 +date: 2024-12-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 8288605e5072d..8fb0833d34456 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server title: "@kbn/core-plugins-contracts-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_plugins_server.devdocs.json index 57f6efbab3f97..d87fccaa595d6 100644 --- a/api_docs/kbn_core_plugins_server.devdocs.json +++ b/api_docs/kbn_core_plugins_server.devdocs.json @@ -574,13 +574,7 @@ "\nType of the plugin, defaults to `standard`." ], "signature": [ - { - "pluginId": "@kbn/core-base-common", - "scope": "common", - "docId": "kibKbnCoreBaseCommonPluginApi", - "section": "def-common.PluginType", - "text": "PluginType" - } + "PluginType" ], "path": "packages/core/plugins/core-plugins-server/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 23998d24a5898..edbb14b7edf1d 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server title: "@kbn/core-plugins-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin -date: 2024-12-23 +date: 2024-12-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 c09ec811514f3..3c3d825ddb2ae 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks title: "@kbn/core-plugins-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 0465f90ba6ce1..3ffaef67c54a4 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server title: "@kbn/core-preboot-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin -date: 2024-12-23 +date: 2024-12-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 b5dbd080c5998..c4f8f15f65069 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks title: "@kbn/core-preboot-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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_rendering_browser.mdx b/api_docs/kbn_core_rendering_browser.mdx index 73fefb4071bcf..69dc70cf23376 100644 --- a/api_docs/kbn_core_rendering_browser.mdx +++ b/api_docs/kbn_core_rendering_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser title: "@kbn/core-rendering-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser plugin -date: 2024-12-23 +date: 2024-12-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 52a312d250ee1..298e016b1965c 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks title: "@kbn/core-rendering-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 daaaf5359e5d8..18eac11b4218c 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal title: "@kbn/core-rendering-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 d939f752f1546..88b7d9b9de5c2 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks title: "@kbn/core-rendering-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 fa47206e84944..2dfe1ff1767c8 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal title: "@kbn/core-root-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 c9bd6ed6eec29..9dd1f108af0ed 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -57,6 +57,22 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/public/legacy_urls/types.ts" }, + { + "plugin": "cases", + "path": "x-pack/plugins/cases/common/ui/types.ts" + }, + { + "plugin": "cases", + "path": "x-pack/plugins/cases/common/ui/types.ts" + }, + { + "plugin": "cases", + "path": "x-pack/plugins/cases/common/ui/types.ts" + }, + { + "plugin": "cases", + "path": "x-pack/plugins/cases/common/ui/types.ts" + }, { "plugin": "savedSearch", "path": "src/plugins/saved_search/public/services/saved_searches/types.ts" @@ -105,53 +121,21 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/types.ts" }, - { - "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" - }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "graph", @@ -168,6 +152,22 @@ { "plugin": "graph", "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" } ], "children": [ @@ -886,14 +886,6 @@ "plugin": "@kbn/core-saved-objects-browser-internal", "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, { "plugin": "@kbn/core", "path": "src/core/public/index.ts" @@ -934,6 +926,14 @@ "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "@kbn/core-saved-objects-browser-internal", "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" @@ -1477,7 +1477,7 @@ }, { "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { "plugin": "@kbn/core-saved-objects-browser-internal", @@ -1557,7 +1557,7 @@ }, { "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { "plugin": "@kbn/core-saved-objects-browser-internal", @@ -2767,18 +2767,6 @@ "plugin": "@kbn/core-saved-objects-browser-internal", "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, { "plugin": "@kbn/core", "path": "src/core/public/index.ts" @@ -2807,14 +2795,6 @@ "plugin": "dataVisualizer", "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" }, - { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" - }, - { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" - }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" @@ -2847,6 +2827,14 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts" }, + { + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + }, + { + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/hooks/types.ts" @@ -2890,6 +2878,18 @@ { "plugin": "visualizations", "path": "src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" } ], "children": [ diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index ca5c815566b52..95847f586883c 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser title: "@kbn/core-saved-objects-api-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index 6b33ecca14f0e..80622d35ddd93 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -2669,6 +2669,66 @@ "plugin": "@kbn/core", "path": "src/core/server/index.ts" }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, { "plugin": "@kbn/alerting-types", "path": "packages/kbn-alerting-types/rule_types.ts" @@ -2730,64 +2790,12 @@ "path": "x-pack/plugins/alerting/common/rule.ts" }, { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" }, { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", @@ -2806,12 +2814,16 @@ "path": "x-pack/plugins/alerting/server/types.ts" }, { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" }, { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" }, { "plugin": "savedSearch", @@ -2822,52 +2834,40 @@ "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" }, { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" }, { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" }, { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" }, { "plugin": "securitySolution", @@ -6157,7 +6157,7 @@ }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/workpad_route_context.ts" + "path": "x-pack/platform/plugins/private/canvas/server/workpad_route_context.ts" }, { "plugin": "@kbn/core-saved-objects-api-server-internal", diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 148e2c3faec7d..46f43d57bf4cb 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server title: "@kbn/core-saved-objects-api-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin -date: 2024-12-23 +date: 2024-12-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 1aec4418a78ff..1372be732eb99 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks title: "@kbn/core-saved-objects-api-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 e264891749bb6..f50cd059f2437 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal title: "@kbn/core-saved-objects-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 0dc55da42ef78..644781cc485ce 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks title: "@kbn/core-saved-objects-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_saved_objects_browser.devdocs.json index d0005651d2a2e..81eba15a52d0c 100644 --- a/api_docs/kbn_core_saved_objects_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser.devdocs.json @@ -17,26 +17,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" - }, { "plugin": "@kbn/core-lifecycle-browser", "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts" @@ -49,6 +29,18 @@ "plugin": "@kbn/core-lifecycle-browser", "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-internal", + "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-internal", + "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-internal", + "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + }, { "plugin": "@kbn/core", "path": "src/core/public/index.ts" @@ -77,6 +69,14 @@ "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + }, { "plugin": "@kbn/core", "path": "src/core/server/index.ts" diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index 4a1e045f338d6..34681df2d4116 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser title: "@kbn/core-saved-objects-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json index 016c97e0e12c7..83b0893914e67 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json @@ -35,14 +35,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" - }, { "plugin": "@kbn/core-root-browser-internal", "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" @@ -54,6 +46,14 @@ { "plugin": "@kbn/core-root-browser-internal", "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" } ], "children": [ diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 084c86a9f4c9b..76f3ed2bbeb15 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal title: "@kbn/core-saved-objects-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 fe5aa55473580..c3b4ce05e10fe 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks title: "@kbn/core-saved-objects-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index ef4b910cc546c..c449f164324c8 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -1214,20 +1214,20 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "home", + "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "home", + "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" }, { - "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "plugin": "home", + "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" }, { "plugin": "savedObjectsTagging", @@ -1242,40 +1242,96 @@ "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/shareable_runtime/types.ts" + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/shareable_runtime/types.ts" + "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" + "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/services/canvas_workpad_service.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + }, + { + "plugin": "@kbn/core-saved-objects-import-export-server-internal", + "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" }, { "plugin": "@kbn/core", @@ -1393,62 +1449,6 @@ "plugin": "savedObjectsManagement", "path": "src/plugins/saved_objects_management/server/lib/find_relationships.test.ts" }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, - { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" - }, { "plugin": "@kbn/core-saved-objects-browser-internal", "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" @@ -1647,14 +1647,6 @@ "plugin": "visualizations", "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx" }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/shareable_runtime/types.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/shareable_runtime/types.ts" - }, { "plugin": "graph", "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" @@ -1671,6 +1663,14 @@ "plugin": "graph", "path": "x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + }, { "plugin": "@kbn/core", "path": "src/core/types/index.ts" @@ -2056,19 +2056,19 @@ }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts" + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" }, { "plugin": "graph", @@ -2104,11 +2104,11 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/common/bwc/types.ts" + "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/common/bwc/types.ts" + "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" }, { "plugin": "@kbn/core", @@ -2216,23 +2216,23 @@ }, { "plugin": "embeddable", - "path": "src/plugins/embeddable/common/lib/migrate_base_input.ts" + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { "plugin": "embeddable", - "path": "src/plugins/embeddable/common/lib/migrate_base_input.ts" + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { "plugin": "embeddable", - "path": "src/plugins/embeddable/common/lib/migrate_base_input.ts" + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { "plugin": "embeddable", - "path": "src/plugins/embeddable/common/lib/inject.ts" + "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" }, { "plugin": "embeddable", - "path": "src/plugins/embeddable/common/lib/inject.ts" + "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" }, { "plugin": "uiActionsEnhanced", @@ -2372,171 +2372,171 @@ }, { "plugin": "controls", - "path": "src/plugins/controls/server/control_group/control_group_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/control_group/control_group_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/control_group/control_group_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/options_list/options_list_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/options_list/options_list_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/options_list/options_list_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/range_slider/range_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/range_slider/range_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/range_slider/range_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/time_slider/time_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/time_slider/time_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { "plugin": "controls", - "path": "src/plugins/controls/server/time_slider/time_slider_persistable_state.ts" + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/common/migrations/references.ts" + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/common/migrations/references.ts" + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/common/migrations/references.ts" + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/common/migrations/references.ts" + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/common/migrations/references.ts" + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" + "plugin": "globalSearchProviders", + "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "plugin": "globalSearchProviders", + "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "uiActionsEnhanced", + "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { - "plugin": "globalSearchProviders", - "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" + "plugin": "uiActionsEnhanced", + "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { - "plugin": "globalSearchProviders", - "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" + "plugin": "uiActionsEnhanced", + "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { "plugin": "expressions", diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 6996ee2da1571..c21bd3a7f9a10 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common title: "@kbn/core-saved-objects-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin -date: 2024-12-23 +date: 2024-12-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 deeb095010760..ba2018c78a7f8 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal title: "@kbn/core-saved-objects-import-export-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 012d133fd67da..12aea29f78d80 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks title: "@kbn/core-saved-objects-import-export-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 ebe5adb48af83..51ea0d1e1506a 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal title: "@kbn/core-saved-objects-migration-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 13651b06d8f09..1f4709a635243 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks title: "@kbn/core-saved-objects-migration-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index 6f5b9e9a49703..96e500e134b70 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -6198,6 +6198,66 @@ "plugin": "@kbn/core", "path": "src/core/server/index.ts" }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, + { + "plugin": "actions", + "path": "x-pack/plugins/actions/server/types.ts" + }, { "plugin": "@kbn/alerting-types", "path": "packages/kbn-alerting-types/rule_types.ts" @@ -6259,64 +6319,12 @@ "path": "x-pack/plugins/alerting/common/rule.ts" }, { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" - }, - { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" }, { - "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", @@ -6335,12 +6343,16 @@ "path": "x-pack/plugins/alerting/server/types.ts" }, { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" }, { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" }, { "plugin": "savedSearch", @@ -6351,52 +6363,40 @@ "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/custom_elements/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.ts" + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/find.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" }, { "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/routes/workpad/has_workpads.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" }, { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" }, { - "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" }, { "plugin": "securitySolution", @@ -10666,10 +10666,6 @@ "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/saved_objects/index.ts" }, - { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/saved_objects/data_views.ts" - }, { "plugin": "spaces", "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" @@ -10678,10 +10674,6 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" }, - { - "plugin": "share", - "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" - }, { "plugin": "actions", "path": "x-pack/plugins/actions/server/saved_objects/index.ts" @@ -10690,6 +10682,18 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/saved_objects/index.ts" }, + { + "plugin": "@kbn/core-saved-objects-migration-server-mocks", + "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts" + }, + { + "plugin": "dataViews", + "path": "src/plugins/data_views/server/saved_objects/data_views.ts" + }, + { + "plugin": "share", + "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" + }, { "plugin": "data", "path": "src/plugins/data/server/saved_objects/query.ts" @@ -10708,27 +10712,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-migration-server-mocks", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts" - }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad_template.ts" + "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" }, { "plugin": "lens", @@ -10791,8 +10775,8 @@ "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" }, { - "plugin": "maps", - "path": "x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts" + "plugin": "savedSearch", + "path": "src/plugins/saved_search/server/saved_objects/search.ts" }, { "plugin": "apmDataAccess", @@ -10802,6 +10786,22 @@ "plugin": "apm", "path": "x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad_template.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" + }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/saved_objects/exception_list.ts" @@ -10858,10 +10858,6 @@ "plugin": "eventAnnotation", "path": "src/plugins/event_annotation/server/saved_objects.ts" }, - { - "plugin": "links", - "path": "src/plugins/links/server/saved_objects/links.ts" - }, { "plugin": "savedObjectsManagement", "path": "src/plugins/saved_objects_management/server/services/management.test.ts" @@ -10874,6 +10870,10 @@ "plugin": "share", "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts" }, + { + "plugin": "links", + "path": "src/platform/plugins/private/links/server/saved_objects/links.ts" + }, { "plugin": "@kbn/core-test-helpers-so-type-serializer", "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" @@ -11371,7 +11371,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" + "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" }, { "plugin": "savedSearch", @@ -11521,10 +11521,6 @@ "plugin": "@kbn/core-saved-objects-migration-server-internal", "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" }, - { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/saved_objects/data_views.ts" - }, { "plugin": "actions", "path": "x-pack/plugins/actions/server/saved_objects/index.ts" @@ -11533,6 +11529,10 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/saved_objects/index.ts" }, + { + "plugin": "dataViews", + "path": "src/plugins/data_views/server/saved_objects/data_views.ts" + }, { "plugin": "data", "path": "src/plugins/data/server/saved_objects/query.ts" @@ -11543,19 +11543,7 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" - }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" + "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" }, { "plugin": "lens", @@ -11589,9 +11577,21 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" }, + { + "plugin": "savedSearch", + "path": "src/plugins/saved_search/server/saved_objects/search.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" + }, { "plugin": "maps", - "path": "x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts" + "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" }, { "plugin": "lists", diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 816de3324a79f..06ad18efdc1e1 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server title: "@kbn/core-saved-objects-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin -date: 2024-12-23 +date: 2024-12-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 67942ac0db381..db3146c3bd97f 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal title: "@kbn/core-saved-objects-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 1ff49aa6c3a5e..047baa9cf9b89 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks title: "@kbn/core-saved-objects-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 8cb3362ad7a96..9ced165e628a9 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server title: "@kbn/core-saved-objects-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin -date: 2024-12-23 +date: 2024-12-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 c74116b99423b..2b85f5c6f2c32 100644 --- a/api_docs/kbn_core_security_browser.mdx +++ b/api_docs/kbn_core_security_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser title: "@kbn/core-security-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser plugin -date: 2024-12-23 +date: 2024-12-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 02b3d76e31b74..8d683c0c4d9bc 100644 --- a/api_docs/kbn_core_security_browser_internal.mdx +++ b/api_docs/kbn_core_security_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-internal title: "@kbn/core-security-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 e4a7e57b0d2a5..b52a6eae110fd 100644 --- a/api_docs/kbn_core_security_browser_mocks.mdx +++ b/api_docs/kbn_core_security_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks title: "@kbn/core-security-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 7f756333d887b..bd57cf19f76d1 100644 --- a/api_docs/kbn_core_security_common.mdx +++ b/api_docs/kbn_core_security_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-common title: "@kbn/core-security-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-common plugin -date: 2024-12-23 +date: 2024-12-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 1a6724e93315f..abf254a0d51bf 100644 --- a/api_docs/kbn_core_security_server.mdx +++ b/api_docs/kbn_core_security_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server title: "@kbn/core-security-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server plugin -date: 2024-12-23 +date: 2024-12-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 c49286fa74aa8..7eb61130b7c87 100644 --- a/api_docs/kbn_core_security_server_internal.mdx +++ b/api_docs/kbn_core_security_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-internal title: "@kbn/core-security-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 3b75ec2c19fac..cb30824339414 100644 --- a/api_docs/kbn_core_security_server_mocks.mdx +++ b/api_docs/kbn_core_security_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-mocks title: "@kbn/core-security-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 2f6efc6fd87ff..dad29ad836136 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common title: "@kbn/core-status-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin -date: 2024-12-23 +date: 2024-12-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 41d3363267b81..a8f58c9b1bbdd 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server title: "@kbn/core-status-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin -date: 2024-12-23 +date: 2024-12-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 0930d425641e4..6e25a2c8cc542 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal title: "@kbn/core-status-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 168ac3a0bfb6e..baf5f295e26c3 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks title: "@kbn/core-status-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 ae02cfa5b74ff..e312bc8bb4651 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters title: "@kbn/core-test-helpers-deprecations-getters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index 0e955880d2306..f70fe2f913758 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser title: "@kbn/core-test-helpers-http-setup-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin -date: 2024-12-23 +date: 2024-12-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 b7d4be2e0ef6d..06d158af58c89 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server title: "@kbn/core-test-helpers-kbn-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin -date: 2024-12-23 +date: 2024-12-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 f9663cc44df45..a2bdda189a75d 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions title: "@kbn/core-test-helpers-model-versions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin -date: 2024-12-23 +date: 2024-12-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 f8c3347452578..b267a5e99c5f0 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer title: "@kbn/core-test-helpers-so-type-serializer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin -date: 2024-12-23 +date: 2024-12-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 a967d5bc3f951..49ece3b730220 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils title: "@kbn/core-test-helpers-test-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin -date: 2024-12-23 +date: 2024-12-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 33658eed7d8aa..0275a0bcd67be 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser title: "@kbn/core-theme-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin -date: 2024-12-23 +date: 2024-12-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_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index fa03353c33599..e4821d01a0a80 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks title: "@kbn/core-theme-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 b9ed805384ce2..e70339662fca0 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser title: "@kbn/core-ui-settings-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin -date: 2024-12-23 +date: 2024-12-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 c9231a12befa8..2979687ef7af2 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal title: "@kbn/core-ui-settings-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 c9ac32bdfa369..ee1b01cde3a6f 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks title: "@kbn/core-ui-settings-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_core_ui_settings_common.devdocs.json index 6ddd9dac5f601..6d3923c014237 100644 --- a/api_docs/kbn_core_ui_settings_common.devdocs.json +++ b/api_docs/kbn_core_ui_settings_common.devdocs.json @@ -601,16 +601,16 @@ "trackAdoption": false, "references": [ { - "plugin": "discover", - "path": "src/plugins/discover/server/ui_settings.ts" + "plugin": "@kbn/management-settings-field-definition", + "path": "src/platform/packages/shared/kbn-management/settings/field_definition/get_definition.ts" }, { "plugin": "discover", "path": "src/plugins/discover/server/ui_settings.ts" }, { - "plugin": "@kbn/management-settings-field-definition", - "path": "src/platform/packages/shared/kbn-management/settings/field_definition/get_definition.ts" + "plugin": "discover", + "path": "src/plugins/discover/server/ui_settings.ts" } ] }, diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index 0e415fed8640d..dc0eac76cad2a 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common title: "@kbn/core-ui-settings-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin -date: 2024-12-23 +date: 2024-12-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 244b345e28691..1c9c3653eb420 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server title: "@kbn/core-ui-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin -date: 2024-12-23 +date: 2024-12-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 c434bfaf018bf..371bc20ee436a 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal title: "@kbn/core-ui-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 b4857b0e18994..fd7eb95e175f4 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks title: "@kbn/core-ui-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 f6c12046e5d84..6060a5453528a 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server title: "@kbn/core-usage-data-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin -date: 2024-12-23 +date: 2024-12-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 0dcaccf80da71..ab4556a0ef17f 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal title: "@kbn/core-usage-data-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 46c23bfc2e7fb..463460fc154b9 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks title: "@kbn/core-usage-data-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 ccec503dbeb9e..cf9a39bbbbfea 100644 --- a/api_docs/kbn_core_user_profile_browser.mdx +++ b/api_docs/kbn_core_user_profile_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser title: "@kbn/core-user-profile-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser plugin -date: 2024-12-23 +date: 2024-12-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 530c6bff113c3..f48944342867c 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.mdx +++ b/api_docs/kbn_core_user_profile_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal title: "@kbn/core-user-profile-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-internal plugin -date: 2024-12-23 +date: 2024-12-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 a56865865ec4d..d778e579c1186 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.mdx +++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks title: "@kbn/core-user-profile-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-mocks plugin -date: 2024-12-23 +date: 2024-12-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 ec5416d6f6529..0511e25a763a5 100644 --- a/api_docs/kbn_core_user_profile_common.mdx +++ b/api_docs/kbn_core_user_profile_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-common title: "@kbn/core-user-profile-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-common plugin -date: 2024-12-23 +date: 2024-12-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 9a9d9239dcebd..cdc19b4212648 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server title: "@kbn/core-user-profile-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin -date: 2024-12-23 +date: 2024-12-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 b6630b61e174b..d3c8e81381925 100644 --- a/api_docs/kbn_core_user_profile_server_internal.mdx +++ b/api_docs/kbn_core_user_profile_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal title: "@kbn/core-user-profile-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-internal plugin -date: 2024-12-23 +date: 2024-12-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 095d0e047cdce..ab32484baf08f 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.mdx +++ b/api_docs/kbn_core_user_profile_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks title: "@kbn/core-user-profile-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 63d76fb68a81d..8351ed393dc09 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2024-12-23 +date: 2024-12-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 b5167ece5fd57..32434d445f4aa 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2024-12-23 +date: 2024-12-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 6fabcab2ab0c2..a40fc75abf7e0 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto title: "@kbn/crypto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin -date: 2024-12-23 +date: 2024-12-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 d0a61cb00f37b..f6c4f6299d067 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser title: "@kbn/crypto-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin -date: 2024-12-23 +date: 2024-12-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 ada1c42e410dd..f59f267ac7bc7 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons title: "@kbn/custom-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin -date: 2024-12-23 +date: 2024-12-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 45d0bb4924edf..8f555777e6729 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations title: "@kbn/custom-integrations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin -date: 2024-12-23 +date: 2024-12-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 d9a979d059c12..fe366abe4b5ff 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config title: "@kbn/cypress-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin -date: 2024-12-23 +date: 2024-12-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 b1ab75bc090dd..287adef1412e8 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge title: "@kbn/data-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index 4af8bb7e8e68d..7587d1fd340c6 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service title: "@kbn/data-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin -date: 2024-12-23 +date: 2024-12-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 f85f38eba39e5..42843dc1ed34a 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter title: "@kbn/data-stream-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin -date: 2024-12-23 +date: 2024-12-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 64877d7306bb7..e3fec5d76bb72 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils title: "@kbn/data-view-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin -date: 2024-12-23 +date: 2024-12-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 ea3059ef2bb56..c484b39260dfe 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath title: "@kbn/datemath" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin -date: 2024-12-23 +date: 2024-12-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 76379a5dfa750..c19ac1ac922e9 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 89ba9885cb8a0..f842a4ac926b4 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2024-12-23 +date: 2024-12-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 136404ee0c6df..6c84cbc6755d8 100644 --- a/api_docs/kbn_deeplinks_fleet.mdx +++ b/api_docs/kbn_deeplinks_fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-fleet title: "@kbn/deeplinks-fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-fleet plugin -date: 2024-12-23 +date: 2024-12-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 36a829be0e41b..0c6719f2b14d1 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2024-12-23 +date: 2024-12-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 65bd281a41cef..8859fba9f86bf 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2024-12-23 +date: 2024-12-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 4d2240191e6e9..805b254dabb18 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2024-12-23 +date: 2024-12-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 485c6ee29d0e9..52a3a6d78ea91 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_deeplinks_security.devdocs.json index 03ce129ec8764..48b6513e8e6b8 100644 --- a/api_docs/kbn_deeplinks_security.devdocs.json +++ b/api_docs/kbn_deeplinks_security.devdocs.json @@ -58,7 +58,7 @@ "label": "DeepLinkId", "description": [], "signature": [ - "\"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\"" + "\"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\"" ], "path": "src/platform/packages/shared/deeplinks/security/index.ts", "deprecated": false, @@ -73,7 +73,7 @@ "label": "LinkId", "description": [], "signature": [ - "\"\" | \"cases\" | \"alerts\" | \"rules\" | \"policy\" | \"overview\" | \"dashboards\" | \"kubernetes\" | \"cases_create\" | \"cases_configure\" | \"hosts\" | \"users\" | \"cloud_defend-policies\" | \"cloud_security_posture-dashboard\" | \"cloud_security_posture-findings\" | \"cloud_security_posture-benchmarks\" | \"network\" | \"data_quality\" | \"explore\" | \"assets\" | \"cloud_defend\" | \"notes\" | \"administration\" | \"attack_discovery\" | \"blocklist\" | \"cloud_security_posture-rules\" | \"detections\" | \"detection_response\" | \"endpoints\" | \"event_filters\" | \"exceptions\" | \"host_isolation_exceptions\" | \"hosts-all\" | \"hosts-anomalies\" | \"hosts-risk\" | \"hosts-events\" | \"hosts-sessions\" | \"hosts-uncommon_processes\" | \"investigations\" | \"get_started\" | \"machine_learning-landing\" | \"network-anomalies\" | \"network-dns\" | \"network-events\" | \"network-flows\" | \"network-http\" | \"network-tls\" | \"response_actions_history\" | \"rules-add\" | \"rules-create\" | \"rules-landing\" | \"siem_migrations-rules\" | \"threat_intelligence\" | \"timelines\" | \"timelines-templates\" | \"trusted_apps\" | \"users-all\" | \"users-anomalies\" | \"users-authentications\" | \"users-events\" | \"users-risk\" | \"entity_analytics\" | \"entity_analytics-management\" | \"entity_analytics-asset-classification\" | \"entity_analytics-entity_store_management\" | \"coverage-overview\"" + "\"\" | \"cases\" | \"alerts\" | \"rules\" | \"policy\" | \"overview\" | \"dashboards\" | \"kubernetes\" | \"cases_create\" | \"cases_configure\" | \"hosts\" | \"users\" | \"cloud_defend-policies\" | \"cloud_security_posture-dashboard\" | \"cloud_security_posture-findings\" | \"cloud_security_posture-benchmarks\" | \"network\" | \"data_quality\" | \"explore\" | \"assets\" | \"cloud_defend\" | \"notes\" | \"administration\" | \"asset_inventory\" | \"attack_discovery\" | \"blocklist\" | \"cloud_security_posture-rules\" | \"detections\" | \"detection_response\" | \"endpoints\" | \"event_filters\" | \"exceptions\" | \"host_isolation_exceptions\" | \"hosts-all\" | \"hosts-anomalies\" | \"hosts-risk\" | \"hosts-events\" | \"hosts-sessions\" | \"hosts-uncommon_processes\" | \"investigations\" | \"get_started\" | \"machine_learning-landing\" | \"network-anomalies\" | \"network-dns\" | \"network-events\" | \"network-flows\" | \"network-http\" | \"network-tls\" | \"response_actions_history\" | \"rules-add\" | \"rules-create\" | \"rules-landing\" | \"siem_migrations-rules\" | \"threat_intelligence\" | \"timelines\" | \"timelines-templates\" | \"trusted_apps\" | \"users-all\" | \"users-anomalies\" | \"users-authentications\" | \"users-events\" | \"users-risk\" | \"entity_analytics\" | \"entity_analytics-management\" | \"entity_analytics-asset-classification\" | \"entity_analytics-entity_store_management\" | \"coverage-overview\"" ], "path": "src/platform/packages/shared/deeplinks/security/index.ts", "deprecated": false, diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx index 918afaa0294c6..c2f07c5376f74 100644 --- a/api_docs/kbn_deeplinks_security.mdx +++ b/api_docs/kbn_deeplinks_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-security title: "@kbn/deeplinks-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-security plugin -date: 2024-12-23 +date: 2024-12-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 7a1f6326f7e86..fc70c2d4a1fc5 100644 --- a/api_docs/kbn_deeplinks_shared.mdx +++ b/api_docs/kbn_deeplinks_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-shared title: "@kbn/deeplinks-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-shared plugin -date: 2024-12-23 +date: 2024-12-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 1f33e99ef9e52..305126385ae40 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2024-12-23 +date: 2024-12-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 3ad00db0b6d6e..61dcd1d946984 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2024-12-23 +date: 2024-12-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 443d1aee620e1..69eaa9c7e3f31 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2024-12-23 +date: 2024-12-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 2074cb2fb139f..41b0072ddd4a4 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2024-12-23 +date: 2024-12-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_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index 61877463a584b..faa2e3991a00d 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors title: "@kbn/dev-cli-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin -date: 2024-12-23 +date: 2024-12-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 1dd59986cbfa1..8225f2c08ae31 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner title: "@kbn/dev-cli-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin -date: 2024-12-23 +date: 2024-12-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 25155c4cdfe47..e4e39cec7b6f2 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner title: "@kbn/dev-proc-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin -date: 2024-12-23 +date: 2024-12-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 7fd3d4cd6b251..935d20b52632a 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils title: "@kbn/dev-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin -date: 2024-12-23 +date: 2024-12-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 ce9f3ede100f6..15f6e0c2c04c7 100644 --- a/api_docs/kbn_discover_contextual_components.mdx +++ b/api_docs/kbn_discover_contextual_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-contextual-components title: "@kbn/discover-contextual-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-contextual-components plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_discover_utils.mdx index dbd213bea74aa..082a3a0d2aecc 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils title: "@kbn/discover-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index bfbed4a209434..9db70bbfa8895 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links title: "@kbn/doc-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 9b05ef0bce0a4..f55db33f440a5 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils title: "@kbn/docs-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin -date: 2024-12-23 +date: 2024-12-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 1497170e7880e..e93db0dddfe2a 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop title: "@kbn/dom-drag-drop" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_ebt_tools.mdx index c87ca81eb3273..eddc99c1cd0c9 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools title: "@kbn/ebt-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index aa7be5339e200..6a44a8adc4e82 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard title: "@kbn/ecs-data-quality-dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin -date: 2024-12-23 +date: 2024-12-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 611f555ac249f..f25d5ac0094af 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils title: "@kbn/elastic-agent-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin -date: 2024-12-23 +date: 2024-12-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 cc85aa598581d..d90926f8d72ea 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_elastic_assistant_common.mdx index 5ca81477e01d1..46e61ebde46e8 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common title: "@kbn/elastic-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index 5c5756ea4b9c5..7e85e8acbe0f4 100644 --- a/api_docs/kbn_entities_schema.mdx +++ b/api_docs/kbn_entities_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-entities-schema title: "@kbn/entities-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/entities-schema plugin -date: 2024-12-23 +date: 2024-12-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 c1b60a93ba378..37d262d2b1b0a 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es title: "@kbn/es" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin -date: 2024-12-23 +date: 2024-12-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 7067a0329908a..b04e216bc014c 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver title: "@kbn/es-archiver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin -date: 2024-12-23 +date: 2024-12-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 a7748ebd14958..1be6e770c258c 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors title: "@kbn/es-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin -date: 2024-12-23 +date: 2024-12-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 cd944cf596111..c5e2d38265ca1 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query title: "@kbn/es-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin -date: 2024-12-23 +date: 2024-12-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 fb51e3f283051..6032b617fdcfd 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types title: "@kbn/es-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin -date: 2024-12-23 +date: 2024-12-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 fe452c2191275..3a3b538fe5e9e 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports title: "@kbn/eslint-plugin-imports" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_esql_ast.mdx index ccee1aa9e11ff..4a8317ebdd2b7 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-ast title: "@kbn/esql-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin -date: 2024-12-23 +date: 2024-12-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 ccd6a865d54bc..7e474a430b24c 100644 --- a/api_docs/kbn_esql_editor.mdx +++ b/api_docs/kbn_esql_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-editor title: "@kbn/esql-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-editor plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index 21dfa187120e1..22ce161038f8b 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-utils title: "@kbn/esql-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 1a82133ef9809..2b21820bfe9fe 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete title: "@kbn/esql-validation-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin -date: 2024-12-23 +date: 2024-12-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 41f9b6127a4ea..c7e6fe05f092b 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common title: "@kbn/event-annotation-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin -date: 2024-12-23 +date: 2024-12-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 1e596a4fdfa92..d62cd5705f899 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components title: "@kbn/event-annotation-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin -date: 2024-12-23 +date: 2024-12-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_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index 318188031e382..5a9590f8b96ff 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout title: "@kbn/expandable-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin -date: 2024-12-23 +date: 2024-12-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 4939f300882b4..cebf36c332210 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types title: "@kbn/field-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin -date: 2024-12-23 +date: 2024-12-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 3865ac33065d3..aaccbac450126 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils title: "@kbn/field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 24e3d19c86bca..83204ac2729b3 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules title: "@kbn/find-used-node-modules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin -date: 2024-12-23 +date: 2024-12-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_formatters.mdx b/api_docs/kbn_formatters.mdx index e32ef39fe09f4..92555ed693182 100644 --- a/api_docs/kbn_formatters.mdx +++ b/api_docs/kbn_formatters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-formatters title: "@kbn/formatters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/formatters plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/formatters'] --- import kbnFormattersObj from './kbn_formatters.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index b93c445f9a1a1..4cc41e1f78873 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services title: "@kbn/ftr-common-functional-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin -date: 2024-12-23 +date: 2024-12-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 a9838368c6d93..82638faad21c3 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services title: "@kbn/ftr-common-functional-ui-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin -date: 2024-12-23 +date: 2024-12-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 9417b92676e19..ba543c966629e 100644 --- a/api_docs/kbn_gen_ai_functional_testing.mdx +++ b/api_docs/kbn_gen_ai_functional_testing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-gen-ai-functional-testing title: "@kbn/gen-ai-functional-testing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/gen-ai-functional-testing plugin -date: 2024-12-23 +date: 2024-12-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 c2412978a15d0..528e1f5841dff 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate title: "@kbn/generate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin -date: 2024-12-23 +date: 2024-12-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 d6065eff7ff05..2b4b998763637 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions title: "@kbn/generate-console-definitions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin -date: 2024-12-23 +date: 2024-12-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 830c540bb60b7..054961b22495a 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv title: "@kbn/generate-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin -date: 2024-12-23 +date: 2024-12-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 6bd1bad217488..8047b201e4b10 100644 --- a/api_docs/kbn_grid_layout.mdx +++ b/api_docs/kbn_grid_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grid-layout title: "@kbn/grid-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grid-layout plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index 12b50c27328a1..343e29280521b 100644 --- a/api_docs/kbn_grouping.mdx +++ b/api_docs/kbn_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grouping title: "@kbn/grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grouping plugin -date: 2024-12-23 +date: 2024-12-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 49314c26387a7..9ed67761b50b6 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding title: "@kbn/guided-onboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin -date: 2024-12-23 +date: 2024-12-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 290f201e9b3ae..0a322a5048838 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars title: "@kbn/handlebars" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin -date: 2024-12-23 +date: 2024-12-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 bdf753063c61e..5f6854dd8b727 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks title: "@kbn/hapi-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin -date: 2024-12-23 +date: 2024-12-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 4be7c58db58e7..3d38b96a36d0f 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server title: "@kbn/health-gateway-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin -date: 2024-12-23 +date: 2024-12-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 cdb67fc652704..12ff6d9a91b42 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card title: "@kbn/home-sample-data-card" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin -date: 2024-12-23 +date: 2024-12-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 037e1bcabf705..893348a9d3411 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab title: "@kbn/home-sample-data-tab" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin -date: 2024-12-23 +date: 2024-12-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 a903bab23b83b..2102b5e5b92cc 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n title: "@kbn/i18n" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin -date: 2024-12-23 +date: 2024-12-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 50d3a0e5084aa..53a980759d568 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react title: "@kbn/i18n-react" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin -date: 2024-12-23 +date: 2024-12-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 a09f611205fb1..ea11e66ff6215 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver title: "@kbn/import-resolver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin -date: 2024-12-23 +date: 2024-12-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 b4d2074120c1d..7628b7084e4ff 100644 --- a/api_docs/kbn_index_adapter.mdx +++ b/api_docs/kbn_index_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-adapter title: "@kbn/index-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-adapter plugin -date: 2024-12-23 +date: 2024-12-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 b18b1fceba1a1..1dcaea3888612 100644 --- a/api_docs/kbn_index_lifecycle_management_common_shared.mdx +++ b/api_docs/kbn_index_lifecycle_management_common_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-lifecycle-management-common-shared title: "@kbn/index-lifecycle-management-common-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-lifecycle-management-common-shared plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_index_management_shared_types.devdocs.json index f57ce5ad4ef72..2297253a37443 100644 --- a/api_docs/kbn_index_management_shared_types.devdocs.json +++ b/api_docs/kbn_index_management_shared_types.devdocs.json @@ -1002,7 +1002,7 @@ "tags": [], "label": "appId", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1016,7 +1016,7 @@ "signature": [ "{ path?: string | undefined; absolute?: boolean | undefined; deepLinkId?: string | undefined; } | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1202,7 +1202,7 @@ "tags": [], "label": "appId", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -1216,7 +1216,7 @@ "signature": [ "{ path?: string | undefined; absolute?: boolean | undefined; deepLinkId?: string | undefined; } | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -1429,13 +1429,7 @@ "description": [], "signature": [ "(deps: { history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "; }) => React.FC<", { "pluginId": "@kbn/index-management-shared-types", @@ -1469,13 +1463,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/types.ts", @@ -1496,13 +1484,7 @@ "description": [], "signature": [ "(deps: { history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "; }) => React.FC<", { "pluginId": "@kbn/index-management-shared-types", @@ -1536,13 +1518,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/types.ts", diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index db89d62eda113..4f409f758b51e 100644 --- a/api_docs/kbn_index_management_shared_types.mdx +++ b/api_docs/kbn_index_management_shared_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-management-shared-types title: "@kbn/index-management-shared-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management-shared-types plugin -date: 2024-12-23 +date: 2024-12-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_common.devdocs.json b/api_docs/kbn_inference_common.devdocs.json index 3ba158a86ad5b..b4cab38f2ee86 100644 --- a/api_docs/kbn_inference_common.devdocs.json +++ b/api_docs/kbn_inference_common.devdocs.json @@ -770,6 +770,78 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.isSupportedConnector", + "type": "Function", + "tags": [], + "label": "isSupportedConnector", + "description": [ + "\nChecks if a given connector is compatible for inference.\n\nA connector is compatible if:\n1. its type is in the list of allowed types\n2. for inference connectors, if its taskType is \"completion\"" + ], + "signature": [ + "(connector: ", + "RawConnector", + ") => boolean" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.isSupportedConnector.$1", + "type": "Object", + "tags": [], + "label": "connector", + "description": [], + "signature": [ + "RawConnector" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.isSupportedConnectorType", + "type": "Function", + "tags": [], + "label": "isSupportedConnectorType", + "description": [ + "\nChecks if a given connector type is compatible for inference.\n\nNote: this check is not sufficient to assert if a given connector can be\nused for inference, as `.inference` connectors need additional check logic.\nPlease use `isSupportedConnector` instead when possible." + ], + "signature": [ + "(id: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.isSupportedConnectorType.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/inference-common", "id": "def-common.isTokenLimitReachedError", @@ -1208,6 +1280,62 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.InferenceConnector", + "type": "Interface", + "tags": [], + "label": "InferenceConnector", + "description": [], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.InferenceConnector.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [], + "signature": [ + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnectorType", + "text": "InferenceConnectorType" + } + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.InferenceConnector.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.InferenceConnector.connectorId", + "type": "string", + "tags": [], + "label": "connectorId", + "description": [], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/inference-common", "id": "def-common.InferenceTaskEventBase", @@ -1758,6 +1886,20 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.InferenceConnectorType", + "type": "Enum", + "tags": [], + "label": "InferenceConnectorType", + "description": [ + "\nThe list of connector types that can be used with the inference APIs" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/connectors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/inference-common", "id": "def-common.InferenceTaskErrorCode", diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index 702ea56f513c4..75cca70bd8f99 100644 --- a/api_docs/kbn_inference_common.mdx +++ b/api_docs/kbn_inference_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-common title: "@kbn/inference-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-common plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 141 | 0 | 40 | 3 | +| 150 | 0 | 46 | 4 | ## Common diff --git a/api_docs/kbn_inference_integration_flyout.mdx b/api_docs/kbn_inference_integration_flyout.mdx index 514ec4eca0f1a..27933fe3ea7a5 100644 --- a/api_docs/kbn_inference_integration_flyout.mdx +++ b/api_docs/kbn_inference_integration_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference_integration_flyout title: "@kbn/inference_integration_flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference_integration_flyout plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference_integration_flyout'] --- import kbnInferenceIntegrationFlyoutObj from './kbn_inference_integration_flyout.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index 7279c332c2955..a0a2efb152f9d 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2024-12-23 +date: 2024-12-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 b4576c08eb28b..73172a5fbbe4e 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter title: "@kbn/interpreter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_investigation_shared.mdx b/api_docs/kbn_investigation_shared.mdx index 197b7ea11f0dc..e41252842996b 100644 --- a/api_docs/kbn_investigation_shared.mdx +++ b/api_docs/kbn_investigation_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-investigation-shared title: "@kbn/investigation-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/investigation-shared plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/investigation-shared'] --- import kbnInvestigationSharedObj from './kbn_investigation_shared.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index 1dd44794b94fa..fb336fd4c69d3 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils title: "@kbn/io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin -date: 2024-12-23 +date: 2024-12-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 7ae9ae44babc4..b9a9729e74c6c 100644 --- a/api_docs/kbn_ipynb.mdx +++ b/api_docs/kbn_ipynb.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ipynb title: "@kbn/ipynb" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ipynb plugin -date: 2024-12-23 +date: 2024-12-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 028c8ecf62885..59140d19d7aa1 100644 --- a/api_docs/kbn_item_buffer.mdx +++ b/api_docs/kbn_item_buffer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-item-buffer title: "@kbn/item-buffer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/item-buffer plugin -date: 2024-12-23 +date: 2024-12-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 81e43f4cb62b8..cb2b02ade01d5 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers title: "@kbn/jest-serializers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin -date: 2024-12-23 +date: 2024-12-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 d9135d21527a6..e8e9fcac28e40 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys title: "@kbn/journeys" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin -date: 2024-12-23 +date: 2024-12-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 f589c6e2b8ab5..2e0fac8de3d65 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast title: "@kbn/json-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin -date: 2024-12-23 +date: 2024-12-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 8270973788854..357c9e2af6eb8 100644 --- a/api_docs/kbn_json_schemas.mdx +++ b/api_docs/kbn_json_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-schemas title: "@kbn/json-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-schemas plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index b5c76767898dc..c727932721aca 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema title: "@kbn/kibana-manifest-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin -date: 2024-12-23 +date: 2024-12-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 36f63433fce0b..7b11d8fc84e7d 100644 --- a/api_docs/kbn_language_documentation.mdx +++ b/api_docs/kbn_language_documentation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation title: "@kbn/language-documentation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation plugin -date: 2024-12-23 +date: 2024-12-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 4dfdb53fba4cf..3311cbebc3626 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils title: "@kbn/lens-embeddable-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin -date: 2024-12-23 +date: 2024-12-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 7333945f3d32c..d35711084b9a6 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-formula-docs title: "@kbn/lens-formula-docs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin -date: 2024-12-23 +date: 2024-12-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_logging.mdx b/api_docs/kbn_logging.mdx index e73937d5df0a5..49954d61b8fc2 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging title: "@kbn/logging" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin -date: 2024-12-23 +date: 2024-12-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 b361c0c5423d5..32ada726e8dd0 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks title: "@kbn/logging-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index eddc5f0a66b10..e6dfec0f743db 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-content-badge title: "@kbn/managed-content-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin -date: 2024-12-23 +date: 2024-12-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 951f9ffb1b62e..6278a34122495 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config title: "@kbn/managed-vscode-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin -date: 2024-12-23 +date: 2024-12-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 9ade8488ee57f..802f8d29ac497 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation title: "@kbn/management-cards-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin -date: 2024-12-23 +date: 2024-12-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 b8df6c8f2afda..27e14e8a7675a 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application title: "@kbn/management-settings-application" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin -date: 2024-12-23 +date: 2024-12-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 f6fd45f57b850..e60e55570031c 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category title: "@kbn/management-settings-components-field-category" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin -date: 2024-12-23 +date: 2024-12-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 c266494038444..fed47598591b6 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input title: "@kbn/management-settings-components-field-input" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin -date: 2024-12-23 +date: 2024-12-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 11e813878ee2a..d328cfeaedd37 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row title: "@kbn/management-settings-components-field-row" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin -date: 2024-12-23 +date: 2024-12-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 c0b1aae2f65ba..59acd227f9ce4 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form title: "@kbn/management-settings-components-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin -date: 2024-12-23 +date: 2024-12-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 219b0db55c523..5843fae2c4013 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition title: "@kbn/management-settings-field-definition" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin -date: 2024-12-23 +date: 2024-12-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 842b52c99b28c..930e86b0cb680 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids title: "@kbn/management-settings-ids" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin -date: 2024-12-23 +date: 2024-12-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 4a2a6de3a7f58..08d30d72df8b1 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry title: "@kbn/management-settings-section-registry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin -date: 2024-12-23 +date: 2024-12-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 4e5711765a1dd..9a314a3bcaf76 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types title: "@kbn/management-settings-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin -date: 2024-12-23 +date: 2024-12-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 2de67bfdcf255..329d6d514816a 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities title: "@kbn/management-settings-utilities" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin -date: 2024-12-23 +date: 2024-12-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 9a7d2b5f07b22..4ca75b23625c9 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config title: "@kbn/management-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin -date: 2024-12-23 +date: 2024-12-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 028c7392eaae6..334276f0b1844 100644 --- a/api_docs/kbn_manifest.mdx +++ b/api_docs/kbn_manifest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-manifest title: "@kbn/manifest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/manifest plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/manifest'] --- import kbnManifestObj from './kbn_manifest.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.devdocs.json b/api_docs/kbn_mapbox_gl.devdocs.json index 2f8e5ff4b1091..51d2bbba3ec88 100644 --- a/api_docs/kbn_mapbox_gl.devdocs.json +++ b/api_docs/kbn_mapbox_gl.devdocs.json @@ -9624,7 +9624,7 @@ "signature": [ "any" ], - "path": "packages/kbn-mapbox-gl/index.ts", + "path": "src/platform/packages/private/kbn-mapbox-gl/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index 08264ee5bbafe..0f3b1a090feab 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl title: "@kbn/mapbox-gl" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_maps_vector_tile_utils.devdocs.json index d9dd62f526990..6070222a5b2c6 100644 --- a/api_docs/kbn_maps_vector_tile_utils.devdocs.json +++ b/api_docs/kbn_maps_vector_tile_utils.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(params: Record) => string" ], - "path": "x-pack/packages/maps/vector_tile_utils/src/get_tile_url_params.ts", + "path": "x-pack/platform/packages/private/maps/vector_tile_utils/src/get_tile_url_params.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "Record" ], - "path": "x-pack/packages/maps/vector_tile_utils/src/get_tile_url_params.ts", + "path": "x-pack/platform/packages/private/maps/vector_tile_utils/src/get_tile_url_params.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index 9ae49d7ce0efa..d77827e46b8ce 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_ml_agg_utils.devdocs.json index ebfc86245c21e..d20d375a4744b 100644 --- a/api_docs/kbn_ml_agg_utils.devdocs.json +++ b/api_docs/kbn_ml_agg_utils.devdocs.json @@ -471,7 +471,8 @@ "section": "def-common.NumberValidationResult", "text": "NumberValidationResult" }, - " | null) & _.MemoizedFunction" + " | null) & ", + "MemoizedFunction" ], "path": "x-pack/platform/packages/private/ml/agg_utils/src/validate_number.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 4a5a3c029ed0e..9b140bf2c7427 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils title: "@kbn/ml-agg-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin -date: 2024-12-23 +date: 2024-12-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 1f294fc11c3af..e71548dec71c5 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2024-12-23 +date: 2024-12-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 46f5470f8356a..872fe2e90f859 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-cancellable-search title: "@kbn/ml-cancellable-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin -date: 2024-12-23 +date: 2024-12-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 8141a358ec3e3..7f235da1cc9b6 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator title: "@kbn/ml-category-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin -date: 2024-12-23 +date: 2024-12-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 49d63102ace65..0abdcb8984ce8 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test title: "@kbn/ml-chi2test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin -date: 2024-12-23 +date: 2024-12-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 50b0eb9739391..36ce0b7a3e0c6 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2024-12-23 +date: 2024-12-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 bde65283e2e92..b980959b81a86 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2024-12-23 +date: 2024-12-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 846f1e25db88f..f79acf7d83428 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker title: "@kbn/ml-date-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin -date: 2024-12-23 +date: 2024-12-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 bf05a3360a478..952b99c700c2b 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2024-12-23 +date: 2024-12-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 19d7b22274ee9..c3d9313d2759f 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2024-12-23 +date: 2024-12-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 8f10d0839ceba..ed4a1b56d7207 100644 --- a/api_docs/kbn_ml_field_stats_flyout.mdx +++ b/api_docs/kbn_ml_field_stats_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-field-stats-flyout title: "@kbn/ml-field-stats-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-field-stats-flyout plugin -date: 2024-12-23 +date: 2024-12-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 5c5f5c60992fb..c1352186d4bc2 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table title: "@kbn/ml-in-memory-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin -date: 2024-12-23 +date: 2024-12-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 b3e9044566faa..5ec6638e032aa 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined title: "@kbn/ml-is-defined" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin -date: 2024-12-23 +date: 2024-12-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 b0041b58d0f27..960369adaed6a 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object title: "@kbn/ml-is-populated-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin -date: 2024-12-23 +date: 2024-12-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_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index f1a3ed3db1955..d494888dbb4df 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme title: "@kbn/ml-kibana-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme'] --- import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index 57baf8778c0a1..0574b6e80b0aa 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage title: "@kbn/ml-local-storage" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin -date: 2024-12-23 +date: 2024-12-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 14c487124c36c..1657272a6333b 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property title: "@kbn/ml-nested-property" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin -date: 2024-12-23 +date: 2024-12-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 3b9d8752ff1fd..956dbe7830e83 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils title: "@kbn/ml-number-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin -date: 2024-12-23 +date: 2024-12-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 55aa1e2c3826e..f7345ced75b2f 100644 --- a/api_docs/kbn_ml_parse_interval.mdx +++ b/api_docs/kbn_ml_parse_interval.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-parse-interval title: "@kbn/ml-parse-interval" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-parse-interval plugin -date: 2024-12-23 +date: 2024-12-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 bd4e320b52094..ae7137dd7cef0 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils title: "@kbn/ml-query-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin -date: 2024-12-23 +date: 2024-12-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 56ea1d9aeda07..710bddfa5dfc6 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils title: "@kbn/ml-random-sampler-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin -date: 2024-12-23 +date: 2024-12-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 755c70017a50a..1bdd326c54133 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils title: "@kbn/ml-route-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin -date: 2024-12-23 +date: 2024-12-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 5b2214291896d..72eed788f406c 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2024-12-23 +date: 2024-12-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 ce65f54aed17b..4aabbe81f9f47 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash title: "@kbn/ml-string-hash" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin -date: 2024-12-23 +date: 2024-12-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 2ed79c3fde358..a1ecd1ecfce68 100644 --- a/api_docs/kbn_ml_time_buckets.mdx +++ b/api_docs/kbn_ml_time_buckets.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-time-buckets title: "@kbn/ml-time-buckets" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-time-buckets plugin -date: 2024-12-23 +date: 2024-12-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 ccb140e143b79..dd6326ae431c8 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils title: "@kbn/ml-trained-models-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin -date: 2024-12-23 +date: 2024-12-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 8561be8682976..972f51661bb21 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions title: "@kbn/ml-ui-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin -date: 2024-12-23 +date: 2024-12-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 08c475830d8c3..54bf07e5f72be 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state title: "@kbn/ml-url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin -date: 2024-12-23 +date: 2024-12-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 ca0f29f9ac22c..b74a1f7627a00 100644 --- a/api_docs/kbn_ml_validators.mdx +++ b/api_docs/kbn_ml_validators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-validators title: "@kbn/ml-validators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-validators plugin -date: 2024-12-23 +date: 2024-12-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 e9ede42efe5ab..e1b0e09e4c631 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mock-idp-utils title: "@kbn/mock-idp-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_monaco.mdx index 32eb916ebc760..7c50ed183874b 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco title: "@kbn/monaco" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 00ba950395c11..b1c28ab8aa4f5 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning title: "@kbn/object-versioning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin -date: 2024-12-23 +date: 2024-12-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 58d9b2ac60b26..14fbe76df421b 100644 --- a/api_docs/kbn_object_versioning_utils.mdx +++ b/api_docs/kbn_object_versioning_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning-utils title: "@kbn/object-versioning-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning-utils plugin -date: 2024-12-23 +date: 2024-12-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 c1a1134d0e32b..43ac6aea4f575 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details title: "@kbn/observability-alert-details" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin -date: 2024-12-23 +date: 2024-12-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_rule_utils.mdx b/api_docs/kbn_observability_alerting_rule_utils.mdx index c197a139ecf83..cd16e9c83a636 100644 --- a/api_docs/kbn_observability_alerting_rule_utils.mdx +++ b/api_docs/kbn_observability_alerting_rule_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-rule-utils title: "@kbn/observability-alerting-rule-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-rule-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-rule-utils'] --- import kbnObservabilityAlertingRuleUtilsObj from './kbn_observability_alerting_rule_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index 2709ca24996d8..5dc9a8e2a75d7 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data title: "@kbn/observability-alerting-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin -date: 2024-12-23 +date: 2024-12-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 1239c26cbad70..c7ffcecb11c79 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util title: "@kbn/observability-get-padded-alert-time-range-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin -date: 2024-12-23 +date: 2024-12-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_logs_overview.mdx b/api_docs/kbn_observability_logs_overview.mdx index 9ceb801d34203..999a91385f641 100644 --- a/api_docs/kbn_observability_logs_overview.mdx +++ b/api_docs/kbn_observability_logs_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-logs-overview title: "@kbn/observability-logs-overview" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-logs-overview plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-logs-overview'] --- import kbnObservabilityLogsOverviewObj from './kbn_observability_logs_overview.devdocs.json'; diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index 31313e8be62e1..44ea5be6e0d62 100644 --- a/api_docs/kbn_observability_synthetics_test_data.mdx +++ b/api_docs/kbn_observability_synthetics_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-synthetics-test-data title: "@kbn/observability-synthetics-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-synthetics-test-data plugin -date: 2024-12-23 +date: 2024-12-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_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 3dc4ab41164fb..115dbe5af16d6 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler title: "@kbn/openapi-bundler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin -date: 2024-12-23 +date: 2024-12-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 921f7e363d31c..3fedfd7f65533 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator title: "@kbn/openapi-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin -date: 2024-12-23 +date: 2024-12-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 727ad63b31f28..e1698b36e8b55 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer title: "@kbn/optimizer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin -date: 2024-12-23 +date: 2024-12-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 f2a1ffec91d4a..612e829d369cc 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers title: "@kbn/optimizer-webpack-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin -date: 2024-12-23 +date: 2024-12-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 6c4524613eca6..c4dc0bca71aa7 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types title: "@kbn/osquery-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin -date: 2024-12-23 +date: 2024-12-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 db566346d7fe2..adddda98ade8d 100644 --- a/api_docs/kbn_palettes.mdx +++ b/api_docs/kbn_palettes.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-palettes title: "@kbn/palettes" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/palettes plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/palettes'] --- import kbnPalettesObj from './kbn_palettes.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.devdocs.json b/api_docs/kbn_panel_loader.devdocs.json index 666bb9078ab7e..e5b33ccfbff57 100644 --- a/api_docs/kbn_panel_loader.devdocs.json +++ b/api_docs/kbn_panel_loader.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(props: { showShadow?: boolean | undefined; showBorder?: boolean | undefined; dataTestSubj?: string | undefined; }) => React.JSX.Element" ], - "path": "packages/kbn-panel-loader/index.tsx", + "path": "src/platform/packages/private/kbn-panel-loader/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -24,7 +24,7 @@ "tags": [], "label": "props", "description": [], - "path": "packages/kbn-panel-loader/index.tsx", + "path": "src/platform/packages/private/kbn-panel-loader/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -38,7 +38,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-panel-loader/index.tsx", + "path": "src/platform/packages/private/kbn-panel-loader/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -52,7 +52,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-panel-loader/index.tsx", + "path": "src/platform/packages/private/kbn-panel-loader/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -66,7 +66,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-panel-loader/index.tsx", + "path": "src/platform/packages/private/kbn-panel-loader/index.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index 1a53fe8123a7f..843c32e3e33a1 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader title: "@kbn/panel-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin -date: 2024-12-23 +date: 2024-12-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 82363ff74c2ac..e3feb3e8db1c4 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor title: "@kbn/performance-testing-dataset-extractor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin -date: 2024-12-23 +date: 2024-12-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 00e723fb01f48..b0c7e5ef58b50 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-check title: "@kbn/plugin-check" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin -date: 2024-12-23 +date: 2024-12-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 0dfdf4b848cf1..e02512f4bbaa4 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator title: "@kbn/plugin-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin -date: 2024-12-23 +date: 2024-12-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 8699bb4413fb0..0e11aae6d1247 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers title: "@kbn/plugin-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_presentation_containers.devdocs.json index 305426d8d15c6..e8cc526c4bb59 100644 --- a/api_docs/kbn_presentation_containers.devdocs.json +++ b/api_docs/kbn_presentation_containers.devdocs.json @@ -22,7 +22,7 @@ "text": "CanAddNewPanel" } ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,7 +62,7 @@ "text": "CanDuplicatePanels" } ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -102,7 +102,7 @@ "text": "CanExpandPanels" } ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -116,7 +116,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -143,7 +143,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -157,7 +157,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -183,7 +183,7 @@ "text": "HasSaveNotification" } ], - "path": "packages/presentation/presentation_containers/interfaces/has_save_notification.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/has_save_notification.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -197,7 +197,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/has_save_notification.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/has_save_notification.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -224,7 +224,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +238,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -265,7 +265,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,7 +279,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -305,7 +305,7 @@ "text": "PresentationContainer" } ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -319,7 +319,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -345,7 +345,7 @@ "text": "PublishesSettings" } ], - "path": "packages/presentation/presentation_containers/interfaces/publishes_settings.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/publishes_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +359,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/publishes_settings.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/publishes_settings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -385,7 +385,7 @@ "text": "TrackContentfulRender" } ], - "path": "packages/presentation/presentation_containers/interfaces/performance_trackers.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/performance_trackers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -399,7 +399,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/performance_trackers.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/performance_trackers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -430,7 +430,7 @@ "Observable", "<{ [key: string]: object; } | undefined>" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -451,7 +451,7 @@ }, "<{ [key: string]: unknown; }>" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -472,7 +472,7 @@ "Observable", "" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -486,7 +486,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -501,7 +501,7 @@ "signature": [ "keyof ApiType" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -516,7 +516,7 @@ "signature": [ "(api: unknown) => api is ApiType" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -531,7 +531,7 @@ "signature": [ "PublishingSubjectType" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -546,7 +546,7 @@ "signature": [ "((array: PublishingSubjectType[]) => PublishingSubjectType) | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -573,7 +573,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -587,7 +587,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -630,7 +630,7 @@ }, "; cleanup: () => void; }" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -644,7 +644,7 @@ "signature": [ "RuntimeState" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -659,7 +659,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -681,7 +681,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -700,7 +700,7 @@ "signature": [ "(parent: unknown, isCompatible: (api: unknown) => api is ApiType, apiFound: (api: ApiType | undefined) => void | (() => void)) => () => void" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -714,7 +714,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -729,7 +729,7 @@ "signature": [ "(api: unknown) => api is ApiType" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -744,7 +744,7 @@ "signature": [ "(api: ApiType | undefined) => void | (() => void)" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -770,7 +770,7 @@ "text": "TracksOverlays" } ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -784,7 +784,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -804,7 +804,7 @@ "description": [ "\nThis API can add a new panel as a child." ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -826,7 +826,7 @@ }, ", displaySuccessMessage?: boolean | undefined) => Promise" ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -847,7 +847,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -862,7 +862,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -880,7 +880,7 @@ "tags": [], "label": "CanDuplicatePanels", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -894,7 +894,7 @@ "signature": [ "(panelId: string) => void" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -908,7 +908,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -926,7 +926,7 @@ "tags": [], "label": "CanExpandPanels", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -940,7 +940,7 @@ "signature": [ "(panelId: string) => void" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -954,7 +954,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1122,7 +1122,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_containers/interfaces/panel_management.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false } @@ -1146,7 +1146,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1160,7 +1160,7 @@ "signature": [ "(childId: string) => Partial | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1174,7 +1174,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1192,7 +1192,7 @@ "tags": [], "label": "HasSaveNotification", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/has_save_notification.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/has_save_notification.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1207,7 +1207,7 @@ "Subject", "" ], - "path": "packages/presentation/presentation_containers/interfaces/has_save_notification.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/has_save_notification.ts", "deprecated": false, "trackAdoption": false } @@ -1231,7 +1231,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1255,7 +1255,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1281,7 +1281,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1303,7 +1303,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1317,7 +1317,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/child_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1345,7 +1345,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1361,7 +1361,7 @@ "signature": [ "() => RuntimeState" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1387,7 +1387,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1398,7 +1398,7 @@ "tags": [], "label": "panelType", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false }, @@ -1412,7 +1412,7 @@ "signature": [ "SerializedState | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false } @@ -1443,7 +1443,7 @@ "text": "CanAddNewPanel" } ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1459,7 +1459,7 @@ "signature": [ "(panelId: string) => void" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1473,7 +1473,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1493,7 +1493,7 @@ "signature": [ "(() => boolean) | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1519,7 +1519,7 @@ }, ") => Promise" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1533,7 +1533,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1555,7 +1555,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1575,7 +1575,7 @@ "signature": [ "() => number" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1743,7 +1743,7 @@ "Observable", "<{ [key: string]: unknown; }>; }" ], - "path": "packages/presentation/presentation_containers/interfaces/presentation_container.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", "deprecated": false, "trackAdoption": false } @@ -1757,7 +1757,7 @@ "tags": [], "label": "PublishesSettings", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/publishes_settings.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/publishes_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1779,7 +1779,7 @@ }, "; }" ], - "path": "packages/presentation/presentation_containers/interfaces/publishes_settings.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/publishes_settings.ts", "deprecated": false, "trackAdoption": false } @@ -1805,7 +1805,7 @@ }, "" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1826,7 +1826,7 @@ }, "[] | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false }, @@ -1840,7 +1840,7 @@ "signature": [ "RawStateType" ], - "path": "packages/presentation/presentation_containers/interfaces/serialized_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/serialized_state.ts", "deprecated": false, "trackAdoption": false } @@ -1854,7 +1854,7 @@ "tags": [], "label": "TrackContentfulRender", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/performance_trackers.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/performance_trackers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1870,7 +1870,7 @@ "signature": [ "() => void" ], - "path": "packages/presentation/presentation_containers/interfaces/performance_trackers.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/performance_trackers.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1886,7 +1886,7 @@ "tags": [], "label": "TracksOverlays", "description": [], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1910,7 +1910,7 @@ "TracksOverlaysOptions", " | undefined) => void" ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1930,7 +1930,7 @@ "text": "OverlayRef" } ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1946,7 +1946,7 @@ "TracksOverlaysOptions", " | undefined" ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1964,7 +1964,7 @@ "signature": [ "() => void" ], - "path": "packages/presentation/presentation_containers/interfaces/tracks_overlays.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 093700a3ad7bd..e92dfbbb66877 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-containers title: "@kbn/presentation-containers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_presentation_publishing.devdocs.json index 4ceb8a61c0e47..4300e8875526b 100644 --- a/api_docs/kbn_presentation_publishing.devdocs.json +++ b/api_docs/kbn_presentation_publishing.devdocs.json @@ -22,7 +22,7 @@ "text": "CanAccessViewMode" } ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,7 +62,7 @@ "text": "CanLockHoverActions" } ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -102,7 +102,7 @@ "text": "HasAppContext" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -116,7 +116,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -142,7 +142,7 @@ "text": "HasDisableTriggers" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -156,7 +156,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -182,7 +182,7 @@ "text": "HasExecutionContext" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_execution_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_execution_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +196,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_execution_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -223,7 +223,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -237,7 +237,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -265,25 +265,25 @@ "text": "HasLegacyLibraryTransforms" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" } ], "children": [ @@ -297,7 +297,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -324,7 +324,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -338,7 +338,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -367,7 +367,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_parent_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_parent_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -381,7 +381,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_parent_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_parent_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -407,7 +407,7 @@ "text": "HasSupportedTriggers" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -421,7 +421,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -448,7 +448,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -462,7 +462,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -488,7 +488,7 @@ "text": "HasUniqueId" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_uuid.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_uuid.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -502,7 +502,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_uuid.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_uuid.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -529,7 +529,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -543,7 +543,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -558,7 +558,7 @@ "signature": [ "T" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -584,7 +584,7 @@ "text": "PublishesBlockingError" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -598,7 +598,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -624,7 +624,7 @@ "text": "PublishesDataLoading" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -638,7 +638,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -664,7 +664,7 @@ "text": "PublishesDataViews" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_views.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -678,7 +678,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_views.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -706,7 +706,7 @@ "text": "PublishesDisabledActionIds" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -720,7 +720,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -746,7 +746,7 @@ "text": "PublishesFilters" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -760,7 +760,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -786,7 +786,7 @@ "text": "PublishesPanelDescription" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -800,7 +800,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -826,7 +826,7 @@ "text": "PublishesPanelTitle" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -840,7 +840,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -867,7 +867,7 @@ }, ">" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -881,7 +881,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -907,7 +907,7 @@ "text": "PublishesPhaseEvents" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -921,7 +921,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -947,7 +947,7 @@ "text": "PublishesReload" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -961,7 +961,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -987,7 +987,7 @@ "text": "PublishesRendered" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_rendered.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_rendered.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1001,7 +1001,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_rendered.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_rendered.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1029,7 +1029,7 @@ "text": "PublishesSavedObjectId" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1043,7 +1043,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1069,7 +1069,7 @@ "text": "PublishesTimeRange" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1083,7 +1083,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1109,7 +1109,7 @@ "text": "PublishesTimeslice" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1123,7 +1123,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1149,7 +1149,7 @@ "text": "PublishesUnifiedSearch" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1163,7 +1163,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1190,7 +1190,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1204,7 +1204,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1232,7 +1232,7 @@ "text": "PublishesViewMode" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1246,7 +1246,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1272,7 +1272,7 @@ "text": "PublishesWritablePanelDescription" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1286,7 +1286,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1312,7 +1312,7 @@ "text": "PublishesWritablePanelTitle" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1326,7 +1326,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1352,7 +1352,7 @@ "text": "PublishesWritableUnifiedSearch" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1366,7 +1366,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1392,7 +1392,7 @@ "text": "PublishesWritableViewMode" } ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1406,7 +1406,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1425,7 +1425,7 @@ "signature": [ "(api: unknown) => boolean" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1439,7 +1439,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1468,7 +1468,7 @@ }, ">" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1482,7 +1482,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1519,7 +1519,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1540,7 +1540,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1567,7 +1567,7 @@ }, ", comparatorKeys: (keyof StateType)[]) => Partial" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1588,7 +1588,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1603,7 +1603,7 @@ "signature": [ "(keyof StateType)[]" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1630,7 +1630,7 @@ }, ">) => string | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1652,7 +1652,7 @@ }, ">" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1679,7 +1679,7 @@ }, ">) => string | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1701,7 +1701,7 @@ }, ">" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1730,7 +1730,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/comparators/fallback_comparator.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/fallback_comparator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1771,7 +1771,7 @@ }, "> | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1792,7 +1792,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1811,7 +1811,7 @@ "signature": [ "(api: unknown) => boolean" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1825,7 +1825,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1853,7 +1853,7 @@ "text": "HasEditCapabilities" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1867,7 +1867,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1920,7 +1920,7 @@ }, ">; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1940,7 +1940,7 @@ "text": "SerializedTimeRange" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1993,7 +1993,7 @@ }, "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2013,7 +2013,7 @@ "text": "SerializedTitles" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2040,7 +2040,7 @@ }, ", comparatorKeys: (keyof StateType)[], lastSavedState: StateType | undefined, latestState: Partial) => Partial | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2061,7 +2061,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2076,7 +2076,7 @@ "signature": [ "(keyof StateType)[]" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2091,7 +2091,7 @@ "signature": [ "StateType | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2106,7 +2106,7 @@ "signature": [ "Partial" ], - "path": "packages/presentation/presentation_publishing/comparators/state_comparators.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/state_comparators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2132,7 +2132,7 @@ "text": "SerializedTitles" } ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2146,7 +2146,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2171,7 +2171,7 @@ "UnwrapPublishingSubjectTuple", "" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2187,7 +2187,7 @@ "signature": [ "[...SubjectsType]" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2218,7 +2218,7 @@ "UnwrapPublishingSubjectTuple", "" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2234,7 +2234,7 @@ "signature": [ "[...SubjectsType]" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_batcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2260,7 +2260,7 @@ "text": "FetchContext" } ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2274,7 +2274,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2319,7 +2319,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2333,7 +2333,7 @@ "signature": [ "ApiType | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2362,7 +2362,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2378,7 +2378,7 @@ "signature": [ "T" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2469,7 +2469,7 @@ }, " | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2480,7 +2480,7 @@ "tags": [], "label": "{\n filters,\n query,\n timeRange,\n}", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2501,7 +2501,7 @@ }, "[] | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false }, @@ -2530,7 +2530,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false }, @@ -2551,7 +2551,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false } @@ -2591,7 +2591,7 @@ "ValueFromPublishingSubject", "" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2607,7 +2607,7 @@ "signature": [ "SubjectType" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2627,7 +2627,7 @@ "description": [ "\nThis API can lock hover actions" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2791,7 +2791,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -2805,7 +2805,7 @@ "signature": [ "(lock: boolean) => void" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2819,7 +2819,7 @@ "signature": [ "boolean" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_lock_hover_actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2837,7 +2837,7 @@ "tags": [], "label": "EmbeddableApiContext", "description": [], - "path": "packages/presentation/presentation_publishing/index.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2853,7 +2853,7 @@ "signature": [ "unknown" ], - "path": "packages/presentation/presentation_publishing/index.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/index.ts", "deprecated": false, "trackAdoption": false } @@ -2867,7 +2867,7 @@ "tags": [], "label": "EmbeddableAppContext", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2883,7 +2883,7 @@ "signature": [ "(() => string) | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2896,7 +2896,7 @@ "tags": [], "label": "currentAppId", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false } @@ -2910,7 +2910,7 @@ "tags": [], "label": "FetchContext", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2921,7 +2921,7 @@ "tags": [], "label": "isReload", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false }, @@ -2942,7 +2942,7 @@ }, "[] | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false }, @@ -2971,7 +2971,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false }, @@ -2985,7 +2985,7 @@ "signature": [ "string | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false }, @@ -3006,7 +3006,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false }, @@ -3020,7 +3020,7 @@ "signature": [ "[number, number] | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/fetch.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch.ts", "deprecated": false, "trackAdoption": false } @@ -3034,7 +3034,7 @@ "tags": [], "label": "HasAppContext", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3055,7 +3055,7 @@ "text": "EmbeddableAppContext" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_app_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3071,7 +3071,7 @@ "tags": [], "label": "HasDisableTriggers", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3082,7 +3082,7 @@ "tags": [], "label": "disableTriggers", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_disable_triggers.ts", "deprecated": false, "trackAdoption": false } @@ -3115,7 +3115,7 @@ "text": "HasTypeDisplayName" } ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3129,7 +3129,7 @@ "signature": [ "() => Promise" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3145,7 +3145,7 @@ "signature": [ "() => boolean" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3161,7 +3161,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_edit_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3177,7 +3177,7 @@ "tags": [], "label": "HasExecutionContext", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_execution_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_execution_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3199,7 +3199,7 @@ }, " | undefined; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_execution_context.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_execution_context.ts", "deprecated": false, "trackAdoption": false } @@ -3225,7 +3225,7 @@ }, " extends Partial,DuplicateTitleCheck" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3391,7 +3391,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false }, @@ -3407,7 +3407,7 @@ "signature": [ "(title: string) => Promise" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3421,7 +3421,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3443,7 +3443,7 @@ "signature": [ "() => RuntimeState" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3461,7 +3461,7 @@ "signature": [ "() => void" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3489,7 +3489,7 @@ }, " extends LibraryTransformGuards,DuplicateTitleCheck" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -3511,35 +3511,35 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts" + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts" + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/react_embeddable/library_transforms.ts" + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/react_embeddable/library_transforms.ts" + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts" } ], "children": [ @@ -3555,7 +3555,7 @@ "signature": [ "(title: string) => Promise" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3569,7 +3569,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3591,7 +3591,7 @@ "signature": [ "(libraryId: string) => StateT" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3605,7 +3605,7 @@ "signature": [ "string" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3627,7 +3627,7 @@ "signature": [ "() => StateT" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3655,7 +3655,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_parent_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_parent_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3669,7 +3669,7 @@ "signature": [ "ParentApiType" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_parent_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_parent_api.ts", "deprecated": false, "trackAdoption": false } @@ -3683,7 +3683,7 @@ "tags": [], "label": "HasSupportedTriggers", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3697,7 +3697,7 @@ "signature": [ "() => string[]" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_supported_triggers.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3723,7 +3723,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3737,7 +3737,7 @@ "signature": [ "T" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false } @@ -3751,7 +3751,7 @@ "tags": [], "label": "HasTypeDisplayName", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3765,7 +3765,7 @@ "signature": [ "() => string" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3781,7 +3781,7 @@ "signature": [ "(() => string) | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_type.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_type.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3797,7 +3797,7 @@ "tags": [], "label": "HasUniqueId", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_uuid.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_uuid.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3808,7 +3808,7 @@ "tags": [], "label": "uuid", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/has_uuid.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_uuid.ts", "deprecated": false, "trackAdoption": false } @@ -3822,7 +3822,7 @@ "tags": [], "label": "PhaseEvent", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3833,7 +3833,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3847,7 +3847,7 @@ "signature": [ "\"error\" | \"loading\" | \"rendered\" | \"loaded\"" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3868,7 +3868,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3879,7 +3879,7 @@ "tags": [], "label": "timeToEvent", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false } @@ -3893,7 +3893,7 @@ "tags": [], "label": "PublishesBlockingError", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4057,7 +4057,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_blocking_error.ts", "deprecated": false, "trackAdoption": false } @@ -4071,7 +4071,7 @@ "tags": [], "label": "PublishesDataLoading", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4235,7 +4235,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_loading.ts", "deprecated": false, "trackAdoption": false } @@ -4249,7 +4249,7 @@ "tags": [], "label": "PublishesDataViews", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_views.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4613,7 +4613,7 @@ }, "[] | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_views.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_views.ts", "deprecated": false, "trackAdoption": false } @@ -4627,7 +4627,7 @@ "tags": [], "label": "PublishesDisabledActionIds", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4791,7 +4791,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false }, @@ -4805,7 +4805,7 @@ "signature": [ "(ids: string[] | undefined) => void" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4819,7 +4819,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4837,7 +4837,7 @@ "signature": [ "(() => boolean) | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_disabled_action_ids.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4853,7 +4853,7 @@ "tags": [], "label": "PublishesFilters", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5217,7 +5217,7 @@ }, "[] | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false } @@ -5231,7 +5231,7 @@ "tags": [], "label": "PublishesPanelDescription", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5395,7 +5395,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false }, @@ -5416,7 +5416,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false } @@ -5430,7 +5430,7 @@ "tags": [], "label": "PublishesPanelTitle", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5594,7 +5594,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false }, @@ -5758,7 +5758,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false }, @@ -5779,7 +5779,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false } @@ -5793,7 +5793,7 @@ "tags": [], "label": "PublishesPhaseEvents", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6157,7 +6157,7 @@ }, " | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false } @@ -6171,7 +6171,7 @@ "tags": [], "label": "PublishesReload", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6331,7 +6331,7 @@ "Subscription", "; }; toPromise: { (): Promise; (PromiseCtor: PromiseConstructor): Promise; (PromiseCtor: PromiseConstructorLike): Promise; }; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_reload.ts", "deprecated": false, "trackAdoption": false } @@ -6345,7 +6345,7 @@ "tags": [], "label": "PublishesRendered", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_rendered.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_rendered.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6509,7 +6509,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_rendered.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_rendered.ts", "deprecated": false, "trackAdoption": false } @@ -6525,7 +6525,7 @@ "description": [ "\nThis API publishes a saved object id which can be used to determine which saved object this API is linked to." ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6689,7 +6689,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_saved_object_id.ts", "deprecated": false, "trackAdoption": false } @@ -6721,7 +6721,7 @@ }, ">" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7085,7 +7085,7 @@ }, " | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false }, @@ -7106,7 +7106,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false } @@ -7120,7 +7120,7 @@ "tags": [], "label": "PublishesTimeslice", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7284,7 +7284,7 @@ "Observable", "<[number, number] | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false } @@ -7308,7 +7308,7 @@ }, "" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7472,7 +7472,7 @@ "Observable", " | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, "trackAdoption": false }, @@ -7486,7 +7486,7 @@ "signature": [ "() => boolean" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -7504,7 +7504,7 @@ "description": [ "\nThis API publishes a universal view mode which can change compatibility of actions and the\nvisibility of components." ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7868,7 +7868,7 @@ }, ">; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false } @@ -7882,7 +7882,7 @@ "tags": [], "label": "SerializedTimeRange", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7903,7 +7903,7 @@ }, " | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/initialize_time_range.ts", "deprecated": false, "trackAdoption": false } @@ -7917,7 +7917,7 @@ "tags": [], "label": "SerializedTitles", "description": [], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7931,7 +7931,7 @@ "signature": [ "string | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false }, @@ -7945,7 +7945,7 @@ "signature": [ "string | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false }, @@ -7959,7 +7959,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/titles_api.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/titles_api.ts", "deprecated": false, "trackAdoption": false } @@ -8005,7 +8005,7 @@ }, ">>>" ], - "path": "packages/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/can_access_view_mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8036,7 +8036,7 @@ }, " | undefined)?]" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8051,7 +8051,7 @@ "signature": [ "(last: StateType[KeyType] | undefined, current: StateType[KeyType] | undefined, lastState?: Partial | undefined, currentState?: Partial | undefined) => boolean" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8066,7 +8066,7 @@ "signature": [ "StateType[KeyType] | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -8080,7 +8080,7 @@ "signature": [ "StateType[KeyType] | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -8094,7 +8094,7 @@ "signature": [ "Partial | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -8108,7 +8108,7 @@ "signature": [ "Partial | undefined" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false } @@ -8135,25 +8135,25 @@ }, ", \"canLinkToLibrary\" | \"canUnlinkFromLibrary\"> & { linkToLibrary: () => Promise; unlinkFromLibrary: () => Promise; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/has_library_transforms.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_library_transforms.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx" } ], "initialIsOpen": false @@ -8170,7 +8170,7 @@ "signature": [ "\"error\" | \"loading\" | \"rendered\" | \"loaded\"" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8224,7 +8224,7 @@ }, " | undefined>; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8254,7 +8254,7 @@ }, "[]) => void; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_data_views.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_data_views.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8276,7 +8276,7 @@ }, " & { setPanelDescription: (newTitle: string | undefined) => void; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_description.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8298,7 +8298,7 @@ }, " & { setPanelTitle: (newTitle: string | undefined) => void; setHidePanelTitle: (hide: boolean | undefined) => void; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/titles/publishes_panel_title.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8376,7 +8376,7 @@ }, " | undefined) => void; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_unified_search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8408,7 +8408,7 @@ }, ") => void; }" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8575,7 +8575,7 @@ "Observable", "; }" ], - "path": "packages/presentation/presentation_publishing/publishing_subject/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8598,7 +8598,7 @@ }, "; }" ], - "path": "packages/presentation/presentation_publishing/comparators/types.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/comparators/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8613,7 +8613,7 @@ "signature": [ "\"edit\" | \"view\" | \"print\" | \"preview\"" ], - "path": "packages/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_view_mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index d83acc8a77295..f89cf39a6b636 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing title: "@kbn/presentation-publishing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin -date: 2024-12-23 +date: 2024-12-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 f079801bb6c30..c2fa6c1302250 100644 --- a/api_docs/kbn_product_doc_artifact_builder.mdx +++ b/api_docs/kbn_product_doc_artifact_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-artifact-builder title: "@kbn/product-doc-artifact-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-artifact-builder plugin -date: 2024-12-23 +date: 2024-12-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 b515de194b0f1..e01400d83b176 100644 --- a/api_docs/kbn_product_doc_common.mdx +++ b/api_docs/kbn_product_doc_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-common title: "@kbn/product-doc-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-common plugin -date: 2024-12-23 +date: 2024-12-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_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 5aa8ba80a3d2a..b4b6a95e528d1 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils title: "@kbn/profiling-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index eadfbb0d8294e..96b8df160299b 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2024-12-23 +date: 2024-12-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 c130fc6d3044a..147245c172b27 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field title: "@kbn/react-field" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin -date: 2024-12-23 +date: 2024-12-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 0e95a9cba811d..d8ad87156c18d 100644 --- a/api_docs/kbn_react_hooks.mdx +++ b/api_docs/kbn_react_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-hooks title: "@kbn/react-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-hooks plugin -date: 2024-12-23 +date: 2024-12-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 6f4d029164a19..75f0405cb5a2a 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common title: "@kbn/react-kibana-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_react_kibana_context_render.devdocs.json index 94ea2f639e0de..46459a91d8c48 100644 --- a/api_docs/kbn_react_kibana_context_render.devdocs.json +++ b/api_docs/kbn_react_kibana_context_render.devdocs.json @@ -93,13 +93,7 @@ "text": "I18nStart" }, "; analytics?: Pick<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; executionContext?: ", { "pluginId": "@kbn/core-execution-context-browser", diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index b077b41290718..c6174fe173814 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render title: "@kbn/react-kibana-context-render" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_react_kibana_context_root.devdocs.json index 7460c7c16cc1e..f81ac5f4ff05b 100644 --- a/api_docs/kbn_react_kibana_context_root.devdocs.json +++ b/api_docs/kbn_react_kibana_context_root.devdocs.json @@ -270,13 +270,7 @@ ], "signature": [ "Pick<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ", \"reportEvent\"> | undefined" ], "path": "packages/react/kibana_context/root/root_provider.tsx", diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index c798e6a1817e1..bb43be4ac7b9e 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root title: "@kbn/react-kibana-context-root" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin -date: 2024-12-23 +date: 2024-12-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 78567522eb232..3c119e39f08b5 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled title: "@kbn/react-kibana-context-styled" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin -date: 2024-12-23 +date: 2024-12-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 3a7f5a62459f6..2e5f56c7a434b 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme title: "@kbn/react-kibana-context-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_react_kibana_mount.devdocs.json index c55e4669fa28f..bbb272487b6ce 100644 --- a/api_docs/kbn_react_kibana_mount.devdocs.json +++ b/api_docs/kbn_react_kibana_mount.devdocs.json @@ -258,13 +258,7 @@ "text": "I18nStart" }, "; analytics?: Pick<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 009ff8928064c..e99d08e4b283e 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount title: "@kbn/react-kibana-mount" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin -date: 2024-12-23 +date: 2024-12-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 b7c495e02bd56..23c2c59b7ebd8 100644 --- a/api_docs/kbn_react_mute_legacy_root_warning.mdx +++ b/api_docs/kbn_react_mute_legacy_root_warning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-mute-legacy-root-warning title: "@kbn/react-mute-legacy-root-warning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-mute-legacy-root-warning plugin -date: 2024-12-23 +date: 2024-12-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 e763a03774e4f..968cac4318e67 100644 --- a/api_docs/kbn_recently_accessed.mdx +++ b/api_docs/kbn_recently_accessed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-recently-accessed title: "@kbn/recently-accessed" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/recently-accessed plugin -date: 2024-12-23 +date: 2024-12-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 f34335960892c..812f1eaafad49 100644 --- a/api_docs/kbn_relocate.mdx +++ b/api_docs/kbn_relocate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-relocate title: "@kbn/relocate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/relocate plugin -date: 2024-12-23 +date: 2024-12-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 ee7ce6af81a88..3d0e480481bdf 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps title: "@kbn/repo-file-maps" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin -date: 2024-12-23 +date: 2024-12-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 0acc8a696962a..92024608f5fa6 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter title: "@kbn/repo-linter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin -date: 2024-12-23 +date: 2024-12-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 8cafca86c776a..b62ee8cc2c400 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path title: "@kbn/repo-path" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin -date: 2024-12-23 +date: 2024-12-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 d4ae238dd1bab..cfd2885b843ca 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier title: "@kbn/repo-source-classifier" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin -date: 2024-12-23 +date: 2024-12-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 718cb0d07c4f9..48f62d61dc175 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common title: "@kbn/reporting-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin -date: 2024-12-23 +date: 2024-12-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 32923b0a696e2..e1f5d1e914479 100644 --- a/api_docs/kbn_reporting_csv_share_panel.mdx +++ b/api_docs/kbn_reporting_csv_share_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-csv-share-panel title: "@kbn/reporting-csv-share-panel" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-csv-share-panel plugin -date: 2024-12-23 +date: 2024-12-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 cfac3996a9d6d..2ac8ed3d7eae5 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv title: "@kbn/reporting-export-types-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin -date: 2024-12-23 +date: 2024-12-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 68519877ff035..4464e3aafbefe 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common title: "@kbn/reporting-export-types-csv-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin -date: 2024-12-23 +date: 2024-12-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 d50f95e340889..1b839fe19f175 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf title: "@kbn/reporting-export-types-pdf" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin -date: 2024-12-23 +date: 2024-12-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 7ed86555ad613..e32e3b5cdddcf 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common title: "@kbn/reporting-export-types-pdf-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin -date: 2024-12-23 +date: 2024-12-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 7829b859023cd..1c7b750926464 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png title: "@kbn/reporting-export-types-png" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin -date: 2024-12-23 +date: 2024-12-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 8a322d470ac30..70f97b7d20f82 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common title: "@kbn/reporting-export-types-png-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin -date: 2024-12-23 +date: 2024-12-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 91fbe308e6da8..07ad75810ef35 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server title: "@kbn/reporting-mocks-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_reporting_public.devdocs.json index 474ecf1139f3e..e6bbec136221d 100644 --- a/api_docs/kbn_reporting_public.devdocs.json +++ b/api_docs/kbn_reporting_public.devdocs.json @@ -1780,13 +1780,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "packages/kbn-reporting/public/index.ts", "deprecated": false, diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 3f782ffb015fa..a065c92fc7757 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public title: "@kbn/reporting-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin -date: 2024-12-23 +date: 2024-12-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 1f77e14bf3398..9dafc2a49bb7a 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server title: "@kbn/reporting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin -date: 2024-12-23 +date: 2024-12-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 b196856296b00..01fd2b7156c22 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout title: "@kbn/resizable-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin -date: 2024-12-23 +date: 2024-12-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_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index f4a1c64129056..dff6bf4c1b279 100644 --- a/api_docs/kbn_response_ops_feature_flag_service.mdx +++ b/api_docs/kbn_response_ops_feature_flag_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-feature-flag-service title: "@kbn/response-ops-feature-flag-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-feature-flag-service plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-feature-flag-service'] --- import kbnResponseOpsFeatureFlagServiceObj from './kbn_response_ops_feature_flag_service.devdocs.json'; diff --git a/api_docs/kbn_response_ops_rule_form.devdocs.json b/api_docs/kbn_response_ops_rule_form.devdocs.json index 1df902627c59b..64fb522c5d7d0 100644 --- a/api_docs/kbn_response_ops_rule_form.devdocs.json +++ b/api_docs/kbn_response_ops_rule_form.devdocs.json @@ -1376,13 +1376,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_response_ops_rule_form.mdx b/api_docs/kbn_response_ops_rule_form.mdx index 9e3b2401798d7..bba45fe40ea2c 100644 --- a/api_docs/kbn_response_ops_rule_form.mdx +++ b/api_docs/kbn_response_ops_rule_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-form title: "@kbn/response-ops-rule-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-form plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-form'] --- import kbnResponseOpsRuleFormObj from './kbn_response_ops_rule_form.devdocs.json'; diff --git a/api_docs/kbn_response_ops_rule_params.mdx b/api_docs/kbn_response_ops_rule_params.mdx index 780f12f617246..d77b9d06da11c 100644 --- a/api_docs/kbn_response_ops_rule_params.mdx +++ b/api_docs/kbn_response_ops_rule_params.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-params title: "@kbn/response-ops-rule-params" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-params plugin -date: 2024-12-23 +date: 2024-12-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 6b17638a261a3..68da6e40afb01 100644 --- a/api_docs/kbn_rison.mdx +++ b/api_docs/kbn_rison.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison title: "@kbn/rison" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rison plugin -date: 2024-12-23 +date: 2024-12-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 ed937c366ef70..ac93d444176fa 100644 --- a/api_docs/kbn_rollup.mdx +++ b/api_docs/kbn_rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rollup title: "@kbn/rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rollup plugin -date: 2024-12-23 +date: 2024-12-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 e648dc8487f94..7d6b271d9622c 100644 --- a/api_docs/kbn_router_to_openapispec.mdx +++ b/api_docs/kbn_router_to_openapispec.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-to-openapispec title: "@kbn/router-to-openapispec" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-to-openapispec plugin -date: 2024-12-23 +date: 2024-12-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 2ea0840b79201..d37ad020b2e10 100644 --- a/api_docs/kbn_router_utils.mdx +++ b/api_docs/kbn_router_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-utils title: "@kbn/router-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-utils plugin -date: 2024-12-23 +date: 2024-12-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 5fa99e11fe5e0..f460010e6a2b9 100644 --- a/api_docs/kbn_rrule.mdx +++ b/api_docs/kbn_rrule.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rrule title: "@kbn/rrule" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rrule plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- import kbnRruleObj from './kbn_rrule.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index a5268af34b5f7..709fdbf598c4c 100644 --- a/api_docs/kbn_rule_data_utils.mdx +++ b/api_docs/kbn_rule_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils title: "@kbn/rule-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rule-data-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index ad1f43091f22f..5e4260198c14c 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings title: "@kbn/saved-objects-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin -date: 2024-12-23 +date: 2024-12-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 13764aa2ab0a6..d110e5fa09031 100644 --- a/api_docs/kbn_saved_search_component.mdx +++ b/api_docs/kbn_saved_search_component.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-search-component title: "@kbn/saved-search-component" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-search-component plugin -date: 2024-12-23 +date: 2024-12-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.mdx b/api_docs/kbn_scout.mdx index 632d195918223..7395ce3f3f016 100644 --- a/api_docs/kbn_scout.mdx +++ b/api_docs/kbn_scout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout title: "@kbn/scout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout'] --- import kbnScoutObj from './kbn_scout.devdocs.json'; diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx index b9678faee872c..7b60a3485f738 100644 --- a/api_docs/kbn_scout_info.mdx +++ b/api_docs/kbn_scout_info.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-info title: "@kbn/scout-info" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-info plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-info'] --- import kbnScoutInfoObj from './kbn_scout_info.devdocs.json'; diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx index d6203580a2c15..190979b353b88 100644 --- a/api_docs/kbn_scout_reporting.mdx +++ b/api_docs/kbn_scout_reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-reporting title: "@kbn/scout-reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-reporting plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] --- import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index e412572b8714b..a828694c9f2a8 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-screenshotting-server title: "@kbn/screenshotting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin -date: 2024-12-23 +date: 2024-12-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 27ee456d91d49..08ce42ecd59c9 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-components title: "@kbn/search-api-keys-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin -date: 2024-12-23 +date: 2024-12-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 4e74a36e16dda..4ead466b2d3f5 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-server title: "@kbn/search-api-keys-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_search_api_panels.devdocs.json index 78824e760c8fc..5feb9b8a79b38 100644 --- a/api_docs/kbn_search_api_panels.devdocs.json +++ b/api_docs/kbn_search_api_panels.devdocs.json @@ -1173,13 +1173,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - }, + "ApplicationStart", " | undefined" ], "path": "packages/kbn-search-api-panels/components/select_client.tsx", diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index 8bc34e82cb4d4..4f219caa1e9b4 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2024-12-23 +date: 2024-12-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 423e0e75dc377..142e7aa0f9509 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2024-12-23 +date: 2024-12-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 16e10bbe6ae27..f37753390cd69 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2024-12-23 +date: 2024-12-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 53abbc168312e..39d058ae28f07 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2024-12-23 +date: 2024-12-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_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index bdde712ea87bc..3545fee985d1b 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2024-12-23 +date: 2024-12-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 e03d124092f4a..ece6b767cde39 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-shared-ui title: "@kbn/search-shared-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin -date: 2024-12-23 +date: 2024-12-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 bb9bc8a5e5f7d..4930306a3386c 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-types title: "@kbn/search-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 43047e0a06e3f..7adadb5025e2b 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-api-key-management title: "@kbn/security-api-key-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin -date: 2024-12-23 +date: 2024-12-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 42069984a4140..6e827513af072 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core title: "@kbn/security-authorization-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin -date: 2024-12-23 +date: 2024-12-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 63f34c1a8e67f..cf743b6da8b7f 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core-common title: "@kbn/security-authorization-core-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin -date: 2024-12-23 +date: 2024-12-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 74fbd9484d1b2..f2c242329619d 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-form-components title: "@kbn/security-form-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin -date: 2024-12-23 +date: 2024-12-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 07d1a4c059f21..e09db01d6594b 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2024-12-23 +date: 2024-12-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 1ce2da3d5249f..c0d6f15576f8b 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2024-12-23 +date: 2024-12-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 6f0b1125ba161..650674fa986b8 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2024-12-23 +date: 2024-12-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 da43c92793d98..87ee596d85886 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2024-12-23 +date: 2024-12-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 9ee6415692b7d..0a539610bb943 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-role-management-model title: "@kbn/security-role-management-model" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin -date: 2024-12-23 +date: 2024-12-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_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 22da77a5c2232..5613ef8503555 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar title: "@kbn/security-solution-distribution-bar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-distribution-bar plugin -date: 2024-12-23 +date: 2024-12-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 4e2fd77a59f29..5fbfcd72090a6 100644 --- a/api_docs/kbn_security_solution_features.devdocs.json +++ b/api_docs/kbn_security_solution_features.devdocs.json @@ -60,13 +60,7 @@ "[] | undefined; order?: number | undefined; name: string; alerting?: ", "AlertingKibanaPrivilege", " | undefined; cases?: readonly string[] | undefined; hidden?: boolean | undefined; description?: string | undefined; category: ", - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", "; management?: { [sectionId: string]: readonly string[]; } | undefined; app: readonly string[]; readonly deprecated?: Readonly<{ notice: string; }> | undefined; privileges: { all: ", { "pluginId": "features", @@ -175,13 +169,7 @@ "[] | undefined; order?: number | undefined; name: string; alerting?: ", "AlertingKibanaPrivilege", " | undefined; cases?: readonly string[] | undefined; hidden?: boolean | undefined; description?: string | undefined; category: ", - { - "pluginId": "@kbn/core-application-common", - "scope": "common", - "docId": "kibKbnCoreApplicationCommonPluginApi", - "section": "def-common.AppCategory", - "text": "AppCategory" - }, + "AppCategory", "; management?: { [sectionId: string]: readonly string[]; } | undefined; app: readonly string[]; readonly deprecated?: Readonly<{ notice: string; }> | undefined; privileges: { all: ", { "pluginId": "features", diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index f5e569a87328a..0a91cf10ea5b8 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_security_solution_navigation.devdocs.json index 45942b22304fd..3b74efc9473ce 100644 --- a/api_docs/kbn_security_solution_navigation.devdocs.json +++ b/api_docs/kbn_security_solution_navigation.devdocs.json @@ -1041,13 +1041,7 @@ "description": [], "signature": [ "(param: { url?: string | undefined; appId?: string | undefined; restoreScroll?: boolean | undefined; } & ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", ") => void" ], "path": "x-pack/solutions/security/packages/navigation/src/navigation.ts", @@ -1064,13 +1058,7 @@ "description": [], "signature": [ "{ url?: string | undefined; appId?: string | undefined; restoreScroll?: boolean | undefined; } & ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - } + "NavigateToAppOptions" ], "path": "x-pack/solutions/security/packages/navigation/src/navigation.ts", "deprecated": false, diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 83e8973ed3bcd..e8cfab5250db8 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2024-12-23 +date: 2024-12-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 303c98ad4db38..0c7b33fa47d9d 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2024-12-23 +date: 2024-12-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 9e59f5cf38d23..6b5ad05cf64aa 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2024-12-23 +date: 2024-12-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 3ff802112eaea..783ef75399236 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ui-components title: "@kbn/security-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin -date: 2024-12-23 +date: 2024-12-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 40111f7a844ef..e19e3e4bfbe5b 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2024-12-23 +date: 2024-12-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 94500ce4cf42a..c8d022bf73020 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2024-12-23 +date: 2024-12-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 28d47b12b78bf..c9e6648691114 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2024-12-23 +date: 2024-12-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 f0e552f43cc8a..bdc4b6567c11d 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2024-12-23 +date: 2024-12-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 7618e59f74b6a..7129294283034 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2024-12-23 +date: 2024-12-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 6d55af2d6d65f..26be41e453fb7 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2024-12-23 +date: 2024-12-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 0e5fcb7de5344..caf8e910d0e44 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2024-12-23 +date: 2024-12-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 c3093852aca1b..7f7a794403a5f 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2024-12-23 +date: 2024-12-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 5839cd0aaccf6..e524450411f32 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2024-12-23 +date: 2024-12-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 c59ebaed69ca4..93efdcb0f3c00 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2024-12-23 +date: 2024-12-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 0024d4b943b99..76402a9542618 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2024-12-23 +date: 2024-12-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 67b3b2cc2fa20..13b4852ea084a 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2024-12-23 +date: 2024-12-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 dcf44a7bc6284..a28363b36614b 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2024-12-23 +date: 2024-12-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 f23e814a6f9ff..678d2d51eafd8 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2024-12-23 +date: 2024-12-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 0ed82261721fb..5e06e66ddb2de 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2024-12-23 +date: 2024-12-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 6e1244c7d7423..bd36a7c700d46 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2024-12-23 +date: 2024-12-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 e2a9c027bc774..eca0764396ad1 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2024-12-23 +date: 2024-12-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 7e8933fa0f9b7..443f58610f06a 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2024-12-23 +date: 2024-12-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 e73ab0b2c6b14..2e193bba55d96 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2024-12-23 +date: 2024-12-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 bfce89653262c..fad3d5fb4963d 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-client title: "@kbn/server-route-repository-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin -date: 2024-12-23 +date: 2024-12-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 f7c7a92adcc54..e58a6416ba344 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-utils title: "@kbn/server-route-repository-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-utils plugin -date: 2024-12-23 +date: 2024-12-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_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index b007d6cca93c0..babdd2fe05766 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2024-12-23 +date: 2024-12-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 cfa39c2783337..943c7c75fdfca 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2024-12-23 +date: 2024-12-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_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index 763c24c492d5e..fde7b330c1546 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher title: "@kbn/serverless-project-switcher" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher'] --- import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index 90ca19e90ded7..c0b1770a6cd13 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2024-12-23 +date: 2024-12-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 d7d0262179bed..fcfc4c8f474dd 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2024-12-23 +date: 2024-12-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 b4eb5ac16d5cf..1a2c7ba961c4c 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2024-12-23 +date: 2024-12-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 ca7b854f619a5..d74d0e9bb736e 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2024-12-23 +date: 2024-12-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 956ad384d387e..38314be8cdb3b 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2024-12-23 +date: 2024-12-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 a2ac7f4864802..fc0df5ec1a1a9 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2024-12-23 +date: 2024-12-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 afe7bad072edb..31649f5399aa3 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2024-12-23 +date: 2024-12-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 a5a1793d6ddd8..01a8da755bf83 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2024-12-23 +date: 2024-12-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 1c9331256d8e4..0c21075417dfc 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json index 11d4e3caff928..60e5024fa01e4 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json +++ b/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json @@ -183,13 +183,7 @@ "description": [], "signature": [ "{ application: { navigateToUrl: (url: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToUrlOptions", - "text": "NavigateToUrlOptions" - }, + "NavigateToUrlOptions", " | undefined) => Promise; }; chrome: { recentlyAccessed: { get$: () => ", "Observable", "<", @@ -327,13 +321,7 @@ "description": [], "signature": [ "(url: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToUrlOptions", - "text": "NavigateToUrlOptions" - }, + "NavigateToUrlOptions", " | undefined) => Promise" ], "path": "packages/shared-ux/chrome/navigation/src/types.ts", @@ -348,7 +336,7 @@ "tags": [], "label": "url", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -360,16 +348,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToUrlOptions", - "text": "NavigateToUrlOptions" - }, + "NavigateToUrlOptions", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index d4d090476ac19..23029a1e64b4f 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2024-12-23 +date: 2024-12-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 d5f64fb56ddfa..ffb17e1ca7caf 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2024-12-23 +date: 2024-12-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 c64475fe2ff69..a642d59aad1b2 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2024-12-23 +date: 2024-12-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 e29dcc6fd8471..3ee576c793f68 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2024-12-23 +date: 2024-12-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 e0500b1305428..cd0f6b7bafa78 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2024-12-23 +date: 2024-12-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 47c611a77134a..a73322a76c1ad 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2024-12-23 +date: 2024-12-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 b968ee4ea62f9..bb55905c843d1 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2024-12-23 +date: 2024-12-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 8014f04d41bb9..020927aa2dcfa 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2024-12-23 +date: 2024-12-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 f08608ef75015..2745f7b0b5196 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2024-12-23 +date: 2024-12-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 13eabed5c75b5..41945841eede1 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2024-12-23 +date: 2024-12-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 355e351885443..dd8e19295c891 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2024-12-23 +date: 2024-12-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 0acd72e18c731..0eff9efabb8c1 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2024-12-23 +date: 2024-12-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 c66e85e583f0b..fe3fe0e59e8a6 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2024-12-23 +date: 2024-12-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 114e20c9ecb96..35255b73d49b2 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2024-12-23 +date: 2024-12-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 5c0e3e6e051e4..d748b1b976a05 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2024-12-23 +date: 2024-12-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 3997ab6b07e4d..397282a95c131 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2024-12-23 +date: 2024-12-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 0b22cabe855f4..cf9e144d497e7 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2024-12-23 +date: 2024-12-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 356395d72c4c9..30afaac2872fd 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2024-12-23 +date: 2024-12-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 9ff4796789531..1efec5952aa11 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2024-12-23 +date: 2024-12-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 d29587b4be4f9..ad09b1d845a08 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2024-12-23 +date: 2024-12-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 699d1ebb78559..d61a990eaee06 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2024-12-23 +date: 2024-12-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 69b95559399c6..e850b68803282 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2024-12-23 +date: 2024-12-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 d87cb49c83f43..084ed0a41b289 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2024-12-23 +date: 2024-12-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 68d78104e4500..8669b2fbf5b74 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2024-12-23 +date: 2024-12-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 143f8f9456b4c..dc3f9b555ee55 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2024-12-23 +date: 2024-12-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 2a81e8d477b0a..33bfe076f9a53 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2024-12-23 +date: 2024-12-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 7cbdb11b5d115..429728b946fa0 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2024-12-23 +date: 2024-12-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 6104f5d801560..d78266c75065b 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2024-12-23 +date: 2024-12-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 19debd5de2ea6..d4b884bae2a6f 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2024-12-23 +date: 2024-12-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 00ef6a36464c3..48f7e7208348e 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2024-12-23 +date: 2024-12-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 c6c21ff0199f4..21ff8f160690d 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2024-12-23 +date: 2024-12-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 2f020420fd483..d6af7f1f6ba13 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2024-12-23 +date: 2024-12-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 3ca2bb1729e9e..87009e9c3f838 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal title: "@kbn/shared-ux-tabbed-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin -date: 2024-12-23 +date: 2024-12-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 9f3d1bf6c2ff6..f9bee8e953707 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist title: "@kbn/shared-ux-table-persist" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_shared_ux_utility.devdocs.json index 2a5982327f50e..712774ac927f0 100644 --- a/api_docs/kbn_shared_ux_utility.devdocs.json +++ b/api_docs/kbn_shared_ux_utility.devdocs.json @@ -304,13 +304,7 @@ "\nThe `AnalyticsServiceStart` object from `CoreStart`" ], "signature": [ - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", " | undefined" ], "path": "packages/kbn-shared-ux-utility/src/with_suspense.tsx", diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index e00f35430725e..74ac274580636 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2024-12-23 +date: 2024-12-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 41f6113e7a94f..0482b0b26da30 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2024-12-23 +date: 2024-12-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 a5c6a74f6f53f..4613f823bbdd5 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2024-12-23 +date: 2024-12-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 81ceb458d7fb6..c45d3c4925b8b 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index 83533004684e1..817b45b5d8237 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils title: "@kbn/sse-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin -date: 2024-12-23 +date: 2024-12-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 d37bdcf73a98a..d5de8ef00f99c 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-client title: "@kbn/sse-utils-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin -date: 2024-12-23 +date: 2024-12-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 f0cb22c91c8fb..246006856ff37 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-server title: "@kbn/sse-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin -date: 2024-12-23 +date: 2024-12-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 35745dde8d875..d9c1b185e0bf0 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2024-12-23 +date: 2024-12-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 10250a9e89ce1..7cb18247ecf06 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2024-12-23 +date: 2024-12-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_storybook.mdx b/api_docs/kbn_storybook.mdx index 48cadeca0f337..efc7ef391981d 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_streams_schema.devdocs.json b/api_docs/kbn_streams_schema.devdocs.json new file mode 100644 index 0000000000000..377cd97e90f64 --- /dev/null +++ b/api_docs/kbn_streams_schema.devdocs.json @@ -0,0 +1,4402 @@ +{ + "id": "@kbn/streams-schema", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isAndCondition", + "type": "Function", + "tags": [], + "label": "isAndCondition", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isAndCondition.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isDissectProcessor", + "type": "Function", + "tags": [], + "label": "isDissectProcessor", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isDissectProcessor.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isFilterCondition", + "type": "Function", + "tags": [], + "label": "isFilterCondition", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isFilterCondition.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isGrokProcessor", + "type": "Function", + "tags": [], + "label": "isGrokProcessor", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isGrokProcessor.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestReadStream", + "type": "Function", + "tags": [], + "label": "isIngestReadStream", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestReadStream.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestStream", + "type": "Function", + "tags": [], + "label": "isIngestStream", + "description": [], + "signature": [ + "(subject: { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestStream.$1", + "type": "CompoundType", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestStreamConfig", + "type": "Function", + "tags": [], + "label": "isIngestStreamConfig", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isIngestStreamConfig.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isOrCondition", + "type": "Function", + "tags": [], + "label": "isOrCondition", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isOrCondition.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isReadStream", + "type": "Function", + "tags": [], + "label": "isReadStream", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isReadStream.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isSchema", + "type": "Function", + "tags": [], + "label": "isSchema", + "description": [], + "signature": [ + "(zodSchema: Zod.ZodType, subject: T) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isSchema.$1", + "type": "Object", + "tags": [], + "label": "zodSchema", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isSchema.$2", + "type": "Uncategorized", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "T" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isStream", + "type": "Function", + "tags": [], + "label": "isStream", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isStream.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isStreamConfig", + "type": "Function", + "tags": [], + "label": "isStreamConfig", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isStreamConfig.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredReadStream", + "type": "Function", + "tags": [], + "label": "isWiredReadStream", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredReadStream.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredStream", + "type": "Function", + "tags": [], + "label": "isWiredStream", + "description": [], + "signature": [ + "(subject: { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredStream.$1", + "type": "CompoundType", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredStreamConfig", + "type": "Function", + "tags": [], + "label": "isWiredStreamConfig", + "description": [], + "signature": [ + "(subject: any) => boolean" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.isWiredStreamConfig.$1", + "type": "Any", + "tags": [], + "label": "subject", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/packages/kbn-streams-schema/src/helpers/type_guards.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.AndCondition", + "type": "Interface", + "tags": [], + "label": "AndCondition", + "description": [], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.AndCondition.and", + "type": "Array", + "tags": [], + "label": "and", + "description": [], + "signature": [ + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "[]" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.OrCondition", + "type": "Interface", + "tags": [], + "label": "OrCondition", + "description": [], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.OrCondition.or", + "type": "Array", + "tags": [], + "label": "or", + "description": [], + "signature": [ + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "[]" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.BinaryFilterCondition", + "type": "Type", + "tags": [], + "label": "BinaryFilterCondition", + "description": [], + "signature": [ + "{ value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.Condition", + "type": "Type", + "tags": [], + "label": "Condition", + "description": [], + "signature": [ + "{ field: string; operator: \"exists\" | \"notExists\"; } | { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; } | ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.AndCondition", + "text": "AndCondition" + }, + " | ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.OrCondition", + "text": "OrCondition" + }, + " | undefined" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.DissectProcssingDefinition", + "type": "Type", + "tags": [], + "label": "DissectProcssingDefinition", + "description": [], + "signature": [ + "{ dissect: { field: string; pattern: string; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ElasticsearchAsset", + "type": "Type", + "tags": [], + "label": "ElasticsearchAsset", + "description": [], + "signature": [ + "{ id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[]" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.FieldDefinition", + "type": "Type", + "tags": [], + "label": "FieldDefinition", + "description": [], + "signature": [ + "{ [x: string]: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.FieldDefinitionConfig", + "type": "Type", + "tags": [], + "label": "FieldDefinitionConfig", + "description": [], + "signature": [ + "{ type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.FieldDefinitionConfigWithName", + "type": "Type", + "tags": [], + "label": "FieldDefinitionConfigWithName", + "description": [], + "signature": [ + "{ type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.FilterCondition", + "type": "Type", + "tags": [], + "label": "FilterCondition", + "description": [], + "signature": [ + "{ field: string; operator: \"exists\" | \"notExists\"; } | { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.GrokProcessingDefinition", + "type": "Type", + "tags": [], + "label": "GrokProcessingDefinition", + "description": [], + "signature": [ + "{ grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.IngestReadStreamDefinition", + "type": "Type", + "tags": [], + "label": "IngestReadStreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/ingest_read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.IngestStreamConfigDefinition", + "type": "Type", + "tags": [], + "label": "IngestStreamConfigDefinition", + "description": [], + "signature": [ + "{ ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/ingest_stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.IngestStreamDefinition", + "type": "Type", + "tags": [], + "label": "IngestStreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/ingest_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.InheritedFieldDefinition", + "type": "Type", + "tags": [], + "label": "InheritedFieldDefinition", + "description": [], + "signature": [ + "{ [x: string]: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ListStreamsResponse", + "type": "Type", + "tags": [], + "label": "ListStreamsResponse", + "description": [], + "signature": [ + "{ streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/apis/list_streams_response.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ProcessingDefinition", + "type": "Type", + "tags": [], + "label": "ProcessingDefinition", + "description": [], + "signature": [ + "{ config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ReadStreamDefinition", + "type": "Type", + "tags": [], + "label": "ReadStreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ReadStreamResponse", + "type": "Type", + "tags": [], + "label": "ReadStreamResponse", + "description": [], + "signature": [ + "{ streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/apis/read_streams_response.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.StreamChild", + "type": "Type", + "tags": [], + "label": "StreamChild", + "description": [], + "signature": [ + "{ name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.StreamConfigDefinition", + "type": "Type", + "tags": [], + "label": "StreamConfigDefinition", + "description": [], + "signature": [ + "{ ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; } | { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.StreamDefinition", + "type": "Type", + "tags": [], + "label": "StreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.UnaryFilterCondition", + "type": "Type", + "tags": [], + "label": "UnaryFilterCondition", + "description": [], + "signature": [ + "{ field: string; operator: \"exists\" | \"notExists\"; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.WiredReadStreamDefinition", + "type": "Type", + "tags": [], + "label": "WiredReadStreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/wired_read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.WiredStreamConfigDefinition", + "type": "Type", + "tags": [], + "label": "WiredStreamConfigDefinition", + "description": [], + "signature": [ + "{ ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/wired_stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.WiredStreamDefinition", + "type": "Type", + "tags": [], + "label": "WiredStreamDefinition", + "description": [], + "signature": [ + "{ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/wired_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.binaryConditionSchema", + "type": "Object", + "tags": [], + "label": "binaryConditionSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ field: Zod.ZodString; operator: Zod.ZodEnum<[\"eq\", \"neq\", \"lt\", \"lte\", \"gt\", \"gte\", \"contains\", \"startsWith\", \"endsWith\"]>; value: Zod.ZodUnion<[Zod.ZodString, Zod.ZodNumber, Zod.ZodBoolean]>; }, \"strip\", Zod.ZodTypeAny, { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }, { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.conditionSchema", + "type": "Object", + "tags": [], + "label": "conditionSchema", + "description": [], + "signature": [ + "Zod.ZodType<", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ", Zod.ZodTypeDef, ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ">" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.dissectProcessingDefinitionSchema", + "type": "Object", + "tags": [], + "label": "dissectProcessingDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.elasticsearchAssetSchema", + "type": "Object", + "tags": [], + "label": "elasticsearchAssetSchema", + "description": [], + "signature": [ + "Zod.ZodArray; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.fieldDefinitionConfigSchema", + "type": "Object", + "tags": [], + "label": "fieldDefinitionConfigSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ type: Zod.ZodEnum<[\"keyword\", \"match_only_text\", \"long\", \"double\", \"date\", \"boolean\", \"ip\"]>; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.fieldDefinitionConfigWithNameSchema", + "type": "Object", + "tags": [], + "label": "fieldDefinitionConfigWithNameSchema", + "description": [], + "signature": [ + "Zod.ZodObject; format: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.fieldDefinitionSchema", + "type": "Object", + "tags": [], + "label": "fieldDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodRecord; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.filterConditionSchema", + "type": "Object", + "tags": [], + "label": "filterConditionSchema", + "description": [], + "signature": [ + "Zod.ZodDiscriminatedUnion<\"operator\", [Zod.ZodObject<{ field: Zod.ZodString; operator: Zod.ZodEnum<[\"exists\", \"notExists\"]>; }, \"strip\", Zod.ZodTypeAny, { field: string; operator: \"exists\" | \"notExists\"; }, { field: string; operator: \"exists\" | \"notExists\"; }>, Zod.ZodObject<{ field: Zod.ZodString; operator: Zod.ZodEnum<[\"eq\", \"neq\", \"lt\", \"lte\", \"gt\", \"gte\", \"contains\", \"startsWith\", \"endsWith\"]>; value: Zod.ZodUnion<[Zod.ZodString, Zod.ZodNumber, Zod.ZodBoolean]>; }, \"strip\", Zod.ZodTypeAny, { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }, { value: string | number | boolean; field: string; operator: \"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"contains\" | \"gt\" | \"lt\" | \"eq\" | \"neq\"; }>]>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.grokProcessingDefinitionSchema", + "type": "Object", + "tags": [], + "label": "grokProcessingDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ingestReadStreamDefinitonSchema", + "type": "Object", + "tags": [], + "label": "ingestReadStreamDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/ingest_read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ingestStreamConfigDefinitonSchema", + "type": "Object", + "tags": [], + "label": "ingestStreamConfigDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/ingest_stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.ingestStreamDefinitonSchema", + "type": "Object", + "tags": [], + "label": "ingestStreamDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ name: Zod.ZodString; elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/ingest_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.inheritedFieldDefinitionSchema", + "type": "Object", + "tags": [], + "label": "inheritedFieldDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodRecord; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.listStreamsResponseSchema", + "type": "Object", + "tags": [], + "label": "listStreamsResponseSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ streams: Zod.ZodArray; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>]>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }, { streams: ({ name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/apis/list_streams_response.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.processingConfigSchema", + "type": "Object", + "tags": [], + "label": "processingConfigSchema", + "description": [], + "signature": [ + "Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.processingDefinitionSchema", + "type": "Object", + "tags": [], + "label": "processingDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ condition: Zod.ZodOptional>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.readStreamDefinitonSchema", + "type": "Object", + "tags": [], + "label": "readStreamDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodUnion<[Zod.ZodObject; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>, Zod.ZodObject; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>]>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.readStreamResponseSchema", + "type": "Object", + "tags": [], + "label": "readStreamResponseSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ streams: Zod.ZodArray; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>, Zod.ZodObject; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>]>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }, { streams: ({ name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; } | { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; })[]; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/apis/read_streams_response.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.streamChildSchema", + "type": "Object", + "tags": [], + "label": "streamChildSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ name: Zod.ZodString; condition: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.streamConfigDefinitionSchema", + "type": "Object", + "tags": [], + "label": "streamConfigDefinitionSchema", + "description": [], + "signature": [ + "Zod.ZodUnion<[Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>, Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>]>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.streamDefintionSchema", + "type": "Object", + "tags": [], + "label": "streamDefintionSchema", + "description": [], + "signature": [ + "Zod.ZodUnion<[Zod.ZodObject<{ name: Zod.ZodString; elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>]>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.unaryFilterConditionSchema", + "type": "Object", + "tags": [], + "label": "unaryFilterConditionSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ field: Zod.ZodString; operator: Zod.ZodEnum<[\"exists\", \"notExists\"]>; }, \"strip\", Zod.ZodTypeAny, { field: string; operator: \"exists\" | \"notExists\"; }, { field: string; operator: \"exists\" | \"notExists\"; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.wiredReadStreamDefinitonSchema", + "type": "Object", + "tags": [], + "label": "wiredReadStreamDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, { inherited_fields: Zod.ZodDefault; format: Zod.ZodOptional; }, { from: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; from: string; format?: string | undefined; }>>>; }>, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; inherited_fields?: Record | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/read_streams/wired_read_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.wiredStreamConfigDefinitonSchema", + "type": "Object", + "tags": [], + "label": "wiredStreamConfigDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/stream_config/wired_stream_config.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streams-schema", + "id": "def-common.wiredStreamDefinitonSchema", + "type": "Object", + "tags": [], + "label": "wiredStreamDefinitonSchema", + "description": [], + "signature": [ + "Zod.ZodObject<{ name: Zod.ZodString; elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; stream: Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>; }, \"strict\", Zod.ZodTypeAny, { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { name: string; stream: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>" + ], + "path": "x-pack/packages/kbn-streams-schema/src/models/streams/wired_stream.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_streams_schema.mdx b/api_docs/kbn_streams_schema.mdx new file mode 100644 index 0000000000000..e1a1a36cb228b --- /dev/null +++ b/api_docs/kbn_streams_schema.mdx @@ -0,0 +1,39 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnStreamsSchemaPluginApi +slug: /kibana-dev-docs/api/kbn-streams-schema +title: "@kbn/streams-schema" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/streams-schema plugin +date: 2024-12-24 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streams-schema'] +--- +import kbnStreamsSchemaObj from './kbn_streams_schema.devdocs.json'; + + + +Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 84 | 12 | 84 | 0 | + +## Common + +### Objects + + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 4cfa13a978dd2..5ba585baadffa 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-e2e title: "@kbn/synthetics-e2e" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-e2e plugin -date: 2024-12-23 +date: 2024-12-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 581b700d43d6c..b4b3ae392173a 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-private-location title: "@kbn/synthetics-private-location" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin -date: 2024-12-23 +date: 2024-12-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_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index 526ea5ad7b6f1..bfae769bb3f47 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2024-12-23 +date: 2024-12-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 1e98f2f5f093c..bf81d411b5096 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2024-12-23 +date: 2024-12-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 0adf5eef6f03f..01530a8e20843 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2024-12-23 +date: 2024-12-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 551334b04ee2e..7dced6b8864c6 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2024-12-23 +date: 2024-12-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 f9cab8257345b..48fcc456240e6 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2024-12-23 +date: 2024-12-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 580cd05efa4a8..efd191cc55455 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2024-12-23 +date: 2024-12-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 405648c7ef862..6e1dfaa2370ed 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index dbb642325d4b5..23fc5200cca68 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-transpose-utils title: "@kbn/transpose-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin -date: 2024-12-23 +date: 2024-12-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 93cbd1ac6a47b..42773a55305e5 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2024-12-23 +date: 2024-12-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 58133979bb572..4a4f35338394c 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-try-in-console title: "@kbn/try-in-console" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin -date: 2024-12-23 +date: 2024-12-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 aa345304523a4..8bc7b0658a5f5 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2024-12-23 +date: 2024-12-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 459fbd9d0ae24..4aceddde4598a 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2024-12-23 +date: 2024-12-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 4b6a33ad9f041..7efbc5704261d 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2024-12-23 +date: 2024-12-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 d04b182de6e3f..cbc45993bca61 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2024-12-23 +date: 2024-12-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 9555288f96f37..b8085ff0d3de2 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2024-12-23 +date: 2024-12-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 c4880169bade1..f8c07836645cd 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2024-12-23 +date: 2024-12-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 27923f26d03d2..3c715e56e2cec 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2024-12-23 +date: 2024-12-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 635fae42666bf..5d1e31b21ce4a 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2024-12-23 +date: 2024-12-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_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index 77eb5b6abe569..cf3089e74b0aa 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2024-12-23 +date: 2024-12-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 0f69c9075dc28..0c47b06c237b8 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt title: "@kbn/unsaved-changes-prompt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin -date: 2024-12-23 +date: 2024-12-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_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 8b11a049fe8e1..95c7efb367dc8 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2024-12-23 +date: 2024-12-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.devdocs.json b/api_docs/kbn_user_profile_components.devdocs.json index 05679e867fa4d..85718e3880056 100644 --- a/api_docs/kbn_user_profile_components.devdocs.json +++ b/api_docs/kbn_user_profile_components.devdocs.json @@ -974,13 +974,7 @@ "text": "I18nStart" }, "; analytics?: Pick<", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 2d8461df5fbdf..9ea28621acbf0 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2024-12-23 +date: 2024-12-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 962a91ae3501a..34b6a678acb3f 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2024-12-23 +date: 2024-12-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 7e5eace537199..2f9c6fff6d5a9 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2024-12-23 +date: 2024-12-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 fbe867aab7bae..e0ee0e65a725d 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2024-12-23 +date: 2024-12-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 60e4a4e515c6b..5f3e68117f6fc 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2024-12-23 +date: 2024-12-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 9203f5fb9834a..b12398873fa34 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index 15c9ed00bdaf1..d585aa8b53fac 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2024-12-23 +date: 2024-12-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 32731cf309519..9af767692944a 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2024-12-23 +date: 2024-12-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 4eadace18250f..a10ff4d27fc6a 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod title: "@kbn/zod" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod plugin -date: 2024-12-23 +date: 2024-12-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 30681ac580a37..2d05081bdc41e 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2024-12-23 +date: 2024-12-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 8de52a5fd8309..83aa90dca5c28 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index 196ce59fefbab..359fd329f8241 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -772,13 +772,7 @@ "description": [], "signature": [ "(history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | ", "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => { href: string; onClick: (event: React.MouseEvent) => void; }" @@ -795,13 +789,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | ", "History", "" @@ -854,13 +842,7 @@ "description": [], "signature": [ "(history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | ", "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => (event: React.MouseEvent) => void" @@ -877,13 +859,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", " | ", "History", "" @@ -2216,13 +2192,7 @@ "label": "analytics", "description": [], "signature": [ - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", " | undefined" ], "path": "src/plugins/kibana_react/public/util/index.tsx", @@ -2553,21 +2523,9 @@ "description": [], "signature": [ "{ analytics?: ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", " | undefined; application?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - }, + "ApplicationStart", " | undefined; chrome?: ", { "pluginId": "@kbn/core-chrome-browser", diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index 54ab899343dd9..043aef227ab37 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.devdocs.json b/api_docs/kibana_utils.devdocs.json index 83e839ee43cf6..5a8ff256ae2f8 100644 --- a/api_docs/kibana_utils.devdocs.json +++ b/api_docs/kibana_utils.devdocs.json @@ -1972,13 +1972,7 @@ "; }[]; storageKey: string; navLinkUpdater$: ", "BehaviorSubject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; toastNotifications: ", { "pluginId": "@kbn/core-notifications-browser", @@ -2078,13 +2072,7 @@ "signature": [ "BehaviorSubject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">" ], "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", @@ -3330,13 +3318,7 @@ "({\n history,\n navigateToApp,\n basePath,\n mapping,\n toastNotifications,\n onBeforeRedirect,\n theme,\n userProfile,\n}: { history: ", "History", "; navigateToApp: (appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined) => Promise; basePath: ", { "pluginId": "@kbn/core-http-browser", @@ -3426,13 +3408,7 @@ "description": [], "signature": [ "(appId: string, options?: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined) => Promise" ], "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", @@ -3447,7 +3423,7 @@ "tags": [], "label": "appId", "description": [], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -3459,16 +3435,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.NavigateToAppOptions", - "text": "NavigateToAppOptions" - }, + "NavigateToAppOptions", " | undefined" ], - "path": "packages/core/application/core-application-browser/src/contracts.ts", + "path": "src/core/packages/application/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index e339f4fc7ee2e..7d9b9676c536e 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- import kibanaUtilsObj from './kibana_utils.devdocs.json'; diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx index 8265697c9e030..0dbfe3f99da22 100644 --- a/api_docs/kubernetes_security.mdx +++ b/api_docs/kubernetes_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity title: "kubernetesSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the kubernetesSecurity plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity'] --- import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 9ea2619870f01..4a54a75423ede 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2024-12-23 +date: 2024-12-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 253123541303c..f15d0f1bbe57d 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2024-12-23 +date: 2024-12-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 928c055048cff..ee914c3911f99 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2024-12-23 +date: 2024-12-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 b231de9819fc6..ff1e41ac9e278 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.devdocs.json b/api_docs/links.devdocs.json index 1ab91b751ab1f..2f67b34b34699 100644 --- a/api_docs/links.devdocs.json +++ b/api_docs/links.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "\"link\"" ], - "path": "src/plugins/links/common/constants.ts", + "path": "src/platform/plugins/private/links/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -44,7 +44,7 @@ "tags": [], "label": "APP_NAME", "description": [], - "path": "src/plugins/links/common/constants.ts", + "path": "src/platform/plugins/private/links/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -59,7 +59,7 @@ "signature": [ "\"links\"" ], - "path": "src/plugins/links/common/constants.ts", + "path": "src/platform/plugins/private/links/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -71,7 +71,7 @@ "tags": [], "label": "DISPLAY_NAME", "description": [], - "path": "src/plugins/links/common/constants.ts", + "path": "src/platform/plugins/private/links/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -86,7 +86,7 @@ "signature": [ "1" ], - "path": "src/plugins/links/common/constants.ts", + "path": "src/platform/plugins/private/links/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/links.mdx b/api_docs/links.mdx index b88fa158e05e1..d1062fe1df644 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2024-12-23 +date: 2024-12-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 e9baccb2f235c..691bb065a0aa9 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2024-12-23 +date: 2024-12-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 f02685cc4419d..15f94a4ed4e1a 100644 --- a/api_docs/llm_tasks.mdx +++ b/api_docs/llm_tasks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/llmTasks title: "llmTasks" image: https://source.unsplash.com/400x175/?github description: API docs for the llmTasks plugin -date: 2024-12-23 +date: 2024-12-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 7805cd6747220..f5b581677579a 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsDataAccess title: "logsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 24feb75671392..496e42d8e0c6f 100644 --- a/api_docs/logs_explorer.mdx +++ b/api_docs/logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsExplorer title: "logsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the logsExplorer plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index 1ee3e4779e2ba..79c35c7b4a155 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.devdocs.json b/api_docs/management.devdocs.json index 1eb477d2ca7d3..ef59722f81a3c 100644 --- a/api_docs/management.devdocs.json +++ b/api_docs/management.devdocs.json @@ -564,13 +564,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "src/platform/plugins/shared/management/public/types.ts", diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 7b97e9f0dd2b5..3c8cdf199e29f 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.devdocs.json b/api_docs/maps.devdocs.json index 9fc15f88d570b..5b7722d572eb0 100644 --- a/api_docs/maps.devdocs.json +++ b/api_docs/maps.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "DataRequest", "description": [], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "DataRequestDescriptor" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -55,7 +55,7 @@ "signature": [ "() => object | undefined" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -71,7 +71,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -88,7 +88,7 @@ "() => ", "DataRequestMeta" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -104,7 +104,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -120,7 +120,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -136,7 +136,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -152,7 +152,7 @@ "signature": [ "() => symbol | undefined" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -168,7 +168,7 @@ "signature": [ "() => Error | undefined" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -184,7 +184,7 @@ "signature": [ "() => React.ReactNode" ], - "path": "x-pack/plugins/maps/public/classes/util/data_request.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/util/data_request.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -212,7 +212,7 @@ "text": "MapApi" } ], - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts", + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -226,7 +226,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts", + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -244,7 +244,7 @@ "tags": [], "label": "BoundsRequestMeta", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -255,7 +255,7 @@ "tags": [], "label": "applyGlobalQuery", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -266,7 +266,7 @@ "tags": [], "label": "applyGlobalTime", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -287,7 +287,7 @@ }, "[]" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -308,7 +308,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -338,7 +338,7 @@ }, "[]; } | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -359,7 +359,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -373,7 +373,7 @@ "signature": [ "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -388,7 +388,7 @@ "Timeslice", " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -399,7 +399,7 @@ "tags": [], "label": "isFeatureEditorOpenForLayer", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -420,7 +420,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -442,7 +442,7 @@ }, " | undefined; }" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false } @@ -456,7 +456,7 @@ "tags": [], "label": "CreateLayerDescriptorParams", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -467,7 +467,7 @@ "tags": [], "label": "indexPatternId", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", "deprecated": false, "trackAdoption": false }, @@ -478,7 +478,7 @@ "tags": [], "label": "geoFieldName", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", "deprecated": false, "trackAdoption": false }, @@ -498,7 +498,7 @@ "text": "ES_GEO_FIELD_TYPE" } ], - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", "deprecated": false, "trackAdoption": false }, @@ -519,7 +519,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/create_layer_descriptor.ts", "deprecated": false, "trackAdoption": false } @@ -533,7 +533,7 @@ "tags": [], "label": "EMSTermJoinConfig", "description": [], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -544,7 +544,7 @@ "tags": [], "label": "layerId", "description": [], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false }, @@ -555,7 +555,7 @@ "tags": [], "label": "field", "description": [], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false }, @@ -566,7 +566,7 @@ "tags": [], "label": "displayName", "description": [], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false } @@ -580,7 +580,7 @@ "tags": [], "label": "GeoJsonWithMeta", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -594,7 +594,7 @@ "signature": [ "GeoJSON.FeatureCollection" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -609,7 +609,7 @@ "DataRequestMeta", " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false } @@ -623,7 +623,7 @@ "tags": [], "label": "GetFeatureActionsArgs", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -645,7 +645,7 @@ }, "[], actionId: string) => Promise) | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -656,7 +656,7 @@ "tags": [], "label": "featureId", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -670,7 +670,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -692,7 +692,7 @@ }, ") | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -716,7 +716,7 @@ }, "[]>) | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -732,7 +732,7 @@ "signature": [ "() => GeoJSON.Geometry | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -748,7 +748,7 @@ "signature": [ "maplibregl.GeoJSONFeature & { layer: (Omit | Omit | Omit | Omit | Omit | Omit | Omit | Omit | Omit) & { source: string; }; source: string; sourceLayer?: string | undefined; state: { [key: string]: any; }; }" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -762,7 +762,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -778,7 +778,7 @@ "tags": [], "label": "IField", "description": [], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -792,7 +792,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -808,7 +808,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -824,7 +824,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -840,7 +840,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -856,7 +856,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -872,7 +872,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -896,7 +896,7 @@ }, ">" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -910,7 +910,7 @@ "signature": [ "string | string[] | undefined" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -935,7 +935,7 @@ "text": "IVectorSource" } ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -958,7 +958,7 @@ "text": "FIELD_ORIGIN" } ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -974,7 +974,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -992,7 +992,7 @@ "AggregationsExtendedStatsAggregation", "; }> | null>" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1010,7 +1010,7 @@ "AggregationsPercentilesAggregation", "; }> | null>" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1024,7 +1024,7 @@ "signature": [ "number[]" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1044,7 +1044,7 @@ "AggregationsTermsAggregation", "; }> | null>" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1058,7 +1058,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1076,7 +1076,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1092,7 +1092,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1116,7 +1116,7 @@ }, ") => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1136,7 +1136,7 @@ "text": "IField" } ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1156,7 +1156,7 @@ "TileMetaFeature", ") => { min: number; max: number; } | null" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1170,7 +1170,7 @@ "signature": [ "TileMetaFeature" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1188,7 +1188,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/fields/field.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/fields/field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1221,7 +1221,7 @@ "text": "ITMSSource" } ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1245,7 +1245,7 @@ "DataRequestMeta", ") => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1265,7 +1265,7 @@ "text": "DataRequest" } ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1280,7 +1280,7 @@ "signature": [ "DataRequestMeta" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1300,7 +1300,7 @@ "RasterTileSourceData", ") => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1314,7 +1314,7 @@ "signature": [ "maplibregl.RasterTileSource" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1329,7 +1329,7 @@ "signature": [ "RasterTileSourceData" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1347,7 +1347,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1371,7 +1371,7 @@ }, " | undefined) => React.ReactElement> | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1392,7 +1392,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/raster_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/raster_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1421,7 +1421,7 @@ " extends ", "ISource" ], - "path": "x-pack/plugins/maps/public/classes/sources/tms_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/tms_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1437,7 +1437,7 @@ "SourceRequestMeta", ") => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/tms_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/tms_source/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1451,7 +1451,7 @@ "signature": [ "SourceRequestMeta" ], - "path": "x-pack/plugins/maps/public/classes/sources/tms_source/index.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/tms_source/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1469,7 +1469,7 @@ "tags": [], "label": "ITooltipProperty", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1483,7 +1483,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1499,7 +1499,7 @@ "signature": [ "() => React.ReactNode" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1515,7 +1515,7 @@ "signature": [ "() => React.ReactNode" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1531,7 +1531,7 @@ "signature": [ "() => string | string[] | undefined" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1547,7 +1547,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1571,7 +1571,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1598,7 +1598,7 @@ " extends ", "ISource" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1612,7 +1612,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1644,7 +1644,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1658,7 +1658,7 @@ "signature": [ "GeoJSON.GeoJsonProperties" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1679,7 +1679,7 @@ "text": "KibanaExecutionContext" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1707,7 +1707,7 @@ "MapExtent", " | null>" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1727,7 +1727,7 @@ "text": "BoundsRequestMeta" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1742,7 +1742,7 @@ "signature": [ "(callback: () => void) => void" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1784,7 +1784,7 @@ }, ">" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1798,7 +1798,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1819,7 +1819,7 @@ "text": "VectorSourceRequestMeta" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1834,7 +1834,7 @@ "signature": [ "(callback: () => void) => void" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1849,7 +1849,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1870,7 +1870,7 @@ "text": "Adapters" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1896,7 +1896,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1920,7 +1920,7 @@ }, " | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1934,7 +1934,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1960,7 +1960,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1976,7 +1976,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2000,7 +2000,7 @@ }, ") => object | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2020,7 +2020,7 @@ "text": "DataFilters" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2038,7 +2038,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2062,7 +2062,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2078,7 +2078,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2109,7 +2109,7 @@ "text": "SourceStatus" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2130,7 +2130,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2148,7 +2148,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2164,7 +2164,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2180,7 +2180,7 @@ "signature": [ "(geometry: GeoJSON.Geometry | GeoJSON.Position[]) => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2194,7 +2194,7 @@ "signature": [ "GeoJSON.Geometry | GeoJSON.Position[]" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2212,7 +2212,7 @@ "signature": [ "(featureId: string) => Promise" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2226,7 +2226,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2260,7 +2260,7 @@ }, "[]" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2280,7 +2280,7 @@ "text": "GetFeatureActionsArgs" } ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2298,7 +2298,7 @@ "signature": [ "() => string[]" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2316,7 +2316,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2336,7 +2336,7 @@ "IVectorStyle", ") => React.ReactElement> | null) | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2350,7 +2350,7 @@ "signature": [ "IVectorStyle" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2368,7 +2368,7 @@ "tags": [], "label": "RenderTooltipContentParams", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2390,7 +2390,7 @@ }, "[], actionId: string) => Promise) | null" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false }, @@ -2404,7 +2404,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2427,7 +2427,7 @@ }, "[]" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false }, @@ -2449,7 +2449,7 @@ }, ") | undefined" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2473,7 +2473,7 @@ }, "[]>) | undefined" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2489,7 +2489,7 @@ "signature": [ "(layerId: string) => Promise" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2503,7 +2503,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2518,7 +2518,7 @@ "tags": [], "label": "isLocked", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false }, @@ -2540,7 +2540,7 @@ }, "[]>" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2551,7 +2551,7 @@ "tags": [], "label": "{\n layerId,\n properties,\n }", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2562,7 +2562,7 @@ "tags": [], "label": "layerId", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false }, @@ -2576,7 +2576,7 @@ "signature": [ "{ [name: string]: any; } | null" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false } @@ -2595,7 +2595,7 @@ "signature": [ "({ layerId, featureId, }: { layerId: string; featureId?: string | number | undefined; }) => GeoJSON.Geometry | null" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2606,7 +2606,7 @@ "tags": [], "label": "{\n layerId,\n featureId,\n }", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2617,7 +2617,7 @@ "tags": [], "label": "layerId", "description": [], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false }, @@ -2631,7 +2631,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false } @@ -2652,7 +2652,7 @@ "RawValue", ") => void) | undefined" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2666,7 +2666,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2681,7 +2681,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2696,7 +2696,7 @@ "signature": [ "RawValue" ], - "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/tooltip_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2714,7 +2714,7 @@ "tags": [], "label": "SampleValuesConfig", "description": [], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2728,7 +2728,7 @@ "signature": [ "(string | number)[] | undefined" ], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false }, @@ -2742,7 +2742,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts", + "path": "x-pack/platform/plugins/shared/maps/public/ems_autosuggest/ems_autosuggest.ts", "deprecated": false, "trackAdoption": false } @@ -2756,7 +2756,7 @@ "tags": [], "label": "SourceStatus", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2770,7 +2770,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -2781,7 +2781,7 @@ "tags": [], "label": "areResultsTrimmed", "description": [], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false }, @@ -2795,7 +2795,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, "trackAdoption": false } @@ -2815,7 +2815,7 @@ "signature": [ "{ label: string; url: string; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/layer_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/layer_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2830,7 +2830,7 @@ "signature": [ "\"__kbn__feature_id__\"" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2845,7 +2845,7 @@ "signature": [ "{ label: string; value: string; link?: string | undefined; }" ], - "path": "x-pack/plugins/maps/public/classes/sources/source.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/source.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2878,7 +2878,7 @@ "LayerWizardStep", "[] | undefined; disabledReason?: string | undefined; getIsDisabled?: (() => boolean | Promise) | undefined; isBeta?: boolean | undefined; checkVisibility?: (() => Promise) | undefined; showFeatureEditTools?: boolean | undefined; }" ], - "path": "x-pack/plugins/maps/public/classes/layers/wizards/layer_wizard_registry.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/layers/wizards/layer_wizard_registry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2893,7 +2893,7 @@ "signature": [ "\"map\"" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3081,7 +3081,7 @@ "Observable", "; }" ], - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts", + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3096,7 +3096,7 @@ "signature": [ "\"MAPS_APP_LOCATOR\"" ], - "path": "x-pack/plugins/maps/public/locators/map_locator/locator_definition.ts", + "path": "x-pack/platform/plugins/shared/maps/public/locators/map_locator/locator_definition.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3136,7 +3136,7 @@ }, " | undefined; filterByMapExtent?: boolean | undefined; isMovementSynchronized?: boolean | undefined; }" ], - "path": "x-pack/plugins/maps/public/react_embeddable/types.ts", + "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3159,7 +3159,7 @@ }, "[]) => void; mapColors: string[]; mostCommonDataViewId?: string | undefined; currentStepId: string | null; isOnFinalStep: boolean; enableNextBtn: () => void; disableNextBtn: () => void; startStepLoading: () => void; stopStepLoading: () => void; advanceToNextStep: () => void; }" ], - "path": "x-pack/plugins/maps/public/classes/layers/wizards/layer_wizard_registry.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/layers/wizards/layer_wizard_registry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3180,7 +3180,7 @@ "IStyle", "; }" ], - "path": "x-pack/plugins/maps/public/classes/sources/source.ts", + "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/source.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3194,7 +3194,7 @@ "tags": [], "label": "MapsSetupApi", "description": [], - "path": "x-pack/plugins/maps/public/api/setup_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/setup_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3216,7 +3216,7 @@ }, ") => void" ], - "path": "x-pack/plugins/maps/public/api/setup_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/setup_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3236,7 +3236,7 @@ "text": "LayerWizard" } ], - "path": "x-pack/plugins/maps/public/api/setup_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/setup_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3256,7 +3256,7 @@ "SourceRegistryEntry", ") => void" ], - "path": "x-pack/plugins/maps/public/api/setup_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/setup_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3270,7 +3270,7 @@ "signature": [ "SourceRegistryEntry" ], - "path": "x-pack/plugins/maps/public/api/setup_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/setup_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3289,7 +3289,7 @@ "tags": [], "label": "MapsStartApi", "description": [], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3335,7 +3335,7 @@ }, ">; }" ], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false }, @@ -3351,7 +3351,7 @@ "Props", ">" ], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3398,7 +3398,7 @@ "Props", ">" ], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3459,7 +3459,7 @@ }, " | null>" ], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3479,7 +3479,7 @@ "text": "SampleValuesConfig" } ], - "path": "x-pack/plugins/maps/public/api/start_api.ts", + "path": "x-pack/platform/plugins/shared/maps/public/api/start_api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3512,7 +3512,7 @@ "tags": [], "label": "AGG_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3524,7 +3524,7 @@ "tags": [], "label": "COLOR_MAP_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3536,7 +3536,7 @@ "tags": [], "label": "ES_GEO_FIELD_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3548,7 +3548,7 @@ "tags": [], "label": "FIELD_ORIGIN", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3560,7 +3560,7 @@ "tags": [], "label": "INITIAL_LOCATION", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3572,7 +3572,7 @@ "tags": [], "label": "LABEL_BORDER_SIZES", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3584,7 +3584,7 @@ "tags": [], "label": "LABEL_POSITIONS", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3596,7 +3596,7 @@ "tags": [], "label": "LAYER_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3608,7 +3608,7 @@ "tags": [], "label": "LAYER_WIZARD_CATEGORY", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3620,7 +3620,7 @@ "tags": [], "label": "SCALING_TYPES", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3632,7 +3632,7 @@ "tags": [], "label": "SOURCE_TYPES", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3644,7 +3644,7 @@ "tags": [], "label": "STYLE_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3656,7 +3656,7 @@ "tags": [], "label": "SYMBOLIZE_AS_TYPES", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3668,7 +3668,7 @@ "tags": [], "label": "VECTOR_SHAPE_TYPE", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3680,7 +3680,7 @@ "tags": [], "label": "VECTOR_STYLES", "description": [], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3697,7 +3697,7 @@ "signature": [ "\"maps\"" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3774,7 +3774,7 @@ }, "; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/data_request_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3789,7 +3789,7 @@ "signature": [ "5" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3805,7 +3805,7 @@ "AbstractSourceDescriptor", " & { id: string; tooltipProperties: string[]; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/source_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/source_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3839,7 +3839,7 @@ }, ".ES_TERM_SOURCE; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/source_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/source_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3856,7 +3856,7 @@ "RawValue", ") => string | number" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3871,7 +3871,7 @@ "signature": [ "string | number | boolean | string[] | null | undefined" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -3916,7 +3916,7 @@ }, " | undefined; includeInFitToBounds?: boolean | undefined; parent?: string | undefined; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/layer_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/layer_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3931,7 +3931,7 @@ "signature": [ "\"map\"" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3946,7 +3946,7 @@ "signature": [ "24" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3961,7 +3961,7 @@ "signature": [ "0" ], - "path": "x-pack/plugins/maps/common/constants.ts", + "path": "x-pack/platform/plugins/shared/maps/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3984,7 +3984,7 @@ }, "[]; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/map_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/map_descriptor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3999,7 +3999,7 @@ "signature": [ "{ label: string; id: string; form?: React.ReactNode; onClick?: (() => void) | undefined; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/map_descriptor.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/map_descriptor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4055,7 +4055,7 @@ }, "; disableTooltips?: boolean | undefined; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/layer_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/layer_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4085,7 +4085,7 @@ }, " | undefined; isForceRefresh: boolean; } & { fieldNames: string[]; timesliceMaskField?: string | undefined; sourceMeta: object | null; isFeatureEditorOpenForLayer: boolean; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/data_request_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4105,7 +4105,7 @@ "StyleMetaDescriptor", " | undefined; }" ], - "path": "x-pack/plugins/maps/common/descriptor_types/style_property_descriptor_types.ts", + "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/style_property_descriptor_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index b3033bb08e828..d5c4330614efc 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- import mapsObj from './maps.devdocs.json'; diff --git a/api_docs/maps_ems.devdocs.json b/api_docs/maps_ems.devdocs.json index 533a678e1eeb8..b33b56e1fcb52 100644 --- a/api_docs/maps_ems.devdocs.json +++ b/api_docs/maps_ems.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "EMSConfig", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "includeElasticMapsService", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -33,7 +33,7 @@ "tags": [], "label": "emsUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -44,7 +44,7 @@ "tags": [], "label": "emsFileApiUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -55,7 +55,7 @@ "tags": [], "label": "emsTileApiUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -66,7 +66,7 @@ "tags": [], "label": "emsLandingPageUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +77,7 @@ "tags": [], "label": "emsFontLibraryUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false } @@ -97,7 +97,7 @@ "signature": [ "{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }" ], - "path": "src/plugins/maps_ems/server/config.ts", + "path": "src/platform/plugins/private/maps_ems/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -112,7 +112,7 @@ "signature": [ "{ readonly url?: string | undefined; readonly options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }" ], - "path": "src/plugins/maps_ems/server/config.ts", + "path": "src/platform/plugins/private/maps_ems/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -126,7 +126,7 @@ "tags": [], "label": "MapsEmsPluginPublicSetup", "description": [], - "path": "src/plugins/maps_ems/public/index.ts", + "path": "src/platform/plugins/private/maps_ems/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -140,7 +140,7 @@ "tags": [], "label": "MapsEmsPluginPublicStart", "description": [], - "path": "src/plugins/maps_ems/public/index.ts", + "path": "src/platform/plugins/private/maps_ems/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "signature": [ "{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }" ], - "path": "src/plugins/maps_ems/public/index.ts", + "path": "src/platform/plugins/private/maps_ems/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -175,7 +175,7 @@ "text": "EMSSettings" } ], - "path": "src/plugins/maps_ems/public/index.ts", + "path": "src/platform/plugins/private/maps_ems/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -193,7 +193,7 @@ "EMSClient", ">" ], - "path": "src/plugins/maps_ems/public/index.ts", + "path": "src/platform/plugins/private/maps_ems/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -213,7 +213,7 @@ "tags": [], "label": "EMSSettings", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -227,7 +227,7 @@ "signature": [ "any" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -247,7 +247,7 @@ "text": "EMSConfig" } ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -262,7 +262,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -280,7 +280,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -296,7 +296,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -312,7 +312,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -328,7 +328,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -344,7 +344,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -360,7 +360,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -376,7 +376,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -392,7 +392,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -408,7 +408,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -430,7 +430,7 @@ "tags": [], "label": "MapsEmsPluginServerSetup", "description": [], - "path": "src/plugins/maps_ems/server/plugin.ts", + "path": "src/platform/plugins/private/maps_ems/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -444,7 +444,7 @@ "signature": [ "{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }" ], - "path": "src/plugins/maps_ems/server/plugin.ts", + "path": "src/platform/plugins/private/maps_ems/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -465,7 +465,7 @@ "text": "EMSSettings" } ], - "path": "src/plugins/maps_ems/server/plugin.ts", + "path": "src/platform/plugins/private/maps_ems/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -485,7 +485,7 @@ "tags": [], "label": "EMSSettings", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -499,7 +499,7 @@ "signature": [ "any" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -519,7 +519,7 @@ "text": "EMSConfig" } ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -534,7 +534,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -552,7 +552,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -568,7 +568,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -584,7 +584,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -600,7 +600,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -616,7 +616,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -632,7 +632,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -648,7 +648,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -664,7 +664,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -680,7 +680,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -699,7 +699,7 @@ "tags": [], "label": "EMSConfig", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -710,7 +710,7 @@ "tags": [], "label": "includeElasticMapsService", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -721,7 +721,7 @@ "tags": [], "label": "emsUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -732,7 +732,7 @@ "tags": [], "label": "emsFileApiUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -743,7 +743,7 @@ "tags": [], "label": "emsTileApiUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -754,7 +754,7 @@ "tags": [], "label": "emsLandingPageUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -765,7 +765,7 @@ "tags": [], "label": "emsFontLibraryUrl", "description": [], - "path": "src/plugins/maps_ems/common/ems_settings.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts", "deprecated": false, "trackAdoption": false } @@ -785,7 +785,7 @@ "signature": [ "\"dark_map\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -800,7 +800,7 @@ "signature": [ "\"https://vector.maps.elastic.co\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -815,7 +815,7 @@ "signature": [ "\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -830,7 +830,7 @@ "signature": [ "\"https://maps.elastic.co\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -845,7 +845,7 @@ "signature": [ "\"2023-10-31\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -860,7 +860,7 @@ "signature": [ "\"road_map_desaturated\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -875,7 +875,7 @@ "signature": [ "\"road_map\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -890,7 +890,7 @@ "signature": [ "\"https://tiles.maps.elastic.co\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -905,7 +905,7 @@ "signature": [ "\"kibana\"" ], - "path": "src/plugins/maps_ems/common/ems_defaults.ts", + "path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -920,7 +920,7 @@ "signature": [ "\"maps\"" ], - "path": "src/plugins/maps_ems/common/index.ts", + "path": "src/platform/plugins/private/maps_ems/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index 8a89351e5a6ac..0b2bad48e489c 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2024-12-23 +date: 2024-12-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 c143564df2eee..71a4b88527b84 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2024-12-23 +date: 2024-12-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 1992b750d7ffe..7ecaed5617c34 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2024-12-23 +date: 2024-12-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 8e66afe27614d..963a042505adb 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2024-12-23 +date: 2024-12-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 a945d671961e2..aa2c5f8d3a16b 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2024-12-23 +date: 2024-12-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 1be0d3e291cc6..263474539167f 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2024-12-23 +date: 2024-12-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 346c4670cff35..4e855154c7db6 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2024-12-23 +date: 2024-12-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 e0fa24dadfc38..8ed7838ee1690 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2024-12-23 +date: 2024-12-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 bc4b1e06b3a3a..e97399ed74a3f 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2024-12-23 +date: 2024-12-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 fff40a45a84d1..abf5128b3866d 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.devdocs.json b/api_docs/observability.devdocs.json index aeed728394be9..624b38572eb43 100644 --- a/api_docs/observability.devdocs.json +++ b/api_docs/observability.devdocs.json @@ -3295,23 +3295,11 @@ "text": "NavigationSection" }, "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; updater$: ", "Subject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; }) => void; }" ], "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index b7777ad8bb837..1b90d66cee49a 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.devdocs.json b/api_docs/observability_a_i_assistant.devdocs.json index 755f9fb6ca8b9..d3bae3276e596 100644 --- a/api_docs/observability_a_i_assistant.devdocs.json +++ b/api_docs/observability_a_i_assistant.devdocs.json @@ -657,39 +657,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "observabilityAIAssistant", - "id": "def-public.isSupportedConnectorType", - "type": "Function", - "tags": [], - "label": "isSupportedConnectorType", - "description": [], - "signature": [ - "(type: string) => boolean" - ], - "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/common/connectors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityAIAssistant", - "id": "def-public.isSupportedConnectorType.$1", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/common/connectors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "observabilityAIAssistant", "id": "def-public.MessageText", @@ -11030,39 +10997,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "observabilityAIAssistant", - "id": "def-common.isSupportedConnectorType", - "type": "Function", - "tags": [], - "label": "isSupportedConnectorType", - "description": [], - "signature": [ - "(type: string) => boolean" - ], - "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/common/connectors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityAIAssistant", - "id": "def-common.isSupportedConnectorType.$1", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/common/connectors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "observabilityAIAssistant", "id": "def-common.isTokenLimitReachedError", diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 83a136165a521..6d933e52a3d8f 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 385 | 1 | 383 | 30 | +| 381 | 1 | 379 | 30 | ## Client diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index 7955a20b5508c..45b93869fc273 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistantApp title: "observabilityAIAssistantApp" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin -date: 2024-12-23 +date: 2024-12-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 d7dd59cce694b..ceb7721cfc047 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAiAssistantManagement title: "observabilityAiAssistantManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin -date: 2024-12-23 +date: 2024-12-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 2b40f532e46de..a5613e488b853 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.devdocs.json b/api_docs/observability_onboarding.devdocs.json index 84ac1313540c6..7260e821b086c 100644 --- a/api_docs/observability_onboarding.devdocs.json +++ b/api_docs/observability_onboarding.devdocs.json @@ -137,13 +137,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", "deprecated": false, diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index dec683cf41398..148a4f82e8a8e 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.devdocs.json b/api_docs/observability_shared.devdocs.json index 99dd5bab0f3c9..61c4c0deaa41e 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -152,23 +152,11 @@ "text": "NavigationSection" }, "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; updater$: ", "Subject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; }) => void; }" ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", @@ -3998,23 +3986,11 @@ "text": "NavigationSection" }, "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; updater$: ", "Subject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; }) => void; }" ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index a994fc3ba52a9..7ec3bcceea096 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/osquery.devdocs.json b/api_docs/osquery.devdocs.json index df87b16bced25..e9217c50786ac 100644 --- a/api_docs/osquery.devdocs.json +++ b/api_docs/osquery.devdocs.json @@ -309,7 +309,9 @@ "section": "def-common.MultiField", "text": "MultiField" }, - "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & { _index: string; }) | undefined) => Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; queries: _.Dictionary[]; }; fleetActionsCount: number; }>; stop: () => void; }" + "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & { _index: string; }) | undefined) => Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; queries: ", + "Dictionary", + "[]; }; fleetActionsCount: number; }>; stop: () => void; }" ], "path": "x-pack/platform/plugins/shared/osquery/server/types.ts", "deprecated": false, diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index d8decf0e40699..ce3cb74def5b0 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index 2792634cc7dd8..2e63a4df26ebb 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2024-12-23 +date: 2024-12-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 dc0877b5a9012..3057602a5816d 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2024-12-23 +date: 2024-12-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 | |--------------|----------|------------------------| -| 906 | 770 | 43 | +| 907 | 771 | 43 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 54836 | 241 | 41172 | 2032 | +| 54925 | 253 | 41259 | 2061 | ## Plugin Directory @@ -34,7 +34,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 874 | 1 | 841 | 50 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | The user interface for Elastic APM | 29 | 0 | 29 | 119 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 93 | 0 | 93 | 3 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | Centralized asset inventory experience within the Elastic Security solution. A central place for users to view and manage all their assets from different environments | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | Centralized asset inventory experience within the Elastic Security solution. A central place for users to view and manage all their assets from different environments | 8 | 0 | 8 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Canvas application to Kibana | 9 | 0 | 8 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 125 | 0 | 105 | 28 | @@ -116,7 +116,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Image embeddable | 1 | 0 | 1 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 244 | 0 | 239 | 1 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 40 | 0 | 28 | 6 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 40 | 0 | 28 | 5 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions | 24 | 0 | 24 | 5 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | | inputControlVis | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Input Control visualization to Kibana | 0 | 0 | 0 | 0 | @@ -155,7 +155,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@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) | - | 2 | 0 | 2 | 1 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 697 | 2 | 689 | 23 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 385 | 1 | 383 | 30 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 381 | 1 | 379 | 30 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 8 | 0 | 7 | 0 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 19 | 0 | 19 | 1 | @@ -204,7 +204,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 269 | 0 | 73 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 25 | 0 | 25 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 0 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | A manager for Streams | 13 | 0 | 13 | 3 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | A manager for Streams | 9 | 0 | 9 | 2 | | | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 8 | 0 | 8 | 0 | | synthetics | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 105 | 0 | 62 | 6 | @@ -286,7 +286,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 93 | 1 | 93 | 0 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 122 | 0 | 120 | 1 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 25 | 0 | 16 | 6 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 27 | 0 | 19 | 6 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 17 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 12 | 0 | 5 | 0 | @@ -307,18 +307,18 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 34 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 195 | 1 | 128 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 100 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 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) | - | 99 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 105 | 0 | 26 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 17 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 17 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 23 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 4 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 2 | @@ -560,7 +560,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-threat-hunting](https://github.com/orgs/elastic/teams/security-threat-hunting) | - | 85 | 0 | 80 | 2 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 75 | 0 | 73 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 126 | 3 | 126 | 0 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 141 | 0 | 40 | 3 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 150 | 0 | 46 | 4 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 7 | 1 | 7 | 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 | @@ -794,6 +794,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 108 | 2 | 70 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 21 | 0 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 84 | 12 | 84 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 9 | 0 | 9 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 19 | 0 | 19 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 5 | 1 | diff --git a/api_docs/presentation_panel.devdocs.json b/api_docs/presentation_panel.devdocs.json index ed8d46e52734d..931703ce6f8e7 100644 --- a/api_docs/presentation_panel.devdocs.json +++ b/api_docs/presentation_panel.devdocs.json @@ -14,7 +14,7 @@ "() => ", "EditPanelAction" ], - "path": "src/plugins/presentation_panel/public/panel_actions/panel_actions.ts", + "path": "src/platform/plugins/private/presentation_panel/public/panel_actions/panel_actions.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -47,7 +47,7 @@ "PanelCompatibleComponent", " | null>; } & { hidePanelChrome?: boolean | undefined; }) => React.JSX.Element | null" ], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -73,7 +73,7 @@ "PanelCompatibleComponent", " | null>; } & { hidePanelChrome?: boolean | undefined; }" ], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -102,7 +102,7 @@ "DefaultPresentationPanelApi", " | undefined; }) => React.JSX.Element" ], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel_error.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -113,7 +113,7 @@ "tags": [], "label": "{\n api,\n error,\n}", "description": [], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel_error.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -142,7 +142,7 @@ }, " | undefined; }" ], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel_error.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx", "deprecated": false, "trackAdoption": false }, @@ -157,7 +157,7 @@ "DefaultPresentationPanelApi", " | undefined" ], - "path": "src/plugins/presentation_panel/public/panel_component/presentation_panel_error.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx", "deprecated": false, "trackAdoption": false } @@ -181,7 +181,7 @@ "signature": [ "\"ACTION_CUSTOMIZE_PANEL\"" ], - "path": "src/plugins/presentation_panel/public/panel_actions/customize_panel_action/customize_panel_action.tsx", + "path": "src/platform/plugins/private/presentation_panel/public/panel_actions/customize_panel_action/customize_panel_action.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -208,7 +208,7 @@ "PanelCompatibleComponent", " | null>; }" ], - "path": "src/plugins/presentation_panel/public/panel_component/types.ts", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -240,7 +240,7 @@ "signature": [ "\"presentationPanel\"" ], - "path": "src/plugins/presentation_panel/common/index.ts", + "path": "src/platform/plugins/private/presentation_panel/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -255,7 +255,7 @@ "signature": [ "\"presentationPanel\"" ], - "path": "src/plugins/presentation_panel/common/index.ts", + "path": "src/platform/plugins/private/presentation_panel/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 8e0e2a86ed2c5..95aa202e84743 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.devdocs.json b/api_docs/presentation_util.devdocs.json index ea50ab8480f1e..e08e196fc1845 100644 --- a/api_docs/presentation_util.devdocs.json +++ b/api_docs/presentation_util.devdocs.json @@ -15,7 +15,7 @@ "DashboardDrilldownOptionsProps", " & React.RefAttributes<{}>>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -49,7 +49,7 @@ "FloatingActionsProps", ") => React.JSX.Element" ], - "path": "src/plugins/presentation_util/public/components/floating_actions/floating_actions.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/floating_actions/floating_actions.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -63,7 +63,7 @@ "signature": [ "FloatingActionsProps" ], - "path": "src/plugins/presentation_util/public/components/floating_actions/floating_actions.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/floating_actions/floating_actions.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -84,7 +84,7 @@ "DashboardPickerProps", ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -128,7 +128,7 @@ "EuiSelectableProps", "<{}>> | undefined; }) => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -170,7 +170,7 @@ }, ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -204,7 +204,7 @@ "FieldPickerProps", ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -238,7 +238,7 @@ "Props", ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -272,7 +272,7 @@ "Props", ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -312,7 +312,7 @@ }, ") => React.JSX.Element>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -354,7 +354,7 @@ }, "[]) => Promise" ], - "path": "src/plugins/presentation_util/public/index.ts", + "path": "src/platform/plugins/shared/presentation_util/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -377,7 +377,7 @@ }, "[]" ], - "path": "src/plugins/presentation_util/public/index.ts", + "path": "src/platform/plugins/shared/presentation_util/public/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -398,7 +398,7 @@ "signature": [ "

(Component: React.ComponentType

, fallback?: React.ReactElement> | null) => React.ForwardRefExoticComponent & React.RefAttributes>" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -414,7 +414,7 @@ "signature": [ "React.ComponentType

" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -431,7 +431,7 @@ "signature": [ "React.ReactElement> | null" ], - "path": "src/plugins/presentation_util/public/components/index.tsx", + "path": "src/platform/plugins/shared/presentation_util/public/components/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -461,7 +461,7 @@ }, " extends Pick, \"className\" | \"style\">" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -484,7 +484,7 @@ }, "[]" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -497,7 +497,7 @@ "description": [ "Value of expression" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -513,7 +513,7 @@ "signature": [ "(value?: string | undefined) => void" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -527,7 +527,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -547,7 +547,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -564,7 +564,7 @@ "Property", ".Height | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -587,7 +587,7 @@ }, " | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -608,7 +608,7 @@ }, " | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false } @@ -622,7 +622,7 @@ "tags": [], "label": "PresentationLabsService", "description": [], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -636,7 +636,7 @@ "signature": [ "(id: \"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\") => boolean" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -650,7 +650,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -675,7 +675,7 @@ "text": "Project" } ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -689,7 +689,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -715,7 +715,7 @@ }, ">" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -729,7 +729,7 @@ "signature": [ "(\"canvas\" | \"presentation\" | \"dashboard\")[] | undefined" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -747,7 +747,7 @@ "signature": [ "(id: \"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\", env: \"kibana\" | \"browser\" | \"session\", status: boolean) => void" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -761,7 +761,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -776,7 +776,7 @@ "signature": [ "\"kibana\" | \"browser\" | \"session\"" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -791,7 +791,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -809,7 +809,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/presentation_util/public/services/presentation_labs_service.ts", + "path": "src/platform/plugins/shared/presentation_util/public/services/presentation_labs_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -825,7 +825,7 @@ "tags": [], "label": "SaveModalDashboardProps", "description": [], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -839,7 +839,7 @@ "signature": [ "SaveModalDocumentInfo" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -850,7 +850,7 @@ "tags": [], "label": "canSaveByReference", "description": [], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -861,7 +861,7 @@ "tags": [], "label": "objectType", "description": [], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -875,7 +875,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -899,7 +899,7 @@ }, " & { dashboardId: string | null; addToLibrary: boolean; }) => void" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -920,7 +920,7 @@ }, " & { dashboardId: string | null; addToLibrary: boolean; }" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -946,7 +946,7 @@ }, ") => React.ReactNode)" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -960,7 +960,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false } @@ -980,7 +980,7 @@ "signature": [ "{ useCurrentFilters: boolean; useCurrentDateRange: boolean; openInNewTab: boolean; }" ], - "path": "src/plugins/presentation_util/public/components/dashboard_drilldown_options/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/dashboard_drilldown_options/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -999,7 +999,7 @@ "editor", ".IStandaloneCodeEditor | null>" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1016,7 +1016,7 @@ "editor", ".IStandaloneCodeEditor | null) => void" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1032,7 +1032,7 @@ "editor", ".IStandaloneCodeEditor | null" ], - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/types.ts", "deprecated": false, "trackAdoption": false } @@ -1048,7 +1048,7 @@ "tags": [], "label": "DEFAULT_DASHBOARD_DRILLDOWN_OPTIONS", "description": [], - "path": "src/plugins/presentation_util/public/components/dashboard_drilldown_options/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/dashboard_drilldown_options/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1062,7 +1062,7 @@ "signature": [ "false" ], - "path": "src/plugins/presentation_util/public/components/dashboard_drilldown_options/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/dashboard_drilldown_options/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1076,7 +1076,7 @@ "signature": [ "true" ], - "path": "src/plugins/presentation_util/public/components/dashboard_drilldown_options/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/dashboard_drilldown_options/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1090,7 +1090,7 @@ "signature": [ "true" ], - "path": "src/plugins/presentation_util/public/components/dashboard_drilldown_options/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/components/dashboard_drilldown_options/types.ts", "deprecated": false, "trackAdoption": false } @@ -1105,7 +1105,7 @@ "tags": [], "label": "PresentationUtilPluginSetup", "description": [], - "path": "src/plugins/presentation_util/public/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1119,7 +1119,7 @@ "tags": [], "label": "PresentationUtilPluginStart", "description": [], - "path": "src/plugins/presentation_util/public/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1139,7 +1139,7 @@ "text": "PresentationLabsService" } ], - "path": "src/plugins/presentation_util/public/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1161,7 +1161,7 @@ }, "[]) => Promise" ], - "path": "src/plugins/presentation_util/public/types.ts", + "path": "src/platform/plugins/shared/presentation_util/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1183,7 +1183,7 @@ }, "[]" ], - "path": "src/plugins/presentation_util/public/index.ts", + "path": "src/platform/plugins/shared/presentation_util/public/index.ts", "deprecated": false, "trackAdoption": false } @@ -1210,7 +1210,7 @@ "signature": [ "\"Presentation Labs\"" ], - "path": "src/plugins/presentation_util/server/ui_settings.ts", + "path": "src/platform/plugins/shared/presentation_util/server/ui_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1231,7 +1231,7 @@ "signature": [ "(data: any, type: string) => Promise" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1245,7 +1245,7 @@ "signature": [ "any" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1260,7 +1260,7 @@ "signature": [ "string" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1278,10 +1278,10 @@ "description": [], "signature": [ "() => Promise" ], - "path": "src/plugins/presentation_util/common/lib/utils/index.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1297,10 +1297,10 @@ "description": [], "signature": [ "() => Promise" ], - "path": "src/plugins/presentation_util/common/lib/utils/index.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1317,7 +1317,7 @@ "signature": [ "() => readonly [\"labs:dashboard:deferBelowFold\", \"labs:canvas:byValueEmbeddable\"]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1342,7 +1342,7 @@ }, ") => boolean" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1356,7 +1356,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1377,7 +1377,7 @@ "text": "EnvironmentStatus" } ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1396,7 +1396,7 @@ "signature": [ "(str: string) => boolean" ], - "path": "src/plugins/presentation_util/common/lib/utils/httpurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/httpurl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1410,7 +1410,7 @@ "signature": [ "string" ], - "path": "src/plugins/presentation_util/common/lib/utils/httpurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/httpurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1429,7 +1429,7 @@ "signature": [ "(url: string) => boolean" ], - "path": "src/plugins/presentation_util/common/lib/utils/url.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1443,7 +1443,7 @@ "signature": [ "string" ], - "path": "src/plugins/presentation_util/common/lib/utils/url.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1462,7 +1462,7 @@ "signature": [ "(str: string, withData: boolean) => { mimetype: string; encoding: string; charset: string; data: string | null; isImage: boolean; extension: any; } | null" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1476,7 +1476,7 @@ "signature": [ "string" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1491,7 +1491,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1510,7 +1510,7 @@ "signature": [ "(args: any, defaultDataurl?: string | null) => string" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1524,7 +1524,7 @@ "signature": [ "any" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1539,7 +1539,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1558,7 +1558,7 @@ "signature": [ "(img: string | null, alt?: string | null) => string | null" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1572,7 +1572,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1587,7 +1587,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "path": "src/platform/plugins/shared/presentation_util/common/lib/utils/resolve_dataurl.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1605,7 +1605,7 @@ "tags": [], "label": "ProjectConfig", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1619,7 +1619,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1630,7 +1630,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1641,7 +1641,7 @@ "tags": [], "label": "isActive", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1652,7 +1652,7 @@ "tags": [], "label": "isDisplayed", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1666,7 +1666,7 @@ "signature": [ "(\"kibana\" | \"browser\" | \"session\")[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1677,7 +1677,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1691,7 +1691,7 @@ "signature": [ "(\"canvas\" | \"presentation\" | \"dashboard\")[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false } @@ -1711,7 +1711,7 @@ "signature": [ "\"kibana\" | \"browser\" | \"session\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1726,7 +1726,7 @@ "signature": [ "{ kibana?: boolean | undefined; browser?: boolean | undefined; session?: boolean | undefined; }" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1743,7 +1743,7 @@ "signature": [ "\"kibana-expressions\"" ], - "path": "src/plugins/presentation_util/common/index.ts", + "path": "src/platform/plugins/shared/presentation_util/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1758,7 +1758,7 @@ "signature": [ "\"labs:\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1773,7 +1773,7 @@ "signature": [ "\"presentationUtil\"" ], - "path": "src/plugins/presentation_util/common/index.ts", + "path": "src/platform/plugins/shared/presentation_util/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1788,7 +1788,7 @@ "signature": [ "\"presentationUtil\"" ], - "path": "src/plugins/presentation_util/common/index.ts", + "path": "src/platform/plugins/shared/presentation_util/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1818,7 +1818,7 @@ }, "; }" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1833,7 +1833,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\" | \"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1855,7 +1855,7 @@ "text": "EnvironmentStatus" } ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1870,7 +1870,7 @@ "signature": [ "\"canvas\" | \"presentation\" | \"dashboard\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1887,7 +1887,7 @@ "signature": [ "readonly [\"kibana\", \"browser\", \"session\"]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1902,7 +1902,7 @@ "signature": [ "readonly [\"labs:dashboard:deferBelowFold\", \"labs:canvas:byValueEmbeddable\"]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1916,7 +1916,7 @@ "description": [ "\nThis is a list of active Labs Projects for the Presentation Team. It is the \"source of truth\" for all projects\nprovided to users of our solutions in Kibana." ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1927,7 +1927,7 @@ "tags": [], "label": "[DEFER_BELOW_FOLD]", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1941,7 +1941,7 @@ "signature": [ "\"labs:dashboard:deferBelowFold\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1955,7 +1955,7 @@ "signature": [ "false" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1969,7 +1969,7 @@ "signature": [ "true" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1983,7 +1983,7 @@ "signature": [ "(\"kibana\" | \"browser\" | \"session\")[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -1994,7 +1994,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2005,7 +2005,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2019,7 +2019,7 @@ "signature": [ "\"dashboard\"[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false } @@ -2032,7 +2032,7 @@ "tags": [], "label": "[BY_VALUE_EMBEDDABLE]", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2046,7 +2046,7 @@ "signature": [ "\"labs:canvas:byValueEmbeddable\"" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2060,7 +2060,7 @@ "signature": [ "true" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2074,7 +2074,7 @@ "signature": [ "true" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2088,7 +2088,7 @@ "signature": [ "(\"kibana\" | \"browser\" | \"session\")[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2099,7 +2099,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2110,7 +2110,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false }, @@ -2124,7 +2124,7 @@ "signature": [ "\"canvas\"[]" ], - "path": "src/plugins/presentation_util/common/labs.ts", + "path": "src/platform/plugins/shared/presentation_util/common/labs.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index b16a1f012332a..0a4bb1da17e2b 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2024-12-23 +date: 2024-12-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 aa24b852feb3e..8672e69e0254f 100644 --- a/api_docs/product_doc_base.mdx +++ b/api_docs/product_doc_base.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/productDocBase title: "productDocBase" image: https://source.unsplash.com/400x175/?github description: API docs for the productDocBase plugin -date: 2024-12-23 +date: 2024-12-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 db4ed44edf182..0b1d95c209419 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2024-12-23 +date: 2024-12-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 c5f7704b370eb..bdbec77701cf1 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2024-12-23 +date: 2024-12-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 7ae1fd31061ad..01d3196a7c586 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2024-12-23 +date: 2024-12-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 8a369cafb8c16..de39ba21e0c91 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2024-12-23 +date: 2024-12-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 f00a4db2c8b87..c1443ea102d94 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2024-12-23 +date: 2024-12-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 d139e207b7a92..45d1c502eb669 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2024-12-23 +date: 2024-12-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 b786c3fdccfaa..26b89bd4db271 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/saved_objects.devdocs.json b/api_docs/saved_objects.devdocs.json index 56c2bcd5d8cd7..1f6ec0c2f2dc6 100644 --- a/api_docs/saved_objects.devdocs.json +++ b/api_docs/saved_objects.devdocs.json @@ -36,11 +36,11 @@ "references": [ { "plugin": "presentationUtil", - "path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx" + "path": "src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx" }, { "plugin": "presentationUtil", - "path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx" + "path": "src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx" }, { "plugin": "visualizations", @@ -60,19 +60,19 @@ }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" }, { "plugin": "dashboard", - "path": "src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx" + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" }, { "plugin": "discover", @@ -92,11 +92,11 @@ }, { "plugin": "links", - "path": "src/plugins/links/public/content_management/save_to_library.tsx" + "path": "src/platform/plugins/private/links/public/content_management/save_to_library.tsx" }, { "plugin": "links", - "path": "src/plugins/links/public/content_management/save_to_library.tsx" + "path": "src/platform/plugins/private/links/public/content_management/save_to_library.tsx" } ], "children": [ diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 351cfb81b6bb0..b32443ab4bb6a 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2024-12-23 +date: 2024-12-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 bbf00a8d3e858..73a4a39643759 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2024-12-23 +date: 2024-12-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 641b62794e7b8..961eaa7ee1195 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2024-12-23 +date: 2024-12-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 f41fec16602e1..2dfcab3635c6f 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2024-12-23 +date: 2024-12-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 a9f0be7589ef4..0e25fb5f3ce66 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2024-12-23 +date: 2024-12-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 d714fd2fd6a6b..80e1d4c3913f0 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2024-12-23 +date: 2024-12-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 1ee661a7729f5..1409f2934e902 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2024-12-23 +date: 2024-12-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 dc756795b6bff..6e287411b2065 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2024-12-23 +date: 2024-12-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 0a3892a440bca..158e081aa41db 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchAssistant title: "searchAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- import searchAssistantObj from './search_assistant.devdocs.json'; diff --git a/api_docs/search_connectors.mdx b/api_docs/search_connectors.mdx index 5f9dcf6cc697d..5c28fb93091fe 100644 --- a/api_docs/search_connectors.mdx +++ b/api_docs/search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchConnectors title: "searchConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the searchConnectors plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchConnectors'] --- import searchConnectorsObj from './search_connectors.devdocs.json'; diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index cef0f18a2f943..d987ba156ce7c 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchHomepage title: "searchHomepage" image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_indices.devdocs.json b/api_docs/search_indices.devdocs.json index ee436dbc5ddd7..699243d6082b8 100644 --- a/api_docs/search_indices.devdocs.json +++ b/api_docs/search_indices.devdocs.json @@ -85,7 +85,7 @@ "label": "startAppId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "x-pack/plugins/search_indices/public/types.ts", "deprecated": false, diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index 13a0cf1bda35a..622c563fb142e 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchIndices title: "searchIndices" image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin -date: 2024-12-23 +date: 2024-12-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 092731386422c..98172cc6e9647 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchInferenceEndpoints title: "searchInferenceEndpoints" image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin -date: 2024-12-23 +date: 2024-12-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 94e0857bfcb6b..55b0e6b4b958b 100644 --- a/api_docs/search_navigation.devdocs.json +++ b/api_docs/search_navigation.devdocs.json @@ -132,7 +132,7 @@ "label": "link", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, @@ -289,13 +289,7 @@ "description": [], "signature": [ "(history: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", ") => ", { "pluginId": "@kbn/shared-ux-page-solution-nav", @@ -318,13 +312,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", diff --git a/api_docs/search_navigation.mdx b/api_docs/search_navigation.mdx index 06d5e0bb226cd..d04bf74948539 100644 --- a/api_docs/search_navigation.mdx +++ b/api_docs/search_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNavigation title: "searchNavigation" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNavigation plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNavigation'] --- import searchNavigationObj from './search_navigation.devdocs.json'; diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index 08f2d970ee713..ca2fd6ee7b4cb 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNotebooks title: "searchNotebooks" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin -date: 2024-12-23 +date: 2024-12-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 4f613cf1d11c3..3a8a009e62d5c 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchPlayground title: "searchPlayground" image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/security.devdocs.json b/api_docs/security.devdocs.json index b0ba5fec59831..0f6eb0052c401 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -1207,13 +1207,7 @@ "text": "I18nStart" }, "; analytics: ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", "; theme: ", { "pluginId": "@kbn/core-theme-browser", diff --git a/api_docs/security.mdx b/api_docs/security.mdx index 068a27b4968e7..25069bc6909c0 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2024-12-23 +date: 2024-12-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 ec1092b175975..85b4b332c5d2c 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -851,13 +851,7 @@ "\nLocations where the link is visible in the UI" ], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLinkLocations", - "text": "AppDeepLinkLocations" - }, + "AppDeepLinkLocations", "[] | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 70704d40d6b33..49562bbaa62b8 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index 301d25a412047..be305832328aa 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2024-12-23 +date: 2024-12-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 50154ba4518d0..ec8243c55bdd0 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2024-12-23 +date: 2024-12-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 ce1e5e6caa041..8767cfaaed751 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index c657d1fb101d1..09f0745d308ac 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2024-12-23 +date: 2024-12-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 b5ee4e9995ed6..ed9013ad5f725 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2024-12-23 +date: 2024-12-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 65a10812821c5..3119ef27eca7e 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.devdocs.json b/api_docs/share.devdocs.json index 36ca1c42b9b08..99be9475ead0f 100644 --- a/api_docs/share.devdocs.json +++ b/api_docs/share.devdocs.json @@ -901,13 +901,13 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/reporting-public", - "path": "packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx" - }, { "plugin": "discover", "path": "src/plugins/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx" + }, + { + "plugin": "@kbn/reporting-public", + "path": "packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx" } ] }, diff --git a/api_docs/share.mdx b/api_docs/share.mdx index b3ccf621f7064..b14cb700e08aa 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.devdocs.json b/api_docs/slo.devdocs.json index 10274a3f7c2c0..1469c068bd2ca 100644 --- a/api_docs/slo.devdocs.json +++ b/api_docs/slo.devdocs.json @@ -846,23 +846,11 @@ "text": "NavigationSection" }, "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppDeepLink", - "text": "AppDeepLink" - }, + "AppDeepLink", "[]; updater$: ", "Subject", "<", - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.AppUpdater", - "text": "AppUpdater" - }, + "AppUpdater", ">; }) => void; }" ], "path": "x-pack/solutions/observability/plugins/slo/public/types.ts", diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index fce8ea38cad25..7da61e5658346 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/slo title: "slo" image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin -date: 2024-12-23 +date: 2024-12-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 1bd0726d2c85b..0b38cdc2a1388 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index cc49dfbbfcd65..5eb096bd7436d 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- import spacesObj from './spaces.devdocs.json'; diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index bb051c8c9ecf7..41ac103a711a0 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2024-12-23 +date: 2024-12-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 0ba1fb866e7f8..49c52a2ac8b8d 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/streams.devdocs.json b/api_docs/streams.devdocs.json index 4e6151b341ba7..742a88ca60f17 100644 --- a/api_docs/streams.devdocs.json +++ b/api_docs/streams.devdocs.json @@ -71,7 +71,7 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"POST /api/streams/{id}/schema/fields_simulation\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ field_definitions: Zod.ZodArray; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }>, ", + "<\"POST /api/streams/{id}/schema/fields_simulation\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ field_definitions: Zod.ZodArray; format: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }>, ", "StreamsRouteHandlerResources", ", { status: \"unknown\" | \"success\" | \"failure\"; simulationError: string | null; documentsWithRuntimeFieldsApplied: unknown[] | null; }, undefined>; \"GET /api/streams/{id}/schema/unmapped_fields\": ", { @@ -92,17 +92,53 @@ "text": "ServerRoute" }, "<\"POST /api/streams/{id}/_sample\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ condition: Zod.ZodOptional>; start: Zod.ZodOptional; end: Zod.ZodOptional; number: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }, { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }, { path: { id: string; }; body: { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }>, ", "StreamsRouteHandlerResources", ", { documents: unknown[]; }, undefined>; \"POST /api/streams/_disable\": ", @@ -147,11 +183,39 @@ }, "<\"GET /api/streams\", Zod.ZodObject<{}, \"strip\", Zod.ZodTypeAny, {}, {}>, ", "StreamsRouteHandlerResources", - ", { definitions: { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }[]; }, undefined>; \"DELETE /api/streams/{id}\": ", + ", { streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }, undefined>; \"DELETE /api/streams/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -169,39 +233,327 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"PUT /api/streams/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ processing: Zod.ZodDefault; body: Zod.ZodUnion<[Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodDiscriminatedUnion<\"type\", [Zod.ZodObject<{ type: Zod.ZodLiteral<\"grok\">; field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>, Zod.ZodObject<{ type: Zod.ZodLiteral<\"dissect\">; field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: \"dissect\"; field: string; pattern: string; }, { type: \"dissect\"; field: string; pattern: string; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }>, \"many\">>; fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">>; managed: Zod.ZodDefault; children: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { id: string; condition?: ", - "Condition", - "; }, { id: string; condition?: ", - "Condition", - "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; }, { children?: { id: string; condition?: ", - "Condition", - "; }[] | undefined; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; }; }, { path: { id: string; }; body: { children?: { id: string; condition?: ", - "Condition", - "; }[] | undefined; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; }; }>, ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ">>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>, Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; } | { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; }, { path: { id: string; }; body: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; } | { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; }>, ", "StreamsRouteHandlerResources", ", { acknowledged: boolean; }, undefined>; \"GET /api/streams/{id}\": ", { @@ -213,11 +565,39 @@ }, "<\"GET /api/streams/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ", "StreamsRouteHandlerResources", - ", { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; inheritedFields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; from: string; format?: string | undefined; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, undefined>; \"POST /api/streams/{id}/_fork\": ", + ", { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, undefined>; \"POST /api/streams/{id}/_fork\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -225,46 +605,54 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"POST /api/streams/{id}/_fork\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ stream: Zod.ZodObject>; config: Zod.ZodDiscriminatedUnion<\"type\", [Zod.ZodObject<{ type: Zod.ZodLiteral<\"grok\">; field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>, Zod.ZodObject<{ type: Zod.ZodLiteral<\"dissect\">; field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: \"dissect\"; field: string; pattern: string; }, { type: \"dissect\"; field: string; pattern: string; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }>, \"many\">>; fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">>; managed: Zod.ZodDefault; children: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { id: string; condition?: ", - "Condition", - "; }, { id: string; condition?: ", - "Condition", - "; }>, \"many\">>; }, { id: Zod.ZodString; unmanaged_elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; }>, \"children\">, \"strip\", Zod.ZodTypeAny, { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>; condition: Zod.ZodType<", - "Condition", + "<\"POST /api/streams/{id}/_fork\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ stream: Zod.ZodObject<{ name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; }, { name: string; }>; condition: Zod.ZodType<", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, ", Zod.ZodTypeDef, ", - "Condition", - ">; }, \"strip\", Zod.ZodTypeAny, { stream: { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }, { stream: { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { stream: { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }; }, { path: { id: string; }; body: { stream: { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ">; }, \"strip\", Zod.ZodTypeAny, { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }; }, { path: { id: string; }; body: { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }>, ", "StreamsRouteHandlerResources", ", { acknowledged: true; }, undefined>; \"POST /api/streams/_resync\": ", @@ -318,40 +706,7 @@ "server": { "classes": [], "functions": [], - "interfaces": [ - { - "parentPluginId": "streams", - "id": "def-server.ListStreamResponse", - "type": "Interface", - "tags": [], - "label": "ListStreamResponse", - "description": [], - "path": "x-pack/solutions/observability/plugins/streams/server/lib/streams/stream_crud.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "streams", - "id": "def-server.ListStreamResponse.definitions", - "type": "Array", - "tags": [], - "label": "definitions", - "description": [], - "signature": [ - "{ id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }[]" - ], - "path": "x-pack/solutions/observability/plugins/streams/server/lib/streams/stream_crud.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], + "interfaces": [], "enums": [], "misc": [ { @@ -385,7 +740,7 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"POST /api/streams/{id}/schema/fields_simulation\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ field_definitions: Zod.ZodArray; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }>, ", + "<\"POST /api/streams/{id}/schema/fields_simulation\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ field_definitions: Zod.ZodArray; format: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }, { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }, { path: { id: string; }; body: { field_definitions: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; }; }>, ", "StreamsRouteHandlerResources", ", { status: \"unknown\" | \"success\" | \"failure\"; simulationError: string | null; documentsWithRuntimeFieldsApplied: unknown[] | null; }, undefined>; \"GET /api/streams/{id}/schema/unmapped_fields\": ", { @@ -406,17 +761,53 @@ "text": "ServerRoute" }, "<\"POST /api/streams/{id}/_sample\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ condition: Zod.ZodOptional>; start: Zod.ZodOptional; end: Zod.ZodOptional; number: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }, { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }, { path: { id: string; }; body: { number?: number | undefined; start?: number | undefined; end?: number | undefined; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }>, ", "StreamsRouteHandlerResources", ", { documents: unknown[]; }, undefined>; \"POST /api/streams/_disable\": ", @@ -461,11 +852,39 @@ }, "<\"GET /api/streams\", Zod.ZodObject<{}, \"strip\", Zod.ZodTypeAny, {}, {}>, ", "StreamsRouteHandlerResources", - ", { definitions: { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }[]; }, undefined>; \"DELETE /api/streams/{id}\": ", + ", { streams: ({ name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; })[]; }, undefined>; \"DELETE /api/streams/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -483,39 +902,327 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"PUT /api/streams/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ processing: Zod.ZodDefault; body: Zod.ZodUnion<[Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodDiscriminatedUnion<\"type\", [Zod.ZodObject<{ type: Zod.ZodLiteral<\"grok\">; field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>, Zod.ZodObject<{ type: Zod.ZodLiteral<\"dissect\">; field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: \"dissect\"; field: string; pattern: string; }, { type: \"dissect\"; field: string; pattern: string; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }>, \"many\">>; fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">>; managed: Zod.ZodDefault; children: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; wired: Zod.ZodObject<{ fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }>>>; }, \"strip\", Zod.ZodTypeAny, { fields: Record; }, { fields?: Record | undefined; }>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { id: string; condition?: ", - "Condition", - "; }, { id: string; condition?: ", - "Condition", - "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; }, { children?: { id: string; condition?: ", - "Condition", - "; }[] | undefined; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; }; }, { path: { id: string; }; body: { children?: { id: string; condition?: ", - "Condition", - "; }[] | undefined; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; }; }>, ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ">>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }, { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }, { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>, Zod.ZodObject<{ ingest: Zod.ZodObject<{ processing: Zod.ZodDefault>; config: Zod.ZodUnion<[Zod.ZodObject<{ grok: Zod.ZodObject<{ field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }, { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; }>, Zod.ZodObject<{ dissect: Zod.ZodObject<{ field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { field: string; pattern: string; }, { field: string; pattern: string; }>; }, \"strip\", Zod.ZodTypeAny, { dissect: { field: string; pattern: string; }; }, { dissect: { field: string; pattern: string; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; routing: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }, { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }>; }, \"strict\", Zod.ZodTypeAny, { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }, { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }>]>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; } | { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; }, { path: { id: string; }; body: { ingest: { wired: { fields?: Record | undefined; }; routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; } | { ingest: { routing?: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; processing?: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[] | undefined; }; }; }>, ", "StreamsRouteHandlerResources", ", { acknowledged: boolean; }, undefined>; \"GET /api/streams/{id}\": ", { @@ -527,11 +1234,39 @@ }, "<\"GET /api/streams/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ", "StreamsRouteHandlerResources", - ", { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; inheritedFields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; from: string; format?: string | undefined; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, undefined>; \"POST /api/streams/{id}/_fork\": ", + ", { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; inherited_fields: Record; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, undefined>; \"POST /api/streams/{id}/_fork\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -539,46 +1274,54 @@ "section": "def-common.ServerRoute", "text": "ServerRoute" }, - "<\"POST /api/streams/{id}/_fork\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ stream: Zod.ZodObject>; config: Zod.ZodDiscriminatedUnion<\"type\", [Zod.ZodObject<{ type: Zod.ZodLiteral<\"grok\">; field: Zod.ZodString; patterns: Zod.ZodArray; pattern_definitions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }, { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; }>, Zod.ZodObject<{ type: Zod.ZodLiteral<\"dissect\">; field: Zod.ZodString; pattern: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: \"dissect\"; field: string; pattern: string; }, { type: \"dissect\"; field: string; pattern: string; }>]>; }, \"strip\", Zod.ZodTypeAny, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }, { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }>, \"many\">>; fields: Zod.ZodDefault; format: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }, { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }>, \"many\">>; managed: Zod.ZodDefault; children: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { id: string; condition?: ", - "Condition", - "; }, { id: string; condition?: ", - "Condition", - "; }>, \"many\">>; }, { id: Zod.ZodString; unmanaged_elasticsearch_assets: Zod.ZodOptional; id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }, { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }>, \"many\">>; }>, \"children\">, \"strip\", Zod.ZodTypeAny, { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }, { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }>; condition: Zod.ZodType<", - "Condition", + "<\"POST /api/streams/{id}/_fork\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; body: Zod.ZodObject<{ stream: Zod.ZodObject<{ name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; }, { name: string; }>; condition: Zod.ZodType<", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, ", Zod.ZodTypeDef, ", - "Condition", - ">; }, \"strip\", Zod.ZodTypeAny, { stream: { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }, { stream: { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { stream: { id: string; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", - "; }; }, { path: { id: string; }; body: { stream: { id: string; fields?: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[] | undefined; managed?: boolean | undefined; processing?: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[] | undefined; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; condition?: ", - "Condition", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + ">; }, \"strip\", Zod.ZodTypeAny, { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }, { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; body: { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }; }, { path: { id: string; }; body: { stream: { name: string; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, "; }; }>, ", "StreamsRouteHandlerResources", ", { acknowledged: true; }, undefined>; \"POST /api/streams/_resync\": ", @@ -644,46 +1387,7 @@ "functions": [], "interfaces": [], "enums": [], - "misc": [ - { - "parentPluginId": "streams", - "id": "def-common.ReadStreamDefinition", - "type": "Type", - "tags": [], - "label": "ReadStreamDefinition", - "description": [], - "signature": [ - "{ id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; inheritedFields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; from: string; format?: string | undefined; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" - ], - "path": "x-pack/solutions/observability/plugins/streams/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "streams", - "id": "def-common.StreamDefinition", - "type": "Type", - "tags": [], - "label": "StreamDefinition", - "description": [], - "signature": [ - "{ id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }" - ], - "path": "x-pack/solutions/observability/plugins/streams/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], + "misc": [], "objects": [] } } \ No newline at end of file diff --git a/api_docs/streams.mdx b/api_docs/streams.mdx index 7bbe527f1ca3b..3579d370fad05 100644 --- a/api_docs/streams.mdx +++ b/api_docs/streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streams title: "streams" image: https://source.unsplash.com/400x175/?github description: API docs for the streams plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams'] --- import streamsObj from './streams.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 13 | 3 | +| 9 | 0 | 9 | 2 | ## Client @@ -39,14 +39,6 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st ### Start -### Interfaces - - ### Consts, variables and types -## Common - -### Consts, variables and types - - diff --git a/api_docs/streams_app.devdocs.json b/api_docs/streams_app.devdocs.json index 0c7fcf59a750f..e8d864dd253ec 100644 --- a/api_docs/streams_app.devdocs.json +++ b/api_docs/streams_app.devdocs.json @@ -112,11 +112,39 @@ "label": "Entity", "description": [], "signature": [ - "EntityBase & { type: \"stream\"; properties: { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; }" + "EntityBase & { type: \"stream\"; properties: { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; }" ], "path": "x-pack/solutions/observability/plugins/streams_app/common/index.ts", "deprecated": false, @@ -131,11 +159,39 @@ "label": "StreamEntity", "description": [], "signature": [ - "EntityBase & { type: \"stream\"; properties: { id: string; children: { id: string; condition?: ", - "Condition", - "; }[]; fields: { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; name: string; format?: string | undefined; }[]; managed: boolean; processing: { config: { type: \"grok\"; field: string; patterns: string[]; pattern_definitions?: Record | undefined; } | { type: \"dissect\"; field: string; pattern: string; }; condition?: ", - "Condition", - "; }[]; unmanaged_elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; }" + "EntityBase & { type: \"stream\"; properties: { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; wired: { fields: Record; }; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; } | { name: string; stream: { ingest: { routing: { name: string; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; processing: { config: { grok: { field: string; patterns: string[]; pattern_definitions?: Record | undefined; }; } | { dissect: { field: string; pattern: string; }; }; condition?: ", + { + "pluginId": "@kbn/streams-schema", + "scope": "common", + "docId": "kibKbnStreamsSchemaPluginApi", + "section": "def-common.Condition", + "text": "Condition" + }, + "; }[]; }; }; elasticsearch_assets?: { id: string; type: \"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"; }[] | undefined; }; }" ], "path": "x-pack/solutions/observability/plugins/streams_app/common/index.ts", "deprecated": false, diff --git a/api_docs/streams_app.mdx b/api_docs/streams_app.mdx index 67f9172956fc8..74581f6cb2318 100644 --- a/api_docs/streams_app.mdx +++ b/api_docs/streams_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsApp title: "streamsApp" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsApp plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp'] --- import streamsAppObj from './streams_app.devdocs.json'; diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 0b55b3d7080f1..4837a02abb490 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2024-12-23 +date: 2024-12-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 bc3e6e7f6eabb..e96f9494402b9 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2024-12-23 +date: 2024-12-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 18393bfd919c1..aedf02baad246 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2024-12-23 +date: 2024-12-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 a926cc5fd147d..85ff28102e5ed 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx index 9949f51b1ebe9..be9601b9f2d9c 100644 --- a/api_docs/threat_intelligence.mdx +++ b/api_docs/threat_intelligence.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence title: "threatIntelligence" image: https://source.unsplash.com/400x175/?github description: API docs for the threatIntelligence plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- import threatIntelligenceObj from './threat_intelligence.devdocs.json'; diff --git a/api_docs/timelines.devdocs.json b/api_docs/timelines.devdocs.json index 5b3aed833470c..4b0fbbe202505 100644 --- a/api_docs/timelines.devdocs.json +++ b/api_docs/timelines.devdocs.json @@ -1017,13 +1017,7 @@ "text": "I18nStart" }, "; analytics: ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", "; theme: ", { "pluginId": "@kbn/core-theme-browser", @@ -1178,13 +1172,7 @@ "text": "I18nStart" }, "; analytics: ", - { - "pluginId": "@kbn/core-analytics-browser", - "scope": "public", - "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-public.AnalyticsServiceStart", - "text": "AnalyticsServiceStart" - }, + "AnalyticsServiceStart", "; theme: ", { "pluginId": "@kbn/core-theme-browser", diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 901f5fa059499..f9529bb0d8651 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2024-12-23 +date: 2024-12-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 4fdd57415699d..8f7c765f01d2e 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.devdocs.json b/api_docs/triggers_actions_ui.devdocs.json index 8d469da5e53df..29cf93d49aa38 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -5744,13 +5744,7 @@ "label": "history", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ScopedHistory", - "text": "ScopedHistory" - }, + "ScopedHistory", "" ], "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 7b2aed7a72711..13fc3cd9cae43 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2024-12-23 +date: 2024-12-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 ba8e442532951..4ce1fcd61fcb1 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2024-12-23 +date: 2024-12-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 093c89fb9a3af..1285e7601c30e 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2024-12-23 +date: 2024-12-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 b113342e060ed..763f90711fb07 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 1a18626b1b6ad..619dbd01c9ca5 100644 --- a/api_docs/unified_histogram.mdx +++ b/api_docs/unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram title: "unifiedHistogram" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedHistogram plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- import unifiedHistogramObj from './unified_histogram.devdocs.json'; diff --git a/api_docs/unified_search.devdocs.json b/api_docs/unified_search.devdocs.json index 7cf8791b9a017..8297dd04d1d15 100644 --- a/api_docs/unified_search.devdocs.json +++ b/api_docs/unified_search.devdocs.json @@ -1503,13 +1503,7 @@ "label": "application", "description": [], "signature": [ - { - "pluginId": "@kbn/core-application-browser", - "scope": "public", - "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-public.ApplicationStart", - "text": "ApplicationStart" - } + "ApplicationStart" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 393f9d011abc9..8939402397fdc 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2024-12-23 +date: 2024-12-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 43a4f9c930d39..a02c2380c2601 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2024-12-23 +date: 2024-12-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 f2aeaa8d6d6c0..0fe614b98b056 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2024-12-23 +date: 2024-12-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 cad43f57b993b..ea5eaa196e226 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2024-12-23 +date: 2024-12-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 9d0762ecf590f..a2fbc55c78bbc 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2024-12-23 +date: 2024-12-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 858e597c81868..c3959e5fee8ca 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2024-12-23 +date: 2024-12-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 a47d41d54a6bc..e7139300483de 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2024-12-23 +date: 2024-12-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 d82322af2d99f..b16ff6424139c 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2024-12-23 +date: 2024-12-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 d07fbc3228c94..34a93f07fba79 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2024-12-23 +date: 2024-12-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 928b24696412c..6b47b3034f7e2 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2024-12-23 +date: 2024-12-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 8326db5f006c5..be8480d17f8b6 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2024-12-23 +date: 2024-12-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 19b09c6f161d0..7411d34b2db38 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2024-12-23 +date: 2024-12-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 61459ce8c7c28..182b77c1838ba 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2024-12-23 +date: 2024-12-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 7bc23a36e0278..4a25966e3cb64 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2024-12-23 +date: 2024-12-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 44dd2e5a7caeb..9dca4a7300515 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2024-12-23 +date: 2024-12-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 c63680625bdb2..a699b374b1c13 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.devdocs.json b/api_docs/visualizations.devdocs.json index b2d6fbc1eeec7..0a94dce7a5404 100644 --- a/api_docs/visualizations.devdocs.json +++ b/api_docs/visualizations.devdocs.json @@ -1339,15 +1339,15 @@ "references": [ { "plugin": "maps", - "path": "x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts" + "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts" + "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" }, { "plugin": "maps", - "path": "x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts" + "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" } ], "children": [ diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 2be1532258bb1..6ec42ffcf9156 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2024-12-23 +date: 2024-12-24 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json';