Skip to content

Commit 0bb4979

Browse files
Merge branch '7.12' into backport/7.12/pr-93409
2 parents bfc576f + fcab4fd commit 0bb4979

61 files changed

Lines changed: 8566 additions & 270 deletions

File tree

Some content is hidden

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

api_docs/cases.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"id": "cases",
3+
"client": {
4+
"classes": [],
5+
"functions": [],
6+
"interfaces": [],
7+
"enums": [],
8+
"misc": [],
9+
"objects": []
10+
},
11+
"server": {
12+
"classes": [],
13+
"functions": [],
14+
"interfaces": [
15+
{
16+
"id": "def-server.CaseRequestContext",
17+
"type": "Interface",
18+
"label": "CaseRequestContext",
19+
"description": [],
20+
"tags": [],
21+
"children": [
22+
{
23+
"tags": [],
24+
"id": "def-server.CaseRequestContext.getCasesClient",
25+
"type": "Function",
26+
"label": "getCasesClient",
27+
"description": [],
28+
"source": {
29+
"path": "x-pack/plugins/cases/server/types.ts",
30+
"lineNumber": 14
31+
},
32+
"signature": [
33+
"() => ",
34+
{
35+
"pluginId": "cases",
36+
"scope": "server",
37+
"docId": "kibCasesPluginApi",
38+
"section": "def-server.CasesClient",
39+
"text": "CasesClient"
40+
}
41+
]
42+
}
43+
],
44+
"source": {
45+
"path": "x-pack/plugins/cases/server/types.ts",
46+
"lineNumber": 13
47+
},
48+
"initialIsOpen": false
49+
}
50+
],
51+
"enums": [],
52+
"misc": [],
53+
"objects": []
54+
},
55+
"common": {
56+
"classes": [],
57+
"functions": [],
58+
"interfaces": [],
59+
"enums": [],
60+
"misc": [],
61+
"objects": []
62+
}
63+
}

api_docs/cases.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: kibCasesPluginApi
3+
slug: /kibana-dev-docs/casesPluginApi
4+
title: cases
5+
image: https://source.unsplash.com/400x175/?github
6+
summary: API docs for the cases plugin
7+
date: 2020-11-16
8+
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
9+
warning: 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.
10+
---
11+
12+
import casesObj from './cases.json';
13+
14+
## Server
15+
16+
### Interfaces
17+
<DocDefinitionList data={casesObj.server.interfaces}/>
18+

api_docs/data_search.json

Lines changed: 84 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,15 @@
15561556
"section": "def-server.SearchUsage",
15571557
"text": "SearchUsage"
15581558
},
1559-
" | undefined) => { next(response: ",
1559+
" | undefined, { isRestore }: ",
1560+
{
1561+
"pluginId": "data",
1562+
"scope": "common",
1563+
"docId": "kibDataSearchPluginApi",
1564+
"section": "def-common.ISearchOptions",
1565+
"text": "ISearchOptions"
1566+
},
1567+
") => { next(response: ",
15601568
{
15611569
"pluginId": "data",
15621570
"scope": "common",
@@ -1580,8 +1588,7 @@
15801588
"description": [],
15811589
"source": {
15821590
"path": "src/plugins/data/server/search/collectors/usage.ts",
1583-
"lineNumber": 64,
1584-
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/search/collectors/usage.ts#L64"
1591+
"lineNumber": 83
15851592
}
15861593
},
15871594
{
@@ -1601,8 +1608,79 @@
16011608
"description": [],
16021609
"source": {
16031610
"path": "src/plugins/data/server/search/collectors/usage.ts",
1604-
"lineNumber": 64,
1605-
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/search/collectors/usage.ts#L64"
1611+
"lineNumber": 84
1612+
}
1613+
},
1614+
{
1615+
"type": "Object",
1616+
"label": "{ isRestore }",
1617+
"isRequired": true,
1618+
"signature": [
1619+
{
1620+
"pluginId": "data",
1621+
"scope": "common",
1622+
"docId": "kibDataSearchPluginApi",
1623+
"section": "def-common.ISearchOptions",
1624+
"text": "ISearchOptions"
1625+
}
1626+
],
1627+
"description": [],
1628+
"source": {
1629+
"path": "src/plugins/data/server/search/collectors/usage.ts",
1630+
"lineNumber": 85
1631+
}
1632+
}
1633+
],
1634+
"tags": [],
1635+
"returnComment": [],
1636+
"source": {
1637+
"path": "src/plugins/data/server/search/collectors/usage.ts",
1638+
"lineNumber": 82
1639+
},
1640+
"initialIsOpen": false
1641+
},
1642+
{
1643+
"id": "def-server.usageProvider",
1644+
"type": "Function",
1645+
"label": "usageProvider",
1646+
"signature": [
1647+
"(core: ",
1648+
{
1649+
"pluginId": "core",
1650+
"scope": "server",
1651+
"docId": "kibCorePluginApi",
1652+
"section": "def-server.CoreSetup",
1653+
"text": "CoreSetup"
1654+
},
1655+
"<object, unknown>) => ",
1656+
{
1657+
"pluginId": "data",
1658+
"scope": "server",
1659+
"docId": "kibDataSearchPluginApi",
1660+
"section": "def-server.SearchUsage",
1661+
"text": "SearchUsage"
1662+
}
1663+
],
1664+
"description": [],
1665+
"children": [
1666+
{
1667+
"type": "Object",
1668+
"label": "core",
1669+
"isRequired": true,
1670+
"signature": [
1671+
{
1672+
"pluginId": "core",
1673+
"scope": "server",
1674+
"docId": "kibCorePluginApi",
1675+
"section": "def-server.CoreSetup",
1676+
"text": "CoreSetup"
1677+
},
1678+
"<object, unknown>"
1679+
],
1680+
"description": [],
1681+
"source": {
1682+
"path": "src/plugins/data/server/search/collectors/usage.ts",
1683+
"lineNumber": 22
16061684
}
16071685
}
16081686
],
@@ -20265,4 +20343,4 @@
2026520343
}
2026620344
]
2026720345
}
20268-
}
20346+
}

0 commit comments

Comments
 (0)