Skip to content

Commit 5d696d5

Browse files
[api-docs] 2025-06-21 Daily api_docs build (#224768)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/1110
1 parent 917d2cf commit 5d696d5

File tree

861 files changed

+10765
-1217
lines changed

Some content is hidden

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

861 files changed

+10765
-1217
lines changed

api_docs/actions.devdocs.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,20 @@
197197
],
198198
"returnComment": []
199199
},
200+
{
201+
"parentPluginId": "actions",
202+
"id": "def-public.ActionsPublicPluginSetup.enabledEmailServices",
203+
"type": "Array",
204+
"tags": [],
205+
"label": "enabledEmailServices",
206+
"description": [],
207+
"signature": [
208+
"string[]"
209+
],
210+
"path": "x-pack/platform/plugins/shared/actions/public/plugin.ts",
211+
"deprecated": false,
212+
"trackAdoption": false
213+
},
200214
{
201215
"parentPluginId": "actions",
202216
"id": "def-public.ActionsPublicPluginSetup.isWebhookSslWithPfxEnabled",

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-06-20
11+
date: 2025-06-21
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-
| 341 | 0 | 335 | 37 |
24+
| 342 | 0 | 336 | 37 |
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-06-20
11+
date: 2025-06-21
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-06-20
11+
date: 2025-06-21
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-06-20
11+
date: 2025-06-21
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,6 +4269,22 @@
42694269
"path": "x-pack/platform/plugins/shared/alerting/server/types.ts",
42704270
"deprecated": false,
42714271
"trackAdoption": false
4272+
},
4273+
{
4274+
"parentPluginId": "alerting",
4275+
"id": "def-server.RuleType.internallyManaged",
4276+
"type": "CompoundType",
4277+
"tags": [],
4278+
"label": "internallyManaged",
4279+
"description": [
4280+
"\nIndicates that the rule type is managed internally by a Kibana plugin.\nAlerts of internally managed rule types are not returned by the APIs and thus not shown in the alerts table."
4281+
],
4282+
"signature": [
4283+
"boolean | undefined"
4284+
],
4285+
"path": "x-pack/platform/plugins/shared/alerting/server/types.ts",
4286+
"deprecated": false,
4287+
"trackAdoption": false
42724288
}
42734289
],
42744290
"initialIsOpen": false

api_docs/alerting.mdx

Lines changed: 2 additions & 2 deletions
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-06-20
11+
date: 2025-06-21
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.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-
| 911 | 1 | 877 | 57 |
24+
| 912 | 1 | 877 | 57 |
2525

2626
## Client
2727

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-06-20
11+
date: 2025-06-21
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-06-20
11+
date: 2025-06-21
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-06-20
11+
date: 2025-06-21
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess']
1313
---
1414
import apmSourcesAccessObj from './apm_sources_access.devdocs.json';

0 commit comments

Comments
 (0)