kibana/api_docs/cases.json
Stacey Gammon 0a2799d09d
Track API stats as part of ci (#95733) (#97306)
* Track stats and add extra output information

* Update api docs output

* Clean up id names

* update api docs

* Consolidate error messages and fix a bug

* Update docs

* Update get_declaration_nodes_for_plugin.ts

* Fix bug with removeBrokenLinks not being recursive

* Update docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	api_docs/data.json
#	api_docs/data_index_patterns.json
#	api_docs/data_search.json
#	api_docs/reporting.json
2021-04-15 16:47:21 -04:00

57 lines
1.2 KiB
JSON

{
"id": "cases",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-server.CaseRequestContext",
"type": "Interface",
"label": "CaseRequestContext",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CaseRequestContext.getCasesClient",
"type": "Function",
"label": "getCasesClient",
"description": [],
"source": {
"path": "x-pack/plugins/cases/server/types.ts",
"lineNumber": 14
},
"signature": [
"() => ",
"CasesClient"
]
}
],
"source": {
"path": "x-pack/plugins/cases/server/types.ts",
"lineNumber": 13
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}