Skip to content

Commit 1cd3c88

Browse files
[api-docs] 2025-09-16 Daily api_docs build (#235153)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/1197
1 parent a301c40 commit 1cd3c88

File tree

938 files changed

+3470
-1776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

938 files changed

+3470
-1776
lines changed

api_docs/actions.devdocs.json

Lines changed: 157 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,6 +3115,114 @@
31153115
],
31163116
"initialIsOpen": false
31173117
},
3118+
{
3119+
"parentPluginId": "actions",
3120+
"id": "def-server.Connector",
3121+
"type": "Interface",
3122+
"tags": [],
3123+
"label": "Connector",
3124+
"description": [],
3125+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3126+
"deprecated": false,
3127+
"trackAdoption": false,
3128+
"children": [
3129+
{
3130+
"parentPluginId": "actions",
3131+
"id": "def-server.Connector.id",
3132+
"type": "string",
3133+
"tags": [],
3134+
"label": "id",
3135+
"description": [],
3136+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3137+
"deprecated": false,
3138+
"trackAdoption": false
3139+
},
3140+
{
3141+
"parentPluginId": "actions",
3142+
"id": "def-server.Connector.actionTypeId",
3143+
"type": "string",
3144+
"tags": [],
3145+
"label": "actionTypeId",
3146+
"description": [],
3147+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3148+
"deprecated": false,
3149+
"trackAdoption": false
3150+
},
3151+
{
3152+
"parentPluginId": "actions",
3153+
"id": "def-server.Connector.name",
3154+
"type": "string",
3155+
"tags": [],
3156+
"label": "name",
3157+
"description": [],
3158+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3159+
"deprecated": false,
3160+
"trackAdoption": false
3161+
},
3162+
{
3163+
"parentPluginId": "actions",
3164+
"id": "def-server.Connector.isMissingSecrets",
3165+
"type": "CompoundType",
3166+
"tags": [],
3167+
"label": "isMissingSecrets",
3168+
"description": [],
3169+
"signature": [
3170+
"boolean | undefined"
3171+
],
3172+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3173+
"deprecated": false,
3174+
"trackAdoption": false
3175+
},
3176+
{
3177+
"parentPluginId": "actions",
3178+
"id": "def-server.Connector.config",
3179+
"type": "Object",
3180+
"tags": [],
3181+
"label": "config",
3182+
"description": [],
3183+
"signature": [
3184+
"Record<string, any> | undefined"
3185+
],
3186+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3187+
"deprecated": false,
3188+
"trackAdoption": false
3189+
},
3190+
{
3191+
"parentPluginId": "actions",
3192+
"id": "def-server.Connector.isPreconfigured",
3193+
"type": "boolean",
3194+
"tags": [],
3195+
"label": "isPreconfigured",
3196+
"description": [],
3197+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3198+
"deprecated": false,
3199+
"trackAdoption": false
3200+
},
3201+
{
3202+
"parentPluginId": "actions",
3203+
"id": "def-server.Connector.isDeprecated",
3204+
"type": "boolean",
3205+
"tags": [],
3206+
"label": "isDeprecated",
3207+
"description": [],
3208+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3209+
"deprecated": false,
3210+
"trackAdoption": false
3211+
},
3212+
{
3213+
"parentPluginId": "actions",
3214+
"id": "def-server.Connector.isSystemAction",
3215+
"type": "boolean",
3216+
"tags": [],
3217+
"label": "isSystemAction",
3218+
"description": [],
3219+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
3220+
"deprecated": false,
3221+
"trackAdoption": false
3222+
}
3223+
],
3224+
"initialIsOpen": false
3225+
},
31183226
{
31193227
"parentPluginId": "actions",
31203228
"id": "def-server.ConnectorWithExtraFindData",
@@ -3131,7 +3239,13 @@
31313239
"text": "ConnectorWithExtraFindData"
31323240
},
31333241
" extends ",
3134-
"Connector"
3242+
{
3243+
"pluginId": "actions",
3244+
"scope": "server",
3245+
"docId": "kibActionsPluginApi",
3246+
"section": "def-server.Connector",
3247+
"text": "Connector"
3248+
}
31353249
],
31363250
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts",
31373251
"deprecated": false,
@@ -3167,7 +3281,13 @@
31673281
"text": "InMemoryConnector"
31683282
},
31693283
"<Config, Secrets> extends ",
3170-
"Connector"
3284+
{
3285+
"pluginId": "actions",
3286+
"scope": "server",
3287+
"docId": "kibActionsPluginApi",
3288+
"section": "def-server.Connector",
3289+
"text": "Connector"
3290+
}
31713291
],
31723292
"path": "x-pack/platform/plugins/shared/actions/server/types.ts",
31733293
"deprecated": false,
@@ -3632,7 +3752,13 @@
36323752
"label": "ActionResult",
36333753
"description": [],
36343754
"signature": [
3635-
"Connector"
3755+
{
3756+
"pluginId": "actions",
3757+
"scope": "server",
3758+
"docId": "kibActionsPluginApi",
3759+
"section": "def-server.Connector",
3760+
"text": "Connector"
3761+
}
36363762
],
36373763
"path": "x-pack/platform/plugins/shared/actions/server/types.ts",
36383764
"deprecated": false,
@@ -3675,13 +3801,31 @@
36753801
"<unknown>>; create: ({ action, options, }: Omit<",
36763802
"ConnectorCreateParams",
36773803
", \"context\">) => Promise<",
3678-
"Connector",
3804+
{
3805+
"pluginId": "actions",
3806+
"scope": "server",
3807+
"docId": "kibActionsPluginApi",
3808+
"section": "def-server.Connector",
3809+
"text": "Connector"
3810+
},
36793811
">; update: ({ id, action, }: Pick<",
36803812
"ConnectorUpdateParams",
36813813
", \"id\" | \"action\">) => Promise<",
3682-
"Connector",
3814+
{
3815+
"pluginId": "actions",
3816+
"scope": "server",
3817+
"docId": "kibActionsPluginApi",
3818+
"section": "def-server.Connector",
3819+
"text": "Connector"
3820+
},
36833821
">; get: ({ id, throwIfSystemAction, }: { id: string; throwIfSystemAction?: boolean | undefined; }) => Promise<",
3684-
"Connector",
3822+
{
3823+
"pluginId": "actions",
3824+
"scope": "server",
3825+
"docId": "kibActionsPluginApi",
3826+
"section": "def-server.Connector",
3827+
"text": "Connector"
3828+
},
36853829
">; getAll: ({ includeSystemActions }?: { includeSystemActions?: boolean | undefined; }) => Promise<",
36863830
{
36873831
"pluginId": "actions",
@@ -3699,7 +3843,13 @@
36993843
"text": "ConnectorWithExtraFindData"
37003844
},
37013845
"[]>; getBulk: ({ ids, throwIfSystemAction, }: { ids: string[]; throwIfSystemAction?: boolean | undefined; }) => Promise<",
3702-
"Connector",
3846+
{
3847+
"pluginId": "actions",
3848+
"scope": "server",
3849+
"docId": "kibActionsPluginApi",
3850+
"section": "def-server.Connector",
3851+
"text": "Connector"
3852+
},
37033853
"[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { type: \"jwt\" | \"client\"; options: Readonly<{} & { tokenUrl: string; config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { tokenUrl: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; secrets: Readonly<{} & { clientSecret: string; }>; scope: string; }>; }>, configurationUtilities: ",
37043854
"ActionsConfigurationUtilities",
37053855
") => Promise<{ accessToken: string | null; }>; delete: ({ id }: { id: string; }) => Promise<{}>; bulkEnqueueExecution: (options: ",

api_docs/actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 344 | 0 | 338 | 37 |
24+
| 353 | 0 | 347 | 36 |
2525

2626
## Client
2727

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/ai_assistant_management_selection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
88
title: "aiAssistantManagementSelection"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiAssistantManagementSelection plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

api_docs/apm_data_access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
88
title: "apmDataAccess"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apmDataAccess plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
1313
---
1414
import apmDataAccessObj from './apm_data_access.devdocs.json';

api_docs/apm_sources_access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmSourcesAccess
88
title: "apmSourcesAccess"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apmSourcesAccess plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess']
1313
---
1414
import apmSourcesAccessObj from './apm_sources_access.devdocs.json';

api_docs/automatic_import.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/automaticImport
88
title: "automaticImport"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the automaticImport plugin
11-
date: 2025-09-15
11+
date: 2025-09-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport']
1313
---
1414
import automaticImportObj from './automatic_import.devdocs.json';

0 commit comments

Comments
 (0)