kibana/api_docs/index_pattern_management.json
Stacey Gammon e097adbb6a
API Doc Fixes (#109685)
* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
2021-08-24 13:42:23 -04:00

53 lines
1.2 KiB
JSON

{
"id": "indexPatternManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "indexPatternManagement",
"id": "def-public.IndexPatternManagementSetup",
"type": "Interface",
"tags": [],
"label": "IndexPatternManagementSetup",
"description": [],
"path": "src/plugins/index_pattern_management/public/plugin.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "indexPatternManagement",
"id": "def-public.IndexPatternManagementStart",
"type": "Interface",
"tags": [],
"label": "IndexPatternManagementStart",
"description": [],
"path": "src/plugins/index_pattern_management/public/plugin.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}