Track API stats as part of ci (#95733)

* 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>
This commit is contained in:
Stacey Gammon 2021-04-15 11:36:10 -04:00 committed by GitHub
parent ede8ed3f95
commit 503cfcf8c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
111 changed files with 11797 additions and 9242 deletions

View file

@ -30,6 +30,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.asHttpRequestExecutionSource.$1",
"type": "Object", "type": "Object",
"label": "source", "label": "source",
"isRequired": true, "isRequired": true,
@ -71,18 +72,13 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.asSavedObjectExecutionSource.$1",
"type": "Object", "type": "Object",
"label": "source", "label": "source",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Pick<", "Pick<",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
", \"type\" | \"id\">" ", \"type\" | \"id\">"
], ],
"description": [], "description": [],
@ -381,11 +377,12 @@
"type": "Function", "type": "Function",
"label": "renderParameterTemplates", "label": "renderParameterTemplates",
"signature": [ "signature": [
"((params: Params, variables: Record<string, unknown>) => Params) | undefined" "((params: Params, variables: Record<string, unknown>, actionId?: string | undefined) => Params) | undefined"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ActionType.renderParameterTemplates.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -395,10 +392,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/types.ts", "path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 110 "lineNumber": 111
} }
}, },
{ {
"id": "def-server.ActionType.renderParameterTemplates.$2",
"type": "Object", "type": "Object",
"label": "variables", "label": "variables",
"isRequired": true, "isRequired": true,
@ -408,7 +406,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/types.ts", "path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 110 "lineNumber": 112
}
},
{
"id": "def-server.ActionType.renderParameterTemplates.$3",
"type": "string",
"label": "actionId",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 113
} }
} }
], ],
@ -427,16 +439,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/types.ts", "path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 111 "lineNumber": 115
}, },
"signature": [ "signature": [
{ "ExecutorType",
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.ExecutorType",
"text": "ExecutorType"
},
"<Config, Secrets, Params, ExecutorResultData>" "<Config, Secrets, Params, ExecutorResultData>"
] ]
} }
@ -486,13 +492,7 @@
"lineNumber": 56 "lineNumber": 56
}, },
"signature": [ "signature": [
{ "Services"
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.Services",
"text": "Services"
}
] ]
}, },
{ {
@ -616,10 +616,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/es_index.ts", "path": "x-pack/plugins/actions/server/builtin_action_types/es_index.ts",
"lineNumber": 34 "lineNumber": 36
}, },
"signature": [ "signature": [
"{ readonly documents: Record<string, any>[]; }" "{ readonly documents: Record<string, any>[]; readonly indexOverride: string | null; }"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -661,7 +661,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/slack.ts", "path": "x-pack/plugins/actions/server/builtin_action_types/slack.ts",
"lineNumber": 46 "lineNumber": 48
}, },
"signature": [ "signature": [
"{ readonly message: string; }" "{ readonly message: string; }"
@ -823,7 +823,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/es_index.ts", "path": "x-pack/plugins/actions/server/builtin_action_types/es_index.ts",
"lineNumber": 43 "lineNumber": 54
}, },
"signature": [ "signature": [
"\".index\"" "\".index\""
@ -868,7 +868,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/slack.ts", "path": "x-pack/plugins/actions/server/builtin_action_types/slack.ts",
"lineNumber": 54 "lineNumber": 56
}, },
"signature": [ "signature": [
"\".slack\"" "\".slack\""
@ -992,6 +992,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginSetupContract.registerType.$1",
"type": "Object", "type": "Object",
"label": "actionType", "label": "actionType",
"isRequired": true, "isRequired": true,
@ -1008,7 +1009,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 85 "lineNumber": 88
} }
} }
], ],
@ -1016,13 +1017,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 79 "lineNumber": 82
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 78 "lineNumber": 81
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true
@ -1044,6 +1045,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.isActionTypeEnabled.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1053,11 +1055,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 90 "lineNumber": 93
} }
}, },
{ {
"id": "def-server.PluginStartContract.isActionTypeEnabled.options", "id": "def-server.PluginStartContract.isActionTypeEnabled.$2.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -1065,19 +1067,19 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-server.PluginStartContract.isActionTypeEnabled.options.notifyUsage", "id": "def-server.PluginStartContract.isActionTypeEnabled.$2.options.notifyUsage",
"type": "boolean", "type": "boolean",
"label": "notifyUsage", "label": "notifyUsage",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 90 "lineNumber": 93
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 90 "lineNumber": 93
} }
} }
], ],
@ -1085,7 +1087,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 90 "lineNumber": 93
} }
}, },
{ {
@ -1098,6 +1100,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.isActionExecutable.$1",
"type": "string", "type": "string",
"label": "actionId", "label": "actionId",
"isRequired": true, "isRequired": true,
@ -1107,10 +1110,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 92 "lineNumber": 95
} }
}, },
{ {
"id": "def-server.PluginStartContract.isActionExecutable.$2",
"type": "string", "type": "string",
"label": "actionTypeId", "label": "actionTypeId",
"isRequired": true, "isRequired": true,
@ -1120,11 +1124,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 93 "lineNumber": 96
} }
}, },
{ {
"id": "def-server.PluginStartContract.isActionExecutable.options", "id": "def-server.PluginStartContract.isActionExecutable.$3.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -1132,19 +1136,19 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-server.PluginStartContract.isActionExecutable.options.notifyUsage", "id": "def-server.PluginStartContract.isActionExecutable.$3.options.notifyUsage",
"type": "boolean", "type": "boolean",
"label": "notifyUsage", "label": "notifyUsage",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 94 "lineNumber": 97
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 94 "lineNumber": 97
} }
} }
], ],
@ -1152,7 +1156,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 91 "lineNumber": 94
} }
}, },
{ {
@ -1181,6 +1185,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.getActionsClientWithRequest.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1197,7 +1202,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 96 "lineNumber": 99
} }
} }
], ],
@ -1205,7 +1210,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 96 "lineNumber": 99
} }
}, },
{ {
@ -1234,6 +1239,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.getActionsAuthorizationWithRequest.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1250,7 +1256,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 97 "lineNumber": 100
} }
} }
], ],
@ -1258,7 +1264,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 97 "lineNumber": 100
} }
}, },
{ {
@ -1269,7 +1275,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 98 "lineNumber": 101
}, },
"signature": [ "signature": [
{ {
@ -1287,11 +1293,12 @@
"type": "Function", "type": "Function",
"label": "renderActionParameterTemplates", "label": "renderActionParameterTemplates",
"signature": [ "signature": [
"<Params extends Record<string, unknown> = Record<string, unknown>>(actionTypeId: string, params: Params, variables: Record<string, unknown>) => Params" "<Params extends Record<string, unknown> = Record<string, unknown>>(actionTypeId: string, actionId: string, params: Params, variables: Record<string, unknown>) => Params"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.renderActionParameterTemplates.$1",
"type": "string", "type": "string",
"label": "actionTypeId", "label": "actionTypeId",
"isRequired": true, "isRequired": true,
@ -1301,10 +1308,25 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 100 "lineNumber": 103
} }
}, },
{ {
"id": "def-server.PluginStartContract.renderActionParameterTemplates.$2",
"type": "string",
"label": "actionId",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 104
}
},
{
"id": "def-server.PluginStartContract.renderActionParameterTemplates.$3",
"type": "Uncategorized", "type": "Uncategorized",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -1314,10 +1336,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 101 "lineNumber": 105
} }
}, },
{ {
"id": "def-server.PluginStartContract.renderActionParameterTemplates.$4",
"type": "Object", "type": "Object",
"label": "variables", "label": "variables",
"isRequired": true, "isRequired": true,
@ -1327,7 +1350,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 102 "lineNumber": 106
} }
} }
], ],
@ -1335,13 +1358,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 99 "lineNumber": 102
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/actions/server/plugin.ts", "path": "x-pack/plugins/actions/server/plugin.ts",
"lineNumber": 89 "lineNumber": 92
}, },
"lifecycle": "start", "lifecycle": "start",
"initialIsOpen": true "initialIsOpen": true
@ -1350,6 +1373,38 @@
"common": { "common": {
"classes": [], "classes": [],
"functions": [ "functions": [
{
"id": "def-common.buildAlertHistoryDocument",
"type": "Function",
"children": [
{
"id": "def-common.buildAlertHistoryDocument.$1",
"type": "Object",
"label": "variables",
"isRequired": true,
"signature": [
"Record<string, unknown>"
],
"description": [],
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 14
}
}
],
"signature": [
"(variables: Record<string, unknown>) => { event: { kind: string; }; kibana?: { alert: { actionGroupName?: string; actionGroup?: string; context?: { [x: string]: Record<string, unknown>; }; id?: string; }; }; rule?: { type?: string; space?: string; params?: { [x: string]: Record<string, unknown>; }; name?: string; id?: string; }; message?: unknown; tags?: string[]; '@timestamp': string; } | null"
],
"description": [],
"label": "buildAlertHistoryDocument",
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 14
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{ {
"id": "def-common.isActionTypeExecutorResult", "id": "def-common.isActionTypeExecutorResult",
"type": "Function", "type": "Function",
@ -1360,6 +1415,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.isActionTypeExecutorResult.$1",
"type": "Unknown", "type": "Unknown",
"label": "result", "label": "result",
"isRequired": true, "isRequired": true,
@ -1646,6 +1702,63 @@
], ],
"enums": [], "enums": [],
"misc": [ "misc": [
{
"tags": [],
"id": "def-common.ALERT_HISTORY_PREFIX",
"type": "string",
"label": "ALERT_HISTORY_PREFIX",
"description": [],
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 10
},
"signature": [
"\"kibana-alert-history-\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.AlertHistoryDefaultIndexName",
"type": "string",
"label": "AlertHistoryDefaultIndexName",
"description": [],
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 11
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.AlertHistoryDocumentTemplate",
"type": "CompoundType",
"label": "AlertHistoryDocumentTemplate",
"description": [],
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 73
},
"signature": [
"Readonly<{ event: { kind: string; }; kibana?: { alert: { actionGroupName?: string; actionGroup?: string; context?: { [x: string]: Record<string, unknown>; }; id?: string; }; }; rule?: { type?: string; space?: string; params?: { [x: string]: Record<string, unknown>; }; name?: string; id?: string; }; message?: unknown; tags?: string[]; '@timestamp': string; }> | null"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.AlertHistoryEsIndexConnectorId",
"type": "string",
"label": "AlertHistoryEsIndexConnectorId",
"description": [],
"source": {
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"lineNumber": 12
},
"signature": [
"\"preconfigured-alert-history-es-index\""
],
"initialIsOpen": false
},
{ {
"id": "def-common.AsApiContract", "id": "def-common.AsApiContract",
"type": "Type", "type": "Type",
@ -1669,7 +1782,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/actions/common/index.ts", "path": "x-pack/plugins/actions/common/index.ts",
"lineNumber": 10 "lineNumber": 12
}, },
"signature": [ "signature": [
"\"/api/actions\"" "\"/api/actions\""

View file

@ -26,13 +26,7 @@
}, },
"signature": [ "signature": [
"(consumer: string, alertType: string, handler: ", "(consumer: string, alertType: string, handler: ",
{ "AlertNavigationHandler",
"pluginId": "alerting",
"scope": "public",
"docId": "kibAlertingPluginApi",
"section": "def-public.AlertNavigationHandler",
"text": "AlertNavigationHandler"
},
") => void" ") => void"
] ]
}, },
@ -48,13 +42,7 @@
}, },
"signature": [ "signature": [
"(consumer: string, handler: ", "(consumer: string, handler: ",
{ "AlertNavigationHandler",
"pluginId": "alerting",
"scope": "public",
"docId": "kibAlertingPluginApi",
"section": "def-public.AlertNavigationHandler",
"text": "AlertNavigationHandler"
},
") => void" ") => void"
] ]
} }
@ -125,6 +113,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.parseDuration.$1",
"type": "string", "type": "string",
"label": "duration", "label": "duration",
"isRequired": true, "isRequired": true,
@ -429,13 +418,7 @@
}, },
"signature": [ "signature": [
"() => Set<", "() => Set<",
{ "RegistryAlertType",
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.RegistryAlertType",
"text": "RegistryAlertType"
},
">" ">"
] ]
}, },
@ -552,13 +535,7 @@
}, },
"signature": [ "signature": [
"(id: string) => Pick<", "(id: string) => Pick<",
{ "AlertInstance",
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertInstance",
"text": "AlertInstance"
},
"<InstanceState, InstanceContext, ActionGroupIds>, \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">" "<InstanceState, InstanceContext, ActionGroupIds>, \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">"
] ]
} }
@ -620,13 +597,7 @@
}, },
"signature": [ "signature": [
"{ params?: ", "{ params?: ",
{ "AlertTypeParamsValidator",
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertTypeParamsValidator",
"text": "AlertTypeParamsValidator"
},
"<Params> | undefined; } | undefined" "<Params> | undefined; } | undefined"
] ]
}, },
@ -697,13 +668,7 @@
"lineNumber": 128 "lineNumber": 128
}, },
"signature": [ "signature": [
{ "ExecutorType",
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.ExecutorType",
"text": "ExecutorType"
},
"<Params, State, InstanceState, InstanceContext, ", "<Params, State, InstanceState, InstanceContext, ",
{ {
"pluginId": "alerting", "pluginId": "alerting",
@ -854,7 +819,7 @@
"section": "def-common.Alert", "section": "def-common.Alert",
"text": "Alert" "text": "Alert"
}, },
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[]" "<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
] ]
} }
], ],
@ -889,6 +854,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginSetupContract.registerType.$1",
"type": "Object", "type": "Object",
"label": "alertType", "label": "alertType",
"isRequired": true, "isRequired": true,
@ -942,13 +908,7 @@
}, },
"signature": [ "signature": [
"() => Set<", "() => Set<",
{ "RegistryAlertType",
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.RegistryAlertType",
"text": "RegistryAlertType"
},
">" ">"
] ]
}, },
@ -978,6 +938,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginStartContract.getAlertsClientWithRequest.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1116,7 +1077,7 @@
"section": "def-common.Alert", "section": "def-common.Alert",
"text": "Alert" "text": "Alert"
}, },
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: <Params extends Record<string, unknown> = never>({ data, options, }: ", "<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: <Params extends Record<string, unknown> = never>({ data, options, }: ",
"CreateOptions", "CreateOptions",
"<Params>) => Promise<Pick<", "<Params>) => Promise<Pick<",
{ {
@ -1126,7 +1087,7 @@
"section": "def-common.Alert", "section": "def-common.Alert",
"text": "Alert" "text": "Alert"
}, },
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: <Params>({ options: { fields, ...options }, }?: { options?: ", "<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: <Params>({ options: { fields, ...options }, }?: { options?: ",
"FindOptions", "FindOptions",
" | undefined; }) => Promise<", " | undefined; }) => Promise<",
{ {
@ -1180,7 +1141,7 @@
"lineNumber": 178 "lineNumber": 178
}, },
"signature": [ "signature": [
"Pick<Alert<Params>, \"id\"> & Partial<Pick<Alert<Params>, \"enabled\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"apiKey\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>" "Pick<Alert<Params>, \"id\"> & Partial<Pick<Alert<Params>, \"enabled\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"apiKey\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1239,6 +1200,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getBuiltinActionGroups.$1",
"type": "Object", "type": "Object",
"label": "customRecoveryGroup", "label": "customRecoveryGroup",
"isRequired": false, "isRequired": false,
@ -1277,6 +1239,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getDurationNumberInItsUnit.$1",
"type": "string", "type": "string",
"label": "duration", "label": "duration",
"isRequired": true, "isRequired": true,
@ -1308,6 +1271,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getDurationUnitValue.$1",
"type": "string", "type": "string",
"label": "duration", "label": "duration",
"isRequired": true, "isRequired": true,
@ -1339,6 +1303,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.isActionGroupDisabledForActionTypeId.$1",
"type": "string", "type": "string",
"label": "actionGroup", "label": "actionGroup",
"isRequired": true, "isRequired": true,
@ -1352,6 +1317,7 @@
} }
}, },
{ {
"id": "def-common.isActionGroupDisabledForActionTypeId.$2",
"type": "string", "type": "string",
"label": "actionTypeId", "label": "actionTypeId",
"isRequired": true, "isRequired": true,
@ -1383,6 +1349,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.parseDuration.$1",
"type": "string", "type": "string",
"label": "duration", "label": "duration",
"isRequired": true, "isRequired": true,
@ -1414,6 +1381,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.validateDurationSchema.$1",
"type": "string", "type": "string",
"label": "duration", "label": "duration",
"isRequired": true, "isRequired": true,
@ -1445,6 +1413,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.validateNotifyWhenType.$1",
"type": "string", "type": "string",
"label": "notifyWhen", "label": "notifyWhen",
"isRequired": true, "isRequired": true,
@ -1951,13 +1920,7 @@
"lineNumber": 47 "lineNumber": 47
}, },
"signature": [ "signature": [
{ "SavedObjectAttributes"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
}
] ]
} }
], ],
@ -3120,7 +3083,7 @@
"lineNumber": 78 "lineNumber": 78
}, },
"signature": [ "signature": [
"{ enabled: boolean; id: string; name: string; params: Params; actions: AlertAction[]; muteAll: boolean; tags: string[]; alertTypeId: string; consumer: string; schedule: IntervalSchedule; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; mutedInstanceIds: string[]; executionStatus: AlertExecutionStatus; }" "{ enabled: boolean; id: string; name: string; params: Params; actions: AlertAction[]; tags: string[]; muteAll: boolean; alertTypeId: string; consumer: string; schedule: IntervalSchedule; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; mutedInstanceIds: string[]; executionStatus: AlertExecutionStatus; }"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },

View file

@ -107,7 +107,10 @@
"section": "def-server.APMPluginSetup", "section": "def-server.APMPluginSetup",
"text": "APMPluginSetup" "text": "APMPluginSetup"
}, },
", void, object, object>" ", void, ",
"APMPluginSetupDependencies",
", ",
"APMPluginStartDependencies"
], ],
"children": [ "children": [
{ {
@ -120,6 +123,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.APMPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initContext", "label": "initContext",
"isRequired": true, "isRequired": true,
@ -136,7 +140,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 61 "lineNumber": 58
} }
} }
], ],
@ -144,7 +148,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 61 "lineNumber": 58
} }
}, },
{ {
@ -160,42 +164,19 @@
"section": "def-server.CoreSetup", "section": "def-server.CoreSetup",
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<object, unknown>, plugins: { apmOss: ", "<",
{ "APMPluginStartDependencies",
"pluginId": "apmOss", ", unknown>, plugins: Pick<",
"scope": "server", "APMPluginSetupDependencies",
"docId": "kibApmOssPluginApi", ", \"data\" | \"security\" | \"home\" | \"features\" | \"ml\" | \"actions\" | \"usageCollection\" | \"apmOss\" | \"licensing\" | \"observability\" | \"spaces\" | \"cloud\" | \"taskManager\" | \"alerting\">) => { config$: ",
"section": "def-server.APMOSSPluginSetup", "Observable",
"text": "APMOSSPluginSetup" "<{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ",
}, "SearchAggregatedTransactionSetting"
"; home: ",
{
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.HomeServerPluginSetup",
"text": "HomeServerPluginSetup"
},
"; licensing: ",
{
"pluginId": "licensing",
"scope": "server",
"docId": "kibLicensingPluginApi",
"section": "def-server.LicensingPluginSetup",
"text": "LicensingPluginSetup"
},
"; cloud?: ",
{
"pluginId": "cloud",
"scope": "server",
"docId": "kibCloudPluginApi",
"section": "def-server.CloudSetup",
"text": "CloudSetup"
}
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.APMPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -207,274 +188,30 @@
"section": "def-server.CoreSetup", "section": "def-server.CoreSetup",
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<object, unknown>" "<",
"APMPluginStartDependencies",
", unknown>"
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 66 "lineNumber": 63
} }
}, },
{ {
"id": "def-server.APMPlugin.setup.plugins", "id": "def-server.APMPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"tags": [], "isRequired": true,
"description": [], "signature": [
"children": [ "Pick<",
{ "APMPluginSetupDependencies",
"tags": [], ", \"data\" | \"security\" | \"home\" | \"features\" | \"ml\" | \"actions\" | \"usageCollection\" | \"apmOss\" | \"licensing\" | \"observability\" | \"spaces\" | \"cloud\" | \"taskManager\" | \"alerting\">"
"id": "def-server.APMPlugin.setup.plugins.apmOss",
"type": "Object",
"label": "apmOss",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 68
},
"signature": [
{
"pluginId": "apmOss",
"scope": "server",
"docId": "kibApmOssPluginApi",
"section": "def-server.APMOSSPluginSetup",
"text": "APMOSSPluginSetup"
}
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.home",
"type": "Object",
"label": "home",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 69
},
"signature": [
{
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.HomeServerPluginSetup",
"text": "HomeServerPluginSetup"
}
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.licensing",
"type": "Object",
"label": "licensing",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 70
},
"signature": [
{
"pluginId": "licensing",
"scope": "server",
"docId": "kibLicensingPluginApi",
"section": "def-server.LicensingPluginSetup",
"text": "LicensingPluginSetup"
}
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.cloud",
"type": "Object",
"label": "cloud",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 71
},
"signature": [
{
"pluginId": "cloud",
"scope": "server",
"docId": "kibCloudPluginApi",
"section": "def-server.CloudSetup",
"text": "CloudSetup"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.usageCollection",
"type": "Object",
"label": "usageCollection",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 72
},
"signature": [
"Pick<",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorSet",
"text": "CollectorSet"
},
", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.taskManager",
"type": "CompoundType",
"label": "taskManager",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 73
},
"signature": [
{
"pluginId": "taskManager",
"scope": "server",
"docId": "kibTaskManagerPluginApi",
"section": "def-server.TaskManagerSetupContract",
"text": "TaskManagerSetupContract"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.alerting",
"type": "Object",
"label": "alerting",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 74
},
"signature": [
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.PluginSetupContract",
"text": "PluginSetupContract"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.actions",
"type": "Object",
"label": "actions",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 75
},
"signature": [
{
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.PluginSetupContract",
"text": "PluginSetupContract"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.observability",
"type": "Object",
"label": "observability",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 76
},
"signature": [
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.ObservabilityPluginSetup",
"text": "ObservabilityPluginSetup"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.features",
"type": "Object",
"label": "features",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 77
},
"signature": [
{
"pluginId": "features",
"scope": "server",
"docId": "kibFeaturesPluginApi",
"section": "def-server.PluginSetupContract",
"text": "PluginSetupContract"
}
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.security",
"type": "Object",
"label": "security",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 78
},
"signature": [
{
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.SecurityPluginSetup",
"text": "SecurityPluginSetup"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.APMPlugin.setup.plugins.ml",
"type": "CompoundType",
"label": "ml",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 79
},
"signature": [
{
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.SharedServices",
"text": "SharedServices"
},
" | undefined"
]
}
], ],
"description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 67 "lineNumber": 64
} }
} }
], ],
@ -482,7 +219,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 65 "lineNumber": 62
} }
}, },
{ {
@ -503,6 +240,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.APMPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -518,7 +256,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 196 "lineNumber": 208
} }
} }
], ],
@ -526,7 +264,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 196 "lineNumber": 208
} }
}, },
{ {
@ -542,13 +280,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 215 "lineNumber": 227
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 58 "lineNumber": 48
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -568,6 +306,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.mergeConfigs.$1",
"type": "Object", "type": "Object",
"label": "apmOssConfig", "label": "apmOssConfig",
"isRequired": true, "isRequired": true,
@ -581,18 +320,13 @@
} }
}, },
{ {
"id": "def-server.mergeConfigs.$2",
"type": "Object", "type": "Object",
"label": "apmConfig", "label": "apmConfig",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Readonly<{} & { enabled: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ", "Readonly<{} & { enabled: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ",
{ "SearchAggregatedTransactionSetting",
"pluginId": "apm",
"scope": "common",
"docId": "kibApmPluginApi",
"section": "def-common.SearchAggregatedTransactionSetting",
"text": "SearchAggregatedTransactionSetting"
},
"; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; }>" "; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; }>"
], ],
"description": [], "description": [],
@ -611,7 +345,184 @@
"initialIsOpen": false "initialIsOpen": false
} }
], ],
"interfaces": [], "interfaces": [
{
"id": "def-server.APMRouteHandlerResources",
"type": "Interface",
"label": "APMRouteHandlerResources",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.request",
"type": "Object",
"label": "request",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 43
},
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.context",
"type": "Object",
"label": "context",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 44
},
"signature": [
"ApmPluginRequestHandlerContext"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.params",
"type": "Object",
"label": "params",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 45
},
"signature": [
"{ query: { _inspect: boolean; }; }"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.config",
"type": "Object",
"label": "config",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 50
},
"signature": [
"{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ",
"SearchAggregatedTransactionSetting",
"; 'xpack.apm.metricsInterval': number; }"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.logger",
"type": "Object",
"label": "logger",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 51
},
"signature": [
"Logger"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.core",
"type": "Object",
"label": "core",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 52
},
"signature": [
"{ setup: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>; start: () => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
">; }"
]
},
{
"tags": [],
"id": "def-server.APMRouteHandlerResources.plugins",
"type": "Object",
"label": "plugins",
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 56
},
"signature": [
"{ data: { setup: ",
{
"pluginId": "data",
"scope": "server",
"docId": "kibDataPluginApi",
"section": "def-server.DataPluginSetup",
"text": "DataPluginSetup"
},
"; start: () => Promise<",
{
"pluginId": "data",
"scope": "server",
"docId": "kibDataPluginApi",
"section": "def-server.DataPluginStart",
"text": "DataPluginStart"
},
">; }; features: { setup: ",
{
"pluginId": "features",
"scope": "server",
"docId": "kibFeaturesPluginApi",
"section": "def-server.PluginSetupContract",
"text": "PluginSetupContract"
},
"; start: () => Promise<",
{
"pluginId": "features",
"scope": "server",
"docId": "kibFeaturesPluginApi",
"section": "def-server.PluginStartContract",
"text": "PluginStartContract"
},
">; }; apmOss: { setup: ",
{
"pluginId": "apmOss",
"scope": "server",
"docId": "kibApmOssPluginApi",
"section": "def-server.APMOSSPluginSetup",
"text": "APMOSSPluginSetup"
}
]
}
],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 42
},
"initialIsOpen": false
}
],
"enums": [ "enums": [
{ {
"id": "def-server.ProcessorEvent", "id": "def-server.ProcessorEvent",
@ -642,6 +553,30 @@
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
{
"id": "def-server.APMServerRouteRepository",
"type": "Type",
"label": "APMServerRouteRepository",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts",
"lineNumber": 60
},
"signature": [
"ServerRouteRepository<APMRouteHandlerResources, ",
"APMRouteCreateOptions",
", { \"POST /api/apm/index_pattern/static\": ",
"ServerRoute",
"<\"POST /api/apm/index_pattern/static\", undefined, APMRouteHandlerResources, { created: boolean; }, ",
"APMRouteCreateOptions",
">; } & { \"GET /api/apm/index_pattern/dynamic\": ",
"ServerRoute",
"<\"GET /api/apm/index_pattern/dynamic\", undefined, APMRouteHandlerResources, { dynamicIndexPattern: ",
"IndexPatternTitleAndFields"
],
"initialIsOpen": false
},
{ {
"id": "def-server.APMXPackConfig", "id": "def-server.APMXPackConfig",
"type": "Type", "type": "Type",
@ -656,6 +591,21 @@
"{ readonly enabled: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: SearchAggregatedTransactionSetting; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; }" "{ readonly enabled: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: SearchAggregatedTransactionSetting; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; }"
], ],
"initialIsOpen": false "initialIsOpen": false
},
{
"id": "def-server.InspectResponse",
"type": "Type",
"label": "InspectResponse",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"lineNumber": 23
},
"signature": [
"{ response: any; duration: number; requestType: string; requestParams: Record<string, unknown>; esError: Error; }[]"
],
"initialIsOpen": false
} }
], ],
"objects": [], "objects": [],
@ -673,19 +623,13 @@
"label": "config$", "label": "config$",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/types.ts",
"lineNumber": 49 "lineNumber": 48
}, },
"signature": [ "signature": [
"Observable", "Observable",
"<{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "<{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ",
{ "SearchAggregatedTransactionSetting",
"pluginId": "apm",
"scope": "common",
"docId": "kibApmPluginApi",
"section": "def-common.SearchAggregatedTransactionSetting",
"text": "SearchAggregatedTransactionSetting"
},
"; 'xpack.apm.metricsInterval': number; }>" "; 'xpack.apm.metricsInterval': number; }>"
] ]
}, },
@ -696,18 +640,12 @@
"label": "getApmIndices", "label": "getApmIndices",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/types.ts",
"lineNumber": 50 "lineNumber": 49
}, },
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ApmIndicesConfig",
"pluginId": "apm",
"scope": "server",
"docId": "kibApmPluginApi",
"section": "def-server.ApmIndicesConfig",
"text": "ApmIndicesConfig"
},
">" ">"
] ]
}, },
@ -718,8 +656,8 @@
"label": "createApmEventClient", "label": "createApmEventClient",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/types.ts",
"lineNumber": 51 "lineNumber": 50
}, },
"signature": [ "signature": [
"(params: { debug?: boolean | undefined; request: ", "(params: { debug?: boolean | undefined; request: ",
@ -731,21 +669,9 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>; context: ", "<unknown, unknown, unknown, any>; context: ",
{ "ApmPluginRequestHandlerContext",
"pluginId": "apm",
"scope": "server",
"docId": "kibApmPluginApi",
"section": "def-server.ApmPluginRequestHandlerContext",
"text": "ApmPluginRequestHandlerContext"
},
"; }) => Promise<{ search<TParams extends ", "; }) => Promise<{ search<TParams extends ",
{ "APMEventESSearchRequest",
"pluginId": "apm",
"scope": "server",
"docId": "kibApmPluginApi",
"section": "def-server.APMEventESSearchRequest",
"text": "APMEventESSearchRequest"
},
">(params: TParams, { includeLegacyData }?: { includeLegacyData?: boolean | undefined; }): Promise<", ">(params: TParams, { includeLegacyData }?: { includeLegacyData?: boolean | undefined; }): Promise<",
"InferSearchResponseOf", "InferSearchResponseOf",
"<TypeOfProcessorEvent<", "<TypeOfProcessorEvent<",
@ -754,8 +680,8 @@
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/apm/server/plugin.ts", "path": "x-pack/plugins/apm/server/types.ts",
"lineNumber": 48 "lineNumber": 47
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true

View file

@ -30,6 +30,9 @@ import apmObj from './apm.json';
### Classes ### Classes
<DocDefinitionList data={apmObj.server.classes}/> <DocDefinitionList data={apmObj.server.classes}/>
### Interfaces
<DocDefinitionList data={apmObj.server.interfaces}/>
### Enums ### Enums
<DocDefinitionList data={apmObj.server.enums}/> <DocDefinitionList data={apmObj.server.enums}/>

View file

@ -60,6 +60,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createDjangoAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -73,6 +74,7 @@
} }
}, },
{ {
"id": "def-server.createDjangoAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -104,6 +106,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createDotNetAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -117,6 +120,7 @@
} }
}, },
{ {
"id": "def-server.createDotNetAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -148,6 +152,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createFlaskAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -161,6 +166,7 @@
} }
}, },
{ {
"id": "def-server.createFlaskAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -192,6 +198,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createGoAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -205,6 +212,7 @@
} }
}, },
{ {
"id": "def-server.createGoAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -236,6 +244,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createJavaAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -249,6 +258,7 @@
} }
}, },
{ {
"id": "def-server.createJavaAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -280,6 +290,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createJsAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -311,6 +322,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createNodeAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -324,6 +336,7 @@
} }
}, },
{ {
"id": "def-server.createNodeAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -355,6 +368,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createPhpAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -368,6 +382,7 @@
} }
}, },
{ {
"id": "def-server.createPhpAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -399,6 +414,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createRackAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -412,6 +428,7 @@
} }
}, },
{ {
"id": "def-server.createRackAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,
@ -443,6 +460,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createRailsAgentInstructions.$1",
"type": "string", "type": "string",
"label": "apmServerUrl", "label": "apmServerUrl",
"isRequired": true, "isRequired": true,
@ -456,6 +474,7 @@
} }
}, },
{ {
"id": "def-server.createRailsAgentInstructions.$2",
"type": "string", "type": "string",
"label": "secretToken", "label": "secretToken",
"isRequired": true, "isRequired": true,

View file

@ -146,7 +146,7 @@
"lineNumber": 13 "lineNumber": 13
}, },
"signature": [ "signature": [
"\"disabled\" | \"header\"" "\"top\" | \"disabled\""
], ],
"initialIsOpen": false "initialIsOpen": false
} }

View file

@ -8,6 +8,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.split.$1",
"type": "string", "type": "string",
"label": "delimiter", "label": "delimiter",
"isRequired": true, "isRequired": true,
@ -80,13 +81,7 @@
}, },
"signature": [ "signature": [
"(params: ", "(params: ",
{ "FetchStreamingParams",
"pluginId": "bfetch",
"scope": "public",
"docId": "kibBfetchPluginApi",
"section": "def-public.FetchStreamingParams",
"text": "FetchStreamingParams"
},
") => { xhr: XMLHttpRequest; stream: ", ") => { xhr: XMLHttpRequest; stream: ",
"Observable", "Observable",
"<string>; }" "<string>; }"
@ -104,13 +99,7 @@
}, },
"signature": [ "signature": [
"<Payload, Result extends object>(params: ", "<Payload, Result extends object>(params: ",
{ "StreamingBatchedFunctionParams",
"pluginId": "bfetch",
"scope": "public",
"docId": "kibBfetchPluginApi",
"section": "def-public.StreamingBatchedFunctionParams",
"text": "StreamingBatchedFunctionParams"
},
"<Payload, Result>) => ", "<Payload, Result>) => ",
{ {
"pluginId": "bfetch", "pluginId": "bfetch",
@ -395,6 +384,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ItemBuffer.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -447,6 +437,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.ItemBuffer.write.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "item", "label": "item",
"isRequired": true, "isRequired": true,
@ -545,6 +536,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.TimedItemBuffer.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -582,6 +574,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.TimedItemBuffer.write.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "item", "label": "item",
"isRequired": true, "isRequired": true,
@ -648,6 +641,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.createBatchedFunction.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -702,6 +696,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.normalizeError.$1",
"type": "Any", "type": "Any",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -749,6 +744,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.removeLeadingSlash.$1",
"type": "string", "type": "string",
"label": "text", "label": "text",
"isRequired": true, "isRequired": true,
@ -1068,6 +1064,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.StreamingResponseHandler.getResponseStream.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "payload", "label": "payload",
"isRequired": true, "isRequired": true,

View file

@ -31,21 +31,9 @@
"text": "CoreStart" "text": "CoreStart"
}, },
" & ", " & ",
{ "CanvasStartDeps",
"pluginId": "canvas",
"scope": "public",
"docId": "kibCanvasPluginApi",
"section": "def-public.CanvasStartDeps",
"text": "CanvasStartDeps"
},
" & { canvas: ", " & { canvas: ",
{ "CanvasServices",
"pluginId": "canvas",
"scope": "public",
"docId": "kibCanvasPluginApi",
"section": "def-public.CanvasServices",
"text": "CanvasServices"
},
"; }; }" "; }; }"
] ]
} }
@ -72,7 +60,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/canvas/public/plugin.tsx", "path": "x-pack/plugins/canvas/public/plugin.tsx",
"lineNumber": 63 "lineNumber": 65
}, },
"signature": [ "signature": [
"CanvasApi" "CanvasApi"
@ -88,7 +76,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/canvas/public/plugin.tsx", "path": "x-pack/plugins/canvas/public/plugin.tsx",
"lineNumber": 64 "lineNumber": 66
}, },
"signature": [ "signature": [
"void" "void"

View file

@ -31,13 +31,7 @@
}, },
"signature": [ "signature": [
"() => ", "() => ",
{ "CasesClient"
"pluginId": "cases",
"scope": "server",
"docId": "kibCasesPluginApi",
"section": "def-server.CasesClient",
"text": "CasesClient"
}
] ]
} }
], ],

View file

@ -8,6 +8,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ColorPicker.$1",
"type": "Object", "type": "Object",
"label": "{\n onChange,\n color: selectedColor,\n label,\n useLegacyColors = true,\n colorIsOverwritten = true,\n onKeyDown,\n}", "label": "{\n onChange,\n color: selectedColor,\n label,\n useLegacyColors = true,\n colorIsOverwritten = true,\n onKeyDown,\n}",
"isRequired": true, "isRequired": true,
@ -46,6 +47,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.createColorPalette.$1",
"type": "number", "type": "number",
"label": "num", "label": "num",
"isRequired": true, "isRequired": true,
@ -72,6 +74,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.CurrentTime.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "{ isDarkMode, domainEnd }", "label": "{ isDarkMode, domainEnd }",
"isRequired": true, "isRequired": true,
@ -105,6 +108,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.Endzones.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "{\n isDarkMode,\n domainStart,\n domainEnd,\n interval,\n domainMin,\n domainMax,\n hideTooltips = true,\n isFullBin = false,\n}", "label": "{\n isDarkMode,\n domainStart,\n domainEnd,\n interval,\n domainMin,\n domainMax,\n hideTooltips = true,\n isFullBin = false,\n}",
"isRequired": true, "isRequired": true,
@ -136,6 +140,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getAdjustedInterval.$1",
"type": "Array", "type": "Array",
"label": "xValues", "label": "xValues",
"isRequired": true, "isRequired": true,
@ -149,6 +154,7 @@
} }
}, },
{ {
"id": "def-public.getAdjustedInterval.$2",
"type": "number", "type": "number",
"label": "esValue", "label": "esValue",
"isRequired": true, "isRequired": true,
@ -162,6 +168,7 @@
} }
}, },
{ {
"id": "def-public.getAdjustedInterval.$3",
"type": "CompoundType", "type": "CompoundType",
"label": "esUnit", "label": "esUnit",
"isRequired": true, "isRequired": true,
@ -175,6 +182,7 @@
} }
}, },
{ {
"id": "def-public.getAdjustedInterval.$4",
"type": "string", "type": "string",
"label": "timeZone", "label": "timeZone",
"isRequired": true, "isRequired": true,
@ -208,6 +216,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getBrushFromChartBrushEventFn.$1",
"type": "Object", "type": "Object",
"label": "table", "label": "table",
"isRequired": true, "isRequired": true,
@ -227,6 +236,7 @@
} }
}, },
{ {
"id": "def-public.getBrushFromChartBrushEventFn.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "xAccessor", "label": "xAccessor",
"isRequired": true, "isRequired": true,
@ -280,6 +290,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getFilterFromChartClickEventFn.$1",
"type": "Object", "type": "Object",
"label": "table", "label": "table",
"isRequired": true, "isRequired": true,
@ -299,6 +310,7 @@
} }
}, },
{ {
"id": "def-public.getFilterFromChartClickEventFn.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "xAccessor", "label": "xAccessor",
"isRequired": true, "isRequired": true,
@ -313,6 +325,7 @@
} }
}, },
{ {
"id": "def-public.getFilterFromChartClickEventFn.$3",
"type": "Object", "type": "Object",
"label": "splitSeriesAccessorFnMap", "label": "splitSeriesAccessorFnMap",
"isRequired": false, "isRequired": false,
@ -328,6 +341,7 @@
} }
}, },
{ {
"id": "def-public.getFilterFromChartClickEventFn.$4",
"type": "CompoundType", "type": "CompoundType",
"label": "splitChartAccessor", "label": "splitChartAccessor",
"isRequired": false, "isRequired": false,
@ -343,6 +357,7 @@
} }
}, },
{ {
"id": "def-public.getFilterFromChartClickEventFn.$5",
"type": "boolean", "type": "boolean",
"label": "negate", "label": "negate",
"isRequired": true, "isRequired": true,
@ -391,6 +406,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getFilterFromSeriesFn.$1",
"type": "Object", "type": "Object",
"label": "table", "label": "table",
"isRequired": true, "isRequired": true,
@ -456,6 +472,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.getHeatmapColors.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -469,6 +486,7 @@
} }
}, },
{ {
"id": "def-public.getHeatmapColors.$2",
"type": "string", "type": "string",
"label": "colorSchemaName", "label": "colorSchemaName",
"isRequired": true, "isRequired": true,
@ -510,6 +528,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.renderEndzoneTooltip.$1",
"type": "number", "type": "number",
"label": "xInterval", "label": "xInterval",
"isRequired": false, "isRequired": false,
@ -523,6 +542,7 @@
} }
}, },
{ {
"id": "def-public.renderEndzoneTooltip.$2",
"type": "number", "type": "number",
"label": "domainStart", "label": "domainStart",
"isRequired": false, "isRequired": false,
@ -536,6 +556,7 @@
} }
}, },
{ {
"id": "def-public.renderEndzoneTooltip.$3",
"type": "number", "type": "number",
"label": "domainEnd", "label": "domainEnd",
"isRequired": false, "isRequired": false,
@ -549,6 +570,7 @@
} }
}, },
{ {
"id": "def-public.renderEndzoneTooltip.$4",
"type": "Function", "type": "Function",
"label": "formatter", "label": "formatter",
"isRequired": false, "isRequired": false,
@ -562,6 +584,7 @@
} }
}, },
{ {
"id": "def-public.renderEndzoneTooltip.$5",
"type": "boolean", "type": "boolean",
"label": "renderValue", "label": "renderValue",
"isRequired": true, "isRequired": true,
@ -1743,13 +1766,13 @@
"tags": [], "tags": [],
"children": [ "children": [
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.Blues]", "id": "def-public.vislibColorMaps.ColorSchemas.Blues",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Blues].id", "id": "def-public.vislibColorMaps.ColorSchemas.Blues.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -1770,7 +1793,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Blues].label", "id": "def-public.vislibColorMaps.ColorSchemas.Blues.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -1781,7 +1804,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Blues].value", "id": "def-public.vislibColorMaps.ColorSchemas.Blues.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],
@ -1804,13 +1827,13 @@
} }
}, },
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.Greens]", "id": "def-public.vislibColorMaps.ColorSchemas.Greens",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greens].id", "id": "def-public.vislibColorMaps.ColorSchemas.Greens.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -1831,7 +1854,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greens].label", "id": "def-public.vislibColorMaps.ColorSchemas.Greens.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -1842,7 +1865,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greens].value", "id": "def-public.vislibColorMaps.ColorSchemas.Greens.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],
@ -1863,13 +1886,13 @@
} }
}, },
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.Greys]", "id": "def-public.vislibColorMaps.ColorSchemas.Greys",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greys].id", "id": "def-public.vislibColorMaps.ColorSchemas.Greys.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -1890,7 +1913,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greys].label", "id": "def-public.vislibColorMaps.ColorSchemas.Greys.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -1901,7 +1924,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Greys].value", "id": "def-public.vislibColorMaps.ColorSchemas.Greys.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],
@ -1922,13 +1945,13 @@
} }
}, },
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.Reds]", "id": "def-public.vislibColorMaps.ColorSchemas.Reds",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Reds].id", "id": "def-public.vislibColorMaps.ColorSchemas.Reds.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -1949,7 +1972,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Reds].label", "id": "def-public.vislibColorMaps.ColorSchemas.Reds.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -1960,7 +1983,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.Reds].value", "id": "def-public.vislibColorMaps.ColorSchemas.Reds.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],
@ -1981,13 +2004,13 @@
} }
}, },
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.YellowToRed]", "id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.YellowToRed].id", "id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -2008,7 +2031,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.YellowToRed].label", "id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -2019,7 +2042,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.YellowToRed].value", "id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2040,13 +2063,13 @@
} }
}, },
{ {
"id": "def-public.vislibColorMaps.[ColorSchemas.GreenToRed]", "id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.GreenToRed].id", "id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -2067,7 +2090,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.GreenToRed].label", "id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.label",
"type": "string", "type": "string",
"label": "label", "label": "label",
"description": [], "description": [],
@ -2078,7 +2101,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.vislibColorMaps.[ColorSchemas.GreenToRed].value", "id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.value",
"type": "Array", "type": "Array",
"label": "value", "label": "value",
"description": [], "description": [],

View file

@ -17,20 +17,6 @@
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 17
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudConfigType.resetPasswordUrl",
"type": "string",
"label": "resetPasswordUrl",
"description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 18 "lineNumber": 18
@ -41,9 +27,9 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.CloudConfigType.deploymentUrl", "id": "def-public.CloudConfigType.cname",
"type": "string", "type": "string",
"label": "deploymentUrl", "label": "cname",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
@ -55,9 +41,9 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.CloudConfigType.accountUrl", "id": "def-public.CloudConfigType.base_url",
"type": "string", "type": "string",
"label": "accountUrl", "label": "base_url",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
@ -66,11 +52,53 @@
"signature": [ "signature": [
"string | undefined" "string | undefined"
] ]
},
{
"tags": [],
"id": "def-public.CloudConfigType.profile_url",
"type": "string",
"label": "profile_url",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 21
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudConfigType.deployment_url",
"type": "string",
"label": "deployment_url",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 22
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudConfigType.organization_url",
"type": "string",
"label": "organization_url",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 23
},
"signature": [
"string | undefined"
]
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 16 "lineNumber": 17
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -93,7 +121,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 32 "lineNumber": 35
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -101,13 +129,69 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.CloudSetup.cloudDeploymentUrl", "id": "def-public.CloudSetup.cname",
"type": "string", "type": "string",
"label": "cloudDeploymentUrl", "label": "cname",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 33 "lineNumber": 36
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudSetup.baseUrl",
"type": "string",
"label": "baseUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 37
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudSetup.deploymentUrl",
"type": "string",
"label": "deploymentUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 38
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudSetup.profileUrl",
"type": "string",
"label": "profileUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 39
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudSetup.organizationUrl",
"type": "string",
"label": "organizationUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 40
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -121,41 +205,13 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 34 "lineNumber": 41
} }
},
{
"tags": [],
"id": "def-public.CloudSetup.resetPasswordUrl",
"type": "string",
"label": "resetPasswordUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 35
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.CloudSetup.accountUrl",
"type": "string",
"label": "accountUrl",
"description": [],
"source": {
"path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 36
},
"signature": [
"string | undefined"
]
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/cloud/public/plugin.ts", "path": "x-pack/plugins/cloud/public/plugin.ts",
"lineNumber": 31 "lineNumber": 34
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "parentHistory", "label": "parentHistory",
"isRequired": true, "isRequired": true,
@ -49,6 +50,7 @@
} }
}, },
{ {
"id": "def-public.ScopedHistory.Unnamed.$2",
"type": "string", "type": "string",
"label": "basePath", "label": "basePath",
"isRequired": true, "isRequired": true,
@ -74,6 +76,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.createSubHistory.$1",
"type": "string", "type": "string",
"label": "basePath", "label": "basePath",
"isRequired": true, "isRequired": true,
@ -160,6 +163,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.push.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "pathOrLocation", "label": "pathOrLocation",
"isRequired": true, "isRequired": true,
@ -175,6 +179,7 @@
} }
}, },
{ {
"id": "def-public.ScopedHistory.push.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "state", "label": "state",
"isRequired": false, "isRequired": false,
@ -209,6 +214,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.replace.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "pathOrLocation", "label": "pathOrLocation",
"isRequired": true, "isRequired": true,
@ -224,6 +230,7 @@
} }
}, },
{ {
"id": "def-public.ScopedHistory.replace.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "state", "label": "state",
"isRequired": false, "isRequired": false,
@ -258,6 +265,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.go.$1",
"type": "number", "type": "number",
"label": "n", "label": "n",
"isRequired": true, "isRequired": true,
@ -326,6 +334,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.block.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "prompt", "label": "prompt",
"isRequired": false, "isRequired": false,
@ -363,6 +372,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.listen.$1",
"type": "Function", "type": "Function",
"label": "listener", "label": "listener",
"isRequired": true, "isRequired": true,
@ -406,6 +416,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ScopedHistory.createHref.$1",
"type": "Object", "type": "Object",
"label": "location", "label": "location",
"isRequired": true, "isRequired": true,
@ -420,7 +431,7 @@
} }
}, },
{ {
"id": "def-public.ScopedHistory.createHref.{-prependBasePath = true }", "id": "def-public.ScopedHistory.createHref.$2.prependBasePathtrue",
"type": "Object", "type": "Object",
"label": "{ prependBasePath = true }", "label": "{ prependBasePath = true }",
"tags": [], "tags": [],
@ -428,7 +439,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.ScopedHistory.createHref.{-prependBasePath = true }.prependBasePath", "id": "def-public.ScopedHistory.createHref.$2.prependBasePathtrue.prependBasePath",
"type": "CompoundType", "type": "CompoundType",
"label": "prependBasePath", "label": "prependBasePath",
"description": [], "description": [],
@ -531,13 +542,7 @@
"lineNumber": 95 "lineNumber": 95
}, },
"signature": [ "signature": [
{ "AppCategory",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.AppCategory",
"text": "AppCategory"
},
" | undefined" " | undefined"
] ]
}, },
@ -706,13 +711,7 @@
}, },
"signature": [ "signature": [
"Partial<", "Partial<",
{ "Capabilities",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Capabilities",
"text": "Capabilities"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -963,6 +962,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ApplicationSetup.register.$1",
"type": "Object", "type": "Object",
"label": "app", "label": "app",
"isRequired": true, "isRequired": true,
@ -1014,6 +1014,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ApplicationSetup.registerAppUpdater.$1",
"type": "Object", "type": "Object",
"label": "appUpdater$", "label": "appUpdater$",
"isRequired": true, "isRequired": true,
@ -1120,6 +1121,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ApplicationStart.navigateToApp.$1",
"type": "string", "type": "string",
"label": "appId", "label": "appId",
"isRequired": true, "isRequired": true,
@ -1133,6 +1135,7 @@
} }
}, },
{ {
"id": "def-public.ApplicationStart.navigateToApp.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
@ -1174,6 +1177,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ApplicationStart.navigateToUrl.$1",
"type": "string", "type": "string",
"label": "url", "label": "url",
"isRequired": true, "isRequired": true,
@ -1208,6 +1212,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ApplicationStart.getUrlForApp.$1",
"type": "string", "type": "string",
"label": "appId", "label": "appId",
"isRequired": true, "isRequired": true,
@ -1221,7 +1226,7 @@
} }
}, },
{ {
"id": "def-public.ApplicationStart.getUrlForApp.options", "id": "def-public.ApplicationStart.getUrlForApp.$2.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -1229,7 +1234,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.ApplicationStart.getUrlForApp.options.path", "id": "def-public.ApplicationStart.getUrlForApp.$2.options.path",
"type": "string", "type": "string",
"label": "path", "label": "path",
"description": [], "description": [],
@ -1243,7 +1248,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.ApplicationStart.getUrlForApp.options.absolute", "id": "def-public.ApplicationStart.getUrlForApp.$2.options.absolute",
"type": "CompoundType", "type": "CompoundType",
"label": "absolute", "label": "absolute",
"description": [], "description": [],

View file

@ -123,6 +123,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeDocTitle.change.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "newTitle", "label": "newTitle",
"isRequired": true, "isRequired": true,
@ -254,10 +255,10 @@
"DisambiguateSet", "DisambiguateSet",
"<", "<",
"PropsForAnchor", "PropsForAnchor",
"<CommonEuiButtonEmptyProps, {}>, ", "<",
"PropsForButton", "CommonEuiButtonEmptyProps",
"<CommonEuiButtonEmptyProps, {}>> & CommonEuiButtonEmptyProps & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (", ", {}>, ",
"DisambiguateSet" "PropsForButton"
], ],
"description": [], "description": [],
"tags": [ "tags": [
@ -332,10 +333,10 @@
"DisambiguateSet", "DisambiguateSet",
"<", "<",
"PropsForAnchor", "PropsForAnchor",
"<CommonEuiButtonEmptyProps, {}>, ", "<",
"PropsForButton", "CommonEuiButtonEmptyProps",
"<CommonEuiButtonEmptyProps, {}>> & CommonEuiButtonEmptyProps & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (", ", {}>, ",
"DisambiguateSet" "PropsForButton"
], ],
"description": [], "description": [],
"tags": [ "tags": [
@ -394,10 +395,10 @@
"DisambiguateSet", "DisambiguateSet",
"<", "<",
"PropsForAnchor", "PropsForAnchor",
"<CommonEuiButtonEmptyProps, {}>, ", "<",
"PropsForButton", "CommonEuiButtonEmptyProps",
"<CommonEuiButtonEmptyProps, {}>> & CommonEuiButtonEmptyProps & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (", ", {}>, ",
"DisambiguateSet" "PropsForButton"
], ],
"description": [], "description": [],
"tags": [ "tags": [
@ -456,10 +457,10 @@
"DisambiguateSet", "DisambiguateSet",
"<", "<",
"PropsForAnchor", "PropsForAnchor",
"<CommonEuiButtonEmptyProps, {}>, ", "<",
"PropsForButton", "CommonEuiButtonEmptyProps",
"<CommonEuiButtonEmptyProps, {}>> & CommonEuiButtonEmptyProps & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (", ", {}>, ",
"DisambiguateSet" "PropsForButton"
], ],
"description": [], "description": [],
"tags": [ "tags": [
@ -603,6 +604,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavControls.registerLeft.$1",
"type": "Object", "type": "Object",
"label": "navControl", "label": "navControl",
"isRequired": true, "isRequired": true,
@ -649,6 +651,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavControls.registerRight.$1",
"type": "Object", "type": "Object",
"label": "navControl", "label": "navControl",
"isRequired": true, "isRequired": true,
@ -695,6 +698,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavControls.registerCenter.$1",
"type": "Object", "type": "Object",
"label": "navControl", "label": "navControl",
"isRequired": true, "isRequired": true,
@ -776,13 +780,7 @@
"lineNumber": 29 "lineNumber": 29
}, },
"signature": [ "signature": [
{ "AppCategory",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.AppCategory",
"text": "AppCategory"
},
" | undefined" " | undefined"
] ]
}, },
@ -990,6 +988,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavLinks.get.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1048,6 +1047,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavLinks.has.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1080,6 +1080,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavLinks.showOnly.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1128,6 +1129,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeNavLinks.update.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1141,6 +1143,7 @@
} }
}, },
{ {
"id": "def-public.ChromeNavLinks.update.$2",
"type": "Object", "type": "Object",
"label": "values", "label": "values",
"isRequired": true, "isRequired": true,
@ -1239,6 +1242,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeRecentlyAccessed.add.$1",
"type": "string", "type": "string",
"label": "link", "label": "link",
"isRequired": true, "isRequired": true,
@ -1254,6 +1258,7 @@
} }
}, },
{ {
"id": "def-public.ChromeRecentlyAccessed.add.$2",
"type": "string", "type": "string",
"label": "label", "label": "label",
"isRequired": true, "isRequired": true,
@ -1269,6 +1274,7 @@
} }
}, },
{ {
"id": "def-public.ChromeRecentlyAccessed.add.$3",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1512,6 +1518,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setAppTitle.$1",
"type": "string", "type": "string",
"label": "appTitle", "label": "appTitle",
"isRequired": true, "isRequired": true,
@ -1580,6 +1587,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setBrand.$1",
"type": "Object", "type": "Object",
"label": "brand", "label": "brand",
"isRequired": true, "isRequired": true,
@ -1638,6 +1646,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setIsVisible.$1",
"type": "boolean", "type": "boolean",
"label": "isVisible", "label": "isVisible",
"isRequired": true, "isRequired": true,
@ -1690,6 +1699,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.addApplicationClass.$1",
"type": "string", "type": "string",
"label": "className", "label": "className",
"isRequired": true, "isRequired": true,
@ -1722,6 +1732,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.removeApplicationClass.$1",
"type": "string", "type": "string",
"label": "className", "label": "className",
"isRequired": true, "isRequired": true,
@ -1790,6 +1801,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setBadge.$1",
"type": "Object", "type": "Object",
"label": "badge", "label": "badge",
"isRequired": false, "isRequired": false,
@ -1853,6 +1865,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setBreadcrumbs.$1",
"type": "Array", "type": "Array",
"label": "newBreadcrumbs", "label": "newBreadcrumbs",
"isRequired": true, "isRequired": true,
@ -1882,13 +1895,7 @@
"() => ", "() => ",
"Observable", "Observable",
"<", "<",
{ "ChromeBreadcrumbsAppendExtension",
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBreadcrumbsAppendExtension",
"text": "ChromeBreadcrumbsAppendExtension"
},
" | undefined>" " | undefined>"
], ],
"description": [ "description": [
@ -1908,13 +1915,7 @@
"label": "setBreadcrumbsAppendExtension", "label": "setBreadcrumbsAppendExtension",
"signature": [ "signature": [
"(breadcrumbsAppendExtension?: ", "(breadcrumbsAppendExtension?: ",
{ "ChromeBreadcrumbsAppendExtension",
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBreadcrumbsAppendExtension",
"text": "ChromeBreadcrumbsAppendExtension"
},
" | undefined) => void" " | undefined) => void"
], ],
"description": [ "description": [
@ -1922,17 +1923,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setBreadcrumbsAppendExtension.$1",
"type": "Object", "type": "Object",
"label": "breadcrumbsAppendExtension", "label": "breadcrumbsAppendExtension",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ "ChromeBreadcrumbsAppendExtension",
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBreadcrumbsAppendExtension",
"text": "ChromeBreadcrumbsAppendExtension"
},
" | undefined" " | undefined"
], ],
"description": [], "description": [],
@ -1997,6 +1993,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setCustomNavLink.$1",
"type": "Object", "type": "Object",
"label": "newCustomNavLink", "label": "newCustomNavLink",
"isRequired": false, "isRequired": false,
@ -2073,6 +2070,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setHelpExtension.$1",
"type": "Object", "type": "Object",
"label": "helpExtension", "label": "helpExtension",
"isRequired": false, "isRequired": false,
@ -2112,6 +2110,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setHelpSupportUrl.$1",
"type": "string", "type": "string",
"label": "url", "label": "url",
"isRequired": true, "isRequired": true,
@ -2174,6 +2173,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ChromeStart.setHeaderBanner.$1",
"type": "Object", "type": "Object",
"label": "headerBanner", "label": "headerBanner",
"isRequired": false, "isRequired": false,

View file

@ -372,6 +372,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpInterceptor.request.$1",
"type": "Object", "type": "Object",
"label": "fetchOptions", "label": "fetchOptions",
"isRequired": true, "isRequired": true,
@ -393,6 +394,7 @@
} }
}, },
{ {
"id": "def-public.HttpInterceptor.request.$2",
"type": "Object", "type": "Object",
"label": "controller", "label": "controller",
"isRequired": true, "isRequired": true,
@ -463,6 +465,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpInterceptor.requestError.$1",
"type": "Object", "type": "Object",
"label": "httpErrorRequest", "label": "httpErrorRequest",
"isRequired": true, "isRequired": true,
@ -482,6 +485,7 @@
} }
}, },
{ {
"id": "def-public.HttpInterceptor.requestError.$2",
"type": "Object", "type": "Object",
"label": "controller", "label": "controller",
"isRequired": true, "isRequired": true,
@ -552,6 +556,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpInterceptor.response.$1",
"type": "Object", "type": "Object",
"label": "httpResponse", "label": "httpResponse",
"isRequired": true, "isRequired": true,
@ -572,6 +577,7 @@
} }
}, },
{ {
"id": "def-public.HttpInterceptor.response.$2",
"type": "Object", "type": "Object",
"label": "controller", "label": "controller",
"isRequired": true, "isRequired": true,
@ -642,6 +648,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpInterceptor.responseError.$1",
"type": "Object", "type": "Object",
"label": "httpErrorResponse", "label": "httpErrorResponse",
"isRequired": true, "isRequired": true,
@ -661,6 +668,7 @@
} }
}, },
{ {
"id": "def-public.HttpInterceptor.responseError.$2",
"type": "Object", "type": "Object",
"label": "controller", "label": "controller",
"isRequired": true, "isRequired": true,
@ -1239,6 +1247,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpSetup.intercept.$1",
"type": "Object", "type": "Object",
"label": "interceptor", "label": "interceptor",
"isRequired": true, "isRequired": true,
@ -1459,6 +1468,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.HttpSetup.addLoadingCountSource.$1",
"type": "Object", "type": "Object",
"label": "countSource$", "label": "countSource$",
"isRequired": true, "isRequired": true,
@ -1530,6 +1540,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.IAnonymousPaths.isAnonymous.$1",
"type": "string", "type": "string",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -1562,6 +1573,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.IAnonymousPaths.register.$1",
"type": "string", "type": "string",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -1707,6 +1719,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.IExternalUrl.validateUrl.$1",
"type": "string", "type": "string",
"label": "relativeOrAbsoluteUrl", "label": "relativeOrAbsoluteUrl",
"isRequired": true, "isRequired": true,
@ -2026,6 +2039,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.BasePath.get.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -2088,6 +2102,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.BasePath.set.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -2115,6 +2130,7 @@
} }
}, },
{ {
"id": "def-server.BasePath.set.$2",
"type": "string", "type": "string",
"label": "requestSpecificBasePath", "label": "requestSpecificBasePath",
"isRequired": true, "isRequired": true,
@ -2165,6 +2181,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.BasePath.prepend.$1",
"type": "string", "type": "string",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -2197,6 +2214,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.BasePath.remove.$1",
"type": "string", "type": "string",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -2442,6 +2460,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.KibanaRequest.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -2455,6 +2474,7 @@
} }
}, },
{ {
"id": "def-server.KibanaRequest.Unnamed.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -2468,6 +2488,7 @@
} }
}, },
{ {
"id": "def-server.KibanaRequest.Unnamed.$3",
"type": "Uncategorized", "type": "Uncategorized",
"label": "query", "label": "query",
"isRequired": true, "isRequired": true,
@ -2481,6 +2502,7 @@
} }
}, },
{ {
"id": "def-server.KibanaRequest.Unnamed.$4",
"type": "Uncategorized", "type": "Uncategorized",
"label": "body", "label": "body",
"isRequired": true, "isRequired": true,
@ -2494,6 +2516,7 @@
} }
}, },
{ {
"id": "def-server.KibanaRequest.Unnamed.$5",
"type": "boolean", "type": "boolean",
"label": "withoutSecretHeaders", "label": "withoutSecretHeaders",
"isRequired": true, "isRequired": true,
@ -2553,6 +2576,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.RouteValidationError.Unnamed.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -2566,6 +2590,7 @@
} }
}, },
{ {
"id": "def-server.RouteValidationError.Unnamed.$2",
"type": "Array", "type": "Array",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -3777,6 +3802,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IKibanaSocket.getPeerCertificate.$1",
"type": "boolean", "type": "boolean",
"label": "detailed", "label": "detailed",
"isRequired": true, "isRequired": true,
@ -3815,6 +3841,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IKibanaSocket.getPeerCertificate.$1",
"type": "boolean", "type": "boolean",
"label": "detailed", "label": "detailed",
"isRequired": true, "isRequired": true,
@ -3855,6 +3882,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.IKibanaSocket.getPeerCertificate.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "detailed", "label": "detailed",
"isRequired": false, "isRequired": false,
@ -3909,7 +3937,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.IKibanaSocket.renegotiate.options", "id": "def-server.IKibanaSocket.renegotiate.$1.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -3917,7 +3945,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-server.IKibanaSocket.renegotiate.options.rejectUnauthorized", "id": "def-server.IKibanaSocket.renegotiate.$1.options.rejectUnauthorized",
"type": "CompoundType", "type": "CompoundType",
"label": "rejectUnauthorized", "label": "rejectUnauthorized",
"description": [], "description": [],
@ -3931,7 +3959,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IKibanaSocket.renegotiate.options.requestCert", "id": "def-server.IKibanaSocket.renegotiate.$1.options.requestCert",
"type": "CompoundType", "type": "CompoundType",
"label": "requestCert", "label": "requestCert",
"description": [], "description": [],
@ -5230,6 +5258,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SessionStorage.set.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "sessionValue", "label": "sessionValue",
"isRequired": true, "isRequired": true,
@ -6521,6 +6550,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.kibanaResponseFactory.custom.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -6553,13 +6583,7 @@
"text": "CustomHttpResponseOptions" "text": "CustomHttpResponseOptions"
}, },
"<T>) => ", "<T>) => ",
{ "KibanaResponse",
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaResponse",
"text": "KibanaResponse"
},
"<T>" "<T>"
], ],
"description": [ "description": [

File diff suppressed because it is too large Load diff

View file

@ -106,6 +106,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initialInput", "label": "initialInput",
"isRequired": true, "isRequired": true,
@ -125,17 +126,12 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "services", "label": "services",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "DashboardContainerServices"
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardContainerServices",
"text": "DashboardContainerServices"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -144,6 +140,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.Unnamed.$3",
"type": "Object", "type": "Object",
"label": "parent", "label": "parent",
"isRequired": false, "isRequired": false,
@ -217,25 +214,14 @@
"text": "EmbeddableFactory" "text": "EmbeddableFactory"
}, },
"<TEmbeddableInput, any, TEmbeddable, ", "<TEmbeddableInput, any, TEmbeddable, ",
{ "SavedObjectAttributes",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
">, partial?: Partial<TEmbeddableInput>) => ", ">, partial?: Partial<TEmbeddableInput>) => ",
{ "DashboardPanelState"
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.DashboardPanelState",
"text": "DashboardPanelState"
}
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.createNewPanelState.$1",
"type": "Object", "type": "Object",
"label": "factory", "label": "factory",
"isRequired": true, "isRequired": true,
@ -248,13 +234,7 @@
"text": "EmbeddableFactory" "text": "EmbeddableFactory"
}, },
"<TEmbeddableInput, any, TEmbeddable, ", "<TEmbeddableInput, any, TEmbeddable, ",
{ "SavedObjectAttributes",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
">" ">"
], ],
"description": [], "description": [],
@ -264,6 +244,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.createNewPanelState.$2",
"type": "Object", "type": "Object",
"label": "partial", "label": "partial",
"isRequired": true, "isRequired": true,
@ -290,13 +271,7 @@
"label": "showPlaceholderUntil", "label": "showPlaceholderUntil",
"signature": [ "signature": [
"<TPlacementMethodArgs extends ", "<TPlacementMethodArgs extends ",
{ "IPanelPlacementArgs",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.IPanelPlacementArgs",
"text": "IPanelPlacementArgs"
},
">(newStateComplete: Promise<Partial<", ">(newStateComplete: Promise<Partial<",
{ {
"pluginId": "embeddable", "pluginId": "embeddable",
@ -306,18 +281,13 @@
"text": "PanelState" "text": "PanelState"
}, },
"<{ id: string; }>>>, placementMethod?: ", "<{ id: string; }>>>, placementMethod?: ",
{ "PanelPlacementMethod",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.PanelPlacementMethod",
"text": "PanelPlacementMethod"
},
"<TPlacementMethodArgs> | undefined, placementArgs?: TPlacementMethodArgs | undefined) => void" "<TPlacementMethodArgs> | undefined, placementArgs?: TPlacementMethodArgs | undefined) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.showPlaceholderUntil.$1",
"type": "Object", "type": "Object",
"label": "newStateComplete", "label": "newStateComplete",
"isRequired": true, "isRequired": true,
@ -339,17 +309,12 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.showPlaceholderUntil.$2",
"type": "Function", "type": "Function",
"label": "placementMethod", "label": "placementMethod",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ "PanelPlacementMethod",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.PanelPlacementMethod",
"text": "PanelPlacementMethod"
},
"<TPlacementMethodArgs> | undefined" "<TPlacementMethodArgs> | undefined"
], ],
"description": [], "description": [],
@ -359,6 +324,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.showPlaceholderUntil.$3",
"type": "Uncategorized", "type": "Uncategorized",
"label": "placementArgs", "label": "placementArgs",
"isRequired": false, "isRequired": false,
@ -385,13 +351,7 @@
"label": "replacePanel", "label": "replacePanel",
"signature": [ "signature": [
"(previousPanelState: ", "(previousPanelState: ",
{ "DashboardPanelState",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.DashboardPanelState",
"text": "DashboardPanelState"
},
"<", "<",
{ {
"pluginId": "embeddable", "pluginId": "embeddable",
@ -413,17 +373,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.replacePanel.$1",
"type": "Object", "type": "Object",
"label": "previousPanelState", "label": "previousPanelState",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "DashboardPanelState",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.DashboardPanelState",
"text": "DashboardPanelState"
},
"<", "<",
{ {
"pluginId": "embeddable", "pluginId": "embeddable",
@ -441,6 +396,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.replacePanel.$2",
"type": "Object", "type": "Object",
"label": "newPanelState", "label": "newPanelState",
"isRequired": true, "isRequired": true,
@ -462,6 +418,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.replacePanel.$3",
"type": "CompoundType", "type": "CompoundType",
"label": "generateNewId", "label": "generateNewId",
"isRequired": false, "isRequired": false,
@ -531,6 +488,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.addOrUpdateEmbeddable.$1",
"type": "string", "type": "string",
"label": "type", "label": "type",
"isRequired": true, "isRequired": true,
@ -544,6 +502,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.addOrUpdateEmbeddable.$2",
"type": "Object", "type": "Object",
"label": "explicitInput", "label": "explicitInput",
"isRequired": true, "isRequired": true,
@ -557,6 +516,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainer.addOrUpdateEmbeddable.$3",
"type": "string", "type": "string",
"label": "embeddableId", "label": "embeddableId",
"isRequired": false, "isRequired": false,
@ -587,6 +547,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.render.$1",
"type": "Object", "type": "Object",
"label": "dom", "label": "dom",
"isRequired": true, "isRequired": true,
@ -613,17 +574,12 @@
"label": "getInheritedInput", "label": "getInheritedInput",
"signature": [ "signature": [
"(id: string) => ", "(id: string) => ",
{ "InheritedChildInput"
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.InheritedChildInput",
"text": "InheritedChildInput"
}
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainer.getInheritedInput.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -737,18 +693,13 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DashboardContainerFactoryDefinition.Unnamed.$1",
"type": "Function", "type": "Function",
"label": "getStartServices", "label": "getStartServices",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "DashboardContainerServices",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardContainerServices",
"text": "DashboardContainerServices"
},
">" ">"
], ],
"description": [], "description": [],
@ -826,6 +777,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.DashboardContainerFactoryDefinition.create.$1",
"type": "Object", "type": "Object",
"label": "initialInput", "label": "initialInput",
"isRequired": true, "isRequired": true,
@ -845,6 +797,7 @@
} }
}, },
{ {
"id": "def-public.DashboardContainerFactoryDefinition.create.$2",
"type": "Object", "type": "Object",
"label": "parent", "label": "parent",
"isRequired": false, "isRequired": false,
@ -951,6 +904,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.createDashboardEditUrl.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": false, "isRequired": false,
@ -964,6 +918,7 @@
} }
}, },
{ {
"id": "def-public.createDashboardEditUrl.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "editMode", "label": "editMode",
"isRequired": false, "isRequired": false,
@ -990,6 +945,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.createDashboardUrlGenerator.$1",
"type": "Function", "type": "Function",
"label": "getStartServices", "label": "getStartServices",
"isRequired": true, "isRequired": true,
@ -1078,13 +1034,7 @@
"lineNumber": 43 "lineNumber": 43
}, },
"signature": [ "signature": [
{ "DashboardCapabilities",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardCapabilities",
"text": "DashboardCapabilities"
},
" | undefined" " | undefined"
] ]
}, },
@ -1291,13 +1241,7 @@
}, },
"signature": [ "signature": [
"{ [panelId: string]: ", "{ [panelId: string]: ",
{ "DashboardPanelState",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.DashboardPanelState",
"text": "DashboardPanelState"
},
"<", "<",
{ {
"pluginId": "embeddable", "pluginId": "embeddable",
@ -2105,11 +2049,102 @@
}, },
"server": { "server": {
"classes": [], "classes": [],
"functions": [], "functions": [
{
"id": "def-server.findByValueEmbeddables",
"type": "Function",
"children": [
{
"id": "def-server.findByValueEmbeddables.$1",
"type": "Object",
"label": "savedObjectClient",
"isRequired": true,
"signature": [
"Pick<Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsRepository",
"text": "SavedObjectsRepository"
},
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"deleteByNamespace\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"incrementCounter\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">, \"find\">"
],
"description": [],
"source": {
"path": "src/plugins/dashboard/server/usage/find_by_value_embeddables.ts",
"lineNumber": 13
}
},
{
"id": "def-server.findByValueEmbeddables.$2",
"type": "string",
"label": "embeddableType",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "src/plugins/dashboard/server/usage/find_by_value_embeddables.ts",
"lineNumber": 14
}
}
],
"signature": [
"(savedObjectClient: Pick<Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsRepository",
"text": "SavedObjectsRepository"
},
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"deleteByNamespace\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"incrementCounter\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">, \"find\">, embeddableType: string) => Promise<{ [key: string]: unknown; }[]>"
],
"description": [],
"label": "findByValueEmbeddables",
"source": {
"path": "src/plugins/dashboard/server/usage/find_by_value_embeddables.ts",
"lineNumber": 12
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [], "interfaces": [],
"enums": [], "enums": [],
"misc": [], "misc": [],
"objects": [] "objects": [],
"setup": {
"id": "def-server.DashboardPluginSetup",
"type": "Interface",
"label": "DashboardPluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "src/plugins/dashboard/server/types.ts",
"lineNumber": 10
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.DashboardPluginStart",
"type": "Interface",
"label": "DashboardPluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "src/plugins/dashboard/server/types.ts",
"lineNumber": 12
},
"lifecycle": "start",
"initialIsOpen": true
}
}, },
"common": { "common": {
"classes": [], "classes": [],
@ -2139,42 +2174,19 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.migratePanelsTo730.$1",
"type": "Array", "type": "Array",
"label": "panels", "label": "panels",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"(", "(",
{ "RawSavedDashboardPanelTo60",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanelTo60",
"text": "RawSavedDashboardPanelTo60"
},
" | ", " | ",
{ "RawSavedDashboardPanel610",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel610",
"text": "RawSavedDashboardPanel610"
},
" | ", " | ",
{ "RawSavedDashboardPanel620",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel620",
"text": "RawSavedDashboardPanel620"
},
" | Pick<", " | Pick<",
{ "RawSavedDashboardPanel620",
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel620",
"text": "RawSavedDashboardPanel620"
},
", \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\"> | ", ", \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\"> | ",
{ {
"pluginId": "dashboard", "pluginId": "dashboard",
@ -2191,6 +2203,7 @@
} }
}, },
{ {
"id": "def-common.migratePanelsTo730.$2",
"type": "string", "type": "string",
"label": "version", "label": "version",
"isRequired": true, "isRequired": true,
@ -2204,6 +2217,7 @@
} }
}, },
{ {
"id": "def-common.migratePanelsTo730.$3",
"type": "boolean", "type": "boolean",
"label": "useMargins", "label": "useMargins",
"isRequired": true, "isRequired": true,
@ -2217,14 +2231,14 @@
} }
}, },
{ {
"id": "def-common.migratePanelsTo730.uiState", "id": "def-common.migratePanelsTo730.$4.uiState",
"type": "Object", "type": "Object",
"label": "uiState", "label": "uiState",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.migratePanelsTo730.uiState.Unnamed", "id": "def-common.migratePanelsTo730.$4.uiState.Unnamed",
"type": "Any", "type": "Any",
"label": "Unnamed", "label": "Unnamed",
"tags": [], "tags": [],

View file

@ -34,6 +34,17 @@ import dashboardObj from './dashboard.json';
### Consts, variables and types ### Consts, variables and types
<DocDefinitionList data={dashboardObj.client.misc}/> <DocDefinitionList data={dashboardObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[dashboardObj.server.setup]}/>
### Start
<DocDefinitionList data={[dashboardObj.server.start]}/>
### Functions
<DocDefinitionList data={dashboardObj.server.functions}/>
## Common ## Common
### Functions ### Functions

View file

@ -53,6 +53,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractDashboardDrilldown.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -130,6 +131,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractDashboardDrilldown.getURL.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -149,6 +151,7 @@
} }
}, },
{ {
"id": "def-public.AbstractDashboardDrilldown.getURL.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -279,6 +282,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.AbstractDashboardDrilldown.isConfigValid.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -330,6 +334,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.AbstractDashboardDrilldown.getHref.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -349,6 +354,7 @@
} }
}, },
{ {
"id": "def-public.AbstractDashboardDrilldown.getHref.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -387,6 +393,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.AbstractDashboardDrilldown.execute.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -406,6 +413,7 @@
} }
}, },
{ {
"id": "def-public.AbstractDashboardDrilldown.execute.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -879,7 +887,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.createExtract.{\n- drilldownId,\n}", "id": "def-common.createExtract.$1.drilldownId",
"type": "Object", "type": "Object",
"label": "{\n drilldownId,\n}", "label": "{\n drilldownId,\n}",
"tags": [], "tags": [],
@ -887,7 +895,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.createExtract.{\n- drilldownId,\n}.drilldownId", "id": "def-common.createExtract.$1.drilldownId.drilldownId",
"type": "string", "type": "string",
"label": "drilldownId", "label": "drilldownId",
"description": [], "description": [],
@ -939,7 +947,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.createInject.{\n- drilldownId,\n}", "id": "def-common.createInject.$1.drilldownId",
"type": "Object", "type": "Object",
"label": "{\n drilldownId,\n}", "label": "{\n drilldownId,\n}",
"tags": [], "tags": [],
@ -947,7 +955,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.createInject.{\n- drilldownId,\n}.drilldownId", "id": "def-common.createInject.$1.drilldownId.drilldownId",
"type": "string", "type": "string",
"label": "drilldownId", "label": "drilldownId",
"description": [], "description": [],

View file

@ -45,6 +45,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.DashboardModeServerPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -90,6 +91,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.DashboardModeServerPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -110,6 +112,7 @@
} }
}, },
{ {
"id": "def-server.DashboardModeServerPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "{ security }", "label": "{ security }",
"isRequired": true, "isRequired": true,
@ -148,6 +151,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.DashboardModeServerPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,

File diff suppressed because it is too large Load diff

View file

@ -79,8 +79,10 @@
"section": "def-server.Plugin", "section": "def-server.Plugin",
"text": "Plugin" "text": "Plugin"
}, },
"<void, void, SetupDependencies, ", "<void, void, ",
"StartDependencies", "DataEnhancedSetupDependencies",
", ",
"DataEnhancedStartDependencies",
">" ">"
], ],
"children": [ "children": [
@ -94,6 +96,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.EnhancedDataServerPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -110,7 +113,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 48 "lineNumber": 33
} }
} }
], ],
@ -118,7 +121,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 48 "lineNumber": 33
} }
}, },
{ {
@ -135,18 +138,15 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "DataEnhancedStartDependencies",
"pluginId": "data", ", unknown>, deps: ",
"scope": "server", "DataEnhancedSetupDependencies",
"docId": "kibDataPluginApi", ") => void"
"section": "def-server.DataPluginStart",
"text": "DataPluginStart"
},
", unknown>, deps: SetupDependencies) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.EnhancedDataServerPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -159,32 +159,27 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "DataEnhancedStartDependencies",
"pluginId": "data",
"scope": "server",
"docId": "kibDataPluginApi",
"section": "def-server.DataPluginStart",
"text": "DataPluginStart"
},
", unknown>" ", unknown>"
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 53 "lineNumber": 38
} }
}, },
{ {
"id": "def-server.EnhancedDataServerPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "deps", "label": "deps",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"SetupDependencies" "DataEnhancedSetupDependencies"
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 53 "lineNumber": 38
} }
} }
], ],
@ -192,7 +187,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 53 "lineNumber": 38
} }
}, },
{ {
@ -209,18 +204,13 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { taskManager }: ", ", { taskManager }: ",
{ "DataEnhancedStartDependencies",
"pluginId": "dataEnhanced",
"scope": "server",
"docId": "kibDataEnhancedPluginApi",
"section": "def-server.StartDependencies",
"text": "StartDependencies"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.EnhancedDataServerPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -236,26 +226,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 95 "lineNumber": 80
} }
}, },
{ {
"id": "def-server.EnhancedDataServerPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "{ taskManager }", "label": "{ taskManager }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "DataEnhancedStartDependencies"
"pluginId": "dataEnhanced",
"scope": "server",
"docId": "kibDataEnhancedPluginApi",
"section": "def-server.StartDependencies",
"text": "StartDependencies"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 95 "lineNumber": 80
} }
} }
], ],
@ -263,7 +248,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 95 "lineNumber": 80
} }
}, },
{ {
@ -279,13 +264,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 101 "lineNumber": 86
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/data_enhanced/server/plugin.ts", "path": "x-pack/plugins/data_enhanced/server/plugin.ts",
"lineNumber": 42 "lineNumber": 27
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -335,6 +320,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.pollSearch.$1",
"type": "Function", "type": "Function",
"label": "search", "label": "search",
"isRequired": true, "isRequired": true,
@ -348,6 +334,7 @@
} }
}, },
{ {
"id": "def-common.pollSearch.$2",
"type": "Function", "type": "Function",
"label": "cancel", "label": "cancel",
"isRequired": false, "isRequired": false,
@ -361,6 +348,7 @@
} }
}, },
{ {
"id": "def-common.pollSearch.$3",
"type": "Object", "type": "Object",
"label": "{ pollInterval = 1000, abortSignal }", "label": "{ pollInterval = 1000, abortSignal }",
"isRequired": true, "isRequired": true,
@ -532,7 +520,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 73 "lineNumber": 80
} }
}, },
{ {
@ -545,7 +533,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 77 "lineNumber": 84
} }
}, },
{ {
@ -558,7 +546,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 81 "lineNumber": 88
} }
}, },
{ {
@ -571,7 +559,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 85 "lineNumber": 92
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -580,7 +568,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 69 "lineNumber": 76
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -673,6 +661,22 @@
"lineNumber": 33 "lineNumber": 33
} }
}, },
{
"tags": [],
"id": "def-common.SearchSessionSavedObjectAttributes.completed",
"type": "CompoundType",
"label": "completed",
"description": [
"\nTime of transition into completed state,\n\nCan be \"null\" in case already completed session\ntransitioned into in-progress session"
],
"source": {
"path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 40
},
"signature": [
"string | null | undefined"
]
},
{ {
"tags": [], "tags": [],
"id": "def-common.SearchSessionSavedObjectAttributes.status", "id": "def-common.SearchSessionSavedObjectAttributes.status",
@ -683,7 +687,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 37 "lineNumber": 44
}, },
"signature": [ "signature": [
{ {
@ -705,7 +709,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 41 "lineNumber": 48
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -721,7 +725,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 46 "lineNumber": 53
}, },
"signature": [ "signature": [
"Record<string, unknown> | undefined" "Record<string, unknown> | undefined"
@ -737,7 +741,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 51 "lineNumber": 58
}, },
"signature": [ "signature": [
"Record<string, unknown> | undefined" "Record<string, unknown> | undefined"
@ -753,7 +757,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 55 "lineNumber": 62
}, },
"signature": [ "signature": [
"Record<string, ", "Record<string, ",
@ -777,7 +781,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 60 "lineNumber": 67
} }
}, },
{ {
@ -790,7 +794,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 64 "lineNumber": 71
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -804,7 +808,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 65 "lineNumber": 72
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -818,7 +822,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/search/session/types.ts", "path": "src/plugins/data/common/search/session/types.ts",
"lineNumber": 66 "lineNumber": 73
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"

View file

@ -138,6 +138,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.BoolFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -299,7 +300,7 @@
"label": "id", "label": "id",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 20 "lineNumber": 20
}, },
"signature": [ "signature": [
@ -319,7 +320,7 @@
"label": "title", "label": "title",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 21 "lineNumber": 21
} }
}, },
@ -330,7 +331,7 @@
"label": "fieldType", "label": "fieldType",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 24 "lineNumber": 24
}, },
"signature": [ "signature": [
@ -356,7 +357,7 @@
"tags": [], "tags": [],
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 26 "lineNumber": 26
} }
}, },
@ -370,6 +371,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ColorFormat.findColorRuleForVal.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -378,7 +380,7 @@
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 33 "lineNumber": 33
} }
} }
@ -386,7 +388,7 @@
"tags": [], "tags": [],
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 33 "lineNumber": 33
} }
}, },
@ -395,6 +397,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.ColorFormat.htmlConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -403,7 +406,7 @@
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 52 "lineNumber": 52
} }
} }
@ -414,7 +417,7 @@
"description": [], "description": [],
"label": "htmlConvert", "label": "htmlConvert",
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 52 "lineNumber": 52
}, },
"tags": [], "tags": [],
@ -422,7 +425,7 @@
} }
], ],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/color.ts", "path": "src/plugins/data/common/field_formats/converters/color.tsx",
"lineNumber": 19 "lineNumber": 19
}, },
"initialIsOpen": false "initialIsOpen": false
@ -578,6 +581,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.DurationFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -678,13 +682,7 @@
"lineNumber": 52 "lineNumber": 52
}, },
"signature": [ "signature": [
{ "FieldFormatConvert",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatConvert",
"text": "FieldFormatConvert"
},
" | undefined" " | undefined"
] ]
}, },
@ -702,13 +700,7 @@
"lineNumber": 60 "lineNumber": 60
}, },
"signature": [ "signature": [
{ "HtmlContextTypeConvert",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeConvert",
"text": "HtmlContextTypeConvert"
},
" | undefined" " | undefined"
] ]
}, },
@ -726,13 +718,7 @@
"lineNumber": 68 "lineNumber": 68
}, },
"signature": [ "signature": [
{ "TextContextTypeConvert",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.TextContextTypeConvert",
"text": "TextContextTypeConvert"
},
" | undefined" " | undefined"
] ]
}, },
@ -812,17 +798,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "_params", "label": "_params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "IFieldFormatMetaParams"
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.IFieldFormatMetaParams",
"text": "IFieldFormatMetaParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -831,6 +812,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormat.Unnamed.$2",
"type": "Function", "type": "Function",
"label": "getConfig", "label": "getConfig",
"isRequired": false, "isRequired": false,
@ -872,13 +854,7 @@
"text": "FieldFormatsContentType" "text": "FieldFormatsContentType"
}, },
", options?: Record<string, any> | ", ", options?: Record<string, any> | ",
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined) => string" " | undefined) => string"
], ],
"description": [ "description": [
@ -886,6 +862,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.convert.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -899,6 +876,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormat.convert.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "contentType", "label": "contentType",
"isRequired": true, "isRequired": true,
@ -920,18 +898,13 @@
} }
}, },
{ {
"id": "def-common.FieldFormat.convert.$3",
"type": "CompoundType", "type": "CompoundType",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"Record<string, any> | ", "Record<string, any> | ",
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined" " | undefined"
], ],
"description": [], "description": [],
@ -967,19 +940,14 @@
"text": "FieldFormatsContentType" "text": "FieldFormatsContentType"
}, },
") => ", ") => ",
{ "FieldFormatConvertFunction"
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatConvertFunction",
"text": "FieldFormatConvertFunction"
}
], ],
"description": [ "description": [
"\nGet a convert function that is bound to a specific contentType" "\nGet a convert function that is bound to a specific contentType"
], ],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.getConverterFor.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "contentType", "label": "contentType",
"isRequired": true, "isRequired": true,
@ -1046,6 +1014,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.param.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1131,17 +1100,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.from.$1",
"type": "Function", "type": "Function",
"label": "convertFn", "label": "convertFn",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FieldFormatConvertFunction"
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatConvertFunction",
"text": "FieldFormatConvertFunction"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1163,13 +1127,7 @@
"label": "setupContentType", "label": "setupContentType",
"signature": [ "signature": [
"() => ", "() => ",
{ "FieldFormatConvert"
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatConvert",
"text": "FieldFormatConvert"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -1198,6 +1156,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormat.isInstanceOfFieldFormat.$1",
"type": "Any", "type": "Any",
"label": "fieldFormat", "label": "fieldFormat",
"isRequired": true, "isRequired": true,
@ -1263,6 +1222,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatNotFoundError.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": true, "isRequired": true,
@ -1276,6 +1236,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatNotFoundError.Unnamed.$2",
"type": "string", "type": "string",
"label": "formatId", "label": "formatId",
"isRequired": true, "isRequired": true,
@ -1322,13 +1283,7 @@
}, },
"signature": [ "signature": [
"Map<string, ", "Map<string, ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
">" ">"
] ]
}, },
@ -1382,6 +1337,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.deserialize.$1",
"type": "Object", "type": "Object",
"label": "mapping", "label": "mapping",
"isRequired": false, "isRequired": false,
@ -1443,18 +1399,13 @@
"text": "GetConfigFn" "text": "GetConfigFn"
}, },
", metaParamsOptions?: Record<string, any>, defaultFieldConverters?: ", ", metaParamsOptions?: Record<string, any>, defaultFieldConverters?: ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]) => void" "[]) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.init.$1",
"type": "Function", "type": "Function",
"label": "getConfig", "label": "getConfig",
"isRequired": true, "isRequired": true,
@ -1474,6 +1425,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.init.$2",
"type": "Object", "type": "Object",
"label": "metaParamsOptions", "label": "metaParamsOptions",
"isRequired": true, "isRequired": true,
@ -1487,17 +1439,12 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.init.$3",
"type": "Array", "type": "Array",
"label": "defaultFieldConverters", "label": "defaultFieldConverters",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -1519,6 +1466,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultConfig.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -1538,6 +1486,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultConfig.$2",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": false, "isRequired": false,
@ -1602,6 +1551,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getType.$1",
"type": "string", "type": "string",
"label": "formatId", "label": "formatId",
"isRequired": true, "isRequired": true,
@ -1617,13 +1567,7 @@
], ],
"signature": [ "signature": [
"(formatId: string) => ", "(formatId: string) => ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined" " | undefined"
], ],
"description": [ "description": [
@ -1644,6 +1588,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getTypeWithoutMetaParams.$1",
"type": "string", "type": "string",
"label": "formatId", "label": "formatId",
"isRequired": true, "isRequired": true,
@ -1659,13 +1604,7 @@
], ],
"signature": [ "signature": [
"(formatId: string) => ", "(formatId: string) => ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined" " | undefined"
], ],
"description": [], "description": [],
@ -1682,6 +1621,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultType.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -1701,6 +1641,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultType.$2",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": false, "isRequired": false,
@ -1739,13 +1680,7 @@
"text": "ES_FIELD_TYPES" "text": "ES_FIELD_TYPES"
}, },
"[] | undefined) => ", "[] | undefined) => ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined" " | undefined"
], ],
"description": [ "description": [
@ -1766,6 +1701,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getTypeNameByEsTypes.$1",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": false, "isRequired": false,
@ -1823,6 +1759,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultTypeName.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -1842,6 +1779,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultTypeName.$2",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": false, "isRequired": false,
@ -1940,6 +1878,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultInstancePlain.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -1959,6 +1898,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultInstancePlain.$2",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": false, "isRequired": false,
@ -1979,6 +1919,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultInstancePlain.$3",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -2059,6 +2000,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultInstanceCacheResolver.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -2078,6 +2020,7 @@
} }
}, },
{ {
"id": "def-common.FieldFormatsRegistry.getDefaultInstanceCacheResolver.$2",
"type": "Array", "type": "Array",
"label": "esTypes", "label": "esTypes",
"isRequired": true, "isRequired": true,
@ -2121,13 +2064,7 @@
"text": "KBN_FIELD_TYPES" "text": "KBN_FIELD_TYPES"
}, },
") => ", ") => ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]" "[]"
], ],
"description": [ "description": [
@ -2135,6 +2072,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.getByFieldType.$1",
"type": "Enum", "type": "Enum",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -2215,6 +2153,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.parseDefaultTypeMap.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -2241,29 +2180,18 @@
"label": "register", "label": "register",
"signature": [ "signature": [
"(fieldFormats: ", "(fieldFormats: ",
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]) => void" "[]) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.FieldFormatsRegistry.register.$1",
"type": "Array", "type": "Array",
"label": "fieldFormats", "label": "fieldFormats",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FieldFormatInstanceType",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -2425,6 +2353,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.HistogramFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -2537,6 +2466,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IpFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -2779,6 +2709,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.PercentFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -2891,6 +2822,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.RelativeDateFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -2954,8 +2886,8 @@
"label": "id", "label": "id",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 45 "lineNumber": 39
}, },
"signature": [ "signature": [
{ {
@ -2974,8 +2906,8 @@
"label": "title", "label": "title",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 46 "lineNumber": 40
} }
}, },
{ {
@ -2985,8 +2917,8 @@
"label": "fieldType", "label": "fieldType",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 47 "lineNumber": 41
}, },
"signature": [ "signature": [
{ {
@ -3003,6 +2935,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.SourceFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -3011,8 +2944,8 @@
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 49 "lineNumber": 43
} }
} }
], ],
@ -3022,8 +2955,8 @@
"description": [], "description": [],
"label": "textConvert", "label": "textConvert",
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 49 "lineNumber": 43
}, },
"tags": [], "tags": [],
"returnComment": [] "returnComment": []
@ -3033,6 +2966,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.SourceFormat.htmlConvert.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -3041,55 +2975,44 @@
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 51 "lineNumber": 45
} }
}, },
{ {
"id": "def-common.SourceFormat.htmlConvert.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined" " | undefined"
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 51 "lineNumber": 45
} }
} }
], ],
"signature": [ "signature": [
"(value: any, options?: ", "(value: any, options?: ",
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined) => string" " | undefined) => string"
], ],
"description": [], "description": [],
"label": "htmlConvert", "label": "htmlConvert",
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 51 "lineNumber": 45
}, },
"tags": [], "tags": [],
"returnComment": [] "returnComment": []
} }
], ],
"source": { "source": {
"path": "src/plugins/data/common/field_formats/converters/source.ts", "path": "src/plugins/data/common/field_formats/converters/source.tsx",
"lineNumber": 44 "lineNumber": 38
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -3190,6 +3113,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.StaticLookupFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -3333,6 +3257,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.StringFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -3445,6 +3370,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.TruncateFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "val", "label": "val",
"isRequired": true, "isRequired": true,
@ -3577,17 +3503,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.UrlFormat.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "IFieldFormatMetaParams"
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.IFieldFormatMetaParams",
"text": "IFieldFormatMetaParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -3624,6 +3545,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.UrlFormat.textConvert.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -3654,6 +3576,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.UrlFormat.htmlConvert.$1",
"type": "Any", "type": "Any",
"label": "rawValue", "label": "rawValue",
"isRequired": true, "isRequired": true,
@ -3667,17 +3590,12 @@
} }
}, },
{ {
"id": "def-common.UrlFormat.htmlConvert.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined" " | undefined"
], ],
"description": [], "description": [],
@ -3689,13 +3607,7 @@
], ],
"signature": [ "signature": [
"(rawValue: any, options?: ", "(rawValue: any, options?: ",
{ "HtmlContextTypeOptions",
"pluginId": "data",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"section": "def-common.HtmlContextTypeOptions",
"text": "HtmlContextTypeOptions"
},
" | undefined) => string" " | undefined) => string"
], ],
"description": [], "description": [],
@ -3726,6 +3638,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getHighlightRequest.$1",
"type": "Any", "type": "Any",
"label": "query", "label": "query",
"isRequired": true, "isRequired": true,
@ -3739,6 +3652,7 @@
} }
}, },
{ {
"id": "def-common.getHighlightRequest.$2",
"type": "boolean", "type": "boolean",
"label": "shouldHighlight", "label": "shouldHighlight",
"isRequired": true, "isRequired": true,

View file

@ -27,6 +27,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsFetcher.Unnamed.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "elasticsearchClient", "label": "elasticsearchClient",
"isRequired": true, "isRequired": true,
@ -46,6 +47,7 @@
} }
}, },
{ {
"id": "def-server.IndexPatternsFetcher.Unnamed.$2",
"type": "boolean", "type": "boolean",
"label": "allowNoIndices", "label": "allowNoIndices",
"isRequired": true, "isRequired": true,
@ -86,7 +88,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -94,7 +96,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.pattern", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options.pattern",
"type": "CompoundType", "type": "CompoundType",
"label": "pattern", "label": "pattern",
"description": [], "description": [],
@ -108,7 +110,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.metaFields", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options.metaFields",
"type": "Array", "type": "Array",
"label": "metaFields", "label": "metaFields",
"description": [], "description": [],
@ -122,7 +124,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.fieldCapsOptions", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options.fieldCapsOptions",
"type": "Object", "type": "Object",
"label": "fieldCapsOptions", "label": "fieldCapsOptions",
"description": [], "description": [],
@ -136,7 +138,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.type", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options.type",
"type": "string", "type": "string",
"label": "type", "label": "type",
"description": [], "description": [],
@ -150,7 +152,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.rollupIndex", "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.options.rollupIndex",
"type": "string", "type": "string",
"label": "rollupIndex", "label": "rollupIndex",
"description": [], "description": [],
@ -199,7 +201,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options", "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -207,7 +209,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.pattern", "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.options.pattern",
"type": "string", "type": "string",
"label": "pattern", "label": "pattern",
"description": [], "description": [],
@ -218,7 +220,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.metaFields", "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.options.metaFields",
"type": "Array", "type": "Array",
"label": "metaFields", "label": "metaFields",
"description": [], "description": [],
@ -232,7 +234,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.lookBack", "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.options.lookBack",
"type": "number", "type": "number",
"label": "lookBack", "label": "lookBack",
"description": [], "description": [],
@ -243,7 +245,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.interval", "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.options.interval",
"type": "string", "type": "string",
"label": "interval", "label": "interval",
"description": [], "description": [],
@ -281,6 +283,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsFetcher.validatePatternListActive.$1",
"type": "Array", "type": "Array",
"label": "patternList", "label": "patternList",
"isRequired": true, "isRequired": true,
@ -353,13 +356,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "IndexPatternsServiceStartDeps",
"pluginId": "data",
"scope": "server",
"docId": "kibDataPluginApi",
"section": "def-server.DataPluginStartDependencies",
"text": "DataPluginStartDependencies"
},
", ", ", ",
{ {
"pluginId": "data", "pluginId": "data",
@ -368,19 +365,14 @@
"section": "def-server.DataPluginStart", "section": "def-server.DataPluginStart",
"text": "DataPluginStart" "text": "DataPluginStart"
}, },
">, { expressions }: ", ">, { expressions, usageCollection }: ",
{ "IndexPatternsServiceSetupDeps",
"pluginId": "data",
"scope": "server",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-server.IndexPatternsServiceSetupDeps",
"text": "IndexPatternsServiceSetupDeps"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsServiceProvider.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -393,13 +385,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "IndexPatternsServiceStartDeps",
"pluginId": "data",
"scope": "server",
"docId": "kibDataPluginApi",
"section": "def-server.DataPluginStartDependencies",
"text": "DataPluginStartDependencies"
},
", ", ", ",
{ {
"pluginId": "data", "pluginId": "data",
@ -413,26 +399,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 47 "lineNumber": 81
} }
}, },
{ {
"id": "def-server.IndexPatternsServiceProvider.setup.$2",
"type": "Object", "type": "Object",
"label": "{ expressions }", "label": "{ expressions, usageCollection }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "IndexPatternsServiceSetupDeps"
"pluginId": "data",
"scope": "server",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-server.IndexPatternsServiceSetupDeps",
"text": "IndexPatternsServiceSetupDeps"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 48 "lineNumber": 82
} }
} }
], ],
@ -440,7 +421,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 46 "lineNumber": 80
} }
}, },
{ {
@ -457,13 +438,7 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { fieldFormats, logger }: ", ", { fieldFormats, logger }: ",
{ "IndexPatternsServiceStartDeps",
"pluginId": "data",
"scope": "server",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-server.IndexPatternsServiceStartDeps",
"text": "IndexPatternsServiceStartDeps"
},
") => { indexPatternsServiceFactory: (savedObjectsClient: Pick<", ") => { indexPatternsServiceFactory: (savedObjectsClient: Pick<",
{ {
"pluginId": "core", "pluginId": "core",
@ -472,7 +447,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">, elasticsearchClient: ", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, elasticsearchClient: ",
{ {
"pluginId": "core", "pluginId": "core",
"scope": "server", "scope": "server",
@ -492,6 +467,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IndexPatternsServiceProvider.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -507,26 +483,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 58 "lineNumber": 93
} }
}, },
{ {
"id": "def-server.IndexPatternsServiceProvider.start.$2",
"type": "Object", "type": "Object",
"label": "{ fieldFormats, logger }", "label": "{ fieldFormats, logger }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "IndexPatternsServiceStartDeps"
"pluginId": "data",
"scope": "server",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-server.IndexPatternsServiceStartDeps",
"text": "IndexPatternsServiceStartDeps"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 58 "lineNumber": 93
} }
} }
], ],
@ -534,13 +505,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 58 "lineNumber": 93
} }
} }
], ],
"source": { "source": {
"path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts",
"lineNumber": 45 "lineNumber": 79
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -556,14 +527,14 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.getCapabilitiesForRollupIndices.indices", "id": "def-server.getCapabilitiesForRollupIndices.$1.indices",
"type": "Object", "type": "Object",
"label": "indices", "label": "indices",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.getCapabilitiesForRollupIndices.indices.Unnamed", "id": "def-server.getCapabilitiesForRollupIndices.$1.indices.Unnamed",
"type": "Any", "type": "Any",
"label": "Unnamed", "label": "Unnamed",
"tags": [], "tags": [],
@ -596,14 +567,14 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.mergeCapabilitiesWithFields.rollupIndexCapabilities", "id": "def-server.mergeCapabilitiesWithFields.$1.rollupIndexCapabilities",
"type": "Object", "type": "Object",
"label": "rollupIndexCapabilities", "label": "rollupIndexCapabilities",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.mergeCapabilitiesWithFields.rollupIndexCapabilities.Unnamed", "id": "def-server.mergeCapabilitiesWithFields.$1.rollupIndexCapabilities.Unnamed",
"type": "Any", "type": "Any",
"label": "Unnamed", "label": "Unnamed",
"tags": [], "tags": [],
@ -623,14 +594,14 @@
} }
}, },
{ {
"id": "def-server.mergeCapabilitiesWithFields.fieldsFromFieldCapsApi", "id": "def-server.mergeCapabilitiesWithFields.$2.fieldsFromFieldCapsApi",
"type": "Object", "type": "Object",
"label": "fieldsFromFieldCapsApi", "label": "fieldsFromFieldCapsApi",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.mergeCapabilitiesWithFields.fieldsFromFieldCapsApi.Unnamed", "id": "def-server.mergeCapabilitiesWithFields.$2.fieldsFromFieldCapsApi.Unnamed",
"type": "Any", "type": "Any",
"label": "Unnamed", "label": "Unnamed",
"tags": [], "tags": [],
@ -650,6 +621,7 @@
} }
}, },
{ {
"id": "def-server.mergeCapabilitiesWithFields.$3",
"type": "Array", "type": "Array",
"label": "previousFields", "label": "previousFields",
"isRequired": true, "isRequired": true,
@ -709,6 +681,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.shouldReadFieldFromDocValues.$1",
"type": "boolean", "type": "boolean",
"label": "aggregatable", "label": "aggregatable",
"isRequired": true, "isRequired": true,
@ -722,6 +695,7 @@
} }
}, },
{ {
"id": "def-server.shouldReadFieldFromDocValues.$2",
"type": "string", "type": "string",
"label": "esType", "label": "esType",
"isRequired": true, "isRequired": true,
@ -973,6 +947,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.DuplicateIndexPatternError.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": true, "isRequired": true,
@ -1277,6 +1252,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "{\n spec = {},\n fieldFormats,\n shortDotsEnable = false,\n metaFields = [],\n }", "label": "{\n spec = {},\n fieldFormats,\n shortDotsEnable = false,\n metaFields = [],\n }",
"isRequired": true, "isRequired": true,
@ -1436,6 +1412,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.addScriptedField.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1451,6 +1428,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.addScriptedField.$2",
"type": "string", "type": "string",
"label": "script", "label": "script",
"isRequired": true, "isRequired": true,
@ -1466,6 +1444,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.addScriptedField.$3",
"type": "string", "type": "string",
"label": "fieldType", "label": "fieldType",
"isRequired": true, "isRequired": true,
@ -1498,6 +1477,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.removeScriptedField.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -1640,6 +1620,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.getFieldByName.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1737,6 +1718,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.getFormatterForField.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -1799,6 +1781,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.addRuntimeField.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1814,6 +1797,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.addRuntimeField.$2",
"type": "Object", "type": "Object",
"label": "runtimeField", "label": "runtimeField",
"isRequired": true, "isRequired": true,
@ -1854,6 +1838,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.removeRuntimeField.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1896,6 +1881,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.getFormatterForFieldNoDefault.$1",
"type": "string", "type": "string",
"label": "fieldname", "label": "fieldname",
"isRequired": true, "isRequired": true,
@ -1934,6 +1920,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.setFieldAttrs.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -1947,6 +1934,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.setFieldAttrs.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "attrName", "label": "attrName",
"isRequired": true, "isRequired": true,
@ -1960,6 +1948,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.setFieldAttrs.$3",
"type": "Uncategorized", "type": "Uncategorized",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -1997,6 +1986,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.setFieldCustomLabel.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -2010,6 +2000,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.setFieldCustomLabel.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "customLabel", "label": "customLabel",
"isRequired": false, "isRequired": false,
@ -2040,6 +2031,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.setFieldCount.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -2053,6 +2045,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.setFieldCount.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "count", "label": "count",
"isRequired": false, "isRequired": false,
@ -2078,6 +2071,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.setFieldFormat.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -2091,6 +2085,7 @@
} }
}, },
{ {
"id": "def-common.IndexPattern.setFieldFormat.$2",
"type": "Object", "type": "Object",
"label": "format", "label": "format",
"isRequired": true, "isRequired": true,
@ -2136,6 +2131,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPattern.deleteFieldFormat.$1",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"isRequired": true, "isRequired": true,
@ -2222,6 +2218,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternField.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "spec", "label": "spec",
"isRequired": true, "isRequired": true,
@ -2682,7 +2679,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternField.toSpec.{\n- getFormatterForField,\n }", "id": "def-common.IndexPatternField.toSpec.$1.getFormatterForField",
"type": "Object", "type": "Object",
"label": "{\n getFormatterForField,\n }", "label": "{\n getFormatterForField,\n }",
"tags": [], "tags": [],
@ -2690,7 +2687,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.IndexPatternField.toSpec.{\n- getFormatterForField,\n }.getFormatterForField", "id": "def-common.IndexPatternField.toSpec.$1.getFormatterForField.getFormatterForField",
"type": "Function", "type": "Function",
"label": "getFormatterForField", "label": "getFormatterForField",
"description": [], "description": [],
@ -2773,13 +2770,7 @@
"lineNumber": 67 "lineNumber": 67
}, },
"signature": [ "signature": [
{ "EnsureDefaultIndexPattern"
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.EnsureDefaultIndexPattern",
"text": "EnsureDefaultIndexPattern"
}
] ]
}, },
{ {
@ -2792,6 +2783,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }",
"isRequired": true, "isRequired": true,
@ -2817,6 +2809,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.getIds.$1",
"type": "boolean", "type": "boolean",
"label": "refresh", "label": "refresh",
"isRequired": true, "isRequired": true,
@ -2849,6 +2842,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.getTitles.$1",
"type": "boolean", "type": "boolean",
"label": "refresh", "label": "refresh",
"isRequired": true, "isRequired": true,
@ -2881,6 +2875,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.find.$1",
"type": "string", "type": "string",
"label": "search", "label": "search",
"isRequired": true, "isRequired": true,
@ -2894,6 +2889,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.find.$2",
"type": "number", "type": "number",
"label": "size", "label": "size",
"isRequired": true, "isRequired": true,
@ -2936,6 +2932,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.getIdsWithTitle.$1",
"type": "boolean", "type": "boolean",
"label": "refresh", "label": "refresh",
"isRequired": true, "isRequired": true,
@ -2968,6 +2965,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.clearCache.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": false, "isRequired": false,
@ -3001,21 +2999,9 @@
"children": [], "children": [],
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<", "<",
{ "IndexPatternSavedObjectAttrs",
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPatternSavedObjectAttrs",
"text": "IndexPatternSavedObjectAttrs"
},
">[] | null | undefined>" ">[] | null | undefined>"
], ],
"description": [], "description": [],
@ -3058,6 +3044,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.setDefault.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -3071,6 +3058,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.setDefault.$2",
"type": "boolean", "type": "boolean",
"label": "force", "label": "force",
"isRequired": true, "isRequired": true,
@ -3103,6 +3091,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.getFieldsForWildcard.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -3151,6 +3140,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.getFieldsForIndexPattern.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -3178,6 +3168,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.getFieldsForIndexPattern.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
@ -3243,6 +3234,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.refreshFields.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -3289,6 +3281,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.fieldArrayToMap.$1",
"type": "Array", "type": "Array",
"label": "fields", "label": "fields",
"isRequired": true, "isRequired": true,
@ -3309,6 +3302,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.fieldArrayToMap.$2",
"type": "Object", "type": "Object",
"label": "fieldAttrs", "label": "fieldAttrs",
"isRequired": false, "isRequired": false,
@ -3374,17 +3368,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.savedObjectToSpec.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<", "<",
{ {
"pluginId": "data", "pluginId": "data",
@ -3404,13 +3393,7 @@
], ],
"signature": [ "signature": [
"(savedObject: ", "(savedObject: ",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<", "<",
{ {
"pluginId": "data", "pluginId": "data",
@ -3446,6 +3429,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.get.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -3509,6 +3493,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.create.$1",
"type": "Object", "type": "Object",
"label": "spec", "label": "spec",
"isRequired": true, "isRequired": true,
@ -3528,6 +3513,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.create.$2",
"type": "boolean", "type": "boolean",
"label": "skipFetchFields", "label": "skipFetchFields",
"isRequired": true, "isRequired": true,
@ -3578,6 +3564,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.createAndSave.$1",
"type": "Object", "type": "Object",
"label": "spec", "label": "spec",
"isRequired": true, "isRequired": true,
@ -3597,6 +3584,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.createAndSave.$2",
"type": "boolean", "type": "boolean",
"label": "override", "label": "override",
"isRequired": true, "isRequired": true,
@ -3612,6 +3600,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.createAndSave.$3",
"type": "boolean", "type": "boolean",
"label": "skipFetchFields", "label": "skipFetchFields",
"isRequired": true, "isRequired": true,
@ -3662,6 +3651,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.createSavedObject.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -3681,6 +3671,7 @@
} }
}, },
{ {
"id": "def-common.IndexPatternsService.createSavedObject.$2",
"type": "boolean", "type": "boolean",
"label": "override", "label": "override",
"isRequired": true, "isRequired": true,
@ -3723,6 +3714,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.updateSavedObject.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -3738,10 +3730,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 548 "lineNumber": 551
} }
}, },
{ {
"id": "def-common.IndexPatternsService.updateSavedObject.$2",
"type": "number", "type": "number",
"label": "saveAttempts", "label": "saveAttempts",
"isRequired": true, "isRequired": true,
@ -3751,10 +3744,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 549 "lineNumber": 552
} }
}, },
{ {
"id": "def-common.IndexPatternsService.updateSavedObject.$3",
"type": "boolean", "type": "boolean",
"label": "ignoreErrors", "label": "ignoreErrors",
"isRequired": true, "isRequired": true,
@ -3764,7 +3758,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 550 "lineNumber": 553
} }
} }
], ],
@ -3772,7 +3766,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 547 "lineNumber": 550
} }
}, },
{ {
@ -3787,6 +3781,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.IndexPatternsService.delete.$1",
"type": "string", "type": "string",
"label": "indexPatternId", "label": "indexPatternId",
"isRequired": true, "isRequired": true,
@ -3798,7 +3793,7 @@
], ],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 633 "lineNumber": 636
} }
} }
], ],
@ -3806,7 +3801,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 633 "lineNumber": 636
} }
} }
], ],
@ -3823,6 +3818,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.fieldList.$1",
"type": "Array", "type": "Array",
"label": "specs", "label": "specs",
"isRequired": true, "isRequired": true,
@ -3843,6 +3839,7 @@
} }
}, },
{ {
"id": "def-common.fieldList.$2",
"type": "boolean", "type": "boolean",
"label": "shortDotsEnable", "label": "shortDotsEnable",
"isRequired": true, "isRequired": true,
@ -3927,6 +3924,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.isFilterable.$1",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -3972,6 +3970,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.isNestedField.$1",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -5307,6 +5306,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.add.$1",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -5375,6 +5375,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.getByName.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -5413,6 +5414,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.getByType.$1",
"type": "string", "type": "string",
"label": "type", "label": "type",
"isRequired": true, "isRequired": true,
@ -5451,6 +5453,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.remove.$1",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -5511,6 +5514,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.replaceAll.$1",
"type": "Array", "type": "Array",
"label": "specs", "label": "specs",
"isRequired": true, "isRequired": true,
@ -5556,6 +5560,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.update.$1",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -5631,7 +5636,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.IIndexPatternFieldList.toSpec.options", "id": "def-common.IIndexPatternFieldList.toSpec.$1.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -5639,7 +5644,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.IIndexPatternFieldList.toSpec.options.getFormatterForField", "id": "def-common.IIndexPatternFieldList.toSpec.$1.options.getFormatterForField",
"type": "Function", "type": "Function",
"label": "getFormatterForField", "label": "getFormatterForField",
"description": [], "description": [],
@ -6288,13 +6293,7 @@
"text": "SavedObjectsClientCommonFindArgs" "text": "SavedObjectsClientCommonFindArgs"
}, },
") => Promise<", ") => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<T>[]>" "<T>[]>"
] ]
}, },
@ -6310,13 +6309,7 @@
}, },
"signature": [ "signature": [
"<T = unknown>(type: string, id: string) => Promise<", "<T = unknown>(type: string, id: string) => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<T>>" "<T>>"
] ]
}, },
@ -6332,13 +6325,7 @@
}, },
"signature": [ "signature": [
"(type: string, id: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<", "(type: string, id: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<unknown>>" "<unknown>>"
] ]
}, },
@ -6354,13 +6341,7 @@
}, },
"signature": [ "signature": [
"(type: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<", "(type: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<unknown>>" "<unknown>>"
] ]
}, },
@ -6710,10 +6691,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts",
"lineNumber": 639 "lineNumber": 642
}, },
"signature": [ "signature": [
"{ get: (id: string) => Promise<IndexPattern>; delete: (indexPatternId: string) => Promise<{}>; create: (spec: IndexPatternSpec, skipFetchFields?: boolean) => Promise<IndexPattern>; ensureDefaultIndexPattern: EnsureDefaultIndexPattern; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; find: (search: string, size?: number) => Promise<IndexPattern[]>; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<SavedObject<IndexPatternSavedObjectAttrs>[] | null | undefined>; getDefault: () => Promise<IndexPattern | null>; setDefault: (id: string, force?: boolean) => Promise<void>; getFieldsForWildcard: (options: GetFieldsOptions) => Promise<any>; getFieldsForIndexPattern: (indexPattern: IndexPattern | IndexPatternSpec, options?: GetFieldsOptions | undefined) => Promise<any>; refreshFields: (indexPattern: IndexPattern) => Promise<void>; fieldArrayToMap: (fields: FieldSpec[], fieldAttrs?: FieldAttrs | undefined) => Record<string, FieldSpec>; savedObjectToSpec: (savedObject: SavedObject<IndexPatternAttributes>) => IndexPatternSpec; createAndSave: (spec: IndexPatternSpec, override?: boolean, skipFetchFields?: boolean) => Promise<IndexPattern>; createSavedObject: (indexPattern: IndexPattern, override?: boolean) => Promise<IndexPattern>; updateSavedObject: (indexPattern: IndexPattern, saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; }" "{ get: (id: string) => Promise<IndexPattern>; delete: (indexPatternId: string) => Promise<{}>; create: (spec: IndexPatternSpec, skipFetchFields?: boolean) => Promise<IndexPattern>; find: (search: string, size?: number) => Promise<IndexPattern[]>; ensureDefaultIndexPattern: EnsureDefaultIndexPattern; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<SavedObject<IndexPatternSavedObjectAttrs>[] | null | undefined>; getDefault: () => Promise<IndexPattern | null>; setDefault: (id: string, force?: boolean) => Promise<void>; getFieldsForWildcard: (options: GetFieldsOptions) => Promise<any>; getFieldsForIndexPattern: (indexPattern: IndexPattern | IndexPatternSpec, options?: GetFieldsOptions | undefined) => Promise<any>; refreshFields: (indexPattern: IndexPattern) => Promise<void>; fieldArrayToMap: (fields: FieldSpec[], fieldAttrs?: FieldAttrs | undefined) => Record<string, FieldSpec>; savedObjectToSpec: (savedObject: SavedObject<IndexPatternAttributes>) => IndexPatternSpec; createAndSave: (spec: IndexPatternSpec, override?: boolean, skipFetchFields?: boolean) => Promise<IndexPattern>; createSavedObject: (indexPattern: IndexPattern, override?: boolean) => Promise<IndexPattern>; updateSavedObject: (indexPattern: IndexPattern, saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; }"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },

View file

@ -19,6 +19,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "uiSettings", "label": "uiSettings",
"isRequired": true, "isRequired": true,
@ -123,13 +124,7 @@
"label": "getPartitionedFilters", "label": "getPartitionedFilters",
"signature": [ "signature": [
"() => ", "() => ",
{ "PartitionedFilters"
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.PartitionedFilters",
"text": "PartitionedFilters"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -202,6 +197,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.addFilters.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "filters", "label": "filters",
"isRequired": true, "isRequired": true,
@ -230,6 +226,7 @@
} }
}, },
{ {
"id": "def-public.FilterManager.addFilters.$2",
"type": "boolean", "type": "boolean",
"label": "pinFilterStatus", "label": "pinFilterStatus",
"isRequired": true, "isRequired": true,
@ -268,6 +265,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.setFilters.$1",
"type": "Array", "type": "Array",
"label": "newFilters", "label": "newFilters",
"isRequired": true, "isRequired": true,
@ -288,6 +286,7 @@
} }
}, },
{ {
"id": "def-public.FilterManager.setFilters.$2",
"type": "boolean", "type": "boolean",
"label": "pinFilterStatus", "label": "pinFilterStatus",
"isRequired": true, "isRequired": true,
@ -328,6 +327,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.setGlobalFilters.$1",
"type": "Array", "type": "Array",
"label": "newGlobalFilters", "label": "newGlobalFilters",
"isRequired": true, "isRequired": true,
@ -375,6 +375,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.setAppFilters.$1",
"type": "Array", "type": "Array",
"label": "newAppFilters", "label": "newAppFilters",
"isRequired": true, "isRequired": true,
@ -420,6 +421,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.removeFilter.$1",
"type": "Object", "type": "Object",
"label": "filter", "label": "filter",
"isRequired": true, "isRequired": true,
@ -480,6 +482,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.FilterManager.setFiltersStore.$1",
"type": "Array", "type": "Array",
"label": "filters", "label": "filters",
"isRequired": true, "isRequired": true,
@ -500,6 +503,7 @@
} }
}, },
{ {
"id": "def-public.FilterManager.setFiltersStore.$2",
"type": "Enum", "type": "Enum",
"label": "store", "label": "store",
"isRequired": true, "isRequired": true,
@ -519,6 +523,7 @@
} }
}, },
{ {
"id": "def-public.FilterManager.setFiltersStore.$3",
"type": "boolean", "type": "boolean",
"label": "shouldOverrideStore", "label": "shouldOverrideStore",
"isRequired": true, "isRequired": true,
@ -563,6 +568,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.TimeHistory.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "storage", "label": "storage",
"isRequired": true, "isRequired": true,
@ -608,6 +614,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.TimeHistory.add.$1",
"type": "Object", "type": "Object",
"label": "time", "label": "time",
"isRequired": true, "isRequired": true,
@ -672,6 +679,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.connectToQueryState.$1",
"type": "Object", "type": "Object",
"label": "{\n timefilter: { timefilter },\n filterManager,\n queryString,\n state$,\n }", "label": "{\n timefilter: { timefilter },\n filterManager,\n queryString,\n state$,\n }",
"isRequired": true, "isRequired": true,
@ -693,13 +701,7 @@
"text": "FilterManager" "text": "FilterManager"
}, },
"; queryString: Pick<", "; queryString: Pick<",
{ "QueryStringManager",
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStringManager",
"text": "QueryStringManager"
},
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ", ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
{ {
"pluginId": "data", "pluginId": "data",
@ -718,6 +720,7 @@
} }
}, },
{ {
"id": "def-public.connectToQueryState.$2",
"type": "Object", "type": "Object",
"label": "stateContainer", "label": "stateContainer",
"isRequired": true, "isRequired": true,
@ -738,7 +741,7 @@
} }
}, },
{ {
"id": "def-public.connectToQueryState.syncConfig", "id": "def-public.connectToQueryState.$3.syncConfig",
"type": "Object", "type": "Object",
"label": "syncConfig", "label": "syncConfig",
"tags": [], "tags": [],
@ -746,7 +749,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.connectToQueryState.syncConfig.time", "id": "def-public.connectToQueryState.$3.syncConfig.time",
"type": "CompoundType", "type": "CompoundType",
"label": "time", "label": "time",
"description": [], "description": [],
@ -760,7 +763,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.connectToQueryState.syncConfig.refreshInterval", "id": "def-public.connectToQueryState.$3.syncConfig.refreshInterval",
"type": "CompoundType", "type": "CompoundType",
"label": "refreshInterval", "label": "refreshInterval",
"description": [], "description": [],
@ -774,7 +777,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.connectToQueryState.syncConfig.filters", "id": "def-public.connectToQueryState.$3.syncConfig.filters",
"type": "CompoundType", "type": "CompoundType",
"label": "filters", "label": "filters",
"description": [], "description": [],
@ -796,7 +799,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.connectToQueryState.syncConfig.query", "id": "def-public.connectToQueryState.$3.syncConfig.query",
"type": "CompoundType", "type": "CompoundType",
"label": "query", "label": "query",
"description": [], "description": [],
@ -868,6 +871,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.createSavedQueryService.$1",
"type": "Object", "type": "Object",
"label": "savedObjectsClient", "label": "savedObjectsClient",
"isRequired": true, "isRequired": true,
@ -880,7 +884,7 @@
"section": "def-public.SavedObjectsClient", "section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">"
], ],
"description": [], "description": [],
"source": { "source": {
@ -898,7 +902,7 @@
"section": "def-public.SavedObjectsClient", "section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\">) => ", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">) => ",
{ {
"pluginId": "data", "pluginId": "data",
"scope": "public", "scope": "public",
@ -931,17 +935,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.getDefaultQuery.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "language", "label": "language",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "QueryLanguage"
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryLanguage",
"text": "QueryLanguage"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -963,6 +962,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.syncQueryStateWithUrl.$1",
"type": "Object", "type": "Object",
"label": "query", "label": "query",
"isRequired": true, "isRequired": true,
@ -984,13 +984,7 @@
"text": "FilterManager" "text": "FilterManager"
}, },
"; queryString: Pick<", "; queryString: Pick<",
{ "QueryStringManager",
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStringManager",
"text": "QueryStringManager"
},
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ", ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
{ {
"pluginId": "data", "pluginId": "data",
@ -1009,6 +1003,7 @@
} }
}, },
{ {
"id": "def-public.syncQueryStateWithUrl.$2",
"type": "Object", "type": "Object",
"label": "kbnUrlStateStorage", "label": "kbnUrlStateStorage",
"isRequired": true, "isRequired": true,
@ -1253,13 +1248,7 @@
"lineNumber": 17 "lineNumber": 17
}, },
"signature": [ "signature": [
{ "SavedQueryAttributes"
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.SavedQueryAttributes",
"text": "SavedQueryAttributes"
}
] ]
} }
], ],
@ -1288,13 +1277,7 @@
}, },
"signature": [ "signature": [
"(attributes: ", "(attributes: ",
{ "SavedQueryAttributes",
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.SavedQueryAttributes",
"text": "SavedQueryAttributes"
},
", config?: { overwrite: boolean; } | undefined) => Promise<", ", config?: { overwrite: boolean; } | undefined) => Promise<",
{ {
"pluginId": "data", "pluginId": "data",
@ -1410,6 +1393,21 @@
], ],
"enums": [], "enums": [],
"misc": [ "misc": [
{
"id": "def-public.AutoRefreshDoneFn",
"type": "Type",
"label": "AutoRefreshDoneFn",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/data/public/query/timefilter/lib/auto_refresh_loop.ts",
"lineNumber": 13
},
"signature": [
"() => void"
],
"initialIsOpen": false
},
{ {
"id": "def-public.InputTimeRange", "id": "def-public.InputTimeRange",
"type": "Type", "type": "Type",
@ -1503,7 +1501,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/data/public/query/timefilter/timefilter.ts", "path": "src/plugins/data/public/query/timefilter/timefilter.ts",
"lineNumber": 240 "lineNumber": 242
}, },
"signature": [ "signature": [
"{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; getEnabledUpdated$: () => ", "{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; getEnabledUpdated$: () => ",
@ -1514,7 +1512,7 @@
"Observable", "Observable",
"<unknown>; getAutoRefreshFetch$: () => ", "<unknown>; getAutoRefreshFetch$: () => ",
"Observable", "Observable",
"<unknown>; getFetch$: () => ", "<AutoRefreshDoneFn>; getFetch$: () => ",
"Observable" "Observable"
], ],
"initialIsOpen": false "initialIsOpen": false
@ -1573,6 +1571,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.calculateBounds.$1",
"type": "Object", "type": "Object",
"label": "timeRange", "label": "timeRange",
"isRequired": true, "isRequired": true,
@ -1592,6 +1591,7 @@
} }
}, },
{ {
"id": "def-common.calculateBounds.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -1618,6 +1618,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.compareFilters.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "first", "label": "first",
"isRequired": true, "isRequired": true,
@ -1646,6 +1647,7 @@
} }
}, },
{ {
"id": "def-common.compareFilters.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "second", "label": "second",
"isRequired": true, "isRequired": true,
@ -1674,6 +1676,7 @@
} }
}, },
{ {
"id": "def-common.compareFilters.$3",
"type": "Object", "type": "Object",
"label": "comparatorOptions", "label": "comparatorOptions",
"isRequired": true, "isRequired": true,
@ -1754,6 +1757,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.dedupFilters.$1",
"type": "Array", "type": "Array",
"label": "existingFilters", "label": "existingFilters",
"isRequired": true, "isRequired": true,
@ -1774,6 +1778,7 @@
} }
}, },
{ {
"id": "def-common.dedupFilters.$2",
"type": "Array", "type": "Array",
"label": "filters", "label": "filters",
"isRequired": true, "isRequired": true,
@ -1794,6 +1799,7 @@
} }
}, },
{ {
"id": "def-common.dedupFilters.$3",
"type": "Object", "type": "Object",
"label": "comparatorOptions", "label": "comparatorOptions",
"isRequired": true, "isRequired": true,
@ -1887,6 +1893,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getAbsoluteTimeRange.$1",
"type": "Object", "type": "Object",
"label": "timeRange", "label": "timeRange",
"isRequired": true, "isRequired": true,
@ -1906,7 +1913,7 @@
} }
}, },
{ {
"id": "def-common.getAbsoluteTimeRange.{-forceNow }", "id": "def-common.getAbsoluteTimeRange.$2.forceNow",
"type": "Object", "type": "Object",
"label": "{ forceNow }", "label": "{ forceNow }",
"tags": [], "tags": [],
@ -1914,7 +1921,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.getAbsoluteTimeRange.{-forceNow }.forceNow", "id": "def-common.getAbsoluteTimeRange.$2.forceNow.forceNow",
"type": "Object", "type": "Object",
"label": "forceNow", "label": "forceNow",
"description": [], "description": [],
@ -1975,6 +1982,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getTime.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": false, "isRequired": false,
@ -1995,6 +2003,7 @@
} }
}, },
{ {
"id": "def-common.getTime.$2",
"type": "Object", "type": "Object",
"label": "timeRange", "label": "timeRange",
"isRequired": true, "isRequired": true,
@ -2014,7 +2023,7 @@
} }
}, },
{ {
"id": "def-common.getTime.options", "id": "def-common.getTime.$3.options",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"tags": [], "tags": [],
@ -2022,7 +2031,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.getTime.options.forceNow", "id": "def-common.getTime.$3.options.forceNow",
"type": "Object", "type": "Object",
"label": "forceNow", "label": "forceNow",
"description": [], "description": [],
@ -2036,7 +2045,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-common.getTime.options.fieldName", "id": "def-common.getTime.$3.options.fieldName",
"type": "string", "type": "string",
"label": "fieldName", "label": "fieldName",
"description": [], "description": [],
@ -2068,6 +2077,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.isQuery.$1",
"type": "Unknown", "type": "Unknown",
"label": "x", "label": "x",
"isRequired": true, "isRequired": true,
@ -2106,6 +2116,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.isTimeRange.$1",
"type": "Unknown", "type": "Unknown",
"label": "x", "label": "x",
"isRequired": true, "isRequired": true,
@ -2144,6 +2155,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.uniqFilters.$1",
"type": "Array", "type": "Array",
"label": "filters", "label": "filters",
"isRequired": true, "isRequired": true,
@ -2164,6 +2176,7 @@
} }
}, },
{ {
"id": "def-common.uniqFilters.$2",
"type": "Any", "type": "Any",
"label": "comparatorOptions", "label": "comparatorOptions",
"isRequired": true, "isRequired": true,

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -49,26 +49,15 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<object, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ", "<object, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ",
{ "CreateDevToolArgs",
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.CreateDevToolArgs",
"text": "CreateDevToolArgs"
},
") => ", ") => ",
{ "DevToolApp",
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.DevToolApp",
"text": "DevToolApp"
},
"; }" "; }"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DevToolsPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "coreSetup", "label": "coreSetup",
"isRequired": true, "isRequired": true,
@ -89,7 +78,7 @@
} }
}, },
{ {
"id": "def-public.DevToolsPlugin.setup.{-urlForwarding }", "id": "def-public.DevToolsPlugin.setup.$2.urlForwarding",
"type": "Object", "type": "Object",
"label": "{ urlForwarding }", "label": "{ urlForwarding }",
"tags": [], "tags": [],
@ -97,7 +86,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.DevToolsPlugin.setup.{-urlForwarding }.urlForwarding", "id": "def-public.DevToolsPlugin.setup.$2.urlForwarding.urlForwarding",
"type": "Object", "type": "Object",
"label": "urlForwarding", "label": "urlForwarding",
"description": [], "description": [],
@ -189,21 +178,9 @@
}, },
"signature": [ "signature": [
"(devTool: ", "(devTool: ",
{ "CreateDevToolArgs",
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.CreateDevToolArgs",
"text": "CreateDevToolArgs"
},
") => ", ") => ",
{ "DevToolApp"
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.DevToolApp",
"text": "DevToolApp"
}
] ]
} }
], ],

View file

@ -20,6 +20,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.createSavedSearchesLoader.$1",
"type": "Object", "type": "Object",
"label": "{ savedObjectsClient, savedObjects }", "label": "{ savedObjectsClient, savedObjects }",
"isRequired": true, "isRequired": true,
@ -449,13 +450,7 @@
"lineNumber": 20 "lineNumber": 20
}, },
"signature": [ "signature": [
{ "SortOrder",
"pluginId": "discover",
"scope": "public",
"docId": "kibDiscoverPluginApi",
"section": "def-public.SortOrder",
"text": "SortOrder"
},
"[]" "[]"
] ]
}, },
@ -470,13 +465,7 @@
"lineNumber": 21 "lineNumber": 21
}, },
"signature": [ "signature": [
{ "DiscoverGridSettings"
"pluginId": "discover",
"scope": "public",
"docId": "kibDiscoverPluginApi",
"section": "def-public.DiscoverGridSettings",
"text": "DiscoverGridSettings"
}
] ]
}, },
{ {
@ -739,13 +728,7 @@
"lineNumber": 25 "lineNumber": 25
}, },
"signature": [ "signature": [
{ "SortOrder",
"pluginId": "discover",
"scope": "public",
"docId": "kibDiscoverPluginApi",
"section": "def-public.SortOrder",
"text": "SortOrder"
},
"[] | undefined" "[] | undefined"
] ]
} }
@ -812,21 +795,9 @@
}, },
"signature": [ "signature": [
"{ addDocView(docViewRaw: ", "{ addDocView(docViewRaw: ",
{ "DocViewInput",
"pluginId": "discover",
"scope": "public",
"docId": "kibDiscoverPluginApi",
"section": "def-public.DocViewInput",
"text": "DocViewInput"
},
" | ", " | ",
{ "DocViewInputFn",
"pluginId": "discover",
"scope": "public",
"docId": "kibDiscoverPluginApi",
"section": "def-public.DocViewInputFn",
"text": "DocViewInputFn"
},
"): void; }" "): void; }"
] ]
} }

View file

@ -73,6 +73,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DiscoverEnhancedPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -134,6 +135,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DiscoverEnhancedPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -162,6 +164,7 @@
} }
}, },
{ {
"id": "def-public.DiscoverEnhancedPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "{ uiActions, share }", "label": "{ uiActions, share }",
"isRequired": true, "isRequired": true,
@ -214,6 +217,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DiscoverEnhancedPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -233,6 +237,7 @@
} }
}, },
{ {
"id": "def-public.DiscoverEnhancedPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -362,29 +367,18 @@
"label": "isCompatible", "label": "isCompatible",
"signature": [ "signature": [
"(context: ", "(context: ",
{ "ExploreDataChartActionContext",
"pluginId": "discoverEnhanced",
"scope": "public",
"docId": "kibDiscoverEnhancedPluginApi",
"section": "def-public.ExploreDataChartActionContext",
"text": "ExploreDataChartActionContext"
},
") => Promise<boolean>" ") => Promise<boolean>"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ExploreDataChartAction.isCompatible.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ExploreDataChartActionContext"
"pluginId": "discoverEnhanced",
"scope": "public",
"docId": "kibDiscoverEnhancedPluginApi",
"section": "def-public.ExploreDataChartActionContext",
"text": "ExploreDataChartActionContext"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -405,17 +399,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ExploreDataChartAction.getUrl.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ExploreDataChartActionContext"
"pluginId": "discoverEnhanced",
"scope": "public",
"docId": "kibDiscoverEnhancedPluginApi",
"section": "def-public.ExploreDataChartActionContext",
"text": "ExploreDataChartActionContext"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -426,13 +415,7 @@
], ],
"signature": [ "signature": [
"(context: ", "(context: ",
{ "ExploreDataChartActionContext",
"pluginId": "discoverEnhanced",
"scope": "public",
"docId": "kibDiscoverEnhancedPluginApi",
"section": "def-public.ExploreDataChartActionContext",
"text": "ExploreDataChartActionContext"
},
") => Promise<", ") => Promise<",
{ {
"pluginId": "share", "pluginId": "share",
@ -535,6 +518,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ExploreDataContextMenuAction.getUrl.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -748,13 +732,7 @@
}, },
"signature": [ "signature": [
"{ dashboardConfig: ", "{ dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; } | undefined" "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; } | undefined"
] ]
}, },

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.isEnhancedEmbeddable.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "maybeEnhancedEmbeddable", "label": "maybeEnhancedEmbeddable",
"isRequired": true, "isRequired": true,

View file

@ -37,6 +37,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.EncryptionError.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": true, "isRequired": true,
@ -50,6 +51,7 @@
} }
}, },
{ {
"id": "def-server.EncryptionError.Unnamed.$2",
"type": "string", "type": "string",
"label": "attributeName", "label": "attributeName",
"isRequired": true, "isRequired": true,
@ -63,17 +65,12 @@
} }
}, },
{ {
"id": "def-server.EncryptionError.Unnamed.$3",
"type": "Enum", "type": "Enum",
"label": "operation", "label": "operation",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "EncryptionErrorOperation"
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptionErrorOperation",
"text": "EncryptionErrorOperation"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -82,6 +79,7 @@
} }
}, },
{ {
"id": "def-server.EncryptionError.Unnamed.$4",
"type": "Object", "type": "Object",
"label": "cause", "label": "cause",
"isRequired": false, "isRequired": false,
@ -155,13 +153,7 @@
"text": "SavedObjectsBaseOptions" "text": "SavedObjectsBaseOptions"
}, },
" | undefined) => Promise<", " | undefined) => Promise<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<T>>" "<T>>"
] ]
} }
@ -204,13 +196,7 @@
}, },
"signature": [ "signature": [
"ReadonlySet<string | ", "ReadonlySet<string | ",
{ "AttributeToEncrypt",
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.AttributeToEncrypt",
"text": "AttributeToEncrypt"
},
">" ">"
] ]
}, },
@ -292,13 +278,7 @@
"lineNumber": 37 "lineNumber": 37
}, },
"signature": [ "signature": [
{ "CreateEncryptedSavedObjectsMigrationFn"
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.CreateEncryptedSavedObjectsMigrationFn",
"text": "CreateEncryptedSavedObjectsMigrationFn"
}
] ]
} }
], ],
@ -341,13 +321,7 @@
"lineNumber": 42 "lineNumber": 42
}, },
"signature": [ "signature": [
{ "ClientInstanciator"
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.ClientInstanciator",
"text": "ClientInstanciator"
}
] ]
} }
], ],

View file

@ -39,6 +39,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.CronEditor.getDerivedStateFromProps.$1",
"type": "Object", "type": "Object",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
@ -69,6 +70,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.CronEditor.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
@ -94,6 +96,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.CronEditor.onChangeFrequency.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "frequency", "label": "frequency",
"isRequired": true, "isRequired": true,
@ -138,17 +141,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.CronEditor.onChangeFields.$1",
"type": "Object", "type": "Object",
"label": "fields", "label": "fields",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FieldToValueMap"
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.FieldToValueMap",
"text": "FieldToValueMap"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -159,13 +157,7 @@
], ],
"signature": [ "signature": [
"(fields: ", "(fields: ",
{ "FieldToValueMap",
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.FieldToValueMap",
"text": "FieldToValueMap"
},
") => void" ") => void"
], ],
"description": [], "description": [],
@ -223,6 +215,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.attemptToURIDecode.$1",
"type": "string", "type": "string",
"label": "value", "label": "value",
"isRequired": false, "isRequired": false,
@ -254,6 +247,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.AuthorizationProvider.$1",
"type": "Object", "type": "Object",
"label": "{ privilegesEndpoint, httpClient, children }", "label": "{ privilegesEndpoint, httpClient, children }",
"isRequired": true, "isRequired": true,
@ -292,6 +286,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.extractQueryParams.$1",
"type": "string", "type": "string",
"label": "queryString", "label": "queryString",
"isRequired": true, "isRequired": true,
@ -333,6 +328,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.NotAuthorizedSection.$1",
"type": "Object", "type": "Object",
"label": "{ title, message }", "label": "{ title, message }",
"isRequired": true, "isRequired": true,
@ -364,6 +360,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.SectionError.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "{\n title,\n error,\n actions,\n ...rest\n}", "label": "{\n title,\n error,\n actions,\n ...rest\n}",
"isRequired": true, "isRequired": true,
@ -395,6 +392,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.SectionLoading.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "{ inline, children, ...rest }", "label": "{ inline, children, ...rest }",
"isRequired": true, "isRequired": true,
@ -426,6 +424,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.sendRequest.$1",
"type": "Object", "type": "Object",
"label": "httpClient", "label": "httpClient",
"isRequired": true, "isRequired": true,
@ -445,6 +444,7 @@
} }
}, },
{ {
"id": "def-public.sendRequest.$2",
"type": "Object", "type": "Object",
"label": "{ path, method, body, query, asSystemRequest }", "label": "{ path, method, body, query, asSystemRequest }",
"isRequired": true, "isRequired": true,
@ -523,6 +523,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.useRequest.$1",
"type": "Object", "type": "Object",
"label": "httpClient", "label": "httpClient",
"isRequired": true, "isRequired": true,
@ -542,6 +543,7 @@
} }
}, },
{ {
"id": "def-public.useRequest.$2",
"type": "Object", "type": "Object",
"label": "{ path, method, query, body, pollIntervalMs, initialData, deserializer }", "label": "{ path, method, query, body, pollIntervalMs, initialData, deserializer }",
"isRequired": true, "isRequired": true,
@ -603,6 +605,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.WithPrivileges.$1",
"type": "Object", "type": "Object",
"label": "{ privileges: requiredPrivileges, children }", "label": "{ privileges: requiredPrivileges, children }",
"isRequired": true, "isRequired": true,
@ -1217,13 +1220,7 @@
}, },
"signature": [ "signature": [
"typeof ", "typeof ",
{ "indexNameBeginsWithPeriod"
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.indexNameBeginsWithPeriod",
"text": "indexNameBeginsWithPeriod"
}
] ]
}, },
{ {
@ -1238,13 +1235,7 @@
}, },
"signature": [ "signature": [
"typeof ", "typeof ",
{ "findIllegalCharactersInIndexName"
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.findIllegalCharactersInIndexName",
"text": "findIllegalCharactersInIndexName"
}
] ]
}, },
{ {
@ -1259,13 +1250,7 @@
}, },
"signature": [ "signature": [
"typeof ", "typeof ",
{ "indexNameContainsSpaces"
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.indexNameContainsSpaces",
"text": "indexNameContainsSpaces"
}
] ]
} }
], ],
@ -1287,6 +1272,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.handleEsError.$1",
"type": "Object", "type": "Object",
"label": "{\n error,\n response,\n handleCustomError,\n}", "label": "{\n error,\n response,\n handleCustomError,\n}",
"isRequired": true, "isRequired": true,
@ -1331,6 +1317,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.isEsError.$1",
"type": "Object", "type": "Object",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -1357,6 +1344,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.parseEsError.$1",
"type": "string", "type": "string",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,

View file

@ -9,8 +9,487 @@
"objects": [] "objects": []
}, },
"server": { "server": {
"classes": [], "classes": [
"functions": [], {
"id": "def-server.ClusterClientAdapter",
"type": "Class",
"tags": [],
"label": "ClusterClientAdapter",
"description": [],
"signature": [
{
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.ClusterClientAdapter",
"text": "ClusterClientAdapter"
},
"<TDoc>"
],
"children": [
{
"id": "def-server.ClusterClientAdapter.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.Unnamed.$1",
"type": "Object",
"label": "opts",
"isRequired": true,
"signature": [
"ConstructorOpts"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 54
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 54
}
},
{
"id": "def-server.ClusterClientAdapter.shutdown",
"type": "Function",
"label": "shutdown",
"signature": [
"() => Promise<void>"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 78
}
},
{
"id": "def-server.ClusterClientAdapter.indexDocument",
"type": "Function",
"label": "indexDocument",
"signature": [
"(doc: TDoc) => void"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.indexDocument.$1",
"type": "Uncategorized",
"label": "doc",
"isRequired": true,
"signature": [
"TDoc"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 83
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 83
}
},
{
"id": "def-server.ClusterClientAdapter.indexDocuments",
"type": "Function",
"label": "indexDocuments",
"signature": [
"(docs: TDoc[]) => Promise<void>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.indexDocuments.$1",
"type": "Array",
"label": "docs",
"isRequired": true,
"signature": [
"TDoc[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 87
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 87
}
},
{
"id": "def-server.ClusterClientAdapter.doesIlmPolicyExist",
"type": "Function",
"label": "doesIlmPolicyExist",
"signature": [
"(policyName: string) => Promise<boolean>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.doesIlmPolicyExist.$1",
"type": "string",
"label": "policyName",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 123
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 123
}
},
{
"id": "def-server.ClusterClientAdapter.createIlmPolicy",
"type": "Function",
"label": "createIlmPolicy",
"signature": [
"(policyName: string, policy: Record<string, unknown>) => Promise<void>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.createIlmPolicy.$1",
"type": "string",
"label": "policyName",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 138
}
},
{
"id": "def-server.ClusterClientAdapter.createIlmPolicy.$2",
"type": "Object",
"label": "policy",
"isRequired": true,
"signature": [
"Record<string, unknown>"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 138
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 138
}
},
{
"id": "def-server.ClusterClientAdapter.doesIndexTemplateExist",
"type": "Function",
"label": "doesIndexTemplateExist",
"signature": [
"(name: string) => Promise<boolean>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.doesIndexTemplateExist.$1",
"type": "string",
"label": "name",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 152
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 152
}
},
{
"id": "def-server.ClusterClientAdapter.createIndexTemplate",
"type": "Function",
"label": "createIndexTemplate",
"signature": [
"(name: string, template: Record<string, unknown>) => Promise<void>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.createIndexTemplate.$1",
"type": "string",
"label": "name",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 162
}
},
{
"id": "def-server.ClusterClientAdapter.createIndexTemplate.$2",
"type": "Object",
"label": "template",
"isRequired": true,
"signature": [
"Record<string, unknown>"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 162
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 162
}
},
{
"id": "def-server.ClusterClientAdapter.doesAliasExist",
"type": "Function",
"label": "doesAliasExist",
"signature": [
"(name: string) => Promise<boolean>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.doesAliasExist.$1",
"type": "string",
"label": "name",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 180
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 180
}
},
{
"id": "def-server.ClusterClientAdapter.createIndex",
"type": "Function",
"label": "createIndex",
"signature": [
"(name: string, body?: Record<string, unknown>) => Promise<void>"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.createIndex.$1",
"type": "string",
"label": "name",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 190
}
},
{
"id": "def-server.ClusterClientAdapter.createIndex.$2",
"type": "Object",
"label": "body",
"isRequired": true,
"signature": [
"Record<string, unknown>"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 190
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 190
}
},
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects",
"type": "Function",
"label": "queryEventsBySavedObjects",
"signature": [
"(index: string, namespace: string | undefined, type: string, ids: string[], { page, per_page: perPage, start, end, sort_field, sort_order, filter }: ",
"FindOptionsType",
") => Promise<",
{
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.QueryEventsBySavedObjectResult",
"text": "QueryEventsBySavedObjectResult"
},
">"
],
"description": [],
"children": [
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects.$1",
"type": "string",
"label": "index",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 205
}
},
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects.$2",
"type": "string",
"label": "namespace",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 206
}
},
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects.$3",
"type": "string",
"label": "type",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 207
}
},
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects.$4",
"type": "Array",
"label": "ids",
"isRequired": true,
"signature": [
"string[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 208
}
},
{
"id": "def-server.ClusterClientAdapter.queryEventsBySavedObjects.$5",
"type": "CompoundType",
"label": "{ page, per_page: perPage, start, end, sort_field, sort_order, filter }",
"isRequired": true,
"signature": [
"FindOptionsType"
],
"description": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 210
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 204
}
}
],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 47
},
"initialIsOpen": false
}
],
"functions": [
{
"id": "def-server.createReadySignal",
"type": "Function",
"label": "createReadySignal",
"signature": [
"() => ",
"ReadySignal",
"<T>"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/event_log/server/lib/ready_signal.ts",
"lineNumber": 13
},
"initialIsOpen": false
}
],
"interfaces": [ "interfaces": [
{ {
"id": "def-server.IEventLogClient", "id": "def-server.IEventLogClient",
@ -25,13 +504,7 @@
"label": "findEventsBySavedObjectIds", "label": "findEventsBySavedObjectIds",
"signature": [ "signature": [
"(type: string, ids: string[], options?: Partial<", "(type: string, ids: string[], options?: Partial<",
{ "FindOptionsType",
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.FindOptionsType",
"text": "FindOptionsType"
},
"> | undefined) => Promise<", "> | undefined) => Promise<",
{ {
"pluginId": "eventLog", "pluginId": "eventLog",
@ -45,6 +518,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogClient.findEventsBySavedObjectIds.$1",
"type": "string", "type": "string",
"label": "type", "label": "type",
"isRequired": true, "isRequired": true,
@ -58,6 +532,7 @@
} }
}, },
{ {
"id": "def-server.IEventLogClient.findEventsBySavedObjectIds.$2",
"type": "Array", "type": "Array",
"label": "ids", "label": "ids",
"isRequired": true, "isRequired": true,
@ -71,18 +546,13 @@
} }
}, },
{ {
"id": "def-server.IEventLogClient.findEventsBySavedObjectIds.$3",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"Partial<", "Partial<",
{ "FindOptionsType",
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.FindOptionsType",
"text": "FindOptionsType"
},
"> | undefined" "> | undefined"
], ],
"description": [], "description": [],
@ -118,16 +588,17 @@
"type": "Function", "type": "Function",
"label": "logEvent", "label": "logEvent",
"signature": [ "signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void" "(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogger.logEvent.$1",
"type": "Object", "type": "Object",
"label": "properties", "label": "properties",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" "DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
], ],
"description": [], "description": [],
"source": { "source": {
@ -148,16 +619,17 @@
"type": "Function", "type": "Function",
"label": "startTiming", "label": "startTiming",
"signature": [ "signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void" "(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogger.startTiming.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" "DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
], ],
"description": [], "description": [],
"source": { "source": {
@ -178,16 +650,17 @@
"type": "Function", "type": "Function",
"label": "stopTiming", "label": "stopTiming",
"signature": [ "signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void" "(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogger.stopTiming.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" "DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
], ],
"description": [], "description": [],
"source": { "source": {
@ -225,7 +698,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 36 "lineNumber": 38
} }
}, },
{ {
@ -236,7 +709,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 37 "lineNumber": 39
} }
}, },
{ {
@ -247,7 +720,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 38 "lineNumber": 40
} }
}, },
{ {
@ -258,16 +731,16 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 39 "lineNumber": 41
}, },
"signature": [ "signature": [
"(Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]" "(Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
] ]
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"lineNumber": 35 "lineNumber": 37
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -285,7 +758,7 @@
"lineNumber": 26 "lineNumber": 26
}, },
"signature": [ "signature": [
"undefined | DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>>" "undefined | DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>>"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -300,7 +773,7 @@
"lineNumber": 25 "lineNumber": 25
}, },
"signature": [ "signature": [
"undefined | Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>" "undefined | Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -386,6 +859,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogService.registerProviderActions.$1",
"type": "string", "type": "string",
"label": "provider", "label": "provider",
"isRequired": true, "isRequired": true,
@ -399,6 +873,7 @@
} }
}, },
{ {
"id": "def-server.IEventLogService.registerProviderActions.$2",
"type": "Array", "type": "Array",
"label": "actions", "label": "actions",
"isRequired": true, "isRequired": true,
@ -429,6 +904,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogService.isProviderActionRegistered.$1",
"type": "string", "type": "string",
"label": "provider", "label": "provider",
"isRequired": true, "isRequired": true,
@ -442,6 +918,7 @@
} }
}, },
{ {
"id": "def-server.IEventLogService.isProviderActionRegistered.$2",
"type": "string", "type": "string",
"label": "action", "label": "action",
"isRequired": true, "isRequired": true,
@ -484,18 +961,13 @@
"label": "registerSavedObjectProvider", "label": "registerSavedObjectProvider",
"signature": [ "signature": [
"(type: string, provider: ", "(type: string, provider: ",
{ "SavedObjectProvider",
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.SavedObjectProvider",
"text": "SavedObjectProvider"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogService.registerSavedObjectProvider.$1",
"type": "string", "type": "string",
"label": "type", "label": "type",
"isRequired": true, "isRequired": true,
@ -509,17 +981,12 @@
} }
}, },
{ {
"id": "def-server.IEventLogService.registerSavedObjectProvider.$2",
"type": "Function", "type": "Function",
"label": "provider", "label": "provider",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectProvider"
"pluginId": "eventLog",
"scope": "server",
"docId": "kibEventLogPluginApi",
"section": "def-server.SavedObjectProvider",
"text": "SavedObjectProvider"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -540,7 +1007,7 @@
"type": "Function", "type": "Function",
"label": "getLogger", "label": "getLogger",
"signature": [ "signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ", "(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
{ {
"pluginId": "eventLog", "pluginId": "eventLog",
"scope": "server", "scope": "server",
@ -552,11 +1019,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogService.getLogger.$1",
"type": "Object", "type": "Object",
"label": "properties", "label": "properties",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" "DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; hash?: string | undefined; provider?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; uuid?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
], ],
"description": [], "description": [],
"source": { "source": {
@ -612,6 +1080,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.IEventLogClientService.getClient.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,

View file

@ -19,6 +19,12 @@ import eventLogObj from './event_log.json';
### Start ### Start
<DocDefinitionList data={[eventLogObj.server.start]}/> <DocDefinitionList data={[eventLogObj.server.start]}/>
### Functions
<DocDefinitionList data={eventLogObj.server.functions}/>
### Classes
<DocDefinitionList data={eventLogObj.server.classes}/>
### Interfaces ### Interfaces
<DocDefinitionList data={eventLogObj.server.interfaces}/> <DocDefinitionList data={eventLogObj.server.interfaces}/>

File diff suppressed because it is too large Load diff

View file

@ -40,6 +40,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.KibanaFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -52,7 +53,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -456,13 +457,7 @@
"lineNumber": 40 "lineNumber": 40
}, },
"signature": [ "signature": [
{ "AppCategory"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.AppCategory",
"text": "AppCategory"
}
] ]
}, },
{ {
@ -665,13 +660,7 @@
}, },
"signature": [ "signature": [
"{ description: string; privileges: readonly ", "{ description: string; privileges: readonly ",
{ "ReservedKibanaPrivilege",
"pluginId": "features",
"scope": "common",
"docId": "kibFeaturesPluginApi",
"section": "def-common.ReservedKibanaPrivilege",
"text": "ReservedKibanaPrivilege"
},
"[]; } | undefined" "[]; } | undefined"
] ]
} }
@ -755,7 +744,7 @@
"section": "def-common.FeatureKibanaPrivileges", "section": "def-common.FeatureKibanaPrivileges",
"text": "FeatureKibanaPrivileges" "text": "FeatureKibanaPrivileges"
}, },
", \"management\" | \"catalogue\" | \"ui\" | \"alerting\" | \"app\" | \"api\" | \"savedObject\">" ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"app\" | \"api\" | \"savedObject\">"
], ],
"description": [ "description": [
"\nConfiguration for a sub-feature privilege." "\nConfiguration for a sub-feature privilege."
@ -891,6 +880,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ElasticsearchFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -1058,6 +1048,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.KibanaFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -1070,7 +1061,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -1646,13 +1637,7 @@
"lineNumber": 40 "lineNumber": 40
}, },
"signature": [ "signature": [
{ "AppCategory"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.AppCategory",
"text": "AppCategory"
}
] ]
}, },
{ {
@ -1855,13 +1840,7 @@
}, },
"signature": [ "signature": [
"{ description: string; privileges: readonly ", "{ description: string; privileges: readonly ",
{ "ReservedKibanaPrivilege",
"pluginId": "features",
"scope": "common",
"docId": "kibFeaturesPluginApi",
"section": "def-common.ReservedKibanaPrivilege",
"text": "ReservedKibanaPrivilege"
},
"[]; } | undefined" "[]; } | undefined"
] ]
} }
@ -1899,6 +1878,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginSetupContract.registerKibanaFeature.$1",
"type": "Object", "type": "Object",
"label": "feature", "label": "feature",
"isRequired": true, "isRequired": true,
@ -1943,6 +1923,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.PluginSetupContract.registerElasticsearchFeature.$1",
"type": "Object", "type": "Object",
"label": "feature", "label": "feature",
"isRequired": true, "isRequired": true,
@ -2023,13 +2004,7 @@
"label": "getFeaturesUICapabilities", "label": "getFeaturesUICapabilities",
"signature": [ "signature": [
"() => ", "() => ",
{ "Capabilities"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Capabilities",
"text": "Capabilities"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -2149,6 +2124,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ElasticsearchFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2316,6 +2292,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.KibanaFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2328,7 +2305,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -2550,6 +2527,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.SubFeature.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2562,7 +2540,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -2608,7 +2586,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]"
] ]
}, },
{ {
@ -2624,7 +2602,7 @@
"section": "def-common.SubFeaturePrivilegeGroupType", "section": "def-common.SubFeaturePrivilegeGroupType",
"text": "SubFeaturePrivilegeGroupType" "text": "SubFeaturePrivilegeGroupType"
}, },
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }" "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"read\" | \"all\" | \"none\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }"
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -3013,13 +2991,7 @@
"lineNumber": 40 "lineNumber": 40
}, },
"signature": [ "signature": [
{ "AppCategory"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.AppCategory",
"text": "AppCategory"
}
] ]
}, },
{ {
@ -3222,13 +3194,7 @@
}, },
"signature": [ "signature": [
"{ description: string; privileges: readonly ", "{ description: string; privileges: readonly ",
{ "ReservedKibanaPrivilege",
"pluginId": "features",
"scope": "common",
"docId": "kibFeaturesPluginApi",
"section": "def-common.ReservedKibanaPrivilege",
"text": "ReservedKibanaPrivilege"
},
"[]; } | undefined" "[]; } | undefined"
] ]
} }
@ -3312,7 +3278,7 @@
"section": "def-common.FeatureKibanaPrivileges", "section": "def-common.FeatureKibanaPrivileges",
"text": "FeatureKibanaPrivileges" "text": "FeatureKibanaPrivileges"
}, },
", \"management\" | \"catalogue\" | \"ui\" | \"alerting\" | \"app\" | \"api\" | \"savedObject\">" ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"app\" | \"api\" | \"savedObject\">"
], ],
"description": [ "description": [
"\nConfiguration for a sub-feature privilege." "\nConfiguration for a sub-feature privilege."

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -28,13 +28,7 @@
"lineNumber": 89 "lineNumber": 89
}, },
"signature": [ "signature": [
{ "GlobalSearchResult",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchResult",
"text": "GlobalSearchResult"
},
"[]" "[]"
] ]
} }
@ -296,13 +290,7 @@
"lineNumber": 62 "lineNumber": 62
}, },
"signature": [ "signature": [
{ "GlobalSearchProviderResultUrl"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderResultUrl",
"text": "GlobalSearchProviderResultUrl"
}
] ]
}, },
{ {
@ -332,13 +320,7 @@
}, },
"signature": [ "signature": [
"Record<string, ", "Record<string, ",
{ "Serializable",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"> | undefined" "> | undefined"
] ]
} }
@ -377,31 +359,13 @@
"label": "find", "label": "find",
"signature": [ "signature": [
"(search: ", "(search: ",
{ "GlobalSearchFindParams",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
},
", options: ", ", options: ",
{ "GlobalSearchProviderFindOptions",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderFindOptions",
"text": "GlobalSearchProviderFindOptions"
},
") => ", ") => ",
"Observable", "Observable",
"<", "<",
{ "GlobalSearchProviderResult",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderResult",
"text": "GlobalSearchProviderResult"
},
"[]>" "[]>"
], ],
"description": [ "description": [
@ -409,17 +373,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.GlobalSearchResultProvider.find.$1",
"type": "Object", "type": "Object",
"label": "search", "label": "search",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "GlobalSearchFindParams"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -428,17 +387,12 @@
} }
}, },
{ {
"id": "def-public.GlobalSearchResultProvider.find.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "GlobalSearchProviderFindOptions"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderFindOptions",
"text": "GlobalSearchProviderFindOptions"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -606,13 +560,7 @@
"lineNumber": 89 "lineNumber": 89
}, },
"signature": [ "signature": [
{ "GlobalSearchResult",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchResult",
"text": "GlobalSearchResult"
},
"[]" "[]"
] ]
} }
@ -704,7 +652,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">; typeRegistry: Pick<", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">; typeRegistry: Pick<",
{ {
"pluginId": "core", "pluginId": "core",
"scope": "server", "scope": "server",
@ -875,13 +823,7 @@
"lineNumber": 62 "lineNumber": 62
}, },
"signature": [ "signature": [
{ "GlobalSearchProviderResultUrl"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderResultUrl",
"text": "GlobalSearchProviderResultUrl"
}
] ]
}, },
{ {
@ -911,13 +853,7 @@
}, },
"signature": [ "signature": [
"Record<string, ", "Record<string, ",
{ "Serializable",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"> | undefined" "> | undefined"
] ]
} }
@ -958,21 +894,9 @@
"label": "find", "label": "find",
"signature": [ "signature": [
"(search: ", "(search: ",
{ "GlobalSearchFindParams",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
},
", options: ", ", options: ",
{ "GlobalSearchProviderFindOptions",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderFindOptions",
"text": "GlobalSearchProviderFindOptions"
},
", context: ", ", context: ",
{ {
"pluginId": "globalSearch", "pluginId": "globalSearch",
@ -984,30 +908,19 @@
") => ", ") => ",
"Observable", "Observable",
"<", "<",
{ "GlobalSearchProviderResult"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderResult",
"text": "GlobalSearchProviderResult"
}
], ],
"description": [ "description": [
"\nMethod that should return an observable used to emit new results from the provider.\n\nSee {@GlobalSearchProviderResult | the result type} for the expected result structure.\n" "\nMethod that should return an observable used to emit new results from the provider.\n\nSee {@GlobalSearchProviderResult | the result type} for the expected result structure.\n"
], ],
"children": [ "children": [
{ {
"id": "def-server.GlobalSearchResultProvider.find.$1",
"type": "Object", "type": "Object",
"label": "search", "label": "search",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "GlobalSearchFindParams"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1016,17 +929,12 @@
} }
}, },
{ {
"id": "def-server.GlobalSearchResultProvider.find.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "GlobalSearchProviderFindOptions"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchProviderFindOptions",
"text": "GlobalSearchProviderFindOptions"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1035,6 +943,7 @@
} }
}, },
{ {
"id": "def-server.GlobalSearchResultProvider.find.$3",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1109,13 +1018,7 @@
"label": "find", "label": "find",
"signature": [ "signature": [
"(params: ", "(params: ",
{ "GlobalSearchFindParams",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
},
", options: ", ", options: ",
{ {
"pluginId": "globalSearch", "pluginId": "globalSearch",
@ -1127,13 +1030,7 @@
") => ", ") => ",
"Observable", "Observable",
"<", "<",
{ "GlobalSearchBatchedResults",
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchBatchedResults",
"text": "GlobalSearchBatchedResults"
},
">" ">"
], ],
"description": [ "description": [
@ -1141,17 +1038,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.RouteHandlerGlobalSearchContext.find.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "GlobalSearchFindParams"
"pluginId": "globalSearch",
"scope": "common",
"docId": "kibGlobalSearchPluginApi",
"section": "def-common.GlobalSearchFindParams",
"text": "GlobalSearchFindParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1160,6 +1052,7 @@
} }
}, },
{ {
"id": "def-server.RouteHandlerGlobalSearchContext.find.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,

View file

@ -15,6 +15,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.getDisplayText.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -889,13 +890,7 @@
"lineNumber": 179 "lineNumber": 179
}, },
"signature": [ "signature": [
{ "FeatureCatalogueRegistry"
"pluginId": "home",
"scope": "public",
"docId": "kibHomePluginApi",
"section": "def-public.FeatureCatalogueRegistry",
"text": "FeatureCatalogueRegistry"
}
] ]
} }
], ],
@ -943,13 +938,7 @@
"lineNumber": 63 "lineNumber": 63
}, },
"signature": [ "signature": [
{ "DashboardSchema",
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.DashboardSchema",
"text": "DashboardSchema"
},
"[]" "[]"
] ]
}, },
@ -1285,13 +1274,7 @@
"text": "TutorialProvider" "text": "TutorialProvider"
}, },
") => void; addScopedTutorialContextFactory: (scopedTutorialContextFactory: ", ") => void; addScopedTutorialContextFactory: (scopedTutorialContextFactory: ",
{ "ScopedTutorialContextFactory",
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.ScopedTutorialContextFactory",
"text": "ScopedTutorialContextFactory"
},
") => void; }" ") => void; }"
] ]
}, },
@ -1315,37 +1298,13 @@
"text": "SampleDatasetProvider" "text": "SampleDatasetProvider"
}, },
") => void; getSampleDatasets: () => ", ") => void; getSampleDatasets: () => ",
{ "SampleDatasetSchema",
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.SampleDatasetSchema",
"text": "SampleDatasetSchema"
},
"<unknown>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: ", "<unknown>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: ",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<unknown>[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: ", "<unknown>[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: ",
{ "AppLinkSchema",
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.AppLinkSchema",
"text": "AppLinkSchema"
},
"[]) => void; replacePanelInSampleDatasetDashboard: ({ sampleDataId, dashboardId, oldEmbeddableId, embeddableId, embeddableType, embeddableConfig, }: ", "[]) => void; replacePanelInSampleDatasetDashboard: ({ sampleDataId, dashboardId, oldEmbeddableId, embeddableId, embeddableType, embeddableConfig, }: ",
{ "SampleDatasetDashboardPanel"
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.SampleDatasetDashboardPanel",
"text": "SampleDatasetDashboardPanel"
}
] ]
} }
], ],

View file

@ -8,6 +8,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getIndexListUri.$1",
"type": "string", "type": "string",
"label": "filter", "label": "filter",
"isRequired": false, "isRequired": false,
@ -21,6 +22,7 @@
} }
}, },
{ {
"id": "def-public.getIndexListUri.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "includeHiddenIndices", "label": "includeHiddenIndices",
"isRequired": false, "isRequired": false,
@ -228,13 +230,7 @@
"lineNumber": 14 "lineNumber": 14
}, },
"signature": [ "signature": [
{ "ExtensionsSetup"
"pluginId": "indexManagement",
"scope": "public",
"docId": "kibIndexManagementPluginApi",
"section": "def-public.ExtensionsSetup",
"text": "ExtensionsSetup"
}
] ]
} }
], ],
@ -648,13 +644,7 @@
}, },
"signature": [ "signature": [
"{ add: (enricher: ", "{ add: (enricher: ",
{ "Enricher",
"pluginId": "indexManagement",
"scope": "server",
"docId": "kibIndexManagementPluginApi",
"section": "def-server.Enricher",
"text": "Enricher"
},
") => void; }" ") => void; }"
] ]
} }
@ -675,6 +665,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.getTemplateParameter.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "template", "label": "template",
"isRequired": true, "isRequired": true,
@ -702,6 +693,7 @@
} }
}, },
{ {
"id": "def-common.getTemplateParameter.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "setting", "label": "setting",
"isRequired": true, "isRequired": true,
@ -1280,13 +1272,7 @@
"lineNumber": 33 "lineNumber": 33
}, },
"signature": [ "signature": [
{ "DataStreamIndexFromEs",
"pluginId": "indexManagement",
"scope": "common",
"docId": "kibIndexManagementPluginApi",
"section": "def-common.DataStreamIndexFromEs",
"text": "DataStreamIndexFromEs"
},
"[]" "[]"
] ]
}, },
@ -1326,13 +1312,7 @@
"lineNumber": 36 "lineNumber": 36
}, },
"signature": [ "signature": [
{ "HealthFromEs"
"pluginId": "indexManagement",
"scope": "common",
"docId": "kibIndexManagementPluginApi",
"section": "def-common.HealthFromEs",
"text": "HealthFromEs"
}
] ]
}, },
{ {

View file

@ -45,13 +45,7 @@
"lineNumber": 76 "lineNumber": 76
}, },
"signature": [ "signature": [
{ "FormatEditorState",
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.FormatEditorState",
"text": "FormatEditorState"
},
" & S" " & S"
] ]
}, },
@ -73,17 +67,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DefaultFormatEditor.getDerivedStateFromProps.$1",
"type": "Object", "type": "Object",
"label": "nextProps", "label": "nextProps",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FormatEditorProps",
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.FormatEditorProps",
"text": "FormatEditorProps"
},
"<{}>" "<{}>"
], ],
"description": [], "description": [],
@ -93,17 +82,12 @@
} }
}, },
{ {
"id": "def-public.DefaultFormatEditor.getDerivedStateFromProps.$2",
"type": "Object", "type": "Object",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FormatEditorState"
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.FormatEditorState",
"text": "FormatEditorState"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -124,6 +108,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.DefaultFormatEditor.onChange.$1",
"type": "Object", "type": "Object",
"label": "newParams", "label": "newParams",
"isRequired": true, "isRequired": true,
@ -215,13 +200,7 @@
"lineNumber": 33 "lineNumber": 33
}, },
"signature": [ "signature": [
{ "InternalFieldType"
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.InternalFieldType",
"text": "InternalFieldType"
}
] ]
}, },
{ {
@ -418,6 +397,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PluginStart.openEditor.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -462,6 +442,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PluginStart.openDeleteModal.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -544,13 +525,7 @@
}, },
"signature": [ "signature": [
"React.FunctionComponent<", "React.FunctionComponent<",
{ "Props",
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.Props",
"text": "Props"
},
">" ">"
] ]
} }

View file

@ -94,7 +94,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse",
"type": "Object", "type": "Object",
"label": "{\n type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }", "label": "{\n type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }",
"tags": [], "tags": [],
@ -102,7 +102,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }.type", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse.type",
"type": "string", "type": "string",
"label": "type", "label": "type",
"description": [], "description": [],
@ -116,7 +116,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }.name", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse.name",
"type": "string", "type": "string",
"label": "name", "label": "name",
"description": [], "description": [],
@ -130,7 +130,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }.showSystemIndices", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse.showSystemIndices",
"type": "CompoundType", "type": "CompoundType",
"label": "showSystemIndices", "label": "showSystemIndices",
"description": [], "description": [],
@ -144,7 +144,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }.httpClient", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse.httpClient",
"type": "CompoundType", "type": "CompoundType",
"label": "httpClient", "label": "httpClient",
"description": [], "description": [],
@ -158,7 +158,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.IndexPatternCreationConfig.Unnamed.{\n- type = undefined,\n name = indexPatternTypeName,\n showSystemIndices = true,\n httpClient = null,\n isBeta = false,\n }.isBeta", "id": "def-public.IndexPatternCreationConfig.Unnamed.$1.typeundefinednameindexPatternTypeNameshowSystemIndicestruehttpClientnullisBetafalse.isBeta",
"type": "CompoundType", "type": "CompoundType",
"label": "isBeta", "label": "isBeta",
"description": [], "description": [],
@ -190,13 +190,7 @@
"label": "getIndexPatternCreationOption", "label": "getIndexPatternCreationOption",
"signature": [ "signature": [
"(urlHandler: ", "(urlHandler: ",
{ "UrlHandler",
"pluginId": "indexPatternManagement",
"scope": "public",
"docId": "kibIndexPatternManagementPluginApi",
"section": "def-public.UrlHandler",
"text": "UrlHandler"
},
") => ", ") => ",
{ {
"pluginId": "indexPatternManagement", "pluginId": "indexPatternManagement",
@ -209,17 +203,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternCreationConfig.getIndexPatternCreationOption.$1",
"type": "Function", "type": "Function",
"label": "urlHandler", "label": "urlHandler",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "UrlHandler"
"pluginId": "indexPatternManagement",
"scope": "public",
"docId": "kibIndexPatternManagementPluginApi",
"section": "def-public.UrlHandler",
"text": "UrlHandler"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -309,6 +298,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternCreationConfig.getIndexTags.$1",
"type": "string", "type": "string",
"label": "indexName", "label": "indexName",
"isRequired": true, "isRequired": true,
@ -335,29 +325,18 @@
"label": "checkIndicesForErrors", "label": "checkIndicesForErrors",
"signature": [ "signature": [
"(indices: ", "(indices: ",
{ "MatchedItem",
"pluginId": "indexPatternManagement",
"scope": "public",
"docId": "kibIndexPatternManagementPluginApi",
"section": "def-public.MatchedItem",
"text": "MatchedItem"
},
"[]) => undefined" "[]) => undefined"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternCreationConfig.checkIndicesForErrors.$1",
"type": "Array", "type": "Array",
"label": "indices", "label": "indices",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "MatchedItem",
"pluginId": "indexPatternManagement",
"scope": "public",
"docId": "kibIndexPatternManagementPluginApi",
"section": "def-public.MatchedItem",
"text": "MatchedItem"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -480,18 +459,13 @@
"text": "IIndexPattern" "text": "IIndexPattern"
}, },
">, isDefault: boolean) => ", ">, isDefault: boolean) => ",
{ "IndexPatternTag",
"pluginId": "indexPatternManagement",
"scope": "public",
"docId": "kibIndexPatternManagementPluginApi",
"section": "def-public.IndexPatternTag",
"text": "IndexPatternTag"
},
"[]" "[]"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternListConfig.getIndexPatternTags.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -528,6 +502,7 @@
} }
}, },
{ {
"id": "def-public.IndexPatternListConfig.getIndexPatternTags.$2",
"type": "boolean", "type": "boolean",
"label": "isDefault", "label": "isDefault",
"isRequired": true, "isRequired": true,
@ -574,6 +549,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternListConfig.getFieldInfo.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,
@ -593,6 +569,7 @@
} }
}, },
{ {
"id": "def-public.IndexPatternListConfig.getFieldInfo.$2",
"type": "Object", "type": "Object",
"label": "field", "label": "field",
"isRequired": true, "isRequired": true,
@ -637,6 +614,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IndexPatternListConfig.areScriptedFieldsEnabled.$1",
"type": "Object", "type": "Object",
"label": "indexPattern", "label": "indexPattern",
"isRequired": true, "isRequired": true,

View file

@ -8,18 +8,13 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.LazyLogStreamWrapper.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"React.PropsWithChildren<", "React.PropsWithChildren<",
{ "LogStreamProps",
"pluginId": "infra",
"scope": "public",
"docId": "kibInfraPluginApi",
"section": "def-public.LogStreamProps",
"text": "LogStreamProps"
},
">" ">"
], ],
"description": [], "description": [],
@ -198,10 +193,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/infra/server/plugin.ts", "path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 65 "lineNumber": 64
}, },
"signature": [ "signature": [
"{ readonly sources?: Readonly<{ default?: Readonly<{ fields?: Readonly<{ host?: string | undefined; message?: string[] | undefined; timestamp?: string | undefined; tiebreaker?: string | undefined; container?: string | undefined; pod?: string | undefined; } & {}> | undefined; logAlias?: string | undefined; metricAlias?: string | undefined; } & {}> | undefined; } & {}> | undefined; readonly enabled: boolean; readonly query: Readonly<{} & { partitionSize: number; partitionFactor: number; }>; }" "{ readonly sources?: Readonly<{ default?: Readonly<{ fields?: Readonly<{ host?: string | undefined; message?: string[] | undefined; timestamp?: string | undefined; container?: string | undefined; tiebreaker?: string | undefined; pod?: string | undefined; } & {}> | undefined; logAlias?: string | undefined; metricAlias?: string | undefined; } & {}> | undefined; } & {}> | undefined; readonly enabled: boolean; readonly inventory: Readonly<{} & { compositeSize: number; }>; }"
], ],
"initialIsOpen": false "initialIsOpen": false
} }
@ -222,24 +217,18 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/infra/server/plugin.ts", "path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 76 "lineNumber": 75
}, },
"signature": [ "signature": [
"(sourceId: string, sourceProperties: ", "(sourceId: string, sourceProperties: ",
{ "InfraStaticSourceConfiguration",
"pluginId": "infra",
"scope": "common",
"docId": "kibInfraPluginApi",
"section": "def-common.InfraStaticSourceConfiguration",
"text": "InfraStaticSourceConfiguration"
},
") => void" ") => void"
] ]
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/infra/server/plugin.ts", "path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 75 "lineNumber": 74
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true

View file

@ -37,6 +37,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IngestPipelinesUrlGenerator.Unnamed.$1",
"type": "Function", "type": "Function",
"label": "getAppBasePath", "label": "getAppBasePath",
"isRequired": true, "isRequired": true,
@ -76,6 +77,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.IngestPipelinesUrlGenerator.createUrl.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,

View file

@ -54,13 +54,7 @@
"lineNumber": 55 "lineNumber": 55
}, },
"signature": [ "signature": [
{ "InspectorViewRegistry",
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorViewRegistry",
"text": "InspectorViewRegistry"
},
" | undefined" " | undefined"
] ]
}, },
@ -74,6 +68,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.InspectorPublicPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -123,18 +118,13 @@
"text": "InspectorViewDescription" "text": "InspectorViewDescription"
}, },
") => void; __LEGACY: { views: ", ") => void; __LEGACY: { views: ",
{ "InspectorViewRegistry",
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorViewRegistry",
"text": "InspectorViewRegistry"
},
"; }; }" "; }; }"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.InspectorPublicPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -211,6 +201,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.InspectorPublicPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -304,13 +295,7 @@
"label": "start", "label": "start",
"signature": [ "signature": [
"(name: string, params?: ", "(name: string, params?: ",
{ "RequestParams",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.RequestParams",
"text": "RequestParams"
},
") => ", ") => ",
{ {
"pluginId": "inspector", "pluginId": "inspector",
@ -325,6 +310,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.RequestAdapter.start.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -340,17 +326,12 @@
} }
}, },
{ {
"id": "def-public.RequestAdapter.start.$2",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "RequestParams"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.RequestParams",
"text": "RequestParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -396,6 +377,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestAdapter.resetRequest.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -422,13 +404,7 @@
"label": "getRequests", "label": "getRequests",
"signature": [ "signature": [
"() => ", "() => ",
{ "Request",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Request",
"text": "Request"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -466,17 +442,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Request"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Request",
"text": "Request"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -485,6 +456,7 @@
} }
}, },
{ {
"id": "def-public.RequestResponder.Unnamed.$2",
"type": "Function", "type": "Function",
"label": "onChange", "label": "onChange",
"isRequired": true, "isRequired": true,
@ -522,6 +494,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.json.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "reqJson", "label": "reqJson",
"isRequired": true, "isRequired": true,
@ -567,6 +540,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.stats.$1",
"type": "Object", "type": "Object",
"label": "stats", "label": "stats",
"isRequired": true, "isRequired": true,
@ -607,18 +581,13 @@
"text": "RequestStatus" "text": "RequestStatus"
}, },
", response: ", ", response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.finish.$1",
"type": "Enum", "type": "Enum",
"label": "status", "label": "status",
"isRequired": true, "isRequired": true,
@ -638,17 +607,12 @@
} }
}, },
{ {
"id": "def-public.RequestResponder.finish.$2",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -670,29 +634,18 @@
"label": "ok", "label": "ok",
"signature": [ "signature": [
"(response: ", "(response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.ok.$1",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -714,29 +667,18 @@
"label": "error", "label": "error",
"signature": [ "signature": [
"(response: ", "(response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.RequestResponder.error.$1",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1196,13 +1138,7 @@
}, },
"signature": [ "signature": [
"{ views: ", "{ views: ",
{ "InspectorViewRegistry",
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorViewRegistry",
"text": "InspectorViewRegistry"
},
"; }" "; }"
] ]
} }
@ -1350,13 +1286,7 @@
"label": "start", "label": "start",
"signature": [ "signature": [
"(name: string, params?: ", "(name: string, params?: ",
{ "RequestParams",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.RequestParams",
"text": "RequestParams"
},
") => ", ") => ",
{ {
"pluginId": "inspector", "pluginId": "inspector",
@ -1371,6 +1301,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.RequestAdapter.start.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1386,17 +1317,12 @@
} }
}, },
{ {
"id": "def-common.RequestAdapter.start.$2",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "RequestParams"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.RequestParams",
"text": "RequestParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1442,6 +1368,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestAdapter.resetRequest.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1468,13 +1395,7 @@
"label": "getRequests", "label": "getRequests",
"signature": [ "signature": [
"() => ", "() => ",
{ "Request",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Request",
"text": "Request"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -1512,17 +1433,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Request"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Request",
"text": "Request"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1531,6 +1447,7 @@
} }
}, },
{ {
"id": "def-common.RequestResponder.Unnamed.$2",
"type": "Function", "type": "Function",
"label": "onChange", "label": "onChange",
"isRequired": true, "isRequired": true,
@ -1568,6 +1485,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.json.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "reqJson", "label": "reqJson",
"isRequired": true, "isRequired": true,
@ -1613,6 +1531,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.stats.$1",
"type": "Object", "type": "Object",
"label": "stats", "label": "stats",
"isRequired": true, "isRequired": true,
@ -1653,18 +1572,13 @@
"text": "RequestStatus" "text": "RequestStatus"
}, },
", response: ", ", response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.finish.$1",
"type": "Enum", "type": "Enum",
"label": "status", "label": "status",
"isRequired": true, "isRequired": true,
@ -1684,17 +1598,12 @@
} }
}, },
{ {
"id": "def-common.RequestResponder.finish.$2",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1716,29 +1625,18 @@
"label": "ok", "label": "ok",
"signature": [ "signature": [
"(response: ", "(response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.ok.$1",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1760,29 +1658,18 @@
"label": "error", "label": "error",
"signature": [ "signature": [
"(response: ", "(response: ",
{ "Response",
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.RequestResponder.error.$1",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Response"
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Response",
"text": "Response"
}
], ],
"description": [], "description": [],
"source": { "source": {

View file

@ -19,6 +19,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.KibanaLegacyPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -60,18 +61,13 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<{}, { dashboardConfig: ", "<{}, { dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}" "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.KibanaLegacyPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -84,13 +80,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<{}, { dashboardConfig: ", "<{}, { dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>" "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>"
], ],
"description": [], "description": [],
@ -121,18 +111,13 @@
"text": "CoreStart" "text": "CoreStart"
}, },
") => { dashboardConfig: ", ") => { dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }" "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.KibanaLegacyPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "{ application, http: { basePath }, uiSettings }", "label": "{ application, http: { basePath }, uiSettings }",
"isRequired": true, "isRequired": true,
@ -204,6 +189,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "toasts", "label": "toasts",
"isRequired": true, "isRequired": true,
@ -237,6 +223,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.onChange.$1",
"type": "Function", "type": "Function",
"label": "callback", "label": "callback",
"isRequired": true, "isRequired": true,
@ -267,6 +254,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.add.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "toastOrTitle", "label": "toastOrTitle",
"isRequired": true, "isRequired": true,
@ -318,6 +306,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.remove.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "toast", "label": "toast",
"isRequired": true, "isRequired": true,
@ -362,6 +351,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.addSuccess.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "toastOrTitle", "label": "toastOrTitle",
"isRequired": true, "isRequired": true,
@ -413,6 +403,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.addWarning.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "toastOrTitle", "label": "toastOrTitle",
"isRequired": true, "isRequired": true,
@ -464,6 +455,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.addDanger.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "toastOrTitle", "label": "toastOrTitle",
"isRequired": true, "isRequired": true,
@ -515,6 +507,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ToastNotifications.addError.$1",
"type": "Object", "type": "Object",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -528,6 +521,7 @@
} }
}, },
{ {
"id": "def-public.ToastNotifications.addError.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -588,6 +582,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.$setupXsrfRequestInterceptor.$1",
"type": "string", "type": "string",
"label": "version", "label": "version",
"isRequired": true, "isRequired": true,
@ -640,6 +635,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.addFatalError.$1",
"type": "Object", "type": "Object",
"label": "fatalErrors", "label": "fatalErrors",
"isRequired": true, "isRequired": true,
@ -659,6 +655,7 @@
} }
}, },
{ {
"id": "def-public.addFatalError.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -679,6 +676,7 @@
} }
}, },
{ {
"id": "def-public.addFatalError.$3",
"type": "string", "type": "string",
"label": "location", "label": "location",
"isRequired": false, "isRequired": false,
@ -712,6 +710,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.addSystemApiHeader.$1",
"type": "Object", "type": "Object",
"label": "originalHeaders", "label": "originalHeaders",
"isRequired": true, "isRequired": true,
@ -744,6 +743,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.configureAppAngularModule.$1",
"type": "Object", "type": "Object",
"label": "angularModule", "label": "angularModule",
"isRequired": true, "isRequired": true,
@ -757,7 +757,7 @@
} }
}, },
{ {
"id": "def-public.configureAppAngularModule.newPlatform", "id": "def-public.configureAppAngularModule.$2.newPlatform",
"type": "Object", "type": "Object",
"label": "newPlatform", "label": "newPlatform",
"tags": [], "tags": [],
@ -765,7 +765,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.configureAppAngularModule.newPlatform.core", "id": "def-public.configureAppAngularModule.$2.newPlatform.core",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"description": [], "description": [],
@ -785,7 +785,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.configureAppAngularModule.newPlatform.env", "id": "def-public.configureAppAngularModule.$2.newPlatform.env",
"type": "Object", "type": "Object",
"label": "env", "label": "env",
"description": [], "description": [],
@ -808,6 +808,7 @@
} }
}, },
{ {
"id": "def-public.configureAppAngularModule.$3",
"type": "boolean", "type": "boolean",
"label": "isLocalAngular", "label": "isLocalAngular",
"isRequired": true, "isRequired": true,
@ -821,6 +822,7 @@
} }
}, },
{ {
"id": "def-public.configureAppAngularModule.$4",
"type": "Function", "type": "Function",
"label": "getHistory", "label": "getHistory",
"isRequired": false, "isRequired": false,
@ -896,6 +898,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.formatAngularHttpError.$1",
"type": "Object", "type": "Object",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -928,6 +931,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.formatESMsg.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -968,6 +972,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.formatMsg.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -981,6 +986,7 @@
} }
}, },
{ {
"id": "def-public.formatMsg.$2",
"type": "string", "type": "string",
"label": "source", "label": "source",
"isRequired": true, "isRequired": true,
@ -1014,6 +1020,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.formatStack.$1",
"type": "Object", "type": "Object",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -1060,6 +1067,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.isAngularHttpError.$1",
"type": "Any", "type": "Any",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -1093,6 +1101,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.isSystemApiRequest.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1130,6 +1139,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.loadKbnTopNavDirectives.$1",
"type": "Unknown", "type": "Unknown",
"label": "navUi", "label": "navUi",
"isRequired": true, "isRequired": true,
@ -1178,6 +1188,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PaginateDirectiveProvider.$1",
"type": "Any", "type": "Any",
"label": "$parse", "label": "$parse",
"isRequired": true, "isRequired": true,
@ -1191,6 +1202,7 @@
} }
}, },
{ {
"id": "def-public.PaginateDirectiveProvider.$2",
"type": "Any", "type": "Any",
"label": "$compile", "label": "$compile",
"isRequired": true, "isRequired": true,
@ -1239,6 +1251,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PromiseServiceCreator.$1",
"type": "Unknown", "type": "Unknown",
"label": "$q", "label": "$q",
"isRequired": true, "isRequired": true,
@ -1252,6 +1265,7 @@
} }
}, },
{ {
"id": "def-public.PromiseServiceCreator.$2",
"type": "Unknown", "type": "Unknown",
"label": "$timeout", "label": "$timeout",
"isRequired": true, "isRequired": true,
@ -1283,6 +1297,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.registerListenEventListener.$1",
"type": "Unknown", "type": "Unknown",
"label": "$rootScope", "label": "$rootScope",
"isRequired": true, "isRequired": true,
@ -1325,6 +1340,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.subscribeWithScope.$1",
"type": "Object", "type": "Object",
"label": "$scope", "label": "$scope",
"isRequired": true, "isRequired": true,
@ -1338,6 +1354,7 @@
} }
}, },
{ {
"id": "def-public.subscribeWithScope.$2",
"type": "Object", "type": "Object",
"label": "observable", "label": "observable",
"isRequired": true, "isRequired": true,
@ -1352,6 +1369,7 @@
} }
}, },
{ {
"id": "def-public.subscribeWithScope.$3",
"type": "CompoundType", "type": "CompoundType",
"label": "observer", "label": "observer",
"isRequired": false, "isRequired": false,
@ -1370,6 +1388,7 @@
} }
}, },
{ {
"id": "def-public.subscribeWithScope.$4",
"type": "Function", "type": "Function",
"label": "fatalError", "label": "fatalError",
"isRequired": false, "isRequired": false,
@ -1401,6 +1420,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.watchMultiDecorator.$1",
"type": "Unknown", "type": "Unknown",
"label": "$provide", "label": "$provide",
"isRequired": true, "isRequired": true,

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -110,13 +110,7 @@
"lineNumber": 43 "lineNumber": 43
}, },
"signature": [ "signature": [
{ "ColumnState",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.ColumnState",
"text": "ColumnState"
},
"[]" "[]"
] ]
}, },
@ -142,13 +136,7 @@
"lineNumber": 45 "lineNumber": 45
}, },
"signature": [ "signature": [
{ "SortingState",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.SortingState",
"text": "SortingState"
},
" | undefined" " | undefined"
] ]
} }
@ -256,13 +244,7 @@
}, },
"signature": [ "signature": [
"{ filters: ", "{ filters: ",
{ "Filter",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.Filter",
"text": "Filter"
},
"[]; }" "[]; }"
] ]
} }
@ -291,7 +273,7 @@
"lineNumber": 46 "lineNumber": 46
}, },
"signature": [ "signature": [
"\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"average\" | \"terms\" | \"median\" | \"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"unique_count\" | \"percentile\" | \"last_value\" | undefined" "\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"average\" | \"percentile\" | \"terms\" | \"median\" | \"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"unique_count\" | \"last_value\" | undefined"
] ]
}, },
{ {
@ -334,13 +316,7 @@
}, },
"signature": [ "signature": [
"Record<string, Pick<", "Record<string, Pick<",
{ "IndexPatternLayer",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.IndexPatternLayer",
"text": "IndexPatternLayer"
},
", \"columns\" | \"columnOrder\" | \"incompleteColumns\">>" ", \"columns\" | \"columnOrder\" | \"incompleteColumns\">>"
] ]
} }
@ -513,13 +489,7 @@
}, },
"signature": [ "signature": [
"(input: ", "(input: ",
{ "LensEmbeddableInput",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.LensEmbeddableInput",
"text": "LensEmbeddableInput"
},
") => void" ") => void"
] ]
}, },
@ -553,13 +523,7 @@
}, },
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "VisualizationType",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.VisualizationType",
"text": "VisualizationType"
},
"[]>" "[]>"
] ]
} }
@ -609,6 +573,67 @@
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
{
"id": "def-public.OperationMetadata",
"type": "Interface",
"label": "OperationMetadata",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.OperationMetadata.dataType",
"type": "CompoundType",
"label": "dataType",
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/types.ts",
"lineNumber": 360
},
"signature": [
{
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.DataType",
"text": "DataType"
}
]
},
{
"tags": [],
"id": "def-public.OperationMetadata.isBucketed",
"type": "boolean",
"label": "isBucketed",
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/types.ts",
"lineNumber": 363
}
},
{
"tags": [],
"id": "def-public.OperationMetadata.scale",
"type": "CompoundType",
"label": "scale",
"description": [
"\nordinal: Each name is a unique value, but the names are in sorted order, like \"Top values\"\ninterval: Histogram data, like date or number histograms\nratio: Most number data is rendered as a ratio that includes 0"
],
"source": {
"path": "x-pack/plugins/lens/public/types.ts",
"lineNumber": 369
},
"signature": [
"\"interval\" | \"ordinal\" | \"ratio\" | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/lens/public/types.ts",
"lineNumber": 358
},
"initialIsOpen": false
},
{ {
"id": "def-public.PercentileIndexPatternColumn", "id": "def-public.PercentileIndexPatternColumn",
"type": "Interface", "type": "Interface",
@ -776,21 +801,9 @@
}, },
"signature": [ "signature": [
"{ type: ", "{ type: ",
{ "MODES_TYPES",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.MODES_TYPES",
"text": "MODES_TYPES"
},
"; maxBars: number | \"auto\"; ranges: ", "; maxBars: number | \"auto\"; ranges: ",
{ "RangeTypeLens",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.RangeTypeLens",
"text": "RangeTypeLens"
},
"[]; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; parentFormat?: { id: string; params?: { id?: string | undefined; template?: string | undefined; replaceInfinity?: boolean | undefined; } | undefined; } | undefined; }" "[]; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; parentFormat?: { id: string; params?: { id?: string | undefined; template?: string | undefined; replaceInfinity?: boolean | undefined; } | undefined; } | undefined; }"
] ]
} }
@ -1051,13 +1064,7 @@
"lineNumber": 381 "lineNumber": 381
}, },
"signature": [ "signature": [
{ "YConfig",
"pluginId": "lens",
"scope": "public",
"docId": "kibLensPluginApi",
"section": "def-public.YConfig",
"text": "YConfig"
},
"[] | undefined" "[] | undefined"
] ]
}, },
@ -1411,6 +1418,21 @@
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
{
"id": "def-public.DataType",
"type": "Type",
"label": "DataType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/types.ts",
"lineNumber": 347
},
"signature": [
"\"string\" | \"number\" | \"boolean\" | \"date\" | \"ip\" | \"histogram\" | \"document\""
],
"initialIsOpen": false
},
{ {
"id": "def-public.DerivativeIndexPatternColumn", "id": "def-public.DerivativeIndexPatternColumn",
"type": "Type", "type": "Type",
@ -1576,10 +1598,10 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/index.ts", "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/index.ts",
"lineNumber": 406 "lineNumber": 399
}, },
"signature": [ "signature": [
"\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"average\" | \"terms\" | \"median\" | \"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"unique_count\" | \"percentile\" | \"last_value\"" "\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"average\" | \"percentile\" | \"terms\" | \"median\" | \"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"unique_count\" | \"last_value\""
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1656,7 +1678,7 @@
"lineNumber": 38 "lineNumber": 38
}, },
"signature": [ "signature": [
"Pick<LensByValueInput, \"palette\" | \"timeRange\" | \"syncColors\" | \"viewMode\" | \"filters\" | \"title\" | \"query\" | \"hidePanelTitles\" | \"id\" | \"lastReloadRequestTime\" | \"enhancements\" | \"disabledActions\" | \"disableTriggers\" | \"searchSessionId\" | \"className\" | \"style\" | \"renderMode\"> & { attributes: LensAttributes<'lnsXY', XYState> | LensAttributes<'lnsPie', PieVisualizationState> | LensAttributes<'lnsDatatable', DatatableVisualizationState> | LensAttributes<'lnsMetric', MetricState>; }" "Pick<LensByValueInput, \"palette\" | \"timeRange\" | \"syncColors\" | \"viewMode\" | \"filters\" | \"title\" | \"query\" | \"hidePanelTitles\" | \"id\" | \"lastReloadRequestTime\" | \"enhancements\" | \"disabledActions\" | \"disableTriggers\" | \"searchSessionId\" | \"className\" | \"style\" | \"onLoad\" | \"renderMode\" | \"onBrushEnd\" | \"onFilter\" | \"onTableRowClick\"> & { attributes: LensAttributes<'lnsXY', XYState> | LensAttributes<'lnsPie', PieVisualizationState> | LensAttributes<'lnsDatatable', DatatableVisualizationState> | LensAttributes<'lnsMetric', MetricState>; }"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1675,6 +1697,21 @@
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
{
"id": "def-public.XYCurveType",
"type": "Type",
"label": "XYCurveType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/xy_visualization/types.ts",
"lineNumber": 419
},
"signature": [
"\"LINEAR\" | \"CURVE_MONOTONE_X\""
],
"initialIsOpen": false
},
{ {
"id": "def-public.YAxisMode", "id": "def-public.YAxisMode",
"type": "Type", "type": "Type",
@ -1730,6 +1767,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.LensServerPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -1791,6 +1829,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.LensServerPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1819,6 +1858,7 @@
} }
}, },
{ {
"id": "def-server.LensServerPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -1871,6 +1911,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.LensServerPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1890,6 +1931,7 @@
} }
}, },
{ {
"id": "def-server.LensServerPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -1961,13 +2003,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "CollectorSet",
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorSet",
"text": "CollectorSet"
},
", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined" ", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined"
] ]
}, },
@ -2089,6 +2125,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getEditPath.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": false, "isRequired": false,
@ -2120,6 +2157,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getFullPath.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": false, "isRequired": false,

View file

@ -148,13 +148,7 @@
}, },
"signature": [ "signature": [
"() => ", "() => ",
{ "PublicLicenseJSON"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.PublicLicenseJSON",
"text": "PublicLicenseJSON"
}
] ]
}, },
{ {
@ -201,6 +195,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ILicense.hasAtLeast.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "minimumLicenseRequired", "label": "minimumLicenseRequired",
"isRequired": true, "isRequired": true,
@ -229,19 +224,14 @@
"label": "check", "label": "check",
"signature": [ "signature": [
"(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ", "(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ",
{ "LicenseCheck"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseCheck",
"text": "LicenseCheck"
}
], ],
"description": [ "description": [
"\nFor a given plugin and license type, receive information about the status of the license." "\nFor a given plugin and license type, receive information about the status of the license."
], ],
"children": [ "children": [
{ {
"id": "def-public.ILicense.check.$1",
"type": "string", "type": "string",
"label": "pluginName", "label": "pluginName",
"isRequired": true, "isRequired": true,
@ -257,6 +247,7 @@
} }
}, },
{ {
"id": "def-public.ILicense.check.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "minimumLicenseRequired", "label": "minimumLicenseRequired",
"isRequired": true, "isRequired": true,
@ -285,19 +276,14 @@
"label": "getFeature", "label": "getFeature",
"signature": [ "signature": [
"(name: string) => ", "(name: string) => ",
{ "LicenseFeature"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseFeature",
"text": "LicenseFeature"
}
], ],
"description": [ "description": [
"\nA specific API for interacting with the specific features of the license." "\nA specific API for interacting with the specific features of the license."
], ],
"children": [ "children": [
{ {
"id": "def-public.ILicense.getFeature.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -349,13 +335,7 @@
"lineNumber": 89 "lineNumber": 89
}, },
"signature": [ "signature": [
{ "LicenseCheckState"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseCheckState",
"text": "LicenseCheckState"
}
] ]
}, },
{ {
@ -456,13 +436,7 @@
"lineNumber": 45 "lineNumber": 45
}, },
"signature": [ "signature": [
{ "LicenseStatus"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseStatus",
"text": "LicenseStatus"
}
] ]
}, },
{ {
@ -541,13 +515,7 @@
"lineNumber": 75 "lineNumber": 75
}, },
"signature": [ "signature": [
{ "PublicLicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.PublicLicense",
"text": "PublicLicense"
},
" | undefined" " | undefined"
] ]
}, },
@ -563,13 +531,7 @@
}, },
"signature": [ "signature": [
"Record<string, ", "Record<string, ",
{ "LicenseFeature",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseFeature",
"text": "LicenseFeature"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -703,13 +665,7 @@
"signature": [ "signature": [
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
] ]
}, },
@ -719,13 +675,7 @@
"label": "refresh", "label": "refresh",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
], ],
"description": [ "description": [
@ -754,13 +704,7 @@
"lineNumber": 28 "lineNumber": 28
}, },
"signature": [ "signature": [
{ "FeatureUsageServiceSetup"
"pluginId": "licensing",
"scope": "public",
"docId": "kibLicensingPluginApi",
"section": "def-public.FeatureUsageServiceSetup",
"text": "FeatureUsageServiceSetup"
}
] ]
} }
], ],
@ -795,13 +739,7 @@
"signature": [ "signature": [
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
] ]
}, },
@ -811,13 +749,7 @@
"label": "refresh", "label": "refresh",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
], ],
"description": [ "description": [
@ -844,13 +776,7 @@
"lineNumber": 44 "lineNumber": 44
}, },
"signature": [ "signature": [
{ "FeatureUsageServiceStart"
"pluginId": "licensing",
"scope": "public",
"docId": "kibLicensingPluginApi",
"section": "def-public.FeatureUsageServiceStart",
"text": "FeatureUsageServiceStart"
}
] ]
} }
], ],
@ -902,6 +828,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.wrapRouteWithLicenseCheck.$1",
"type": "Function", "type": "Function",
"label": "checkLicense", "label": "checkLicense",
"isRequired": true, "isRequired": true,
@ -921,6 +848,7 @@
} }
}, },
{ {
"id": "def-server.wrapRouteWithLicenseCheck.$2",
"type": "Function", "type": "Function",
"label": "handler", "label": "handler",
"isRequired": true, "isRequired": true,
@ -943,13 +871,7 @@
"text": "CustomHttpResponseOptions" "text": "CustomHttpResponseOptions"
}, },
"<T>) => ", "<T>) => ",
{ "KibanaResponse",
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaResponse",
"text": "KibanaResponse"
},
"<T>; badRequest: (options?: ", "<T>; badRequest: (options?: ",
{ {
"pluginId": "core", "pluginId": "core",
@ -1035,6 +957,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.FeatureUsageServiceSetup.register.$1",
"type": "string", "type": "string",
"label": "featureName", "label": "featureName",
"isRequired": true, "isRequired": true,
@ -1048,6 +971,7 @@
} }
}, },
{ {
"id": "def-server.FeatureUsageServiceSetup.register.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "licenseType", "label": "licenseType",
"isRequired": true, "isRequired": true,
@ -1096,6 +1020,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.FeatureUsageServiceStart.notifyUsage.$1",
"type": "string", "type": "string",
"label": "featureName", "label": "featureName",
"isRequired": true, "isRequired": true,
@ -1111,6 +1036,7 @@
} }
}, },
{ {
"id": "def-server.FeatureUsageServiceStart.notifyUsage.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "usedAt", "label": "usedAt",
"isRequired": false, "isRequired": false,
@ -1139,13 +1065,7 @@
"label": "getLastUsages", "label": "getLastUsages",
"signature": [ "signature": [
"() => ", "() => ",
{ "LastFeatureUsage",
"pluginId": "licensing",
"scope": "server",
"docId": "kibLicensingPluginApi",
"section": "def-server.LastFeatureUsage",
"text": "LastFeatureUsage"
},
"[]" "[]"
], ],
"description": [ "description": [
@ -1310,13 +1230,7 @@
}, },
"signature": [ "signature": [
"() => ", "() => ",
{ "PublicLicenseJSON"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.PublicLicenseJSON",
"text": "PublicLicenseJSON"
}
] ]
}, },
{ {
@ -1363,6 +1277,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.ILicense.hasAtLeast.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "minimumLicenseRequired", "label": "minimumLicenseRequired",
"isRequired": true, "isRequired": true,
@ -1391,19 +1306,14 @@
"label": "check", "label": "check",
"signature": [ "signature": [
"(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ", "(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ",
{ "LicenseCheck"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseCheck",
"text": "LicenseCheck"
}
], ],
"description": [ "description": [
"\nFor a given plugin and license type, receive information about the status of the license." "\nFor a given plugin and license type, receive information about the status of the license."
], ],
"children": [ "children": [
{ {
"id": "def-server.ILicense.check.$1",
"type": "string", "type": "string",
"label": "pluginName", "label": "pluginName",
"isRequired": true, "isRequired": true,
@ -1419,6 +1329,7 @@
} }
}, },
{ {
"id": "def-server.ILicense.check.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "minimumLicenseRequired", "label": "minimumLicenseRequired",
"isRequired": true, "isRequired": true,
@ -1447,19 +1358,14 @@
"label": "getFeature", "label": "getFeature",
"signature": [ "signature": [
"(name: string) => ", "(name: string) => ",
{ "LicenseFeature"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseFeature",
"text": "LicenseFeature"
}
], ],
"description": [ "description": [
"\nA specific API for interacting with the specific features of the license." "\nA specific API for interacting with the specific features of the license."
], ],
"children": [ "children": [
{ {
"id": "def-server.ILicense.getFeature.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1511,13 +1417,7 @@
"lineNumber": 89 "lineNumber": 89
}, },
"signature": [ "signature": [
{ "LicenseCheckState"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseCheckState",
"text": "LicenseCheckState"
}
] ]
}, },
{ {
@ -1623,13 +1523,7 @@
"lineNumber": 51 "lineNumber": 51
}, },
"signature": [ "signature": [
{ "ILicense"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
}
] ]
} }
], ],
@ -1676,13 +1570,7 @@
"lineNumber": 45 "lineNumber": 45
}, },
"signature": [ "signature": [
{ "LicenseStatus"
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseStatus",
"text": "LicenseStatus"
}
] ]
}, },
{ {
@ -1761,13 +1649,7 @@
"lineNumber": 75 "lineNumber": 75
}, },
"signature": [ "signature": [
{ "PublicLicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.PublicLicense",
"text": "PublicLicense"
},
" | undefined" " | undefined"
] ]
}, },
@ -1783,13 +1665,7 @@
}, },
"signature": [ "signature": [
"Record<string, ", "Record<string, ",
{ "LicenseFeature",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.LicenseFeature",
"text": "LicenseFeature"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -1940,13 +1816,7 @@
"signature": [ "signature": [
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
] ]
}, },
@ -1956,13 +1826,7 @@
"label": "refresh", "label": "refresh",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
], ],
"description": [ "description": [
@ -2004,21 +1868,9 @@
", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ", ", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ",
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">; refresh(): Promise<", ">; refresh(): Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">; }" ">; }"
] ]
}, },
@ -2076,13 +1928,7 @@
"signature": [ "signature": [
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
] ]
}, },
@ -2092,13 +1938,7 @@
"label": "refresh", "label": "refresh",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">" ">"
], ],
"description": [ "description": [
@ -2136,21 +1976,9 @@
", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ", ", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ",
"Observable", "Observable",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">; refresh(): Promise<", ">; refresh(): Promise<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
">; }" ">; }"
] ]
}, },

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,9 @@ import listsObj from './lists.json';
### Start ### Start
<DocDefinitionList data={[listsObj.client.start]}/> <DocDefinitionList data={[listsObj.client.start]}/>
### Objects
<DocDefinitionList data={listsObj.client.objects}/>
### Functions ### Functions
<DocDefinitionList data={listsObj.client.functions}/> <DocDefinitionList data={listsObj.client.functions}/>

View file

@ -31,13 +31,7 @@
"lineNumber": 20 "lineNumber": 20
}, },
"signature": [ "signature": [
{ "Mount"
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.Mount",
"text": "Mount"
}
] ]
}, },
{ {
@ -81,6 +75,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ManagementApp.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "args", "label": "args",
"isRequired": true, "isRequired": true,
@ -163,18 +158,13 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ManagementSection.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "args", "label": "args",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Pick<Pick<", "Pick<Pick<",
{ "CreateManagementItemArgs",
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.CreateManagementItemArgs",
"text": "CreateManagementItemArgs"
},
", \"title\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\"> & Pick<{ id: string; }, \"id\"> & Pick<{ id: string; }, never>, \"title\" | \"id\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\">" ", \"title\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\"> & Pick<{ id: string; }, \"id\"> & Pick<{ id: string; }, never>, \"title\" | \"id\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\">"
], ],
"description": [], "description": [],
@ -216,6 +206,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ManagementSection.registerApp.$1",
"type": "Object", "type": "Object",
"label": "args", "label": "args",
"isRequired": true, "isRequired": true,
@ -262,6 +253,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ManagementSection.getApp.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -555,13 +547,7 @@
"lineNumber": 14 "lineNumber": 14
}, },
"signature": [ "signature": [
{ "Mount"
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.Mount",
"text": "Mount"
}
] ]
}, },
{ {
@ -641,13 +627,7 @@
"lineNumber": 14 "lineNumber": 14
}, },
"signature": [ "signature": [
{ "SectionsServiceSetup"
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.SectionsServiceSetup",
"text": "SectionsServiceSetup"
}
] ]
} }
], ],

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,9 @@ import mapsObj from './maps.json';
### Start ### Start
<DocDefinitionList data={[mapsObj.client.start]}/> <DocDefinitionList data={[mapsObj.client.start]}/>
### Classes
<DocDefinitionList data={mapsObj.client.classes}/>
### Interfaces ### Interfaces
<DocDefinitionList data={mapsObj.client.interfaces}/> <DocDefinitionList data={mapsObj.client.interfaces}/>

View file

@ -228,6 +228,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IServiceSettings.getEMSHotLink.$1",
"type": "Object", "type": "Object",
"label": "layer", "label": "layer",
"isRequired": true, "isRequired": true,
@ -320,6 +321,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IServiceSettings.getUrlForRegionLayer.$1",
"type": "Object", "type": "Object",
"label": "layer", "label": "layer",
"isRequired": true, "isRequired": true,
@ -356,14 +358,14 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IServiceSettings.setQueryParams.params", "id": "def-public.IServiceSettings.setQueryParams.$1.params",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IServiceSettings.setQueryParams.params.Unnamed", "id": "def-public.IServiceSettings.setQueryParams.$1.params.Unnamed",
"type": "Any", "type": "Any",
"label": "Unnamed", "label": "Unnamed",
"tags": [], "tags": [],
@ -390,38 +392,6 @@
"lineNumber": 48 "lineNumber": 48
} }
}, },
{
"id": "def-public.IServiceSettings.enableZoomMessage",
"type": "Function",
"label": "enableZoomMessage",
"signature": [
"() => void"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 49
}
},
{
"id": "def-public.IServiceSettings.disableZoomMessage",
"type": "Function",
"label": "disableZoomMessage",
"signature": [
"() => void"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 50
}
},
{ {
"id": "def-public.IServiceSettings.getAttributesForTMSLayer", "id": "def-public.IServiceSettings.getAttributesForTMSLayer",
"type": "Function", "type": "Function",
@ -440,6 +410,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.IServiceSettings.getAttributesForTMSLayer.$1",
"type": "Object", "type": "Object",
"label": "tmsServiceConfig", "label": "tmsServiceConfig",
"isRequired": true, "isRequired": true,
@ -455,10 +426,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 52 "lineNumber": 50
} }
}, },
{ {
"id": "def-public.IServiceSettings.getAttributesForTMSLayer.$2",
"type": "boolean", "type": "boolean",
"label": "isDesaturated", "label": "isDesaturated",
"isRequired": true, "isRequired": true,
@ -468,10 +440,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 53 "lineNumber": 51
} }
}, },
{ {
"id": "def-public.IServiceSettings.getAttributesForTMSLayer.$3",
"type": "boolean", "type": "boolean",
"label": "isDarkMode", "label": "isDarkMode",
"isRequired": true, "isRequired": true,
@ -481,7 +454,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 54 "lineNumber": 52
} }
} }
], ],
@ -489,7 +462,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
"lineNumber": 51 "lineNumber": 49
} }
} }
], ],
@ -902,6 +875,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.MapsEmsPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -947,6 +921,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.MapsEmsPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,

View file

@ -37,6 +37,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.MlUrlGenerator.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -76,17 +77,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.MlUrlGenerator.createUrl.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "mlUrlGeneratorParams", "label": "mlUrlGeneratorParams",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "MlUrlGeneratorState"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -97,13 +93,7 @@
], ],
"signature": [ "signature": [
"(mlUrlGeneratorParams: ", "(mlUrlGeneratorParams: ",
{ "MlUrlGeneratorState",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
},
") => Promise<string>" ") => Promise<string>"
], ],
"description": [], "description": [],
@ -136,6 +126,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.getFormattedSeverityScore.$1",
"type": "number", "type": "number",
"label": "score", "label": "score",
"isRequired": true, "isRequired": true,
@ -145,7 +136,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 116 "lineNumber": 124
} }
} }
], ],
@ -153,7 +144,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 116 "lineNumber": 124
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -186,6 +177,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.getSeverityColor.$1",
"type": "number", "type": "number",
"label": "normalizedScore", "label": "normalizedScore",
"isRequired": true, "isRequired": true,
@ -195,7 +187,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177 "lineNumber": 185
} }
} }
], ],
@ -203,7 +195,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177 "lineNumber": 185
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -224,6 +216,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.getSeverityType.$1",
"type": "number", "type": "number",
"label": "normalizedScore", "label": "normalizedScore",
"isRequired": true, "isRequired": true,
@ -233,7 +226,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138 "lineNumber": 146
} }
} }
], ],
@ -241,7 +234,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138 "lineNumber": 146
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -250,6 +243,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.useMlHref.$1",
"type": "Object", "type": "Object",
"label": "ml", "label": "ml",
"isRequired": false, "isRequired": false,
@ -271,6 +265,7 @@
} }
}, },
{ {
"id": "def-public.useMlHref.$2",
"type": "string", "type": "string",
"label": "basePath", "label": "basePath",
"isRequired": false, "isRequired": false,
@ -284,17 +279,12 @@
} }
}, },
{ {
"id": "def-public.useMlHref.$3",
"type": "CompoundType", "type": "CompoundType",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "MlUrlGeneratorState"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -359,13 +349,7 @@
"lineNumber": 45 "lineNumber": 45
}, },
"signature": [ "signature": [
{ "AnomalyRecordDoc"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AnomalyRecordDoc",
"text": "AnomalyRecordDoc"
}
] ]
}, },
{ {
@ -549,13 +533,7 @@
"lineNumber": 94 "lineNumber": 94
}, },
"signature": [ "signature": [
{ "DatafeedResponse",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DatafeedResponse",
"text": "DatafeedResponse"
},
"[]" "[]"
] ]
}, },
@ -570,13 +548,7 @@
"lineNumber": 95 "lineNumber": 95
}, },
"signature": [ "signature": [
{ "JobResponse",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JobResponse",
"text": "JobResponse"
},
"[]" "[]"
] ]
}, },
@ -592,29 +564,11 @@
}, },
"signature": [ "signature": [
"{ search: ", "{ search: ",
{ "KibanaObjectResponse",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; visualization: ", "[]; visualization: ",
{ "KibanaObjectResponse",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; dashboard: ", "[]; dashboard: ",
{ "KibanaObjectResponse",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; }" "[]; }"
] ]
} }
@ -693,13 +647,7 @@
"lineNumber": 17 "lineNumber": 17
}, },
"signature": [ "signature": [
{ "JobStat",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JobStat",
"text": "JobStat"
},
"[]" "[]"
] ]
} }
@ -789,13 +737,7 @@
"lineNumber": 151 "lineNumber": 151
}, },
"signature": [ "signature": [
{ "MlCapabilities"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlCapabilities",
"text": "MlCapabilities"
}
] ]
}, },
{ {
@ -1020,13 +962,7 @@
"lineNumber": 28 "lineNumber": 28
}, },
"signature": [ "signature": [
{ "CombinedJob",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CombinedJob",
"text": "CombinedJob"
},
" | undefined" " | undefined"
] ]
}, },
@ -1056,13 +992,7 @@
}, },
"signature": [ "signature": [
"Partial<", "Partial<",
{ "AuditMessage",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AuditMessage",
"text": "AuditMessage"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -1165,7 +1095,7 @@
}, },
" extends Pick<", " extends Pick<",
"UseDataGridReturnType", "UseDataGridReturnType",
", \"status\" | \"baseline\" | \"pagination\" | \"errorMessage\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">" ", \"status\" | \"baseline\" | \"pagination\" | \"errorMessage\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">"
], ],
"description": [], "description": [],
"tags": [], "tags": [],
@ -1178,7 +1108,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts", "path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 83 "lineNumber": 84
}, },
"signature": [ "signature": [
{ {
@ -1236,7 +1166,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/public/embeddables/types.ts", "path": "x-pack/plugins/ml/public/embeddables/types.ts",
"lineNumber": 40 "lineNumber": 49
}, },
"signature": [ "signature": [
"EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput" "EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput"
@ -1310,16 +1240,18 @@
"objects": [ "objects": [
{ {
"tags": [], "tags": [],
"id": "def-public.HITS_TOTAL_RELATION", "id": "def-public.ES_CLIENT_TOTAL_HITS_RELATION",
"type": "Object", "type": "Object",
"label": "HITS_TOTAL_RELATION", "label": "ES_CLIENT_TOTAL_HITS_RELATION",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts", "path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 10 "lineNumber": 20
}, },
"signature": [ "signature": [
"{ readonly EQ: \"eq\"; readonly GTE: \"gte\"; }" "Record<\"GTE\" | \"EQ\", ",
"TotalHitsRelation",
">"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1401,6 +1333,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.InsufficientMLCapabilities.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": false, "isRequired": false,
@ -1455,6 +1388,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.MLPrivilegesUninitialized.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": false, "isRequired": false,
@ -1509,6 +1443,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.UnknownMLCapabilitiesError.Unnamed.$1",
"type": "string", "type": "string",
"label": "message", "label": "message",
"isRequired": false, "isRequired": false,
@ -1543,6 +1478,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getHistogramsForFields.$1",
"type": "Object", "type": "Object",
"label": "client", "label": "client",
"isRequired": true, "isRequired": true,
@ -1562,6 +1498,7 @@
} }
}, },
{ {
"id": "def-server.getHistogramsForFields.$2",
"type": "string", "type": "string",
"label": "indexPatternTitle", "label": "indexPatternTitle",
"isRequired": true, "isRequired": true,
@ -1575,6 +1512,7 @@
} }
}, },
{ {
"id": "def-server.getHistogramsForFields.$3",
"type": "Any", "type": "Any",
"label": "query", "label": "query",
"isRequired": true, "isRequired": true,
@ -1588,17 +1526,12 @@
} }
}, },
{ {
"id": "def-server.getHistogramsForFields.$4",
"type": "Array", "type": "Array",
"label": "fields", "label": "fields",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "HistogramField",
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.HistogramField",
"text": "HistogramField"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -1608,6 +1541,7 @@
} }
}, },
{ {
"id": "def-server.getHistogramsForFields.$5",
"type": "number", "type": "number",
"label": "samplerShardSize", "label": "samplerShardSize",
"isRequired": true, "isRequired": true,
@ -1621,6 +1555,7 @@
} }
}, },
{ {
"id": "def-server.getHistogramsForFields.$6",
"type": "Object", "type": "Object",
"label": "runtimeMappings", "label": "runtimeMappings",
"isRequired": false, "isRequired": false,
@ -1671,6 +1606,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.isCombinedJobWithStats.$1",
"type": "Any", "type": "Any",
"label": "arg", "label": "arg",
"isRequired": true, "isRequired": true,
@ -1723,13 +1659,7 @@
"lineNumber": 45 "lineNumber": 45
}, },
"signature": [ "signature": [
{ "AnomalyRecordDoc"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AnomalyRecordDoc",
"text": "AnomalyRecordDoc"
}
] ]
}, },
{ {
@ -2287,13 +2217,7 @@
"lineNumber": 32 "lineNumber": 32
}, },
"signature": [ "signature": [
{ "Influencer",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Influencer",
"text": "Influencer"
},
"[] | undefined" "[] | undefined"
] ]
}, },
@ -2566,13 +2490,7 @@
"lineNumber": 25 "lineNumber": 25
}, },
"signature": [ "signature": [
{ "DatafeedWithStats"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DatafeedWithStats",
"text": "DatafeedWithStats"
}
] ]
} }
], ],
@ -2600,13 +2518,7 @@
"lineNumber": 16 "lineNumber": 16
}, },
"signature": [ "signature": [
{ "UrlConfig",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.UrlConfig",
"text": "UrlConfig"
},
"[] | undefined" "[] | undefined"
] ]
}, },
@ -2621,13 +2533,7 @@
"lineNumber": 17 "lineNumber": 17
}, },
"signature": [ "signature": [
{ "CREATED_BY_LABEL",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CREATED_BY_LABEL",
"text": "CREATED_BY_LABEL"
},
" | undefined" " | undefined"
] ]
}, },
@ -2896,13 +2802,7 @@
"lineNumber": 13 "lineNumber": 13
}, },
"signature": [ "signature": [
{ "DATAFEED_STATE"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DATAFEED_STATE",
"text": "DATAFEED_STATE"
}
] ]
}, },
{ {
@ -2916,13 +2816,7 @@
"lineNumber": 14 "lineNumber": 14
}, },
"signature": [ "signature": [
{ "Node"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Node",
"text": "Node"
}
] ]
}, },
{ {
@ -3117,13 +3011,7 @@
"lineNumber": 12 "lineNumber": 12
}, },
"signature": [ "signature": [
{ "DataCounts"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DataCounts",
"text": "DataCounts"
}
] ]
}, },
{ {
@ -3137,13 +3025,7 @@
"lineNumber": 13 "lineNumber": 13
}, },
"signature": [ "signature": [
{ "ModelSizeStats"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ModelSizeStats",
"text": "ModelSizeStats"
}
] ]
}, },
{ {
@ -3157,13 +3039,7 @@
"lineNumber": 14 "lineNumber": 14
}, },
"signature": [ "signature": [
{ "ForecastsStats"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ForecastsStats",
"text": "ForecastsStats"
}
] ]
}, },
{ {
@ -3177,13 +3053,7 @@
"lineNumber": 15 "lineNumber": 15
}, },
"signature": [ "signature": [
{ "JOB_STATE"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JOB_STATE",
"text": "JOB_STATE"
}
] ]
}, },
{ {
@ -3197,13 +3067,7 @@
"lineNumber": 16 "lineNumber": 16
}, },
"signature": [ "signature": [
{ "Node"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Node",
"text": "Node"
}
] ]
}, },
{ {
@ -3503,13 +3367,7 @@
"lineNumber": 28 "lineNumber": 28
}, },
"signature": [ "signature": [
{ "CombinedJob",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CombinedJob",
"text": "CombinedJob"
},
" | undefined" " | undefined"
] ]
}, },
@ -3539,13 +3397,7 @@
}, },
"signature": [ "signature": [
"Partial<", "Partial<",
{ "AuditMessage",
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AuditMessage",
"text": "AuditMessage"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -3950,13 +3802,7 @@
"lineNumber": 18 "lineNumber": 18
}, },
"signature": [ "signature": [
{ "ModelSizeStats"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ModelSizeStats",
"text": "ModelSizeStats"
}
] ]
}, },
{ {
@ -4172,7 +4018,7 @@
"lineNumber": 81 "lineNumber": 81
}, },
"signature": [ "signature": [
"\"bucket\" | \"record\" | \"influencer\"" "\"record\" | \"bucket\" | \"influencer\""
], ],
"initialIsOpen": false "initialIsOpen": false
}, },
@ -4491,6 +4337,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.composeValidators.$1",
"type": "Array", "type": "Array",
"label": "validators", "label": "validators",
"isRequired": true, "isRequired": true,
@ -4517,17 +4364,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.extractErrorMessage.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "error", "label": "error",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ "ErrorType"
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ErrorType",
"text": "ErrorType"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -4561,6 +4403,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getSeverityColor.$1",
"type": "number", "type": "number",
"label": "normalizedScore", "label": "normalizedScore",
"isRequired": true, "isRequired": true,
@ -4570,7 +4413,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177 "lineNumber": 185
} }
} }
], ],
@ -4578,7 +4421,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177 "lineNumber": 185
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -4599,6 +4442,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getSeverityType.$1",
"type": "number", "type": "number",
"label": "normalizedScore", "label": "normalizedScore",
"isRequired": true, "isRequired": true,
@ -4608,7 +4452,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138 "lineNumber": 146
} }
} }
], ],
@ -4616,7 +4460,117 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138 "lineNumber": 146
},
"initialIsOpen": false
},
{
"id": "def-common.isPopulatedObject",
"type": "Function",
"children": [
{
"id": "def-common.isPopulatedObject.$1",
"type": "Unknown",
"label": "arg",
"isRequired": true,
"signature": [
"unknown"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/object_utils.ts",
"lineNumber": 26
}
},
{
"id": "def-common.isPopulatedObject.$2",
"type": "Array",
"label": "requiredAttributes",
"isRequired": true,
"signature": [
"U[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/object_utils.ts",
"lineNumber": 27
}
}
],
"signature": [
"<U extends string = string>(arg: unknown, requiredAttributes?: U[]) => arg is Record<U, unknown>"
],
"description": [],
"label": "isPopulatedObject",
"source": {
"path": "x-pack/plugins/ml/common/util/object_utils.ts",
"lineNumber": 25
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.isRuntimeField",
"type": "Function",
"label": "isRuntimeField",
"signature": [
"(arg: unknown) => boolean"
],
"description": [],
"children": [
{
"id": "def-common.isRuntimeField.$1",
"type": "Unknown",
"label": "arg",
"isRequired": true,
"signature": [
"unknown"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/runtime_field_utils.ts",
"lineNumber": 14
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/runtime_field_utils.ts",
"lineNumber": 14
},
"initialIsOpen": false
},
{
"id": "def-common.isRuntimeMappings",
"type": "Function",
"label": "isRuntimeMappings",
"signature": [
"(arg: unknown) => boolean"
],
"description": [],
"children": [
{
"id": "def-common.isRuntimeMappings.$1",
"type": "Unknown",
"label": "arg",
"isRequired": true,
"signature": [
"unknown"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/runtime_field_utils.ts",
"lineNumber": 27
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/runtime_field_utils.ts",
"lineNumber": 27
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -4632,6 +4586,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.patternValidator.$1",
"type": "Object", "type": "Object",
"label": "pattern", "label": "pattern",
"isRequired": true, "isRequired": true,
@ -4654,110 +4609,7 @@
"initialIsOpen": false "initialIsOpen": false
} }
], ],
"interfaces": [ "interfaces": [],
{
"id": "def-common.SearchResponse7",
"type": "Interface",
"label": "SearchResponse7",
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.SearchResponse7",
"text": "SearchResponse7"
},
"<T>"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.SearchResponse7.took",
"type": "number",
"label": "took",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 26
}
},
{
"tags": [],
"id": "def-common.SearchResponse7.timed_out",
"type": "boolean",
"label": "timed_out",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 27
}
},
{
"tags": [],
"id": "def-common.SearchResponse7._scroll_id",
"type": "string",
"label": "_scroll_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 28
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7._shards",
"type": "Object",
"label": "_shards",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 29
},
"signature": [
"ShardsResponse"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7.hits",
"type": "Object",
"label": "hits",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 30
},
"signature": [
"SearchResponse7Hits<T>"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7.aggregations",
"type": "Any",
"label": "aggregations",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 31
},
"signature": [
"any"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 25
},
"initialIsOpen": false
}
],
"enums": [ "enums": [
{ {
"id": "def-common.ANOMALY_SEVERITY", "id": "def-common.ANOMALY_SEVERITY",
@ -4805,17 +4657,17 @@
"initialIsOpen": false "initialIsOpen": false
}, },
{ {
"id": "def-common.HitsTotalRelation", "id": "def-common.RuntimeMappings",
"type": "Type", "type": "Type",
"label": "HitsTotalRelation", "label": "RuntimeMappings",
"tags": [], "tags": [],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts", "path": "x-pack/plugins/ml/common/types/fields.ts",
"lineNumber": 14 "lineNumber": 111
}, },
"signature": [ "signature": [
"\"gte\" | \"eq\"" "{ [x: string]: estypes.RuntimeField; }"
], ],
"initialIsOpen": false "initialIsOpen": false
} }
@ -4823,16 +4675,18 @@
"objects": [ "objects": [
{ {
"tags": [], "tags": [],
"id": "def-common.HITS_TOTAL_RELATION", "id": "def-common.ES_CLIENT_TOTAL_HITS_RELATION",
"type": "Object", "type": "Object",
"label": "HITS_TOTAL_RELATION", "label": "ES_CLIENT_TOTAL_HITS_RELATION",
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts", "path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 10 "lineNumber": 20
}, },
"signature": [ "signature": [
"{ readonly EQ: \"eq\"; readonly GTE: \"gte\"; }" "Record<\"GTE\" | \"EQ\", ",
"TotalHitsRelation",
">"
], ],
"initialIsOpen": false "initialIsOpen": false
}, },

View file

@ -65,9 +65,6 @@ import mlObj from './ml.json';
### Functions ### Functions
<DocDefinitionList data={mlObj.common.functions}/> <DocDefinitionList data={mlObj.common.functions}/>
### Interfaces
<DocDefinitionList data={mlObj.common.interfaces}/>
### Enums ### Enums
<DocDefinitionList data={mlObj.common.enums}/> <DocDefinitionList data={mlObj.common.enums}/>

View file

@ -119,9 +119,9 @@
"lineNumber": 92 "lineNumber": 92
}, },
"signature": [ "signature": [
"{ ui: { elasticsearch: MonitoringElasticsearchConfig; enabled: boolean; logs: Readonly<{} & { index: string; }>; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; ccs: Readonly<{} & { enabled: boolean; }>; metricbeat: Readonly<{} & { index: string; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; cluster_alerts: Readonly<{} & { enabled: boolean; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; licensing: Readonly<{} & { api_polling_frequency: ", "{ ui: { elasticsearch: MonitoringElasticsearchConfig; enabled: boolean; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; logs: Readonly<{} & { index: string; }>; ccs: Readonly<{} & { enabled: boolean; }>; metricbeat: Readonly<{} & { index: string; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; licensing: Readonly<{} & { api_polling_frequency: ",
"Duration", "Duration",
"; }>; agent: Readonly<{} & { interval: string; }>; tests: Readonly<{} & { cloud_detector: Readonly<{} & { enabled: boolean; }>; }>; }" "; }>; agent: Readonly<{} & { interval: string; }>; cluster_alerts: Readonly<{} & { enabled: boolean; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; tests: Readonly<{} & { cloud_detector: Readonly<{} & { enabled: boolean; }>; }>; }"
], ],
"initialIsOpen": false "initialIsOpen": false
} }

View file

@ -53,6 +53,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.NavigationPublicPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -105,6 +106,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.NavigationPublicPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -146,13 +148,7 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { data }: ", ", { data }: ",
{ "NavigationPluginStartDependencies",
"pluginId": "navigation",
"scope": "public",
"docId": "kibNavigationPluginApi",
"section": "def-public.NavigationPluginStartDependencies",
"text": "NavigationPluginStartDependencies"
},
") => ", ") => ",
{ {
"pluginId": "navigation", "pluginId": "navigation",
@ -165,6 +161,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.NavigationPublicPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "{ i18n }", "label": "{ i18n }",
"isRequired": true, "isRequired": true,
@ -184,17 +181,12 @@
} }
}, },
{ {
"id": "def-public.NavigationPublicPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "{ data }", "label": "{ data }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "NavigationPluginStartDependencies"
"pluginId": "navigation",
"scope": "public",
"docId": "kibNavigationPluginApi",
"section": "def-public.NavigationPluginStartDependencies",
"text": "NavigationPluginStartDependencies"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -253,6 +245,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.TopNavMenu.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
@ -325,13 +318,7 @@
"lineNumber": 16 "lineNumber": 16
}, },
"signature": [ "signature": [
{ "TopNavMenuAction"
"pluginId": "navigation",
"scope": "public",
"docId": "kibNavigationPluginApi",
"section": "def-public.TopNavMenuAction",
"text": "TopNavMenuAction"
}
] ]
}, },
{ {
@ -482,7 +469,7 @@
}, },
"signature": [ "signature": [
"SearchBarOwnProps", "SearchBarOwnProps",
" & { appName: string; useDefaultBehaviors?: boolean | undefined; savedQueryId?: string | undefined; onSavedQueryIdChange?: ((savedQueryId?: string | undefined) => void) | undefined; } & Pick<SearchBarProps, \"filters\" | \"query\" | \"indexPatterns\" | \"isLoading\" | \"customSubmitButton\" | \"screenTitle\" | \"dataTestSubj\" | \"showQueryBar\" | \"showQueryInput\" | \"showFilterBar\" | \"showDatePicker\" | \"showAutoRefreshOnly\" | \"isRefreshPaused\" | \"refreshInterval\" | \"dateRangeFrom\" | \"dateRangeTo\" | \"showSaveQuery\" | \"savedQuery\" | \"onQueryChange\" | \"onQuerySubmit\" | \"onSaved\" | \"onSavedQueryUpdated\" | \"onClearSavedQuery\" | \"onRefresh\" | \"indicateNoData\" | \"placeholder\" | \"isClearable\" | \"iconType\" | \"nonKqlMode\" | \"nonKqlModeHelpText\" | \"storageKey\" | \"disableLanguageSwitcher\" | \"isInvalid\" | \"autoSubmit\" | \"onFiltersUpdated\" | \"onRefreshChange\"> & { config?: TopNavMenuData[] | undefined; badges?: (({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", " & { appName: string; useDefaultBehaviors?: boolean | undefined; savedQueryId?: string | undefined; onSavedQueryIdChange?: ((savedQueryId?: string | undefined) => void) | undefined; } & Pick<SearchBarProps, \"filters\" | \"query\" | \"indexPatterns\" | \"isLoading\" | \"customSubmitButton\" | \"screenTitle\" | \"dataTestSubj\" | \"showQueryBar\" | \"showQueryInput\" | \"showFilterBar\" | \"showDatePicker\" | \"showAutoRefreshOnly\" | \"isRefreshPaused\" | \"refreshInterval\" | \"dateRangeFrom\" | \"dateRangeTo\" | \"showSaveQuery\" | \"savedQuery\" | \"onQueryChange\" | \"onQuerySubmit\" | \"onSaved\" | \"onSavedQueryUpdated\" | \"onClearSavedQuery\" | \"onRefresh\" | \"indicateNoData\" | \"placeholder\" | \"isClearable\" | \"iconType\" | \"nonKqlMode\" | \"nonKqlModeHelpText\" | \"onFiltersUpdated\" | \"onRefreshChange\"> & { config?: TopNavMenuData[] | undefined; badges?: (({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<",
"EuiIconProps", "EuiIconProps",
"> | undefined; } & ", "> | undefined; } & ",
"CommonProps", "CommonProps",
@ -514,13 +501,7 @@
}, },
"signature": [ "signature": [
"(menuItem: ", "(menuItem: ",
{ "RegisteredTopNavMenuData",
"pluginId": "navigation",
"scope": "public",
"docId": "kibNavigationPluginApi",
"section": "def-public.RegisteredTopNavMenuData",
"text": "RegisteredTopNavMenuData"
},
") => void" ") => void"
] ]
} }

File diff suppressed because it is too large Load diff

View file

@ -4,87 +4,119 @@
"classes": [], "classes": [],
"functions": [ "functions": [
{ {
"id": "def-public.DashboardPicker",
"type": "Function",
"label": "DashboardPicker",
"signature": [
"(props: ",
"DashboardPickerProps",
") => JSX.Element"
],
"description": [],
"children": [
{
"type": "Object",
"label": "props",
"isRequired": true,
"signature": [
{
"pluginId": "presentationUtil",
"scope": "public",
"docId": "kibPresentationUtilPluginApi",
"section": "def-public.DashboardPickerProps",
"text": "DashboardPickerProps"
}
],
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx",
"lineNumber": 27
}
}
],
"tags": [], "tags": [],
"returnComment": [], "id": "def-public.LazyDashboardPicker",
"type": "Function",
"label": "LazyDashboardPicker",
"description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx", "path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 27 "lineNumber": 34
}, },
"signature": [
"React.LazyExoticComponent<typeof ",
"DashboardPicker",
">"
],
"initialIsOpen": false "initialIsOpen": false
}, },
{ {
"id": "def-public.SavedObjectSaveModalDashboard", "tags": [],
"id": "def-public.LazyLabsBeakerButton",
"type": "Function", "type": "Function",
"label": "SavedObjectSaveModalDashboard", "label": "LazyLabsBeakerButton",
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 28
},
"signature": [ "signature": [
"(props: ", "(props: ",
{ "Props",
"pluginId": "presentationUtil",
"scope": "public",
"docId": "kibPresentationUtilPluginApi",
"section": "def-public.SaveModalDashboardProps",
"text": "SaveModalDashboardProps"
},
") => JSX.Element" ") => JSX.Element"
], ],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-public.LazyLabsFlyout",
"type": "Function",
"label": "LazyLabsFlyout",
"description": [], "description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 32
},
"signature": [
"(props: ",
"Props",
") => JSX.Element"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-public.LazySavedObjectSaveModalDashboard",
"type": "Function",
"label": "LazySavedObjectSaveModalDashboard",
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 36
},
"signature": [
"React.LazyExoticComponent<typeof ",
"default",
">"
],
"initialIsOpen": false
},
{
"id": "def-public.withSuspense",
"type": "Function",
"children": [ "children": [
{ {
"type": "Object", "id": "def-public.withSuspense.$1",
"label": "props", "type": "CompoundType",
"label": "Component",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "React.ComponentType<P>"
"pluginId": "presentationUtil",
"scope": "public",
"docId": "kibPresentationUtilPluginApi",
"section": "def-public.SaveModalDashboardProps",
"text": "SaveModalDashboardProps"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 37 "lineNumber": 18
}
},
{
"id": "def-public.withSuspense.$2",
"type": "CompoundType",
"label": "fallback",
"isRequired": false,
"signature": [
"React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null"
],
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 19
} }
} }
], ],
"signature": [
"<P extends {}>(Component: React.ComponentType<P>, fallback?: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null) => (props: P) => JSX.Element"
],
"description": [
"\nA HOC which supplies React.Suspense with a fallback component, and a `EuiErrorBoundary` to contain errors."
],
"label": "withSuspense",
"source": {
"path": "src/plugins/presentation_util/public/components/index.tsx",
"lineNumber": 17
},
"tags": [], "tags": [],
"returnComment": [], "returnComment": [],
"source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
"lineNumber": 37
},
"initialIsOpen": false "initialIsOpen": false
} }
], ],
@ -103,13 +135,24 @@
"label": "documentInfo", "label": "documentInfo",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 30 "lineNumber": 18
}, },
"signature": [ "signature": [
"SaveModalDocumentInfo" "SaveModalDocumentInfo"
] ]
}, },
{
"tags": [],
"id": "def-public.SaveModalDashboardProps.canSaveByReference",
"type": "boolean",
"label": "canSaveByReference",
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 19
}
},
{ {
"tags": [], "tags": [],
"id": "def-public.SaveModalDashboardProps.objectType", "id": "def-public.SaveModalDashboardProps.objectType",
@ -117,8 +160,8 @@
"label": "objectType", "label": "objectType",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 31 "lineNumber": 20
} }
}, },
{ {
@ -128,8 +171,8 @@
"label": "onClose", "label": "onClose",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 32 "lineNumber": 21
}, },
"signature": [ "signature": [
"() => void" "() => void"
@ -142,8 +185,8 @@
"label": "onSave", "label": "onSave",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 33 "lineNumber": 22
}, },
"signature": [ "signature": [
"(props: ", "(props: ",
@ -164,8 +207,8 @@
"label": "tagOptions", "label": "tagOptions",
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 34 "lineNumber": 23
}, },
"signature": [ "signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | ((state: ", "string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | ((state: ",
@ -181,15 +224,62 @@
} }
], ],
"source": { "source": {
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx", "path": "src/plugins/presentation_util/public/components/types.ts",
"lineNumber": 29 "lineNumber": 17
}, },
"initialIsOpen": false "initialIsOpen": false
} }
], ],
"enums": [], "enums": [],
"misc": [], "misc": [
"objects": [], {
"id": "def-public.Project",
"type": "Type",
"label": "Project",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 59
},
"signature": [
"ProjectConfig & { status: ProjectStatus; }"
],
"initialIsOpen": false
},
{
"id": "def-public.ProjectID",
"type": "Type",
"label": "ProjectID",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 36
},
"signature": [
"\"labs:presentation:unifiedToolbar\""
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-public.projectIDs",
"type": "Object",
"label": "projectIDs",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 13
},
"signature": [
"readonly [\"labs:presentation:unifiedToolbar\"]"
],
"initialIsOpen": false
}
],
"setup": { "setup": {
"id": "def-public.PresentationUtilPluginSetup", "id": "def-public.PresentationUtilPluginSetup",
"type": "Interface", "type": "Interface",
@ -199,7 +289,7 @@
"children": [], "children": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/types.ts", "path": "src/plugins/presentation_util/public/types.ts",
"lineNumber": 10 "lineNumber": 12
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true
@ -219,16 +309,30 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/presentation_util/public/types.ts", "path": "src/plugins/presentation_util/public/types.ts",
"lineNumber": 13 "lineNumber": 15
}, },
"signature": [ "signature": [
"React.FC<{}>" "React.FC<{}>"
] ]
},
{
"tags": [],
"id": "def-public.PresentationUtilPluginStart.labsService",
"type": "Object",
"label": "labsService",
"description": [],
"source": {
"path": "src/plugins/presentation_util/public/types.ts",
"lineNumber": 16
},
"signature": [
"PresentationLabsService"
]
} }
], ],
"source": { "source": {
"path": "src/plugins/presentation_util/public/types.ts", "path": "src/plugins/presentation_util/public/types.ts",
"lineNumber": 12 "lineNumber": 14
}, },
"lifecycle": "start", "lifecycle": "start",
"initialIsOpen": true "initialIsOpen": true
@ -244,10 +348,467 @@
}, },
"common": { "common": {
"classes": [], "classes": [],
"functions": [], "functions": [
"interfaces": [], {
"id": "def-common.getProjectIDs",
"type": "Function",
"children": [],
"signature": [
"() => readonly [\"labs:presentation:unifiedToolbar\"]"
],
"description": [],
"label": "getProjectIDs",
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 61
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.isProjectEnabledByStatus",
"type": "Function",
"children": [
{
"id": "def-common.isProjectEnabledByStatus.$1",
"type": "boolean",
"label": "active",
"isRequired": true,
"signature": [
"boolean"
],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 63
}
},
{
"id": "def-common.isProjectEnabledByStatus.$2",
"type": "Object",
"label": "status",
"isRequired": true,
"signature": [
{
"pluginId": "presentationUtil",
"scope": "common",
"docId": "kibPresentationUtilPluginApi",
"section": "def-common.EnvironmentStatus",
"text": "EnvironmentStatus"
}
],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 63
}
}
],
"signature": [
"(active: boolean, status: ",
{
"pluginId": "presentationUtil",
"scope": "common",
"docId": "kibPresentationUtilPluginApi",
"section": "def-common.EnvironmentStatus",
"text": "EnvironmentStatus"
},
") => boolean"
],
"description": [],
"label": "isProjectEnabledByStatus",
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 63
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-common.ProjectConfig",
"type": "Interface",
"label": "ProjectConfig",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.ProjectConfig.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 51
},
"signature": [
"\"labs:presentation:unifiedToolbar\""
]
},
{
"tags": [],
"id": "def-common.ProjectConfig.name",
"type": "string",
"label": "name",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 52
}
},
{
"tags": [],
"id": "def-common.ProjectConfig.isActive",
"type": "boolean",
"label": "isActive",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 53
}
},
{
"tags": [],
"id": "def-common.ProjectConfig.environments",
"type": "Array",
"label": "environments",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 54
},
"signature": [
"(\"kibana\" | \"browser\" | \"session\")[]"
]
},
{
"tags": [],
"id": "def-common.ProjectConfig.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 55
}
},
{
"tags": [],
"id": "def-common.ProjectConfig.solutions",
"type": "Array",
"label": "solutions",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 56
},
"signature": [
"(\"dashboard\" | \"canvas\" | \"presentation\")[]"
]
}
],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 50
},
"initialIsOpen": false
}
],
"enums": [], "enums": [],
"misc": [], "misc": [
"objects": [] {
"id": "def-common.EnvironmentName",
"type": "Type",
"label": "EnvironmentName",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 37
},
"signature": [
"\"kibana\" | \"browser\" | \"session\""
],
"initialIsOpen": false
},
{
"id": "def-common.EnvironmentStatus",
"type": "Type",
"label": "EnvironmentStatus",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 40
},
"signature": [
"{ kibana?: boolean | undefined; browser?: boolean | undefined; session?: boolean | undefined; }"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_ID",
"type": "string",
"label": "PLUGIN_ID",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/index.ts",
"lineNumber": 9
},
"signature": [
"\"presentationUtil\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_NAME",
"type": "string",
"label": "PLUGIN_NAME",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/index.ts",
"lineNumber": 10
},
"signature": [
"\"presentationUtil\""
],
"initialIsOpen": false
},
{
"id": "def-common.Project",
"type": "Type",
"label": "Project",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 59
},
"signature": [
"ProjectConfig & { status: ProjectStatus; }"
],
"initialIsOpen": false
},
{
"id": "def-common.ProjectID",
"type": "Type",
"label": "ProjectID",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 36
},
"signature": [
"\"labs:presentation:unifiedToolbar\""
],
"initialIsOpen": false
},
{
"id": "def-common.ProjectStatus",
"type": "Type",
"label": "ProjectStatus",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 44
},
"signature": [
"{ defaultValue: boolean; isEnabled: boolean; isOverride: boolean; } & EnvironmentStatus"
],
"initialIsOpen": false
},
{
"id": "def-common.SolutionName",
"type": "Type",
"label": "SolutionName",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 38
},
"signature": [
"\"dashboard\" | \"canvas\" | \"presentation\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.UNIFIED_TOOLBAR",
"type": "string",
"label": "UNIFIED_TOOLBAR",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 11
},
"signature": [
"\"labs:presentation:unifiedToolbar\""
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-common.environmentNames",
"type": "Object",
"label": "environmentNames",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 14
},
"signature": [
"readonly [\"kibana\", \"browser\", \"session\"]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.projectIDs",
"type": "Object",
"label": "projectIDs",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 13
},
"signature": [
"readonly [\"labs:presentation:unifiedToolbar\"]"
],
"initialIsOpen": false
},
{
"id": "def-common.projects",
"type": "Object",
"tags": [],
"children": [
{
"id": "def-common.projects.UNIFIED_TOOLBAR",
"type": "Object",
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 23
},
"signature": [
"\"labs:presentation:unifiedToolbar\""
]
},
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.isActive",
"type": "boolean",
"label": "isActive",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 24
},
"signature": [
"false"
]
},
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.environments",
"type": "Array",
"label": "environments",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 25
},
"signature": [
"(\"kibana\" | \"browser\" | \"session\")[]"
]
},
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.name",
"type": "string",
"label": "name",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 26
}
},
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 29
}
},
{
"tags": [],
"id": "def-common.projects.UNIFIED_TOOLBAR.solutions",
"type": "Array",
"label": "solutions",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 32
},
"signature": [
"(\"dashboard\" | \"canvas\")[]"
]
}
],
"description": [],
"label": "[UNIFIED_TOOLBAR]",
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 22
}
}
],
"description": [
"\nThis is a list of active Labs Projects for the Presentation Team. It is the \"source of truth\" for all projects\nprovided to users of our solutions in Kibana."
],
"label": "projects",
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 21
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.solutionNames",
"type": "Object",
"label": "solutionNames",
"description": [],
"source": {
"path": "src/plugins/presentation_util/common/labs.ts",
"lineNumber": 15
},
"signature": [
"readonly [\"canvas\", \"dashboard\", \"presentation\"]"
],
"initialIsOpen": false
}
]
} }
} }

View file

@ -19,9 +19,29 @@ import presentationUtilObj from './presentation_util.json';
### Start ### Start
<DocDefinitionList data={[presentationUtilObj.client.start]}/> <DocDefinitionList data={[presentationUtilObj.client.start]}/>
### Objects
<DocDefinitionList data={presentationUtilObj.client.objects}/>
### Functions ### Functions
<DocDefinitionList data={presentationUtilObj.client.functions}/> <DocDefinitionList data={presentationUtilObj.client.functions}/>
### Interfaces ### Interfaces
<DocDefinitionList data={presentationUtilObj.client.interfaces}/> <DocDefinitionList data={presentationUtilObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={presentationUtilObj.client.misc}/>
## Common
### Objects
<DocDefinitionList data={presentationUtilObj.common.objects}/>
### Functions
<DocDefinitionList data={presentationUtilObj.common.functions}/>
### Interfaces
<DocDefinitionList data={presentationUtilObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={presentationUtilObj.common.misc}/>

View file

@ -19,6 +19,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "http", "label": "http",
"isRequired": true, "isRequired": true,
@ -55,6 +56,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.getReportURL.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -85,6 +87,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.downloadReport.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -115,6 +118,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.deleteReport.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -140,6 +144,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.list.$1",
"type": "number", "type": "number",
"label": "page", "label": "page",
"isRequired": true, "isRequired": true,
@ -153,6 +158,7 @@
} }
}, },
{ {
"id": "def-public.ReportingAPIClient.list.$2",
"type": "Array", "type": "Array",
"label": "jobIds", "label": "jobIds",
"isRequired": true, "isRequired": true,
@ -168,13 +174,7 @@
], ],
"signature": [ "signature": [
"(page?: number, jobIds?: string[]) => Promise<", "(page?: number, jobIds?: string[]) => Promise<",
{ "JobQueueEntry",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.JobQueueEntry",
"text": "JobQueueEntry"
},
"[]>" "[]>"
], ],
"description": [], "description": [],
@ -208,18 +208,13 @@
"label": "getContent", "label": "getContent",
"signature": [ "signature": [
"(jobId: string) => Promise<", "(jobId: string) => Promise<",
{ "JobContent",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.JobContent",
"text": "JobContent"
},
">" ">"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.getContent.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -246,18 +241,13 @@
"label": "getInfo", "label": "getInfo",
"signature": [ "signature": [
"(jobId: string) => Promise<", "(jobId: string) => Promise<",
{ "ReportApiJSON",
"pluginId": "reporting",
"scope": "common",
"docId": "kibReportingPluginApi",
"section": "def-common.ReportApiJSON",
"text": "ReportApiJSON"
},
">" ">"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.getInfo.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -283,6 +273,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.findForJobIds.$1",
"type": "Array", "type": "Array",
"label": "jobIds", "label": "jobIds",
"isRequired": true, "isRequired": true,
@ -298,13 +289,7 @@
], ],
"signature": [ "signature": [
"(jobIds: string[]) => Promise<", "(jobIds: string[]) => Promise<",
{ "ReportDocument",
"pluginId": "reporting",
"scope": "common",
"docId": "kibReportingPluginApi",
"section": "def-common.ReportDocument",
"text": "ReportDocument"
},
"[]>" "[]>"
], ],
"description": [], "description": [],
@ -321,6 +306,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.getReportingJobPath.$1",
"type": "string", "type": "string",
"label": "exportType", "label": "exportType",
"isRequired": true, "isRequired": true,
@ -334,6 +320,7 @@
} }
}, },
{ {
"id": "def-public.ReportingAPIClient.getReportingJobPath.$2",
"type": "Object", "type": "Object",
"label": "jobParams", "label": "jobParams",
"isRequired": true, "isRequired": true,
@ -364,6 +351,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.createReportingJob.$1",
"type": "string", "type": "string",
"label": "exportType", "label": "exportType",
"isRequired": true, "isRequired": true,
@ -377,6 +365,7 @@
} }
}, },
{ {
"id": "def-public.ReportingAPIClient.createReportingJob.$2",
"type": "Any", "type": "Any",
"label": "jobParams", "label": "jobParams",
"isRequired": true, "isRequired": true,
@ -423,6 +412,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ReportingAPIClient.getDownloadLink.$1",
"type": "string", "type": "string",
"label": "jobId", "label": "jobId",
"isRequired": true, "isRequired": true,
@ -470,13 +460,7 @@
"children": [], "children": [],
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "DiagnoseResponse",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.DiagnoseResponse",
"text": "DiagnoseResponse"
},
">" ">"
], ],
"description": [], "description": [],
@ -494,13 +478,7 @@
"children": [], "children": [],
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "DiagnoseResponse",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.DiagnoseResponse",
"text": "DiagnoseResponse"
},
">" ">"
], ],
"description": [], "description": [],
@ -518,13 +496,7 @@
"children": [], "children": [],
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "DiagnoseResponse",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.DiagnoseResponse",
"text": "DiagnoseResponse"
},
">" ">"
], ],
"description": [], "description": [],
@ -595,6 +567,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingPublicPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -636,13 +609,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<object, unknown>, { home, management, licensing, uiActions, share }: ", "<object, unknown>, { home, management, licensing, uiActions, share }: ",
{ "ReportingPublicPluginSetupDendencies",
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.ReportingPublicPluginSetupDendencies",
"text": "ReportingPublicPluginSetupDendencies"
},
") => ", ") => ",
{ {
"pluginId": "reporting", "pluginId": "reporting",
@ -655,6 +622,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingPublicPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -675,17 +643,12 @@
} }
}, },
{ {
"id": "def-public.ReportingPublicPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "{ home, management, licensing, uiActions, share }", "label": "{ home, management, licensing, uiActions, share }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ReportingPublicPluginSetupDendencies"
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.ReportingPublicPluginSetupDendencies",
"text": "ReportingPublicPluginSetupDendencies"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -726,6 +689,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ReportingPublicPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -836,17 +800,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "logger", "label": "logger",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "LevelLogger"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -855,6 +814,7 @@
} }
}, },
{ {
"id": "def-server.ReportingCore.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -866,9 +826,9 @@
"section": "def-server.PluginInitializerContext", "section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext" "text": "PluginInitializerContext"
}, },
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", "<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { allow: string[]; }>; kibanaServer: Readonly<{ port?: number | undefined; hostname?: string | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue", "ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -890,29 +850,18 @@
"label": "pluginSetup", "label": "pluginSetup",
"signature": [ "signature": [
"(setupDeps: ", "(setupDeps: ",
{ "ReportingInternalSetup",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalSetup",
"text": "ReportingInternalSetup"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.pluginSetup.$1",
"type": "Object", "type": "Object",
"label": "setupDeps", "label": "setupDeps",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ReportingInternalSetup"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalSetup",
"text": "ReportingInternalSetup"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -934,29 +883,18 @@
"label": "pluginStart", "label": "pluginStart",
"signature": [ "signature": [
"(startDeps: ", "(startDeps: ",
{ "ReportingInternalStart",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalStart",
"text": "ReportingInternalStart"
},
") => Promise<void>" ") => Promise<void>"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.pluginStart.$1",
"type": "Object", "type": "Object",
"label": "startDeps", "label": "startDeps",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ReportingInternalStart"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalStart",
"text": "ReportingInternalStart"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1038,6 +976,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.setConfig.$1",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -1111,13 +1050,7 @@
"label": "getPluginStartDeps", "label": "getPluginStartDeps",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ReportingInternalStart",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalStart",
"text": "ReportingInternalStart"
},
">" ">"
], ],
"description": [], "description": [],
@ -1135,13 +1068,7 @@
"label": "getExportTypesRegistry", "label": "getExportTypesRegistry",
"signature": [ "signature": [
"() => ", "() => ",
{ "ExportTypesRegistry"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ExportTypesRegistry",
"text": "ExportTypesRegistry"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -1158,21 +1085,9 @@
"label": "scheduleTask", "label": "scheduleTask",
"signature": [ "signature": [
"(report: ", "(report: ",
{ "ReportTaskParams",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportTaskParams",
"text": "ReportTaskParams"
},
"<", "<",
{ "BasePayload",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.BasePayload",
"text": "BasePayload"
},
">) => Promise<", ">) => Promise<",
{ {
"pluginId": "taskManager", "pluginId": "taskManager",
@ -1186,25 +1101,14 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.scheduleTask.$1",
"type": "Object", "type": "Object",
"label": "report", "label": "report",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ReportTaskParams",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportTaskParams",
"text": "ReportTaskParams"
},
"<", "<",
{ "BasePayload",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.BasePayload",
"text": "BasePayload"
},
">" ">"
], ],
"description": [], "description": [],
@ -1227,13 +1131,7 @@
"label": "getStore", "label": "getStore",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ReportingStore",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingStore",
"text": "ReportingStore"
},
">" ">"
], ],
"description": [], "description": [],
@ -1251,13 +1149,7 @@
"label": "getLicenseInfo", "label": "getLicenseInfo",
"signature": [ "signature": [
"() => Promise<Record<string, ", "() => Promise<Record<string, ",
{ "LicenseCheckResult",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LicenseCheckResult",
"text": "LicenseCheckResult"
},
">>" ">>"
], ],
"description": [], "description": [],
@ -1275,13 +1167,7 @@
"label": "getScreenshotsObservable", "label": "getScreenshotsObservable",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ScreenshotsObservableFn",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ScreenshotsObservableFn",
"text": "ScreenshotsObservableFn"
},
">" ">"
], ],
"description": [], "description": [],
@ -1299,13 +1185,7 @@
"label": "getPluginSetupDeps", "label": "getPluginSetupDeps",
"signature": [ "signature": [
"() => ", "() => ",
{ "ReportingInternalSetup"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingInternalSetup",
"text": "ReportingInternalSetup"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -1352,7 +1232,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">) => Promise<", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">) => Promise<",
{ {
"pluginId": "core", "pluginId": "core",
"scope": "server", "scope": "server",
@ -1365,6 +1245,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.getUiSettingsServiceFactory.$1",
"type": "Object", "type": "Object",
"label": "savedObjectsClient", "label": "savedObjectsClient",
"isRequired": true, "isRequired": true,
@ -1377,7 +1258,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">"
], ],
"description": [], "description": [],
"source": { "source": {
@ -1407,18 +1288,13 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>, logger?: ", "<unknown, unknown, unknown, any>, logger?: ",
{ "LevelLogger",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
},
") => string | undefined" ") => string | undefined"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.getSpaceId.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1439,17 +1315,12 @@
} }
}, },
{ {
"id": "def-server.ReportingCore.getSpaceId.$2",
"type": "Object", "type": "Object",
"label": "logger", "label": "logger",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "LevelLogger"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1471,13 +1342,7 @@
"label": "getFakeRequest", "label": "getFakeRequest",
"signature": [ "signature": [
"(baseRequest: object, spaceId: string | undefined, logger?: ", "(baseRequest: object, spaceId: string | undefined, logger?: ",
{ "LevelLogger",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
},
") => ", ") => ",
{ {
"pluginId": "core", "pluginId": "core",
@ -1491,6 +1356,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.getFakeRequest.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "baseRequest", "label": "baseRequest",
"isRequired": true, "isRequired": true,
@ -1504,6 +1370,7 @@
} }
}, },
{ {
"id": "def-server.ReportingCore.getFakeRequest.$2",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": false, "isRequired": false,
@ -1517,17 +1384,12 @@
} }
}, },
{ {
"id": "def-server.ReportingCore.getFakeRequest.$3",
"type": "Object", "type": "Object",
"label": "logger", "label": "logger",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "LevelLogger"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1557,13 +1419,7 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>, logger?: ", "<unknown, unknown, unknown, any>, logger?: ",
{ "LevelLogger",
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
},
") => Promise<", ") => Promise<",
{ {
"pluginId": "core", "pluginId": "core",
@ -1577,6 +1433,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.getUiSettingsClient.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -1597,17 +1454,12 @@
} }
}, },
{ {
"id": "def-server.ReportingCore.getUiSettingsClient.$2",
"type": "Object", "type": "Object",
"label": "logger", "label": "logger",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "LevelLogger"
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.LevelLogger",
"text": "LevelLogger"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1681,6 +1533,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.trackReport.$1",
"type": "string", "type": "string",
"label": "reportId", "label": "reportId",
"isRequired": true, "isRequired": true,
@ -1711,6 +1564,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingCore.untrackReport.$1",
"type": "string", "type": "string",
"label": "reportId", "label": "reportId",
"isRequired": true, "isRequired": true,
@ -1805,6 +1659,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1816,9 +1671,9 @@
"section": "def-server.PluginInitializerContext", "section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext" "text": "PluginInitializerContext"
}, },
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", "<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { allow: string[]; }>; kibanaServer: Readonly<{ port?: number | undefined; hostname?: string | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue", "ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -1860,6 +1715,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1880,6 +1736,7 @@
} }
}, },
{ {
"id": "def-server.ReportingPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -1932,6 +1789,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.ReportingPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1951,6 +1809,7 @@
} }
}, },
{ {
"id": "def-server.ReportingPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -1999,9 +1858,9 @@
"section": "def-server.ReportingConfig", "section": "def-server.ReportingConfig",
"text": "ReportingConfig" "text": "ReportingConfig"
}, },
" extends Config<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", " extends Config<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { allow: string[]; }>; kibanaServer: Readonly<{ port?: number | undefined; hostname?: string | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue", "ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
], ],
"description": [], "description": [],
"tags": [], "tags": [],
@ -2148,13 +2007,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "CollectorSet",
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorSet",
"text": "CollectorSet"
},
", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined" ", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined"
] ]
} }
@ -2254,6 +2107,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.CancellationToken.on.$1",
"type": "Object", "type": "Object",
"label": "callback", "label": "callback",
"isRequired": true, "isRequired": true,
@ -2335,6 +2189,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.Poller.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,

400
api_docs/rule_registry.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,38 @@
---
id: kibRuleRegistryPluginApi
slug: /kibana-dev-docs/ruleRegistryPluginApi
title: ruleRegistry
image: https://source.unsplash.com/400x175/?github
summary: API docs for the ruleRegistry plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry']
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.
---
import ruleRegistryObj from './rule_registry.json';
## Server
### Setup
<DocDefinitionList data={[ruleRegistryObj.server.setup]}/>
### Objects
<DocDefinitionList data={ruleRegistryObj.server.objects}/>
### Functions
<DocDefinitionList data={ruleRegistryObj.server.functions}/>
### Interfaces
<DocDefinitionList data={ruleRegistryObj.server.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={ruleRegistryObj.server.misc}/>
## Common
### Functions
<DocDefinitionList data={ruleRegistryObj.common.functions}/>
### Enums
<DocDefinitionList data={ruleRegistryObj.common.enums}/>

View file

@ -8,6 +8,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.RuntimeFieldEditor.$1",
"type": "Object", "type": "Object",
"label": "{ defaultValue, onChange, docLinks, ctx }", "label": "{ defaultValue, onChange, docLinks, ctx }",
"isRequired": true, "isRequired": true,
@ -53,6 +54,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.RuntimeFieldEditorFlyoutContent.$1",
"type": "Object", "type": "Object",
"label": "{\n onSave,\n onCancel,\n docLinks,\n defaultValue: field,\n ctx,\n}", "label": "{\n onSave,\n onCancel,\n docLinks,\n defaultValue: field,\n ctx,\n}",
"isRequired": true, "isRequired": true,
@ -373,13 +375,7 @@
"label": "loadEditor", "label": "loadEditor",
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "LoadEditorResponse",
"pluginId": "runtimeFields",
"scope": "public",
"docId": "kibRuntimeFieldsPluginApi",
"section": "def-public.LoadEditorResponse",
"text": "LoadEditorResponse"
},
">" ">"
], ],
"description": [], "description": [],

View file

@ -136,17 +136,12 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectFinderUi.Unnamed.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectFinderUiProps"
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectFinderUiProps",
"text": "SavedObjectFinderUiProps"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -272,6 +267,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.Unnamed.$1",
"type": "Any", "type": "Any",
"label": "SavedObjectClass", "label": "SavedObjectClass",
"isRequired": true, "isRequired": true,
@ -285,6 +281,7 @@
} }
}, },
{ {
"id": "def-public.SavedObjectLoader.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "savedObjectsClient", "label": "savedObjectsClient",
"isRequired": true, "isRequired": true,
@ -297,7 +294,7 @@
"section": "def-public.SavedObjectsClient", "section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">"
], ],
"description": [], "description": [],
"source": { "source": {
@ -325,6 +322,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.get.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "opts", "label": "opts",
"isRequired": false, "isRequired": false,
@ -355,6 +353,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.urlFor.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -385,6 +384,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.delete.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "ids", "label": "ids",
"isRequired": true, "isRequired": true,
@ -411,13 +411,7 @@
"label": "mapHitSource", "label": "mapHitSource",
"signature": [ "signature": [
"(source: Record<string, unknown>, id: string, references?: ", "(source: Record<string, unknown>, id: string, references?: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]) => Record<string, unknown>" "[]) => Record<string, unknown>"
], ],
"description": [ "description": [
@ -425,6 +419,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.mapHitSource.$1",
"type": "Object", "type": "Object",
"label": "source", "label": "source",
"isRequired": true, "isRequired": true,
@ -438,6 +433,7 @@
} }
}, },
{ {
"id": "def-public.SavedObjectLoader.mapHitSource.$2",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -451,17 +447,12 @@
} }
}, },
{ {
"id": "def-public.SavedObjectLoader.mapHitSource.$3",
"type": "Array", "type": "Array",
"label": "references", "label": "references",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -486,13 +477,7 @@
"label": "mapSavedObjectApiHits", "label": "mapSavedObjectApiHits",
"signature": [ "signature": [
"({ attributes, id, references, }: { attributes: Record<string, unknown>; id: string; references?: ", "({ attributes, id, references, }: { attributes: Record<string, unknown>; id: string; references?: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[] | undefined; }) => Record<string, unknown>" "[] | undefined; }) => Record<string, unknown>"
], ],
"description": [ "description": [
@ -500,7 +485,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.{\n- attributes,\n id,\n references = [],\n }", "id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.$1.attributesidreferences",
"type": "Object", "type": "Object",
"label": "{\n attributes,\n id,\n references = [],\n }", "label": "{\n attributes,\n id,\n references = [],\n }",
"tags": [], "tags": [],
@ -508,7 +493,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.{\n- attributes,\n id,\n references = [],\n }.attributes", "id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.$1.attributesidreferences.attributes",
"type": "Object", "type": "Object",
"label": "attributes", "label": "attributes",
"description": [], "description": [],
@ -522,7 +507,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.{\n- attributes,\n id,\n references = [],\n }.id", "id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.$1.attributesidreferences.id",
"type": "string", "type": "string",
"label": "id", "label": "id",
"description": [], "description": [],
@ -533,7 +518,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.{\n- attributes,\n id,\n references = [],\n }.references", "id": "def-public.SavedObjectLoader.mapSavedObjectApiHits.$1.attributesidreferences.references",
"type": "Array", "type": "Array",
"label": "references", "label": "references",
"description": [], "description": [],
@ -542,13 +527,7 @@
"lineNumber": 116 "lineNumber": 116
}, },
"signature": [ "signature": [
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[] | undefined" "[] | undefined"
] ]
} }
@ -586,6 +565,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectLoader.find.$1",
"type": "string", "type": "string",
"label": "search", "label": "search",
"isRequired": true, "isRequired": true,
@ -599,6 +579,7 @@
} }
}, },
{ {
"id": "def-public.SavedObjectLoader.find.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "sizeOrOptions", "label": "sizeOrOptions",
"isRequired": true, "isRequired": true,
@ -786,6 +767,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.checkForDuplicateTitle.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,
@ -807,6 +789,7 @@
} }
}, },
{ {
"id": "def-public.checkForDuplicateTitle.$2",
"type": "boolean", "type": "boolean",
"label": "isTitleDuplicateConfirmed", "label": "isTitleDuplicateConfirmed",
"isRequired": true, "isRequired": true,
@ -820,6 +803,7 @@
} }
}, },
{ {
"id": "def-public.checkForDuplicateTitle.$3",
"type": "Function", "type": "Function",
"label": "onTitleDuplicate", "label": "onTitleDuplicate",
"isRequired": false, "isRequired": false,
@ -833,18 +817,13 @@
} }
}, },
{ {
"id": "def-public.checkForDuplicateTitle.$4",
"type": "Object", "type": "Object",
"label": "services", "label": "services",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Pick<", "Pick<",
{ "SavedObjectKibanaServices",
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectKibanaServices",
"text": "SavedObjectKibanaServices"
},
", \"savedObjectsClient\" | \"overlays\">" ", \"savedObjectsClient\" | \"overlays\">"
], ],
"description": [], "description": [],
@ -867,6 +846,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getSavedObjectFinder.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,
@ -886,6 +866,7 @@
} }
}, },
{ {
"id": "def-public.getSavedObjectFinder.$2",
"type": "Object", "type": "Object",
"label": "uiSettings", "label": "uiSettings",
"isRequired": true, "isRequired": true,
@ -946,7 +927,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.isErrorNonFatal.error", "id": "def-public.isErrorNonFatal.$1.error",
"type": "Object", "type": "Object",
"label": "error", "label": "error",
"tags": [], "tags": [],
@ -954,7 +935,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.isErrorNonFatal.error.message", "id": "def-public.isErrorNonFatal.$1.error.message",
"type": "string", "type": "string",
"label": "message", "label": "message",
"description": [], "description": [],
@ -998,6 +979,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectSaveModalOrigin.$1",
"type": "Object", "type": "Object",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
@ -1048,7 +1030,7 @@
"section": "def-public.SavedObjectsClient", "section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\">; overlays: ", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">; overlays: ",
{ {
"pluginId": "core", "pluginId": "core",
"scope": "public", "scope": "public",
@ -1070,17 +1052,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.saveWithConfirmation.$1",
"type": "Object", "type": "Object",
"label": "source", "label": "source",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectAttributes"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
}
], ],
"description": [ "description": [
"- serialized version of this object what will be indexed into elasticsearch." "- serialized version of this object what will be indexed into elasticsearch."
@ -1091,14 +1068,14 @@
} }
}, },
{ {
"id": "def-public.saveWithConfirmation.savedObject", "id": "def-public.saveWithConfirmation.$2.savedObject",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"tags": [], "tags": [],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.saveWithConfirmation.savedObject.getEsType", "id": "def-public.saveWithConfirmation.$2.savedObject.getEsType",
"type": "Function", "type": "Function",
"label": "getEsType", "label": "getEsType",
"signature": [ "signature": [
@ -1115,7 +1092,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.saveWithConfirmation.savedObject.title", "id": "def-public.saveWithConfirmation.$2.savedObject.title",
"type": "string", "type": "string",
"label": "title", "label": "title",
"description": [], "description": [],
@ -1126,7 +1103,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.saveWithConfirmation.savedObject.displayName", "id": "def-public.saveWithConfirmation.$2.savedObject.displayName",
"type": "string", "type": "string",
"label": "displayName", "label": "displayName",
"description": [], "description": [],
@ -1142,6 +1119,7 @@
} }
}, },
{ {
"id": "def-public.saveWithConfirmation.$3",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": true, "isRequired": true,
@ -1163,7 +1141,7 @@
} }
}, },
{ {
"id": "def-public.saveWithConfirmation.services", "id": "def-public.saveWithConfirmation.$4.services",
"type": "Object", "type": "Object",
"label": "services", "label": "services",
"tags": [], "tags": [],
@ -1171,7 +1149,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.saveWithConfirmation.services.savedObjectsClient", "id": "def-public.saveWithConfirmation.$4.services.savedObjectsClient",
"type": "Object", "type": "Object",
"label": "savedObjectsClient", "label": "savedObjectsClient",
"description": [], "description": [],
@ -1188,12 +1166,12 @@
"section": "def-public.SavedObjectsClient", "section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">"
] ]
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.saveWithConfirmation.services.overlays", "id": "def-public.saveWithConfirmation.$4.services.overlays",
"type": "Object", "type": "Object",
"label": "overlays", "label": "overlays",
"description": [], "description": [],
@ -1240,6 +1218,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.showSaveModal.$1",
"type": "Object", "type": "Object",
"label": "saveModal", "label": "saveModal",
"isRequired": true, "isRequired": true,
@ -1253,6 +1232,7 @@
} }
}, },
{ {
"id": "def-public.showSaveModal.$2",
"type": "Function", "type": "Function",
"label": "I18nContext", "label": "I18nContext",
"isRequired": true, "isRequired": true,
@ -1266,6 +1246,7 @@
} }
}, },
{ {
"id": "def-public.showSaveModal.$3",
"type": "Function", "type": "Function",
"label": "Wrapper", "label": "Wrapper",
"isRequired": false, "isRequired": false,
@ -1535,21 +1516,9 @@
}, },
"signature": [ "signature": [
"() => { attributes: ", "() => { attributes: ",
{ "SavedObjectAttributes",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
"; references: ", "; references: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]; }" "[]; }"
] ]
}, },
@ -1612,13 +1581,7 @@
}, },
"signature": [ "signature": [
"(opts: ", "(opts: ",
{ "SavedObjectCreationOpts",
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectCreationOpts",
"text": "SavedObjectCreationOpts"
},
") => Record<string, unknown>" ") => Record<string, unknown>"
] ]
}, },
@ -1912,13 +1875,7 @@
"lineNumber": 49 "lineNumber": 49
}, },
"signature": [ "signature": [
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
" | undefined" " | undefined"
] ]
} }
@ -1992,21 +1949,9 @@
}, },
"signature": [ "signature": [
"((opts: ", "((opts: ",
{ "SavedObjectAttributesAndRefs",
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectAttributesAndRefs",
"text": "SavedObjectAttributesAndRefs"
},
") => ", ") => ",
{ "SavedObjectAttributesAndRefs",
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectAttributesAndRefs",
"text": "SavedObjectAttributesAndRefs"
},
") | undefined" ") | undefined"
] ]
}, },
@ -2030,13 +1975,7 @@
"text": "SavedObject" "text": "SavedObject"
}, },
">(object: T, references: ", ">(object: T, references: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]) => void) | undefined" "[]) => void) | undefined"
] ]
}, },
@ -2450,6 +2389,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectMetaData.getIconForSavedObject.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,
@ -2495,6 +2435,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectMetaData.getTooltipForSavedObject.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,
@ -2540,6 +2481,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectMetaData.showSavedObject.$1",
"type": "Object", "type": "Object",
"label": "savedObject", "label": "savedObject",
"isRequired": true, "isRequired": true,

File diff suppressed because one or more lines are too long

View file

@ -99,17 +99,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.getTagsCapabilities.$1",
"type": "Object", "type": "Object",
"label": "capabilities", "label": "capabilities",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "Capabilities"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Capabilities",
"text": "Capabilities"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -145,6 +140,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.validateTagColor.$1",
"type": "string", "type": "string",
"label": "color", "label": "color",
"isRequired": true, "isRequired": true,
@ -176,6 +172,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.validateTagDescription.$1",
"type": "string", "type": "string",
"label": "description", "label": "description",
"isRequired": true, "isRequired": true,
@ -207,6 +204,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.validateTagName.$1",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -249,17 +247,17 @@
"signature": [ "signature": [
"(attributes: ", "(attributes: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
}, },
") => Promise<", ") => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -268,14 +266,15 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.create.$1",
"type": "Object", "type": "Object",
"label": "attributes", "label": "attributes",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
} }
@ -301,9 +300,9 @@
"signature": [ "signature": [
"(id: string) => Promise<", "(id: string) => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -312,6 +311,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.get.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -339,17 +339,17 @@
"signature": [ "signature": [
"(options?: ", "(options?: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetAllTagsOptions", "section": "def-common.GetAllTagsOptions",
"text": "GetAllTagsOptions" "text": "GetAllTagsOptions"
}, },
" | undefined) => Promise<", " | undefined) => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -358,14 +358,15 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.getAll.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetAllTagsOptions", "section": "def-common.GetAllTagsOptions",
"text": "GetAllTagsOptions" "text": "GetAllTagsOptions"
}, },
@ -395,6 +396,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.delete.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -422,17 +424,17 @@
"signature": [ "signature": [
"(id: string, attributes: ", "(id: string, attributes: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
}, },
") => Promise<", ") => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -441,6 +443,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.update.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -454,14 +457,15 @@
} }
}, },
{ {
"id": "def-common.ITagsClient.update.$2",
"type": "Object", "type": "Object",
"label": "attributes", "label": "attributes",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
} }

View file

@ -70,9 +70,9 @@
"signature": [ "signature": [
"() => ", "() => ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -98,9 +98,9 @@
"Observable", "Observable",
"<", "<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -306,9 +306,9 @@
}, },
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.ITagsClient", "section": "def-common.ITagsClient",
"text": "ITagsClient" "text": "ITagsClient"
} }
@ -328,10 +328,10 @@
}, },
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.ITagsCache", "section": "def-public.ITagsCache",
"text": "ITagsCache" "text": "ITagsCache"
} }
] ]
@ -350,10 +350,10 @@
}, },
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectsTaggingApiUi", "section": "def-public.SavedObjectsTaggingApiUi",
"text": "SavedObjectsTaggingApiUi" "text": "SavedObjectsTaggingApiUi"
} }
] ]
@ -383,9 +383,9 @@
"signature": [ "signature": [
"(tagId: string) => ", "(tagId: string) => ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -396,6 +396,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.getTag.$1",
"type": "string", "type": "string",
"label": "tagId", "label": "tagId",
"isRequired": true, "isRequired": true,
@ -431,10 +432,10 @@
}, },
") => object is ", ") => object is ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagDecoratedSavedObject", "section": "def-public.TagDecoratedSavedObject",
"text": "TagDecoratedSavedObject" "text": "TagDecoratedSavedObject"
} }
], ],
@ -443,6 +444,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.hasTagDecoration.$1",
"type": "Object", "type": "Object",
"label": "object", "label": "object",
"isRequired": true, "isRequired": true,
@ -476,10 +478,10 @@
"signature": [ "signature": [
"(options?: ", "(options?: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetSearchBarFilterOptions", "section": "def-public.GetSearchBarFilterOptions",
"text": "GetSearchBarFilterOptions" "text": "GetSearchBarFilterOptions"
}, },
" | undefined) => ", " | undefined) => ",
@ -490,15 +492,16 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.getSearchBarFilter.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetSearchBarFilterOptions", "section": "def-public.GetSearchBarFilterOptions",
"text": "GetSearchBarFilterOptions" "text": "GetSearchBarFilterOptions"
}, },
" | undefined" " | undefined"
@ -525,13 +528,7 @@
"() => ", "() => ",
"EuiTableFieldDataColumnType", "EuiTableFieldDataColumnType",
"<", "<",
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<unknown>>" "<unknown>>"
], ],
"description": [ "description": [
@ -565,6 +562,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.convertNameToReference.$1",
"type": "string", "type": "string",
"label": "tagName", "label": "tagName",
"isRequired": true, "isRequired": true,
@ -592,18 +590,18 @@
"signature": [ "signature": [
"(query: string, options?: ", "(query: string, options?: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.ParseSearchQueryOptions", "section": "def-public.ParseSearchQueryOptions",
"text": "ParseSearchQueryOptions" "text": "ParseSearchQueryOptions"
}, },
" | undefined) => ", " | undefined) => ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.ParsedSearchQuery", "section": "def-public.ParsedSearchQuery",
"text": "ParsedSearchQuery" "text": "ParsedSearchQuery"
} }
], ],
@ -612,6 +610,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.parseSearchQuery.$1",
"type": "string", "type": "string",
"label": "query", "label": "query",
"isRequired": true, "isRequired": true,
@ -627,15 +626,16 @@
} }
}, },
{ {
"id": "def-public.SavedObjectsTaggingApiUi.parseSearchQuery.$2",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.ParseSearchQueryOptions", "section": "def-public.ParseSearchQueryOptions",
"text": "ParseSearchQueryOptions" "text": "ParseSearchQueryOptions"
}, },
" | undefined" " | undefined"
@ -662,13 +662,7 @@
"label": "getTagIdsFromReferences", "label": "getTagIdsFromReferences",
"signature": [ "signature": [
"(references: (", "(references: (",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
" | ", " | ",
{ {
"pluginId": "core", "pluginId": "core",
@ -684,18 +678,13 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.getTagIdsFromReferences.$1",
"type": "Array", "type": "Array",
"label": "references", "label": "references",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"(", "(",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
" | ", " | ",
{ {
"pluginId": "core", "pluginId": "core",
@ -732,6 +721,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.getTagIdFromName.$1",
"type": "string", "type": "string",
"label": "tagName", "label": "tagName",
"isRequired": true, "isRequired": true,
@ -758,21 +748,9 @@
"label": "updateTagsReferences", "label": "updateTagsReferences",
"signature": [ "signature": [
"(references: ", "(references: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[], newTagIds: string[]) => ", "[], newTagIds: string[]) => ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]" "[]"
], ],
"description": [ "description": [
@ -780,17 +758,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectsTaggingApiUi.updateTagsReferences.$1",
"type": "Array", "type": "Array",
"label": "references", "label": "references",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -800,6 +773,7 @@
} }
}, },
{ {
"id": "def-public.SavedObjectsTaggingApiUi.updateTagsReferences.$2",
"type": "Array", "type": "Array",
"label": "newTagIds", "label": "newTagIds",
"isRequired": true, "isRequired": true,
@ -834,10 +808,10 @@
}, },
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectsTaggingApiUiComponent", "section": "def-public.SavedObjectsTaggingApiUiComponent",
"text": "SavedObjectsTaggingApiUiComponent" "text": "SavedObjectsTaggingApiUiComponent"
} }
] ]
@ -875,10 +849,10 @@
"signature": [ "signature": [
"React.FunctionComponent<", "React.FunctionComponent<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagListComponentProps", "section": "def-public.TagListComponentProps",
"text": "TagListComponentProps" "text": "TagListComponentProps"
}, },
">" ">"
@ -899,10 +873,10 @@
"signature": [ "signature": [
"React.FunctionComponent<", "React.FunctionComponent<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagSelectorComponentProps", "section": "def-public.TagSelectorComponentProps",
"text": "TagSelectorComponentProps" "text": "TagSelectorComponentProps"
}, },
">" ">"
@ -923,10 +897,10 @@
"signature": [ "signature": [
"React.FunctionComponent<", "React.FunctionComponent<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectSaveModalTagSelectorComponentProps", "section": "def-public.SavedObjectSaveModalTagSelectorComponentProps",
"text": "SavedObjectSaveModalTagSelectorComponentProps" "text": "SavedObjectSaveModalTagSelectorComponentProps"
}, },
">" ">"
@ -963,13 +937,7 @@
"lineNumber": 218 "lineNumber": 218
}, },
"signature": [ "signature": [
{ "SavedObject",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObject",
"text": "SavedObject"
},
"<unknown>" "<unknown>"
] ]
} }
@ -1091,10 +1059,10 @@
"signature": [ "signature": [
"(provider: Promise<", "(provider: Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectsTaggingApi", "section": "def-public.SavedObjectsTaggingApi",
"text": "SavedObjectsTaggingApi" "text": "SavedObjectsTaggingApi"
}, },
">) => void" ">) => void"
@ -1104,16 +1072,17 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SavedObjectTaggingOssPluginSetup.registerTaggingApi.$1",
"type": "Object", "type": "Object",
"label": "provider", "label": "provider",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Promise<", "Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectsTaggingApi", "section": "def-public.SavedObjectsTaggingApi",
"text": "SavedObjectsTaggingApi" "text": "SavedObjectsTaggingApi"
}, },
">" ">"
@ -1172,10 +1141,10 @@
"signature": [ "signature": [
"() => ", "() => ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "public",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.SavedObjectsTaggingApi", "section": "def-public.SavedObjectsTaggingApi",
"text": "SavedObjectsTaggingApi" "text": "SavedObjectsTaggingApi"
}, },
" | undefined" " | undefined"
@ -1254,17 +1223,17 @@
"signature": [ "signature": [
"(attributes: ", "(attributes: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
}, },
") => Promise<", ") => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -1273,14 +1242,15 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.create.$1",
"type": "Object", "type": "Object",
"label": "attributes", "label": "attributes",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
} }
@ -1306,9 +1276,9 @@
"signature": [ "signature": [
"(id: string) => Promise<", "(id: string) => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -1317,6 +1287,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.get.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1344,17 +1315,17 @@
"signature": [ "signature": [
"(options?: ", "(options?: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetAllTagsOptions", "section": "def-common.GetAllTagsOptions",
"text": "GetAllTagsOptions" "text": "GetAllTagsOptions"
}, },
" | undefined) => Promise<", " | undefined) => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -1363,14 +1334,15 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.getAll.$1",
"type": "Object", "type": "Object",
"label": "options", "label": "options",
"isRequired": false, "isRequired": false,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.GetAllTagsOptions", "section": "def-common.GetAllTagsOptions",
"text": "GetAllTagsOptions" "text": "GetAllTagsOptions"
}, },
@ -1400,6 +1372,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.delete.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1427,17 +1400,17 @@
"signature": [ "signature": [
"(id: string, attributes: ", "(id: string, attributes: ",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
}, },
") => Promise<", ") => Promise<",
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag", "section": "def-common.Tag",
"text": "Tag" "text": "Tag"
}, },
@ -1446,6 +1419,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.ITagsClient.update.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -1459,14 +1433,15 @@
} }
}, },
{ {
"id": "def-common.ITagsClient.update.$2",
"type": "Object", "type": "Object",
"label": "attributes", "label": "attributes",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "savedObjects", "pluginId": "savedObjectsTaggingOss",
"scope": "common", "scope": "common",
"docId": "kibSavedObjectsPluginApi", "docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes", "section": "def-common.TagAttributes",
"text": "TagAttributes" "text": "TagAttributes"
} }

View file

@ -31,13 +31,7 @@
"lineNumber": 25 "lineNumber": 25
}, },
"signature": [ "signature": [
{ "UserRealm"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.UserRealm",
"text": "UserRealm"
}
] ]
}, },
{ {
@ -53,13 +47,7 @@
"lineNumber": 30 "lineNumber": 30
}, },
"signature": [ "signature": [
{ "UserRealm"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.UserRealm",
"text": "UserRealm"
}
] ]
}, },
{ {
@ -75,13 +63,7 @@
"lineNumber": 35 "lineNumber": 35
}, },
"signature": [ "signature": [
{ "AuthenticationProvider"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.AuthenticationProvider",
"text": "AuthenticationProvider"
}
] ]
}, },
{ {
@ -165,13 +147,7 @@
"label": "getFeatures", "label": "getFeatures",
"signature": [ "signature": [
"() => ", "() => ",
{ "SecurityLicenseFeatures"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SecurityLicenseFeatures",
"text": "SecurityLicenseFeatures"
}
], ],
"description": [], "description": [],
"children": [], "children": [],
@ -195,13 +171,7 @@
"signature": [ "signature": [
"Observable", "Observable",
"<", "<",
{ "SecurityLicenseFeatures",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SecurityLicenseFeatures",
"text": "SecurityLicenseFeatures"
},
">" ">"
] ]
} }
@ -404,7 +374,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 29 "lineNumber": 28
} }
}, },
{ {
@ -415,7 +385,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 30 "lineNumber": 29
}, },
"signature": [ "signature": [
"IconType" "IconType"
@ -429,7 +399,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 31 "lineNumber": 30
} }
}, },
{ {
@ -440,7 +410,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 32 "lineNumber": 31
}, },
"signature": [ "signature": [
"number | undefined" "number | undefined"
@ -454,7 +424,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 33 "lineNumber": 32
}, },
"signature": [ "signature": [
"boolean | undefined" "boolean | undefined"
@ -463,7 +433,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx", "path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
"lineNumber": 28 "lineNumber": 27
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -718,13 +688,7 @@
"lineNumber": 25 "lineNumber": 25
}, },
"signature": [ "signature": [
{ "UserRealm"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.UserRealm",
"text": "UserRealm"
}
] ]
}, },
{ {
@ -740,13 +704,7 @@
"lineNumber": 30 "lineNumber": 30
}, },
"signature": [ "signature": [
{ "UserRealm"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.UserRealm",
"text": "UserRealm"
}
] ]
}, },
{ {
@ -762,13 +720,7 @@
"lineNumber": 35 "lineNumber": 35
}, },
"signature": [ "signature": [
{ "AuthenticationProvider"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.AuthenticationProvider",
"text": "AuthenticationProvider"
}
] ]
}, },
{ {
@ -791,6 +743,48 @@
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
{
"id": "def-server.CheckPrivilegesPayload",
"type": "Interface",
"label": "CheckPrivilegesPayload",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CheckPrivilegesPayload.kibana",
"type": "CompoundType",
"label": "kibana",
"description": [],
"source": {
"path": "x-pack/plugins/security/server/authorization/types.ts",
"lineNumber": 71
},
"signature": [
"string | string[] | undefined"
]
},
{
"tags": [],
"id": "def-server.CheckPrivilegesPayload.elasticsearch",
"type": "Object",
"label": "elasticsearch",
"description": [],
"source": {
"path": "x-pack/plugins/security/server/authorization/types.ts",
"lineNumber": 72
},
"signature": [
"{ cluster: string[]; index: Record<string, string[]>; } | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/security/server/authorization/types.ts",
"lineNumber": 70
},
"initialIsOpen": false
},
{ {
"id": "def-server.CreateAPIKeyResult", "id": "def-server.CreateAPIKeyResult",
"type": "Interface", "type": "Interface",
@ -1083,13 +1077,7 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>) => ", "<unknown, unknown, unknown, any>) => ",
{ "AuthenticatedUser",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
" | null; }" " | null; }"
] ]
}, },
@ -1107,13 +1095,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "AuthorizationServiceSetup",
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuthorizationServiceSetup",
"text": "AuthorizationServiceSetup"
},
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">" ", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
] ]
}, },
@ -1128,13 +1110,7 @@
"lineNumber": 81 "lineNumber": 81
}, },
"signature": [ "signature": [
{ "SecurityLicense"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SecurityLicense",
"text": "SecurityLicense"
}
] ]
}, },
{ {
@ -1148,13 +1124,7 @@
"lineNumber": 82 "lineNumber": 82
}, },
"signature": [ "signature": [
{ "AuditServiceSetup"
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuditServiceSetup",
"text": "AuditServiceSetup"
}
] ]
} }
], ],
@ -1185,13 +1155,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "AuthenticationServiceStart",
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuthenticationServiceStart",
"text": "AuthenticationServiceStart"
},
", \"apiKeys\" | \"getCurrentUser\">" ", \"apiKeys\" | \"getCurrentUser\">"
] ]
}, },
@ -1207,13 +1171,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "AuthorizationServiceSetup",
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuthorizationServiceSetup",
"text": "AuthorizationServiceSetup"
},
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">" ", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
] ]
} }

View file

@ -25,13 +25,7 @@
"lineNumber": 26 "lineNumber": 26
}, },
"signature": [ "signature": [
{ "InsecureClusterServiceSetup"
"pluginId": "securityOss",
"scope": "public",
"docId": "kibSecurityOssPluginApi",
"section": "def-public.InsecureClusterServiceSetup",
"text": "InsecureClusterServiceSetup"
}
] ]
} }
], ],
@ -60,13 +54,7 @@
"lineNumber": 30 "lineNumber": 30
}, },
"signature": [ "signature": [
{ "InsecureClusterServiceStart"
"pluginId": "securityOss",
"scope": "public",
"docId": "kibSecurityOssPluginApi",
"section": "def-public.InsecureClusterServiceStart",
"text": "InsecureClusterServiceStart"
}
] ]
}, },
{ {
@ -81,13 +69,7 @@
}, },
"signature": [ "signature": [
"{ getAccessURLParameters: () => Promise<Record<string, string> | null>; getCapabilities: () => Promise<", "{ getAccessURLParameters: () => Promise<Record<string, string> | null>; getCapabilities: () => Promise<",
{ "Capabilities",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Capabilities",
"text": "Capabilities"
},
">; }" ">; }"
] ]
} }
@ -145,13 +127,7 @@
}, },
"signature": [ "signature": [
"(provider: () => ", "(provider: () => ",
{ "AnonymousAccessService",
"pluginId": "securityOss",
"scope": "server",
"docId": "kibSecurityOssPluginApi",
"section": "def-server.AnonymousAccessService",
"text": "AnonymousAccessService"
},
") => void" ") => void"
] ]
} }

View file

@ -9,7 +9,13 @@
"label": "Plugin", "label": "Plugin",
"description": [], "description": [],
"signature": [ "signature": [
"Plugin", {
"pluginId": "securitySolution",
"scope": "public",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
" implements ", " implements ",
{ {
"pluginId": "core", "pluginId": "core",
@ -19,9 +25,21 @@
"text": "Plugin" "text": "Plugin"
}, },
"<", "<",
"PluginSetup", {
"pluginId": "securitySolution",
"scope": "public",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-public.PluginSetup",
"text": "PluginSetup"
},
", ", ", ",
"PluginStart", {
"pluginId": "securitySolution",
"scope": "public",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
", ", ", ",
"SetupPlugins" "SetupPlugins"
], ],
@ -36,6 +54,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Plugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -77,41 +96,30 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
", ", ", ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "public",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.PluginStart", "section": "def-public.PluginStart",
"text": "PluginStart" "text": "PluginStart"
}, },
">, plugins: ", ">, plugins: ",
{ "SetupPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SetupPlugins",
"text": "SetupPlugins"
},
") => ", ") => ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "public",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.PluginSetup", "section": "def-public.PluginSetup",
"text": "PluginSetup" "text": "PluginSetup"
} }
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Plugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -124,19 +132,13 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
", ", ", ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "public",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.PluginStart", "section": "def-public.PluginStart",
"text": "PluginStart" "text": "PluginStart"
}, },
">" ">"
@ -148,17 +150,12 @@
} }
}, },
{ {
"id": "def-public.Plugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SetupPlugins"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SetupPlugins",
"text": "SetupPlugins"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -188,18 +185,13 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", plugins: ", ", plugins: ",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
") => {}" ") => {}"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Plugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -219,17 +211,12 @@
} }
}, },
{ {
"id": "def-public.Plugin.start.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "StartPlugins"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -293,13 +280,7 @@
}, },
"signature": [ "signature": [
"() => Promise<", "() => Promise<",
{ "ResolverPluginSetup",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.ResolverPluginSetup",
"text": "ResolverPluginSetup"
},
">" ">"
] ]
} }
@ -345,6 +326,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.AppClient.Unnamed.$1",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": true, "isRequired": true,
@ -358,6 +340,7 @@
} }
}, },
{ {
"id": "def-server.AppClient.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -408,7 +391,13 @@
"label": "Plugin", "label": "Plugin",
"description": [], "description": [],
"signature": [ "signature": [
"Plugin", {
"pluginId": "securitySolution",
"scope": "server",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-server.Plugin",
"text": "Plugin"
},
" implements ", " implements ",
{ {
"pluginId": "core", "pluginId": "core",
@ -418,9 +407,21 @@
"text": "Plugin" "text": "Plugin"
}, },
"<", "<",
"PluginSetup", {
"pluginId": "securitySolution",
"scope": "server",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-server.PluginSetup",
"text": "PluginSetup"
},
", ", ", ",
"PluginStart", {
"pluginId": "securitySolution",
"scope": "server",
"docId": "kibSecuritySolutionPluginApi",
"section": "def-server.PluginStart",
"text": "PluginStart"
},
", ", ", ",
"SetupPlugins" "SetupPlugins"
], ],
@ -435,6 +436,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.Plugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -451,7 +453,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 145 "lineNumber": 147
} }
} }
], ],
@ -459,7 +461,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 145 "lineNumber": 147
} }
}, },
{ {
@ -476,34 +478,23 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
", ", ", ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "server",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.PluginStart", "section": "def-server.PluginStart",
"text": "PluginStart" "text": "PluginStart"
}, },
">, plugins: ", ">, plugins: ",
{ "SetupPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SetupPlugins",
"text": "SetupPlugins"
},
") => {}" ") => {}"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.Plugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -516,19 +507,13 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
", ", ", ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "server",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.PluginStart", "section": "def-server.PluginStart",
"text": "PluginStart" "text": "PluginStart"
}, },
">" ">"
@ -536,26 +521,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 157 "lineNumber": 159
} }
}, },
{ {
"id": "def-server.Plugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SetupPlugins"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.SetupPlugins",
"text": "SetupPlugins"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 157 "lineNumber": 159
} }
} }
], ],
@ -563,7 +543,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 157 "lineNumber": 159
} }
}, },
{ {
@ -580,18 +560,13 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", plugins: ", ", plugins: ",
{ "StartPlugins",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
},
") => {}" ") => {}"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.Plugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -607,26 +582,21 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 339 "lineNumber": 341
} }
}, },
{ {
"id": "def-server.Plugin.start.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "StartPlugins"
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.StartPlugins",
"text": "StartPlugins"
}
], ],
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 339 "lineNumber": 341
} }
} }
], ],
@ -634,7 +604,7 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 339 "lineNumber": 341
} }
}, },
{ {
@ -650,13 +620,13 @@
"returnComment": [], "returnComment": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 405 "lineNumber": 423
} }
} }
], ],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 129 "lineNumber": 131
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -667,6 +637,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.buildRouteValidation.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "schema", "label": "schema",
"isRequired": true, "isRequired": true,
@ -710,6 +681,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.buildSiemResponse.$1",
"type": "Object", "type": "Object",
"label": "response", "label": "response",
"isRequired": true, "isRequired": true,
@ -725,13 +697,7 @@
"text": "CustomHttpResponseOptions" "text": "CustomHttpResponseOptions"
}, },
"<T>) => ", "<T>) => ",
{ "KibanaResponse",
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaResponse",
"text": "KibanaResponse"
},
"<T>; badRequest: (options?: ", "<T>; badRequest: (options?: ",
{ {
"pluginId": "core", "pluginId": "core",
@ -741,13 +707,7 @@
"text": "ErrorHttpResponseOptions" "text": "ErrorHttpResponseOptions"
}, },
") => ", ") => ",
{ "KibanaResponse"
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaResponse",
"text": "KibanaResponse"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -795,6 +755,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.createBootstrapIndex.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -814,6 +775,7 @@
} }
}, },
{ {
"id": "def-server.createBootstrapIndex.$2",
"type": "string", "type": "string",
"label": "index", "label": "index",
"isRequired": true, "isRequired": true,
@ -853,6 +815,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.deleteAllIndex.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -872,6 +835,7 @@
} }
}, },
{ {
"id": "def-server.deleteAllIndex.$2",
"type": "string", "type": "string",
"label": "pattern", "label": "pattern",
"isRequired": true, "isRequired": true,
@ -885,6 +849,7 @@
} }
}, },
{ {
"id": "def-server.deleteAllIndex.$3",
"type": "number", "type": "number",
"label": "maxAttempts", "label": "maxAttempts",
"isRequired": true, "isRequired": true,
@ -924,6 +889,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.deletePolicy.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -943,6 +909,7 @@
} }
}, },
{ {
"id": "def-server.deletePolicy.$2",
"type": "string", "type": "string",
"label": "policy", "label": "policy",
"isRequired": true, "isRequired": true,
@ -982,6 +949,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.deleteTemplate.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1001,6 +969,7 @@
} }
}, },
{ {
"id": "def-server.deleteTemplate.$2",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1040,6 +1009,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getIndexExists.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1059,6 +1029,7 @@
} }
}, },
{ {
"id": "def-server.getIndexExists.$2",
"type": "string", "type": "string",
"label": "index", "label": "index",
"isRequired": true, "isRequired": true,
@ -1098,6 +1069,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getPolicyExists.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1117,6 +1089,7 @@
} }
}, },
{ {
"id": "def-server.getPolicyExists.$2",
"type": "string", "type": "string",
"label": "policy", "label": "policy",
"isRequired": true, "isRequired": true,
@ -1156,6 +1129,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getTemplateExists.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1175,6 +1149,7 @@
} }
}, },
{ {
"id": "def-server.getTemplateExists.$2",
"type": "string", "type": "string",
"label": "template", "label": "template",
"isRequired": true, "isRequired": true,
@ -1214,17 +1189,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.readPrivileges.$1",
"type": "Function", "type": "Function",
"label": "callWithRequest", "label": "callWithRequest",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "CallWithRequest",
"pluginId": "security",
"scope": "common",
"docId": "kibSecurityPluginApi",
"section": "def-common.CallWithRequest",
"text": "CallWithRequest"
},
"<{}, unknown>" "<{}, unknown>"
], ],
"description": [], "description": [],
@ -1234,6 +1204,7 @@
} }
}, },
{ {
"id": "def-server.readPrivileges.$2",
"type": "string", "type": "string",
"label": "index", "label": "index",
"isRequired": true, "isRequired": true,
@ -1267,6 +1238,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.setPolicy.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1286,6 +1258,7 @@
} }
}, },
{ {
"id": "def-server.setPolicy.$2",
"type": "string", "type": "string",
"label": "policy", "label": "policy",
"isRequired": true, "isRequired": true,
@ -1299,6 +1272,7 @@
} }
}, },
{ {
"id": "def-server.setPolicy.$3",
"type": "Object", "type": "Object",
"label": "body", "label": "body",
"isRequired": true, "isRequired": true,
@ -1338,6 +1312,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.setTemplate.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "esClient", "label": "esClient",
"isRequired": true, "isRequired": true,
@ -1357,6 +1332,7 @@
} }
}, },
{ {
"id": "def-server.setTemplate.$2",
"type": "string", "type": "string",
"label": "name", "label": "name",
"isRequired": true, "isRequired": true,
@ -1370,6 +1346,7 @@
} }
}, },
{ {
"id": "def-server.setTemplate.$3",
"type": "Object", "type": "Object",
"label": "body", "label": "body",
"isRequired": true, "isRequired": true,
@ -1409,6 +1386,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.transformError.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "err", "label": "err",
"isRequired": true, "isRequired": true,
@ -1462,10 +1440,10 @@
"signature": [ "signature": [
"() => ", "() => ",
{ {
"pluginId": "security", "pluginId": "securitySolution",
"scope": "common", "scope": "server",
"docId": "kibSecurityPluginApi", "docId": "kibSecuritySolutionPluginApi",
"section": "def-common.AppClient", "section": "def-server.AppClient",
"text": "AppClient" "text": "AppClient"
} }
] ]
@ -1506,7 +1484,7 @@
"children": [], "children": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 106 "lineNumber": 107
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true
@ -1520,7 +1498,7 @@
"children": [], "children": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts", "path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 108 "lineNumber": 110
}, },
"lifecycle": "start", "lifecycle": "start",
"initialIsOpen": true "initialIsOpen": true
@ -1534,6 +1512,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.addIdToItem.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "item", "label": "item",
"isRequired": true, "isRequired": true,
@ -1565,6 +1544,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.DefaultArray.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "codec", "label": "codec",
"isRequired": true, "isRequired": true,
@ -1606,6 +1586,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.exactCheck.$1",
"type": "Unknown", "type": "Unknown",
"label": "original", "label": "original",
"isRequired": true, "isRequired": true,
@ -1619,6 +1600,7 @@
} }
}, },
{ {
"id": "def-common.exactCheck.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "decoded", "label": "decoded",
"isRequired": true, "isRequired": true,
@ -1682,6 +1664,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.formatErrors.$1",
"type": "Object", "type": "Object",
"label": "errors", "label": "errors",
"isRequired": true, "isRequired": true,
@ -1715,6 +1698,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.getPaths.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "validation", "label": "validation",
"isRequired": true, "isRequired": true,
@ -1755,6 +1739,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.removeExternalLinkText.$1",
"type": "string", "type": "string",
"label": "str", "label": "str",
"isRequired": true, "isRequired": true,
@ -1788,6 +1773,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.removeIdFromItem.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "item", "label": "item",
"isRequired": true, "isRequired": true,
@ -1821,6 +1807,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.validate.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "obj", "label": "obj",
"isRequired": true, "isRequired": true,
@ -1834,6 +1821,7 @@
} }
}, },
{ {
"id": "def-common.validate.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "schema", "label": "schema",
"isRequired": true, "isRequired": true,
@ -1869,6 +1857,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.validateEither.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "schema", "label": "schema",
"isRequired": true, "isRequired": true,
@ -1878,10 +1867,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/common/validate.ts", "path": "x-pack/plugins/security_solution/common/validate.ts",
"lineNumber": 30 "lineNumber": 43
} }
}, },
{ {
"id": "def-common.validateEither.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "obj", "label": "obj",
"isRequired": true, "isRequired": true,
@ -1891,7 +1881,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/security_solution/common/validate.ts", "path": "x-pack/plugins/security_solution/common/validate.ts",
"lineNumber": 31 "lineNumber": 44
} }
} }
], ],
@ -1906,7 +1896,7 @@
"label": "validateEither", "label": "validateEither",
"source": { "source": {
"path": "x-pack/plugins/security_solution/common/validate.ts", "path": "x-pack/plugins/security_solution/common/validate.ts",
"lineNumber": 29 "lineNumber": 42
}, },
"tags": [], "tags": [],
"returnComment": [], "returnComment": [],

View file

@ -52,6 +52,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.KibanaURL.Unnamed.$1",
"type": "string", "type": "string",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -138,17 +139,12 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<object, unknown>) => ", "<object, unknown>) => ",
{ "UrlGeneratorsSetup"
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorsSetup",
"text": "UrlGeneratorsSetup"
}
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlGeneratorsService.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -190,17 +186,12 @@
"text": "CoreStart" "text": "CoreStart"
}, },
") => ", ") => ",
{ "UrlGeneratorsStart"
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorsStart",
"text": "UrlGeneratorsStart"
}
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlGeneratorsService.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -272,6 +263,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.downloadFileAs.$1",
"type": "string", "type": "string",
"label": "filename", "label": "filename",
"isRequired": true, "isRequired": true,
@ -287,6 +279,7 @@
} }
}, },
{ {
"id": "def-public.downloadFileAs.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "payload", "label": "payload",
"isRequired": true, "isRequired": true,
@ -338,6 +331,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.downloadMultipleAs.$1",
"type": "Object", "type": "Object",
"label": "files", "label": "files",
"isRequired": true, "isRequired": true,
@ -471,13 +465,7 @@
}, },
"signature": [ "signature": [
"((anonymousUserCapabilities: ", "((anonymousUserCapabilities: ",
{ "Capabilities",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.Capabilities",
"text": "Capabilities"
},
") => boolean) | undefined" ") => boolean) | undefined"
] ]
} }
@ -722,13 +710,7 @@
"lineNumber": 91 "lineNumber": 91
}, },
"signature": [ "signature": [
{ "UrlParamExtension",
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlParamExtension",
"text": "UrlParamExtension"
},
"[] | undefined" "[] | undefined"
] ]
} }
@ -788,6 +770,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlGeneratorContract.createUrl.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
@ -860,6 +843,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlGeneratorContract.migrate.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,

View file

@ -164,6 +164,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-common.PLUGIN.getI18nName.$1",
"type": "Any", "type": "Any",
"label": "i18n", "label": "i18n",
"isRequired": true, "isRequired": true,
@ -205,7 +206,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-common.REPOSITORY_PLUGINS_MAP.'repository-s3'", "id": "def-common.REPOSITORY_PLUGINS_MAP.repositorys3",
"type": "string", "type": "string",
"label": "'repository-s3'", "label": "'repository-s3'",
"description": [], "description": [],
@ -226,7 +227,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-common.REPOSITORY_PLUGINS_MAP.'repository-hdfs'", "id": "def-common.REPOSITORY_PLUGINS_MAP.repositoryhdfs",
"type": "string", "type": "string",
"label": "'repository-hdfs'", "label": "'repository-hdfs'",
"description": [], "description": [],
@ -247,7 +248,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-common.REPOSITORY_PLUGINS_MAP.'repository-azure'", "id": "def-common.REPOSITORY_PLUGINS_MAP.repositoryazure",
"type": "string", "type": "string",
"label": "'repository-azure'", "label": "'repository-azure'",
"description": [], "description": [],
@ -268,7 +269,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-common.REPOSITORY_PLUGINS_MAP.'repository-gcs'", "id": "def-common.REPOSITORY_PLUGINS_MAP.repositorygcs",
"type": "string", "type": "string",
"label": "'repository-gcs'", "label": "'repository-gcs'",
"description": [], "description": [],

View file

@ -23,6 +23,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.getSpaceColor.$1",
"type": "Object", "type": "Object",
"label": "space", "label": "space",
"isRequired": true, "isRequired": true,
@ -72,6 +73,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.getSpaceImageUrl.$1",
"type": "Object", "type": "Object",
"label": "space", "label": "space",
"isRequired": true, "isRequired": true,
@ -121,6 +123,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.getSpaceInitials.$1",
"type": "Object", "type": "Object",
"label": "space", "label": "space",
"isRequired": true, "isRequired": true,
@ -391,6 +394,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.addSpaceIdToPath.$1",
"type": "string", "type": "string",
"label": "basePath", "label": "basePath",
"isRequired": true, "isRequired": true,
@ -404,6 +408,7 @@
} }
}, },
{ {
"id": "def-server.addSpaceIdToPath.$2",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": true, "isRequired": true,
@ -417,6 +422,7 @@
} }
}, },
{ {
"id": "def-server.addSpaceIdToPath.$3",
"type": "string", "type": "string",
"label": "requestedPath", "label": "requestedPath",
"isRequired": true, "isRequired": true,
@ -682,6 +688,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceSetup.getSpaceId.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -723,6 +730,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceSetup.spaceIdToNamespace.$1",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": true, "isRequired": true,
@ -757,6 +765,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceSetup.namespaceToSpaceId.$1",
"type": "string", "type": "string",
"label": "namespace", "label": "namespace",
"isRequired": false, "isRequired": false,
@ -815,13 +824,7 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>) => Pick<", "<unknown, unknown, unknown, any>) => Pick<",
{ "SpacesClient",
"pluginId": "spaces",
"scope": "server",
"docId": "kibSpacesPluginApi",
"section": "def-server.SpacesClient",
"text": "SpacesClient"
},
", \"get\" | \"delete\" | \"create\" | \"update\" | \"getAll\">" ", \"get\" | \"delete\" | \"create\" | \"update\" | \"getAll\">"
] ]
}, },
@ -845,6 +848,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceStart.getSpaceId.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -892,6 +896,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceStart.isInDefaultSpace.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -947,6 +952,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceStart.getActiveSpace.$1",
"type": "Object", "type": "Object",
"label": "request", "label": "request",
"isRequired": true, "isRequired": true,
@ -986,6 +992,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceStart.spaceIdToNamespace.$1",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": true, "isRequired": true,
@ -1018,6 +1025,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-server.SpacesServiceStart.namespaceToSpaceId.$1",
"type": "string", "type": "string",
"label": "namespace", "label": "namespace",
"isRequired": false, "isRequired": false,
@ -1119,21 +1127,9 @@
}, },
"signature": [ "signature": [
"{ setClientRepositoryFactory: (factory: ", "{ setClientRepositoryFactory: (factory: ",
{ "SpacesClientRepositoryFactory",
"pluginId": "spaces",
"scope": "server",
"docId": "kibSpacesPluginApi",
"section": "def-server.SpacesClientRepositoryFactory",
"text": "SpacesClientRepositoryFactory"
},
") => void; registerClientWrapper: (wrapper: ", ") => void; registerClientWrapper: (wrapper: ",
{ "SpacesClientWrapper",
"pluginId": "spaces",
"scope": "server",
"docId": "kibSpacesPluginApi",
"section": "def-server.SpacesClientWrapper",
"text": "SpacesClientWrapper"
},
") => void; }" ") => void; }"
] ]
} }
@ -1194,6 +1190,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.addSpaceIdToPath.$1",
"type": "string", "type": "string",
"label": "basePath", "label": "basePath",
"isRequired": true, "isRequired": true,
@ -1207,6 +1204,7 @@
} }
}, },
{ {
"id": "def-common.addSpaceIdToPath.$2",
"type": "string", "type": "string",
"label": "spaceId", "label": "spaceId",
"isRequired": true, "isRequired": true,
@ -1220,6 +1218,7 @@
} }
}, },
{ {
"id": "def-common.addSpaceIdToPath.$3",
"type": "string", "type": "string",
"label": "requestedPath", "label": "requestedPath",
"isRequired": true, "isRequired": true,
@ -1251,6 +1250,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-common.getSpaceIdFromPath.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "requestBasePath", "label": "requestBasePath",
"isRequired": false, "isRequired": false,
@ -1264,6 +1264,7 @@
} }
}, },
{ {
"id": "def-common.getSpaceIdFromPath.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "serverBasePath", "label": "serverBasePath",
"isRequired": false, "isRequired": false,
@ -1305,6 +1306,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-common.isReservedSpace.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "space", "label": "space",
"isRequired": false, "isRequired": false,

View file

@ -961,6 +961,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.SpacesOssPluginSetup.registerSpacesApi.$1",
"type": "Object", "type": "Object",
"label": "provider", "label": "provider",
"isRequired": true, "isRequired": true,

View file

@ -61,6 +61,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.TaskManagerPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initContext", "label": "initContext",
"isRequired": true, "isRequired": true,
@ -113,6 +114,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.TaskManagerPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -165,6 +167,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.TaskManagerPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "{ savedObjects, elasticsearch }", "label": "{ savedObjects, elasticsearch }",
"isRequired": true, "isRequired": true,
@ -212,18 +215,13 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.isUnrecoverableError.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"Error | ", "Error | ",
{ "DecoratedError"
"pluginId": "taskManager",
"scope": "server",
"docId": "kibTaskManagerPluginApi",
"section": "def-server.DecoratedError",
"text": "DecoratedError"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -250,6 +248,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.throwUnrecoverableError.$1",
"type": "Object", "type": "Object",
"label": "error", "label": "error",
"isRequired": true, "isRequired": true,
@ -617,13 +616,7 @@
"lineNumber": 239 "lineNumber": 239
}, },
"signature": [ "signature": [
{ "IntervalSchedule",
"pluginId": "taskManager",
"scope": "server",
"docId": "kibTaskManagerPluginApi",
"section": "def-server.IntervalSchedule",
"text": "IntervalSchedule"
},
" | undefined" " | undefined"
] ]
}, },

View file

@ -25,13 +25,7 @@
"lineNumber": 38 "lineNumber": 38
}, },
"signature": [ "signature": [
{ "TelemetryService"
"pluginId": "telemetry",
"scope": "public",
"docId": "kibTelemetryPluginApi",
"section": "def-public.TelemetryService",
"text": "TelemetryService"
}
] ]
}, },
{ {
@ -45,13 +39,7 @@
"lineNumber": 39 "lineNumber": 39
}, },
"signature": [ "signature": [
{ "TelemetryNotifications"
"pluginId": "telemetry",
"scope": "public",
"docId": "kibTelemetryPluginApi",
"section": "def-public.TelemetryNotifications",
"text": "TelemetryNotifications"
}
] ]
}, },
{ {
@ -94,13 +82,7 @@
"lineNumber": 34 "lineNumber": 34
}, },
"signature": [ "signature": [
{ "TelemetryService"
"pluginId": "telemetry",
"scope": "public",
"docId": "kibTelemetryPluginApi",
"section": "def-public.TelemetryService",
"text": "TelemetryService"
}
] ]
} }
], ],
@ -131,6 +113,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.FetcherTask.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -142,7 +125,7 @@
"section": "def-server.PluginInitializerContext", "section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext" "text": "PluginInitializerContext"
}, },
"<Readonly<{ optIn?: boolean | undefined; } & { enabled: boolean; url: string; allowChangingOptInStatus: boolean; config: string; banner: boolean; optInStatusUrl: string; sendUsageFrom: \"server\" | \"browser\"; }>>" "<Readonly<{ optIn?: boolean | undefined; } & { enabled: boolean; url: string; allowChangingOptInStatus: boolean; config: string; banner: boolean; optInStatusUrl: string; sendUsageFrom: \"browser\" | \"server\"; }>>"
], ],
"description": [], "description": [],
"source": { "source": {
@ -172,18 +155,13 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { telemetryCollectionManager }: ", ", { telemetryCollectionManager }: ",
{ "FetcherTaskDepsStart",
"pluginId": "telemetry",
"scope": "server",
"docId": "kibTelemetryPluginApi",
"section": "def-server.FetcherTaskDepsStart",
"text": "FetcherTaskDepsStart"
},
") => void" ") => void"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.FetcherTask.start.$1",
"type": "Object", "type": "Object",
"label": "{ savedObjects, elasticsearch }", "label": "{ savedObjects, elasticsearch }",
"isRequired": true, "isRequired": true,
@ -203,17 +181,12 @@
} }
}, },
{ {
"id": "def-server.FetcherTask.start.$2",
"type": "Object", "type": "Object",
"label": "{ telemetryCollectionManager }", "label": "{ telemetryCollectionManager }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "FetcherTaskDepsStart"
"pluginId": "telemetry",
"scope": "server",
"docId": "kibTelemetryPluginApi",
"section": "def-server.FetcherTaskDepsStart",
"text": "FetcherTaskDepsStart"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -279,6 +252,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.buildDataTelemetryPayload.$1",
"type": "Array", "type": "Array",
"label": "indices", "label": "indices",
"isRequired": true, "isRequired": true,
@ -312,15 +286,16 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getClusterUuids.$1",
"type": "Object", "type": "Object",
"label": "{ esClient }", "label": "{ esClient }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsCollectionConfig", "section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig" "text": "StatsCollectionConfig"
} }
], ],
@ -333,7 +308,13 @@
], ],
"signature": [ "signature": [
"({ esClient }: ", "({ esClient }: ",
"StatsCollectionConfig", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig"
},
") => Promise<{ clusterUuid: string; }[]>" ") => Promise<{ clusterUuid: string; }[]>"
], ],
"description": [ "description": [
@ -353,15 +334,16 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.getLocalStats.$1",
"type": "Array", "type": "Array",
"label": "clustersDetails", "label": "clustersDetails",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.ClusterDetails", "section": "def-server.ClusterDetails",
"text": "ClusterDetails" "text": "ClusterDetails"
}, },
"[]" "[]"
@ -373,15 +355,16 @@
} }
}, },
{ {
"id": "def-server.getLocalStats.$2",
"type": "Object", "type": "Object",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsCollectionConfig", "section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig" "text": "StatsCollectionConfig"
} }
], ],
@ -392,15 +375,16 @@
} }
}, },
{ {
"id": "def-server.getLocalStats.$3",
"type": "Object", "type": "Object",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsCollectionContext", "section": "def-server.StatsCollectionContext",
"text": "StatsCollectionContext" "text": "StatsCollectionContext"
} }
], ],
@ -413,11 +397,29 @@
], ],
"signature": [ "signature": [
"(clustersDetails: ", "(clustersDetails: ",
"ClusterDetails", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.ClusterDetails",
"text": "ClusterDetails"
},
"[], config: ", "[], config: ",
"StatsCollectionConfig", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig"
},
", context: ", ", context: ",
"StatsCollectionContext", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionContext",
"text": "StatsCollectionContext"
},
") => Promise<{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: ", ") => Promise<{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: ",
{ {
"pluginId": "telemetry", "pluginId": "telemetry",
@ -453,7 +455,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">, uiSettingsClient: ", ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, uiSettingsClient: ",
{ {
"pluginId": "core", "pluginId": "core",
"scope": "server", "scope": "server",
@ -466,6 +468,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.handleOldSettings.$1",
"type": "Object", "type": "Object",
"label": "savedObjectsClient", "label": "savedObjectsClient",
"isRequired": true, "isRequired": true,
@ -478,7 +481,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">"
], ],
"description": [], "description": [],
"source": { "source": {
@ -487,6 +490,7 @@
} }
}, },
{ {
"id": "def-server.handleOldSettings.$2",
"type": "Object", "type": "Object",
"label": "uiSettingsClient", "label": "uiSettingsClient",
"isRequired": true, "isRequired": true,

View file

@ -56,13 +56,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "CollectorSet",
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorSet",
"text": "CollectorSet"
},
", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\">" ", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\">"
] ]
}, },
@ -105,7 +99,7 @@
"section": "def-server.SavedObjectsClient", "section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient" "text": "SavedObjectsClient"
}, },
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\">" ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">"
] ]
}, },
{ {
@ -181,7 +175,13 @@
"type": "Interface", "type": "Interface",
"label": "UsageStatsPayload", "label": "UsageStatsPayload",
"signature": [ "signature": [
"UsageStatsPayload", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.UsageStatsPayload",
"text": "UsageStatsPayload"
},
" extends ", " extends ",
"BasicStatsPayload" "BasicStatsPayload"
], ],
@ -221,11 +221,29 @@
}, },
"signature": [ "signature": [
"(config: ", "(config: ",
"StatsCollectionConfig", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig"
},
", context: ", ", context: ",
"StatsCollectionContext", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionContext",
"text": "StatsCollectionContext"
},
") => Promise<", ") => Promise<",
"ClusterDetails", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.ClusterDetails",
"text": "ClusterDetails"
},
"[]>" "[]>"
], ],
"initialIsOpen": false "initialIsOpen": false
@ -242,11 +260,29 @@
}, },
"signature": [ "signature": [
"(clustersDetails: ", "(clustersDetails: ",
"ClusterDetails", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.ClusterDetails",
"text": "ClusterDetails"
},
"[], config: ", "[], config: ",
"StatsCollectionConfig", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionConfig",
"text": "StatsCollectionConfig"
},
", context: ", ", context: ",
"StatsCollectionContext", {
"pluginId": "telemetryCollectionManager",
"scope": "server",
"docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-server.StatsCollectionContext",
"text": "StatsCollectionContext"
},
") => Promise<T[]>" ") => Promise<T[]>"
], ],
"initialIsOpen": false "initialIsOpen": false
@ -289,21 +325,9 @@
}, },
"signature": [ "signature": [
"<T extends ", "<T extends ",
{ "BasicStatsPayload",
"pluginId": "telemetry",
"scope": "common",
"docId": "kibTelemetryPluginApi",
"section": "def-common.BasicStatsPayload",
"text": "BasicStatsPayload"
},
">(collectionConfig: ", ">(collectionConfig: ",
{ "CollectionStrategyConfig",
"pluginId": "telemetry",
"scope": "common",
"docId": "kibTelemetryPluginApi",
"section": "def-common.CollectionStrategyConfig",
"text": "CollectionStrategyConfig"
},
"<T>) => void" "<T>) => void"
] ]
}, },
@ -320,10 +344,10 @@
"signature": [ "signature": [
"(optInStatus: boolean, config: ", "(optInStatus: boolean, config: ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsGetterConfig", "section": "def-server.StatsGetterConfig",
"text": "StatsGetterConfig" "text": "StatsGetterConfig"
}, },
") => Promise<string[] | { cluster_uuid: string; opt_in_status: boolean; }[]>" ") => Promise<string[] | { cluster_uuid: string; opt_in_status: boolean; }[]>"
@ -342,18 +366,18 @@
"signature": [ "signature": [
"(config: ", "(config: ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsGetterConfig", "section": "def-server.StatsGetterConfig",
"text": "StatsGetterConfig" "text": "StatsGetterConfig"
}, },
") => Promise<string[] | ", ") => Promise<string[] | ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.UsageStatsPayload", "section": "def-server.UsageStatsPayload",
"text": "UsageStatsPayload" "text": "UsageStatsPayload"
}, },
"[]>" "[]>"
@ -401,10 +425,10 @@
"signature": [ "signature": [
"(optInStatus: boolean, config: ", "(optInStatus: boolean, config: ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsGetterConfig", "section": "def-server.StatsGetterConfig",
"text": "StatsGetterConfig" "text": "StatsGetterConfig"
}, },
") => Promise<string[] | { cluster_uuid: string; opt_in_status: boolean; }[]>" ") => Promise<string[] | { cluster_uuid: string; opt_in_status: boolean; }[]>"
@ -423,18 +447,18 @@
"signature": [ "signature": [
"(config: ", "(config: ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.StatsGetterConfig", "section": "def-server.StatsGetterConfig",
"text": "StatsGetterConfig" "text": "StatsGetterConfig"
}, },
") => Promise<string[] | ", ") => Promise<string[] | ",
{ {
"pluginId": "telemetry", "pluginId": "telemetryCollectionManager",
"scope": "common", "scope": "server",
"docId": "kibTelemetryPluginApi", "docId": "kibTelemetryCollectionManagerPluginApi",
"section": "def-common.UsageStatsPayload", "section": "def-server.UsageStatsPayload",
"text": "UsageStatsPayload" "text": "UsageStatsPayload"
}, },
"[]>" "[]>"

View file

@ -11,7 +11,13 @@
"\nReact component for displaying the example data associated with the Telemetry opt-in banner." "\nReact component for displaying the example data associated with the Telemetry opt-in banner."
], ],
"signature": [ "signature": [
"OptInExampleFlyout", {
"pluginId": "telemetryManagementSection",
"scope": "public",
"docId": "kibTelemetryManagementSectionPluginApi",
"section": "def-public.OptInExampleFlyout",
"text": "OptInExampleFlyout"
},
" extends React.PureComponent<Props, State, any>" " extends React.PureComponent<Props, State, any>"
], ],
"children": [ "children": [
@ -123,6 +129,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.OptInExampleFlyout.renderBody.$1",
"type": "Object", "type": "Object",
"label": "{ data, isLoading, hasPrivilegeToRead }", "label": "{ data, isLoading, hasPrivilegeToRead }",
"isRequired": true, "isRequired": true,

119
api_docs/timelines.json Normal file
View file

@ -0,0 +1,119 @@
{
"id": "timelines",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.TimelinesPluginSetup",
"type": "Interface",
"label": "TimelinesPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.TimelinesPluginSetup.getTimeline",
"type": "Function",
"label": "getTimeline",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/public/types.ts",
"lineNumber": 4
},
"signature": [
"((props: ",
"TimelineProps",
") => React.ReactElement<",
"TimelineProps",
", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/timelines/public/types.ts",
"lineNumber": 3
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-server.TimelinesPluginSetup",
"type": "Interface",
"label": "TimelinesPluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/timelines/server/types.ts",
"lineNumber": 2
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.TimelinesPluginStart",
"type": "Interface",
"label": "TimelinesPluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/timelines/server/types.ts",
"lineNumber": 4
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-common.PLUGIN_ID",
"type": "string",
"label": "PLUGIN_ID",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/common/index.ts",
"lineNumber": 1
},
"signature": [
"\"timelines\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_NAME",
"type": "string",
"label": "PLUGIN_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/common/index.ts",
"lineNumber": 2
},
"signature": [
"\"timelines\""
],
"initialIsOpen": false
}
],
"objects": []
}
}

31
api_docs/timelines.mdx Normal file
View file

@ -0,0 +1,31 @@
---
id: kibTimelinesPluginApi
slug: /kibana-dev-docs/timelinesPluginApi
title: timelines
image: https://source.unsplash.com/400x175/?github
summary: API docs for the timelines plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines']
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.
---
import timelinesObj from './timelines.json';
## Client
### Setup
<DocDefinitionList data={[timelinesObj.client.setup]}/>
## Server
### Setup
<DocDefinitionList data={[timelinesObj.server.setup]}/>
### Start
<DocDefinitionList data={[timelinesObj.server.start]}/>
## Common
### Consts, variables and types
<DocDefinitionList data={timelinesObj.common.misc}/>

View file

@ -84,6 +84,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Plugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -104,6 +105,7 @@
} }
}, },
{ {
"id": "def-public.Plugin.setup.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
@ -363,6 +365,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getFields.$1",
"type": "Object", "type": "Object",
"label": "http", "label": "http",
"isRequired": true, "isRequired": true,
@ -382,6 +385,7 @@
} }
}, },
{ {
"id": "def-public.getFields.$2",
"type": "Array", "type": "Array",
"label": "indexes", "label": "indexes",
"isRequired": true, "isRequired": true,
@ -421,6 +425,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getIndexOptions.$1",
"type": "Object", "type": "Object",
"label": "http", "label": "http",
"isRequired": true, "isRequired": true,
@ -440,6 +445,7 @@
} }
}, },
{ {
"id": "def-public.getIndexOptions.$2",
"type": "string", "type": "string",
"label": "pattern", "label": "pattern",
"isRequired": true, "isRequired": true,
@ -453,6 +459,7 @@
} }
}, },
{ {
"id": "def-public.getIndexOptions.$3",
"type": "Array", "type": "Array",
"label": "indexPatternsParam", "label": "indexPatternsParam",
"isRequired": true, "isRequired": true,
@ -567,6 +574,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getTimeFieldOptions.$1",
"type": "Array", "type": "Array",
"label": "fields", "label": "fields",
"isRequired": true, "isRequired": true,
@ -598,6 +606,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getTimeOptions.$1",
"type": "number", "type": "number",
"label": "unitSize", "label": "unitSize",
"isRequired": true, "isRequired": true,
@ -650,6 +659,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.getTimeUnitLabel.$1",
"type": "Enum", "type": "Enum",
"label": "timeUnit", "label": "timeUnit",
"isRequired": true, "isRequired": true,
@ -669,6 +679,7 @@
} }
}, },
{ {
"id": "def-public.getTimeUnitLabel.$2",
"type": "string", "type": "string",
"label": "timeValue", "label": "timeValue",
"isRequired": true, "isRequired": true,
@ -733,7 +744,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.loadActionTypes.{-http }", "id": "def-public.loadActionTypes.$1.http",
"type": "Object", "type": "Object",
"label": "{ http }", "label": "{ http }",
"tags": [], "tags": [],
@ -741,7 +752,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.loadActionTypes.{-http }.http", "id": "def-public.loadActionTypes.$1.http.http",
"type": "Object", "type": "Object",
"label": "http", "label": "http",
"description": [], "description": [],
@ -1039,13 +1050,7 @@
"lineNumber": 47 "lineNumber": 47
}, },
"signature": [ "signature": [
{ "SavedObjectAttributes"
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
}
] ]
} }
], ],
@ -1080,7 +1085,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 222 "lineNumber": 234
} }
}, },
{ {
@ -1091,7 +1096,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 223 "lineNumber": 235
} }
}, },
{ {
@ -1102,7 +1107,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 224 "lineNumber": 236
} }
}, },
{ {
@ -1113,7 +1118,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 225 "lineNumber": 237
}, },
"signature": [ "signature": [
"string | ((docLinks: ", "string | ((docLinks: ",
@ -1135,7 +1140,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 226 "lineNumber": 238
}, },
"signature": [ "signature": [
"(alertParams: Params) => ", "(alertParams: Params) => ",
@ -1156,7 +1161,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 227 "lineNumber": 239
}, },
"signature": [ "signature": [
"React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<", "React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<",
@ -1178,7 +1183,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 230 "lineNumber": 242
} }
}, },
{ {
@ -1189,7 +1194,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 231 "lineNumber": 243
}, },
"signature": [ "signature": [
"string | undefined" "string | undefined"
@ -1198,7 +1203,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 221 "lineNumber": 233
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1227,7 +1232,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 204 "lineNumber": 216
}, },
"signature": [ "signature": [
"Params" "Params"
@ -1241,7 +1246,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 205 "lineNumber": 217
} }
}, },
{ {
@ -1252,7 +1257,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 206 "lineNumber": 218
} }
}, },
{ {
@ -1263,7 +1268,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 207 "lineNumber": 219
}, },
"signature": [ "signature": [
"\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\""
@ -1277,7 +1282,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 208 "lineNumber": 220
}, },
"signature": [ "signature": [
"<Key extends keyof Params>(property: Key, value: Params[Key] | undefined) => void" "<Key extends keyof Params>(property: Key, value: Params[Key] | undefined) => void"
@ -1291,10 +1296,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 209 "lineNumber": 221
}, },
"signature": [ "signature": [
"<Prop extends \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">(key: Prop, value: Pick<", "<Prop extends \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">(key: Prop, value: Pick<",
{ {
"pluginId": "alerting", "pluginId": "alerting",
"scope": "common", "scope": "common",
@ -1302,7 +1307,7 @@
"section": "def-common.Alert", "section": "def-common.Alert",
"text": "Alert" "text": "Alert"
}, },
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"muteAll\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void" "<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void"
] ]
}, },
{ {
@ -1313,7 +1318,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 213 "lineNumber": 225
}, },
"signature": [ "signature": [
{ {
@ -1333,7 +1338,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 214 "lineNumber": 226
} }
}, },
{ {
@ -1344,7 +1349,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 215 "lineNumber": 227
}, },
"signature": [ "signature": [
{ {
@ -1365,7 +1370,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 216 "lineNumber": 228
}, },
"signature": [ "signature": [
"MetaData | undefined" "MetaData | undefined"
@ -1379,7 +1384,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 217 "lineNumber": 229
}, },
"signature": [ "signature": [
{ {
@ -1399,7 +1404,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 218 "lineNumber": 230
}, },
"signature": [ "signature": [
{ {
@ -1414,7 +1419,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 199 "lineNumber": 211
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1541,7 +1546,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 235 "lineNumber": 247
}, },
"signature": [ "signature": [
"any" "any"
@ -1550,7 +1555,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 234 "lineNumber": 246
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1748,21 +1753,9 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ "ActionTypeModel",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>>, \"get\" | \"register\" | \"list\" | \"has\">" "<unknown, unknown, any>>, \"get\" | \"register\" | \"list\" | \"has\">"
] ]
}, },
@ -1778,13 +1771,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ {
"pluginId": "triggersActionsUi", "pluginId": "triggersActionsUi",
@ -1874,7 +1861,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 116 "lineNumber": 128
}, },
"signature": [ "signature": [
"Record<string, any>" "Record<string, any>"
@ -1883,7 +1870,7 @@
], ],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 115 "lineNumber": 127
}, },
"initialIsOpen": false "initialIsOpen": false
} }
@ -1909,7 +1896,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 67 "lineNumber": 79
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1947,7 +1934,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 148 "lineNumber": 160
}, },
"signature": [ "signature": [
"PreConfiguredActionConnector", "PreConfiguredActionConnector",
@ -1995,7 +1982,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 52 "lineNumber": 64
}, },
"signature": [ "signature": [
"{ get: (id: string) => ActionTypeModel<ActionConnector, ActionParams, any>; register: (objectType: ActionTypeModel<ActionConnector, ActionParams, any>) => void; list: () => ActionTypeModel<ActionConnector, ActionParams, any>[]; has: (id: string) => boolean; }" "{ get: (id: string) => ActionTypeModel<ActionConnector, ActionParams, any>; register: (objectType: ActionTypeModel<ActionConnector, ActionParams, any>) => void; list: () => ActionTypeModel<ActionConnector, ActionParams, any>[]; has: (id: string) => boolean; }"
@ -2010,7 +1997,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 166 "lineNumber": 178
}, },
"signature": [ "signature": [
"AsActionVariables<\"params\" | \"state\"> & Partial<AsActionVariables<\"context\">>" "AsActionVariables<\"params\" | \"state\"> & Partial<AsActionVariables<\"context\">>"
@ -2025,10 +2012,10 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 34 "lineNumber": 40
}, },
"signature": [ "signature": [
"{ enabled: boolean; id: string; name: string; params: Record<string, unknown>; actions: AlertAction[]; muteAll: boolean; tags: string[]; alertTypeId: string; consumer: string; schedule: ", "{ enabled: boolean; id: string; name: string; params: Record<string, unknown>; actions: AlertAction[]; tags: string[]; muteAll: boolean; alertTypeId: string; consumer: string; schedule: ",
{ {
"pluginId": "alerting", "pluginId": "alerting",
"scope": "common", "scope": "common",
@ -2071,7 +2058,7 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts", "path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"lineNumber": 56 "lineNumber": 68
}, },
"signature": [ "signature": [
"{ get: (id: string) => AlertTypeModel<Record<string, unknown>>; register: (objectType: AlertTypeModel<Record<string, unknown>>) => void; list: () => AlertTypeModel<Record<string, unknown>>[]; has: (id: string) => boolean; }" "{ get: (id: string) => AlertTypeModel<Record<string, unknown>>; register: (objectType: AlertTypeModel<Record<string, unknown>>) => void; list: () => AlertTypeModel<Record<string, unknown>>[]; has: (id: string) => boolean; }"
@ -2505,13 +2492,13 @@
"tags": [], "tags": [],
"children": [ "children": [
{ {
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN]", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN].text", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.text",
"type": "string", "type": "string",
"label": "text", "label": "text",
"description": [], "description": [],
@ -2522,7 +2509,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN].value", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.value",
"type": "Enum", "type": "Enum",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2542,7 +2529,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN].requiredValues", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.requiredValues",
"type": "number", "type": "number",
"label": "requiredValues", "label": "requiredValues",
"description": [], "description": [],
@ -2560,13 +2547,13 @@
} }
}, },
{ {
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN_OR_EQUALS]", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN_OR_EQUALS].text", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.text",
"type": "string", "type": "string",
"label": "text", "label": "text",
"description": [], "description": [],
@ -2577,7 +2564,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN_OR_EQUALS].value", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.value",
"type": "Enum", "type": "Enum",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2597,7 +2584,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.GREATER_THAN_OR_EQUALS].requiredValues", "id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.requiredValues",
"type": "number", "type": "number",
"label": "requiredValues", "label": "requiredValues",
"description": [], "description": [],
@ -2615,13 +2602,13 @@
} }
}, },
{ {
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN]", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN].text", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.text",
"type": "string", "type": "string",
"label": "text", "label": "text",
"description": [], "description": [],
@ -2632,7 +2619,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN].value", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.value",
"type": "Enum", "type": "Enum",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2652,7 +2639,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN].requiredValues", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.requiredValues",
"type": "number", "type": "number",
"label": "requiredValues", "label": "requiredValues",
"description": [], "description": [],
@ -2670,13 +2657,13 @@
} }
}, },
{ {
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN_OR_EQUALS]", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN_OR_EQUALS].text", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.text",
"type": "string", "type": "string",
"label": "text", "label": "text",
"description": [], "description": [],
@ -2687,7 +2674,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN_OR_EQUALS].value", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.value",
"type": "Enum", "type": "Enum",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2707,7 +2694,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.LESS_THAN_OR_EQUALS].requiredValues", "id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.requiredValues",
"type": "number", "type": "number",
"label": "requiredValues", "label": "requiredValues",
"description": [], "description": [],
@ -2725,13 +2712,13 @@
} }
}, },
{ {
"id": "def-public.builtInComparators.[COMPARATORS.BETWEEN]", "id": "def-public.builtInComparators.COMPARATORS.BETWEEN",
"type": "Object", "type": "Object",
"tags": [], "tags": [],
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.BETWEEN].text", "id": "def-public.builtInComparators.COMPARATORS.BETWEEN.text",
"type": "string", "type": "string",
"label": "text", "label": "text",
"description": [], "description": [],
@ -2742,7 +2729,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.BETWEEN].value", "id": "def-public.builtInComparators.COMPARATORS.BETWEEN.value",
"type": "Enum", "type": "Enum",
"label": "value", "label": "value",
"description": [], "description": [],
@ -2762,7 +2749,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.builtInComparators.[COMPARATORS.BETWEEN].requiredValues", "id": "def-public.builtInComparators.COMPARATORS.BETWEEN.requiredValues",
"type": "number", "type": "number",
"label": "requiredValues", "label": "requiredValues",
"description": [], "description": [],
@ -2983,21 +2970,9 @@
"lineNumber": 42 "lineNumber": 42
}, },
"signature": [ "signature": [
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ "ActionTypeModel",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<any, any, any>>" "<any, any, any>>"
] ]
}, },
@ -3012,13 +2987,7 @@
"lineNumber": 43 "lineNumber": 43
}, },
"signature": [ "signature": [
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ {
"pluginId": "triggersActionsUi", "pluginId": "triggersActionsUi",
@ -3056,21 +3025,9 @@
"lineNumber": 47 "lineNumber": 47
}, },
"signature": [ "signature": [
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ "ActionTypeModel",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<any, any, any>>" "<any, any, any>>"
] ]
}, },
@ -3085,13 +3042,7 @@
"lineNumber": 48 "lineNumber": 48
}, },
"signature": [ "signature": [
{ "TypeRegistry",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TypeRegistry",
"text": "TypeRegistry"
},
"<", "<",
{ {
"pluginId": "triggersActionsUi", "pluginId": "triggersActionsUi",
@ -3115,21 +3066,9 @@
}, },
"signature": [ "signature": [
"(props: Pick<", "(props: Pick<",
{ "ConnectorAddFlyoutProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ConnectorAddFlyoutProps",
"text": "ConnectorAddFlyoutProps"
},
", \"onClose\" | \"consumer\" | \"actionTypes\" | \"onTestConnector\" | \"reloadConnectors\">) => React.ReactElement<", ", \"onClose\" | \"consumer\" | \"actionTypes\" | \"onTestConnector\" | \"reloadConnectors\">) => React.ReactElement<",
{ "ConnectorAddFlyoutProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ConnectorAddFlyoutProps",
"text": "ConnectorAddFlyoutProps"
},
", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>" ", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
] ]
}, },
@ -3145,21 +3084,9 @@
}, },
"signature": [ "signature": [
"(props: Pick<", "(props: Pick<",
{ "ConnectorEditFlyoutProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ConnectorEditFlyoutProps",
"text": "ConnectorEditFlyoutProps"
},
", \"onClose\" | \"consumer\" | \"reloadConnectors\" | \"initialConnector\" | \"tab\">) => React.ReactElement<", ", \"onClose\" | \"consumer\" | \"reloadConnectors\" | \"initialConnector\" | \"tab\">) => React.ReactElement<",
{ "ConnectorEditFlyoutProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ConnectorEditFlyoutProps",
"text": "ConnectorEditFlyoutProps"
},
", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>" ", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
] ]
}, },
@ -3175,21 +3102,9 @@
}, },
"signature": [ "signature": [
"(props: Pick<", "(props: Pick<",
{ "AlertAddProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertAddProps",
"text": "AlertAddProps"
},
"<Record<string, any>>, \"onClose\" | \"metadata\" | \"onSave\" | \"alertTypeId\" | \"consumer\" | \"canChangeTrigger\" | \"initialValues\" | \"reloadAlerts\">) => React.ReactElement<", "<Record<string, any>>, \"onClose\" | \"metadata\" | \"onSave\" | \"alertTypeId\" | \"consumer\" | \"canChangeTrigger\" | \"initialValues\" | \"reloadAlerts\">) => React.ReactElement<",
{ "AlertAddProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertAddProps",
"text": "AlertAddProps"
},
"<Record<string, any>>, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>" "<Record<string, any>>, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
] ]
}, },
@ -3205,21 +3120,9 @@
}, },
"signature": [ "signature": [
"(props: Pick<", "(props: Pick<",
{ "AlertEditProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertEditProps",
"text": "AlertEditProps"
},
"<Record<string, any>>, \"onClose\" | \"metadata\" | \"onSave\" | \"reloadAlerts\" | \"initialAlert\">) => React.ReactElement<", "<Record<string, any>>, \"onClose\" | \"metadata\" | \"onSave\" | \"reloadAlerts\" | \"initialAlert\">) => React.ReactElement<",
{ "AlertEditProps",
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertEditProps",
"text": "AlertEditProps"
},
"<Record<string, any>>, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>" "<Record<string, any>>, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
] ]
} }
@ -3245,6 +3148,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.validateCoreQueryBody.$1",
"type": "Unknown", "type": "Unknown",
"label": "anyParams", "label": "anyParams",
"isRequired": true, "isRequired": true,
@ -3276,6 +3180,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.validateTimeWindowUnits.$1",
"type": "string", "type": "string",
"label": "timeWindowUnit", "label": "timeWindowUnit",
"isRequired": true, "isRequired": true,
@ -3565,13 +3470,7 @@
}, },
"signature": [ "signature": [
"{ timeSeriesQuery: typeof ", "{ timeSeriesQuery: typeof ",
{ "timeSeriesQuery",
"pluginId": "triggersActionsUi",
"scope": "server",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-server.timeSeriesQuery",
"text": "timeSeriesQuery"
},
"; }" "; }"
] ]
} }

View file

@ -71,13 +71,7 @@
"lineNumber": 27 "lineNumber": 27
}, },
"signature": [ "signature": [
{ "UiActionsExecutionService"
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.UiActionsExecutionService",
"text": "UiActionsExecutionService"
}
] ]
}, },
{ {
@ -91,13 +85,7 @@
"lineNumber": 28 "lineNumber": 28
}, },
"signature": [ "signature": [
{ "TriggerRegistry"
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.TriggerRegistry",
"text": "TriggerRegistry"
}
] ]
}, },
{ {
@ -111,13 +99,7 @@
"lineNumber": 29 "lineNumber": 29
}, },
"signature": [ "signature": [
{ "ActionRegistry"
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionRegistry",
"text": "ActionRegistry"
}
] ]
}, },
{ {
@ -131,13 +113,7 @@
"lineNumber": 30 "lineNumber": 30
}, },
"signature": [ "signature": [
{ "TriggerToActionsRegistry"
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.TriggerToActionsRegistry",
"text": "TriggerToActionsRegistry"
}
] ]
}, },
{ {
@ -150,6 +126,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "{\n triggers = new Map(),\n actions = new Map(),\n triggerToActions = new Map(),\n }", "label": "{\n triggers = new Map(),\n actions = new Map(),\n triggerToActions = new Map(),\n }",
"isRequired": true, "isRequired": true,
@ -181,6 +158,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.registerTrigger.$1",
"type": "Object", "type": "Object",
"label": "trigger", "label": "trigger",
"isRequired": true, "isRequired": true,
@ -225,6 +203,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.getTrigger.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -240,13 +219,7 @@
], ],
"signature": [ "signature": [
"(triggerId: string) => ", "(triggerId: string) => ",
{ "TriggerContract",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.TriggerContract",
"text": "TriggerContract"
},
"<object>" "<object>"
], ],
"description": [], "description": [],
@ -263,6 +236,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.registerAction.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "definition", "label": "definition",
"isRequired": true, "isRequired": true,
@ -294,13 +268,7 @@
"text": "Action" "text": "Action"
}, },
"<", "<",
{ "ActionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionContext",
"text": "ActionContext"
},
"<A>>" "<A>>"
], ],
"description": [], "description": [],
@ -317,6 +285,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.unregisterAction.$1",
"type": "string", "type": "string",
"label": "actionId", "label": "actionId",
"isRequired": true, "isRequired": true,
@ -347,6 +316,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.hasAction.$1",
"type": "string", "type": "string",
"label": "actionId", "label": "actionId",
"isRequired": true, "isRequired": true,
@ -377,6 +347,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.attachAction.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -390,6 +361,7 @@
} }
}, },
{ {
"id": "def-public.UiActionsService.attachAction.$2",
"type": "string", "type": "string",
"label": "actionId", "label": "actionId",
"isRequired": true, "isRequired": true,
@ -420,6 +392,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.detachAction.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -433,6 +406,7 @@
} }
}, },
{ {
"id": "def-public.UiActionsService.detachAction.$2",
"type": "string", "type": "string",
"label": "actionId", "label": "actionId",
"isRequired": true, "isRequired": true,
@ -463,6 +437,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.addTriggerAction.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -476,6 +451,7 @@
} }
}, },
{ {
"id": "def-public.UiActionsService.addTriggerAction.$2",
"type": "Object", "type": "Object",
"label": "action", "label": "action",
"isRequired": true, "isRequired": true,
@ -523,6 +499,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.getAction.$1",
"type": "string", "type": "string",
"label": "id", "label": "id",
"isRequired": true, "isRequired": true,
@ -554,13 +531,7 @@
"text": "Action" "text": "Action"
}, },
"<", "<",
{ "ActionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionContext",
"text": "ActionContext"
},
"<T>>" "<T>>"
], ],
"description": [], "description": [],
@ -577,6 +548,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.getTriggerActions.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -615,6 +587,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.getTriggerCompatibleActions.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -628,6 +601,7 @@
} }
}, },
{ {
"id": "def-public.UiActionsService.getTriggerCompatibleActions.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -666,6 +640,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UiActionsService.executeTriggerActions.$1",
"type": "string", "type": "string",
"label": "triggerId", "label": "triggerId",
"isRequired": true, "isRequired": true,
@ -679,6 +654,7 @@
} }
}, },
{ {
"id": "def-public.UiActionsService.executeTriggerActions.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -774,17 +750,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.buildContextMenuForActions.$1",
"type": "Object", "type": "Object",
"label": "{\n actions,\n title = defaultTitle,\n closeMenu = () => {},\n}", "label": "{\n actions,\n title = defaultTitle,\n closeMenu = () => {},\n}",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "BuildContextMenuParams"
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.BuildContextMenuParams",
"text": "BuildContextMenuParams"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -827,6 +798,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.createAction.$1",
"type": "Object", "type": "Object",
"label": "action", "label": "action",
"isRequired": true, "isRequired": true,
@ -952,6 +924,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.getIconType.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -999,6 +972,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.getDisplayName.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1077,6 +1051,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.isCompatible.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1124,6 +1099,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.execute.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1171,6 +1147,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.getHref.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1218,6 +1195,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Action.shouldAutoExecute.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1316,13 +1294,7 @@
"label": "isCompatible", "label": "isCompatible",
"signature": [ "signature": [
"((context: ", "((context: ",
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>) => Promise<boolean>) | undefined" "<Context>) => Promise<boolean>) | undefined"
], ],
"description": [ "description": [
@ -1330,17 +1302,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ActionDefinition.isCompatible.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>" "<Context>"
], ],
"description": [], "description": [],
@ -1363,13 +1330,7 @@
"label": "execute", "label": "execute",
"signature": [ "signature": [
"(context: ", "(context: ",
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>) => Promise<void>" "<Context>) => Promise<void>"
], ],
"description": [ "description": [
@ -1377,17 +1338,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ActionDefinition.execute.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>" "<Context>"
], ],
"description": [], "description": [],
@ -1410,13 +1366,7 @@
"label": "shouldAutoExecute", "label": "shouldAutoExecute",
"signature": [ "signature": [
"((context: ", "((context: ",
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>) => Promise<boolean>) | undefined" "<Context>) => Promise<boolean>) | undefined"
], ],
"description": [ "description": [
@ -1424,17 +1374,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ActionDefinition.shouldAutoExecute.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>" "<Context>"
], ],
"description": [], "description": [],
@ -1457,13 +1402,7 @@
"label": "getHref", "label": "getHref",
"signature": [ "signature": [
"((context: ", "((context: ",
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>) => Promise<string | undefined>) | undefined" "<Context>) => Promise<string | undefined>) | undefined"
], ],
"description": [ "description": [
@ -1471,17 +1410,12 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ActionDefinition.getHref.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ActionDefinitionContext",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinitionContext",
"text": "ActionDefinitionContext"
},
"<Context>" "<Context>"
], ],
"description": [], "description": [],
@ -1623,6 +1557,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Presentable.getIconType.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1655,6 +1590,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Presentable.getDisplayName.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1687,6 +1623,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Presentable.getDisplayNameTooltip.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1719,6 +1656,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Presentable.getHref.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1751,6 +1689,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.Presentable.isCompatible.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -1930,13 +1869,7 @@
"lineNumber": 17 "lineNumber": 17
}, },
"signature": [ "signature": [
{ "TriggerRegistry",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.TriggerRegistry",
"text": "TriggerRegistry"
},
" | undefined" " | undefined"
] ]
}, },
@ -1951,13 +1884,7 @@
"lineNumber": 18 "lineNumber": 18
}, },
"signature": [ "signature": [
{ "ActionRegistry",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionRegistry",
"text": "ActionRegistry"
},
" | undefined" " | undefined"
] ]
}, },
@ -1974,13 +1901,7 @@
"lineNumber": 23 "lineNumber": 23
}, },
"signature": [ "signature": [
{ "TriggerToActionsRegistry",
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.TriggerToActionsRegistry",
"text": "TriggerToActionsRegistry"
},
" | undefined" " | undefined"
] ]
} }

View file

@ -71,6 +71,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractActionStorage.read.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -109,6 +110,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractActionStorage.create.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": true, "isRequired": true,
@ -153,6 +155,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractActionStorage.update.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": true, "isRequired": true,
@ -189,6 +192,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AbstractActionStorage.remove.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -298,6 +302,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "def", "label": "def",
"isRequired": true, "isRequired": true,
@ -318,17 +323,12 @@
} }
}, },
{ {
"id": "def-public.ActionFactory.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "deps", "label": "deps",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "ActionFactoryDeps"
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.ActionFactoryDeps",
"text": "ActionFactoryDeps"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -549,6 +549,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.getIconType.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -579,6 +580,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.getDisplayName.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -609,6 +611,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.getDisplayNameTooltip.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -639,6 +642,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.isCompatible.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -703,6 +707,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.create.$1",
"type": "Object", "type": "Object",
"label": "serializedAction", "label": "serializedAction",
"isRequired": true, "isRequired": true,
@ -765,6 +770,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.telemetry.$1",
"type": "Object", "type": "Object",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
@ -784,6 +790,7 @@
} }
}, },
{ {
"id": "def-public.ActionFactory.telemetry.$2",
"type": "Object", "type": "Object",
"label": "telemetryData", "label": "telemetryData",
"isRequired": true, "isRequired": true,
@ -826,18 +833,13 @@
"text": "SerializedEvent" "text": "SerializedEvent"
}, },
"; references: ", "; references: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]; }" "[]; }"
], ],
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.extract.$1",
"type": "Object", "type": "Object",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
@ -878,13 +880,7 @@
"text": "SerializedEvent" "text": "SerializedEvent"
}, },
", references: ", ", references: ",
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]) => ", "[]) => ",
{ {
"pluginId": "uiActionsEnhanced", "pluginId": "uiActionsEnhanced",
@ -897,6 +893,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.ActionFactory.inject.$1",
"type": "Object", "type": "Object",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
@ -916,17 +913,12 @@
} }
}, },
{ {
"id": "def-public.ActionFactory.inject.$2",
"type": "Array", "type": "Array",
"label": "references", "label": "references",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "SavedObjectReference",
"pluginId": "core",
"scope": "common",
"docId": "kibCorePluginApi",
"section": "def-common.SavedObjectReference",
"text": "SavedObjectReference"
},
"[]" "[]"
], ],
"description": [], "description": [],
@ -1005,13 +997,7 @@
"signature": [ "signature": [
"BehaviorSubject", "BehaviorSubject",
"<", "<",
{ "ILicense",
"pluginId": "licensing",
"scope": "common",
"docId": "kibLicensingPluginApi",
"section": "def-common.ILicense",
"text": "ILicense"
},
" | undefined>" " | undefined>"
] ]
}, },
@ -1025,6 +1011,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AdvancedUiActionsPublicPlugin.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "initializerContext", "label": "initializerContext",
"isRequired": true, "isRequired": true,
@ -1066,13 +1053,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartDependencies",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.StartDependencies",
"text": "StartDependencies"
},
", unknown>, { embeddable, uiActions, licensing }: SetupDependencies) => ", ", unknown>, { embeddable, uiActions, licensing }: SetupDependencies) => ",
{ {
"pluginId": "uiActionsEnhanced", "pluginId": "uiActionsEnhanced",
@ -1085,6 +1066,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AdvancedUiActionsPublicPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1097,13 +1079,7 @@
"text": "CoreSetup" "text": "CoreSetup"
}, },
"<", "<",
{ "StartDependencies",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.StartDependencies",
"text": "StartDependencies"
},
", unknown>" ", unknown>"
], ],
"description": [], "description": [],
@ -1113,6 +1089,7 @@
} }
}, },
{ {
"id": "def-public.AdvancedUiActionsPublicPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "{ embeddable, uiActions, licensing }", "label": "{ embeddable, uiActions, licensing }",
"isRequired": true, "isRequired": true,
@ -1147,13 +1124,7 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { uiActions, licensing }: ", ", { uiActions, licensing }: ",
{ "StartDependencies",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.StartDependencies",
"text": "StartDependencies"
},
") => ", ") => ",
{ {
"pluginId": "uiActionsEnhanced", "pluginId": "uiActionsEnhanced",
@ -1166,6 +1137,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.AdvancedUiActionsPublicPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -1185,17 +1157,12 @@
} }
}, },
{ {
"id": "def-public.AdvancedUiActionsPublicPlugin.start.$2",
"type": "Object", "type": "Object",
"label": "{ uiActions, licensing }", "label": "{ uiActions, licensing }",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "StartDependencies"
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.StartDependencies",
"text": "StartDependencies"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -1273,29 +1240,11 @@
"text": "ReduxLikeStateContainer" "text": "ReduxLikeStateContainer"
}, },
"<", "<",
{ "State",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.State",
"text": "State"
},
", ", ", ",
{ "Transitions",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.Transitions",
"text": "Transitions"
},
", ", ", ",
{ "Selectors",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.Selectors",
"text": "Selectors"
},
">" ">"
] ]
}, },
@ -1309,6 +1258,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "params", "label": "params",
"isRequired": true, "isRequired": true,
@ -1352,6 +1302,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.getEvent.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -1384,6 +1335,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.generateActionId.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -1422,6 +1374,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.reviveAction.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": true, "isRequired": true,
@ -1466,6 +1419,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.killAction.$1",
"type": "Object", "type": "Object",
"label": "{ eventId, triggers }", "label": "{ eventId, triggers }",
"isRequired": true, "isRequired": true,
@ -1513,13 +1467,7 @@
"text": "StateContainer" "text": "StateContainer"
}, },
"<", "<",
{ "State",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.State",
"text": "State"
},
", object, {}>" ", object, {}>"
] ]
}, },
@ -1587,6 +1535,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.createEvent.$1",
"type": "Object", "type": "Object",
"label": "action", "label": "action",
"isRequired": true, "isRequired": true,
@ -1617,6 +1566,7 @@
} }
}, },
{ {
"id": "def-public.DynamicActionManager.createEvent.$2",
"type": "Array", "type": "Array",
"label": "triggers", "label": "triggers",
"isRequired": true, "isRequired": true,
@ -1667,6 +1617,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.updateEvent.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -1682,6 +1633,7 @@
} }
}, },
{ {
"id": "def-public.DynamicActionManager.updateEvent.$2",
"type": "Object", "type": "Object",
"label": "action", "label": "action",
"isRequired": true, "isRequired": true,
@ -1712,6 +1664,7 @@
} }
}, },
{ {
"id": "def-public.DynamicActionManager.updateEvent.$3",
"type": "Array", "type": "Array",
"label": "triggers", "label": "triggers",
"isRequired": true, "isRequired": true,
@ -1746,6 +1699,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.deleteEvent.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -1780,6 +1734,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DynamicActionManager.deleteEvents.$1",
"type": "Array", "type": "Array",
"label": "eventIds", "label": "eventIds",
"isRequired": true, "isRequired": true,
@ -1845,6 +1800,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.MemoryActionStorage.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "events", "label": "events",
"isRequired": true, "isRequired": true,
@ -1923,6 +1879,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.MemoryActionStorage.create.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": true, "isRequired": true,
@ -1967,6 +1924,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.MemoryActionStorage.update.$1",
"type": "Object", "type": "Object",
"label": "event", "label": "event",
"isRequired": true, "isRequired": true,
@ -2003,6 +1961,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.MemoryActionStorage.remove.$1",
"type": "string", "type": "string",
"label": "eventId", "label": "eventId",
"isRequired": true, "isRequired": true,
@ -2037,18 +1996,13 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.ActionWizard.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "{\n currentActionFactory,\n actionFactories,\n onActionFactoryChange,\n onConfigChange,\n config,\n context,\n onSelectedTriggersChange,\n getTriggerInfo,\n triggers,\n triggerPickerDocsLink,\n}", "label": "{\n currentActionFactory,\n actionFactories,\n onActionFactoryChange,\n onConfigChange,\n config,\n context,\n onSelectedTriggersChange,\n getTriggerInfo,\n triggers,\n triggerPickerDocsLink,\n}",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"React.PropsWithChildren<", "React.PropsWithChildren<",
{ "ActionWizardProps",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.ActionWizardProps",
"text": "ActionWizardProps"
},
"<", "<",
{ {
"pluginId": "uiActionsEnhanced", "pluginId": "uiActionsEnhanced",
@ -2099,6 +2053,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.compile.$1",
"type": "string", "type": "string",
"label": "urlTemplate", "label": "urlTemplate",
"isRequired": true, "isRequired": true,
@ -2112,6 +2067,7 @@
} }
}, },
{ {
"id": "def-public.compile.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -2125,6 +2081,7 @@
} }
}, },
{ {
"id": "def-public.compile.$3",
"type": "boolean", "type": "boolean",
"label": "doEncode", "label": "doEncode",
"isRequired": true, "isRequired": true,
@ -2163,6 +2120,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.globalScopeProvider.$1",
"type": "Object", "type": "Object",
"label": "{\n core,\n}", "label": "{\n core,\n}",
"isRequired": true, "isRequired": true,
@ -2189,18 +2147,13 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.UrlDrilldownCollectConfig.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"React.PropsWithChildren<", "React.PropsWithChildren<",
{ "UrlDrilldownCollectConfigProps",
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.UrlDrilldownCollectConfigProps",
"text": "UrlDrilldownCollectConfigProps"
},
">" ">"
], ],
"description": [], "description": [],
@ -2235,6 +2188,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.validateUrl.$1",
"type": "string", "type": "string",
"label": "url", "label": "url",
"isRequired": true, "isRequired": true,
@ -2274,6 +2228,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.validateUrlTemplate.$1",
"type": "Object", "type": "Object",
"label": "urlTemplate", "label": "urlTemplate",
"isRequired": true, "isRequired": true,
@ -2287,6 +2242,7 @@
} }
}, },
{ {
"id": "def-public.validateUrlTemplate.$2",
"type": "Object", "type": "Object",
"label": "scope", "label": "scope",
"isRequired": true, "isRequired": true,
@ -2456,6 +2412,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.ActionFactoryDefinition.create.$1",
"type": "Object", "type": "Object",
"label": "serializedAction", "label": "serializedAction",
"isRequired": true, "isRequired": true,
@ -2764,6 +2721,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DrilldownDefinition.isCompatible.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2777,6 +2735,7 @@
} }
}, },
{ {
"id": "def-public.DrilldownDefinition.isCompatible.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -2825,6 +2784,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DrilldownDefinition.execute.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2840,6 +2800,7 @@
} }
}, },
{ {
"id": "def-public.DrilldownDefinition.execute.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -2890,6 +2851,7 @@
], ],
"children": [ "children": [
{ {
"id": "def-public.DrilldownDefinition.getHref.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "config", "label": "config",
"isRequired": true, "isRequired": true,
@ -2903,6 +2865,7 @@
} }
}, },
{ {
"id": "def-public.DrilldownDefinition.getHref.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "context", "label": "context",
"isRequired": true, "isRequired": true,
@ -2974,13 +2937,7 @@
"lineNumber": 33 "lineNumber": 33
}, },
"signature": [ "signature": [
{ "ActionStorage"
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.ActionStorage",
"text": "ActionStorage"
}
] ]
}, },
{ {
@ -3370,13 +3327,7 @@
"lineNumber": 26 "lineNumber": 26
}, },
"signature": [ "signature": [
{ "ActionFactoryRegistry"
"pluginId": "uiActionsEnhanced",
"scope": "server",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-server.ActionFactoryRegistry",
"text": "ActionFactoryRegistry"
}
] ]
}, },
{ {
@ -3429,6 +3380,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.AdvancedUiActionsServerPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -3449,6 +3401,7 @@
} }
}, },
{ {
"id": "def-server.AdvancedUiActionsServerPlugin.setup.$2",
"type": "Object", "type": "Object",
"label": "{ embeddable }", "label": "{ embeddable }",
"isRequired": true, "isRequired": true,
@ -3506,6 +3459,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.AdvancedUiActionsServerPlugin.registerActionFactory.$1",
"type": "Object", "type": "Object",
"label": "definition", "label": "definition",
"isRequired": true, "isRequired": true,

View file

@ -16,17 +16,12 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-server.initServerWithKibana.$1",
"type": "Object", "type": "Object",
"label": "server", "label": "server",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "UptimeCoreSetup"
"pluginId": "uptime",
"scope": "server",
"docId": "kibUptimePluginApi",
"section": "def-server.UptimeCoreSetup",
"text": "UptimeCoreSetup"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -35,17 +30,12 @@
} }
}, },
{ {
"id": "def-server.initServerWithKibana.$2",
"type": "Object", "type": "Object",
"label": "plugins", "label": "plugins",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
{ "UptimeCorePlugins"
"pluginId": "uptime",
"scope": "server",
"docId": "kibUptimePluginApi",
"section": "def-server.UptimeCorePlugins",
"text": "UptimeCorePlugins"
}
], ],
"description": [], "description": [],
"source": { "source": {
@ -103,13 +93,7 @@
}, },
"signature": [ "signature": [
"(options: ", "(options: ",
{ "KibanaRouteOptions",
"pluginId": "uptime",
"scope": "server",
"docId": "kibUptimePluginApi",
"section": "def-server.KibanaRouteOptions",
"text": "KibanaRouteOptions"
},
") => void" ") => void"
] ]
} }

View file

@ -35,6 +35,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlForwardingPlugin.setup.$1",
"type": "Object", "type": "Object",
"label": "core", "label": "core",
"isRequired": true, "isRequired": true,
@ -84,13 +85,7 @@
"text": "CoreStart" "text": "CoreStart"
}, },
", { kibanaLegacy }: { kibanaLegacy: { dashboardConfig: ", ", { kibanaLegacy }: { kibanaLegacy: { dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }; }) => { navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }; }) => { navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ",
{ {
"pluginId": "urlForwarding", "pluginId": "urlForwarding",
@ -104,6 +99,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.UrlForwardingPlugin.start.$1",
"type": "Object", "type": "Object",
"label": "{ application, http: { basePath }, uiSettings }", "label": "{ application, http: { basePath }, uiSettings }",
"isRequired": true, "isRequired": true,
@ -123,7 +119,7 @@
} }
}, },
{ {
"id": "def-public.UrlForwardingPlugin.start.{-kibanaLegacy }", "id": "def-public.UrlForwardingPlugin.start.$2.kibanaLegacy",
"type": "Object", "type": "Object",
"label": "{ kibanaLegacy }", "label": "{ kibanaLegacy }",
"tags": [], "tags": [],
@ -131,7 +127,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.UrlForwardingPlugin.start.{-kibanaLegacy }.kibanaLegacy", "id": "def-public.UrlForwardingPlugin.start.$2.kibanaLegacy.kibanaLegacy",
"type": "Object", "type": "Object",
"label": "kibanaLegacy", "label": "kibanaLegacy",
"description": [], "description": [],
@ -141,13 +137,7 @@
}, },
"signature": [ "signature": [
"{ dashboardConfig: ", "{ dashboardConfig: ",
{ "DashboardConfig",
"pluginId": "kibanaLegacy",
"scope": "public",
"docId": "kibKibanaLegacyPluginApi",
"section": "def-public.DashboardConfig",
"text": "DashboardConfig"
},
"; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }" "; loadFontAwesome: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
] ]
} }

View file

@ -8,18 +8,13 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.TrackApplicationView.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "props", "label": "props",
"isRequired": true, "isRequired": true,
"signature": [ "signature": [
"React.PropsWithChildren<", "React.PropsWithChildren<",
{ "TrackApplicationViewProps",
"pluginId": "usageCollection",
"scope": "public",
"docId": "kibUsageCollectionPluginApi",
"section": "def-public.TrackApplicationViewProps",
"text": "TrackApplicationViewProps"
},
">" ">"
], ],
"description": [], "description": [],
@ -177,13 +172,7 @@
"lineNumber": 144 "lineNumber": 144
}, },
"signature": [ "signature": [
{ "CollectorOptionsFetchExtendedContext",
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<any>" "<any>"
] ]
}, },
@ -223,13 +212,7 @@
"lineNumber": 147 "lineNumber": 147
}, },
"signature": [ "signature": [
{ "CollectorFetchMethod",
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorFetchMethod",
"text": "CollectorFetchMethod"
},
"<any, TFetchReturn, ExtraOptions>" "<any, TFetchReturn, ExtraOptions>"
] ]
}, },
@ -257,6 +240,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-server.Collector.Unnamed.$1",
"type": "Object", "type": "Object",
"label": "log", "label": "log",
"isRequired": true, "isRequired": true,
@ -270,6 +254,7 @@
} }
}, },
{ {
"id": "def-server.Collector.Unnamed.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "{\n type,\n init,\n fetch,\n isReady,\n extendFetchContext = {},\n ...options\n }", "label": "{\n type,\n init,\n fetch,\n isReady,\n extendFetchContext = {},\n ...options\n }",
"isRequired": true, "isRequired": true,

View file

@ -10,10 +10,97 @@
}, },
"server": { "server": {
"classes": [], "classes": [],
"functions": [], "functions": [
{
"id": "def-server.isVisSeriesData",
"type": "Function",
"children": [
{
"id": "def-server.isVisSeriesData.$1",
"type": "CompoundType",
"label": "data",
"isRequired": true,
"signature": [
"TimeseriesVisData"
],
"description": [],
"source": {
"path": "src/plugins/vis_type_timeseries/common/types.ts",
"lineNumber": 74
}
}
],
"signature": [
"(data: ",
"TimeseriesVisData",
") => data is ",
"SeriesData"
],
"description": [],
"label": "isVisSeriesData",
"source": {
"path": "src/plugins/vis_type_timeseries/common/types.ts",
"lineNumber": 74
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-server.isVisTableData",
"type": "Function",
"children": [
{
"id": "def-server.isVisTableData.$1",
"type": "CompoundType",
"label": "data",
"isRequired": true,
"signature": [
"TimeseriesVisData"
],
"description": [],
"source": {
"path": "src/plugins/vis_type_timeseries/common/types.ts",
"lineNumber": 71
}
}
],
"signature": [
"(data: ",
"TimeseriesVisData",
") => data is TableData"
],
"description": [],
"label": "isVisTableData",
"source": {
"path": "src/plugins/vis_type_timeseries/common/types.ts",
"lineNumber": 71
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [], "interfaces": [],
"enums": [], "enums": [],
"misc": [], "misc": [
{
"id": "def-server.TimeseriesVisData",
"type": "Type",
"label": "TimeseriesVisData",
"tags": [],
"description": [],
"source": {
"path": "src/plugins/vis_type_timeseries/common/types.ts",
"lineNumber": 36
},
"signature": [
"SeriesData",
" | TableData"
],
"initialIsOpen": false
}
],
"objects": [], "objects": [],
"setup": { "setup": {
"id": "def-server.VisTypeTimeseriesSetup", "id": "def-server.VisTypeTimeseriesSetup",
@ -30,17 +117,11 @@
"description": [], "description": [],
"source": { "source": {
"path": "src/plugins/vis_type_timeseries/server/plugin.ts", "path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 53 "lineNumber": 55
}, },
"signature": [ "signature": [
"(requestContext: ", "(requestContext: ",
{ "DataRequestHandlerContext",
"pluginId": "data",
"scope": "server",
"docId": "kibDataSearchPluginApi",
"section": "def-server.DataRequestHandlerContext",
"text": "DataRequestHandlerContext"
},
", fakeRequest: ", ", fakeRequest: ",
{ {
"pluginId": "core", "pluginId": "core",
@ -50,20 +131,14 @@
"text": "KibanaRequest" "text": "KibanaRequest"
}, },
"<unknown, unknown, unknown, any>, options: any) => Promise<", "<unknown, unknown, unknown, any>, options: any) => Promise<",
{ "TimeseriesVisData",
"pluginId": "visTypeTimeseries",
"scope": "common",
"docId": "kibVisTypeTimeseriesPluginApi",
"section": "def-common.TimeseriesVisData",
"text": "TimeseriesVisData"
},
">" ">"
] ]
} }
], ],
"source": { "source": {
"path": "src/plugins/vis_type_timeseries/server/plugin.ts", "path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 52 "lineNumber": 54
}, },
"lifecycle": "setup", "lifecycle": "setup",
"initialIsOpen": true "initialIsOpen": true

View file

@ -16,3 +16,9 @@ import visTypeTimeseriesObj from './vis_type_timeseries.json';
### Setup ### Setup
<DocDefinitionList data={[visTypeTimeseriesObj.server.setup]}/> <DocDefinitionList data={[visTypeTimeseriesObj.server.setup]}/>
### Functions
<DocDefinitionList data={visTypeTimeseriesObj.server.functions}/>
### Consts, variables and types
<DocDefinitionList data={visTypeTimeseriesObj.server.misc}/>

View file

@ -30,6 +30,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.Unnamed.$1",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -43,6 +44,7 @@
} }
}, },
{ {
"id": "def-public.PersistedState.Unnamed.$2",
"type": "CompoundType", "type": "CompoundType",
"label": "path", "label": "path",
"isRequired": false, "isRequired": false,
@ -73,6 +75,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.get.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "key", "label": "key",
"isRequired": false, "isRequired": false,
@ -86,6 +89,7 @@
} }
}, },
{ {
"id": "def-public.PersistedState.get.$2",
"type": "Any", "type": "Any",
"label": "defaultValue", "label": "defaultValue",
"isRequired": true, "isRequired": true,
@ -116,6 +120,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.set.$1",
"type": "Any", "type": "Any",
"label": "key", "label": "key",
"isRequired": true, "isRequired": true,
@ -129,6 +134,7 @@
} }
}, },
{ {
"id": "def-public.PersistedState.set.$2",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -159,6 +165,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.setSilent.$1",
"type": "Any", "type": "Any",
"label": "key", "label": "key",
"isRequired": true, "isRequired": true,
@ -172,6 +179,7 @@
} }
}, },
{ {
"id": "def-public.PersistedState.setSilent.$2",
"type": "Any", "type": "Any",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -218,6 +226,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.reset.$1",
"type": "CompoundType", "type": "CompoundType",
"label": "path", "label": "path",
"isRequired": true, "isRequired": true,
@ -296,6 +305,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.PersistedState.fromString.$1",
"type": "string", "type": "string",
"label": "input", "label": "input",
"isRequired": true, "isRequired": true,
@ -351,13 +361,7 @@
"lineNumber": 74 "lineNumber": 74
}, },
"signature": [ "signature": [
{ "BaseVisType",
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.BaseVisType",
"text": "BaseVisType"
},
"<TVisParams>" "<TVisParams>"
] ]
}, },
@ -453,6 +457,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Vis.Unnamed.$1",
"type": "string", "type": "string",
"label": "visType", "label": "visType",
"isRequired": true, "isRequired": true,
@ -466,6 +471,7 @@
} }
}, },
{ {
"id": "def-public.Vis.Unnamed.$2",
"type": "Object", "type": "Object",
"label": "visState", "label": "visState",
"isRequired": true, "isRequired": true,
@ -535,6 +541,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.Vis.setState.$1",
"type": "Object", "type": "Object",
"label": "state", "label": "state",
"isRequired": true, "isRequired": true,
@ -673,6 +680,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.getVisSchemas.$1",
"type": "Object", "type": "Object",
"label": "vis", "label": "vis",
"isRequired": true, "isRequired": true,
@ -693,6 +701,7 @@
} }
}, },
{ {
"id": "def-public.getVisSchemas.$2",
"type": "Object", "type": "Object",
"label": "{ timeRange, timefilter }", "label": "{ timeRange, timefilter }",
"isRequired": true, "isRequired": true,
@ -768,6 +777,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.updateOldState.$1",
"type": "Unknown", "type": "Unknown",
"label": "oldState", "label": "oldState",
"isRequired": true, "isRequired": true,
@ -794,6 +804,7 @@
"type": "Function", "type": "Function",
"children": [ "children": [
{ {
"id": "def-public.VisualizationContainer.$1",
"type": "Object", "type": "Object",
"label": "{\n 'data-test-subj': dataTestSubj = '',\n className,\n children,\n handlers,\n showNoResult = false,\n}", "label": "{\n 'data-test-subj': dataTestSubj = '',\n className,\n children,\n handlers,\n showNoResult = false,\n}",
"isRequired": true, "isRequired": true,
@ -967,7 +978,7 @@
"children": [ "children": [
{ {
"tags": [], "tags": [],
"id": "def-public.ISchemas.[AggGroupNames.Buckets]", "id": "def-public.ISchemas.AggGroupNames.Buckets",
"type": "Array", "type": "Array",
"label": "[AggGroupNames.Buckets]", "label": "[AggGroupNames.Buckets]",
"description": [], "description": [],
@ -988,7 +999,7 @@
}, },
{ {
"tags": [], "tags": [],
"id": "def-public.ISchemas.[AggGroupNames.Metrics]", "id": "def-public.ISchemas.AggGroupNames.Metrics",
"type": "Array", "type": "Array",
"label": "[AggGroupNames.Metrics]", "label": "[AggGroupNames.Metrics]",
"description": [], "description": [],
@ -1100,13 +1111,7 @@
}, },
"signature": [ "signature": [
"Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", "Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
{ "SerializableState",
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
" | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ", " | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ",
{ {
"pluginId": "data", "pluginId": "data",
@ -1562,13 +1567,7 @@
}, },
"signature": [ "signature": [
"Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", "Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
{ "SerializableState",
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
" | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ", " | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ",
{ {
"pluginId": "data", "pluginId": "data",
@ -1867,6 +1866,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.VisEditorOptionsProps.setValue.$1",
"type": "Uncategorized", "type": "Uncategorized",
"label": "paramName", "label": "paramName",
"isRequired": true, "isRequired": true,
@ -1880,6 +1880,7 @@
} }
}, },
{ {
"id": "def-public.VisEditorOptionsProps.setValue.$2",
"type": "Uncategorized", "type": "Uncategorized",
"label": "value", "label": "value",
"isRequired": true, "isRequired": true,
@ -1910,6 +1911,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.VisEditorOptionsProps.setValidity.$1",
"type": "boolean", "type": "boolean",
"label": "isValid", "label": "isValid",
"isRequired": true, "isRequired": true,
@ -1940,6 +1942,7 @@
"description": [], "description": [],
"children": [ "children": [
{ {
"id": "def-public.VisEditorOptionsProps.setTouched.$1",
"type": "boolean", "type": "boolean",
"label": "isTouched", "label": "isTouched",
"isRequired": true, "isRequired": true,
@ -2052,13 +2055,7 @@
}, },
"signature": [ "signature": [
"Pick<", "Pick<",
{ "Timefilter",
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.Timefilter",
"text": "Timefilter"
},
", \"isTimeRangeSelectorEnabled\" | \"isAutoRefreshSelectorEnabled\" | \"isTimeTouched\" | \"getEnabledUpdated$\" | \"getTimeUpdate$\" | \"getRefreshIntervalUpdate$\" | \"getAutoRefreshFetch$\" | \"getFetch$\" | \"getTime\" | \"getAbsoluteTime\" | \"setTime\" | \"getRefreshInterval\" | \"setRefreshInterval\" | \"createFilter\" | \"getBounds\" | \"calculateBounds\" | \"getActiveBounds\" | \"enableTimeRangeSelector\" | \"disableTimeRangeSelector\" | \"enableAutoRefreshSelector\" | \"disableAutoRefreshSelector\" | \"getTimeDefaults\" | \"getRefreshIntervalDefaults\">" ", \"isTimeRangeSelectorEnabled\" | \"isAutoRefreshSelectorEnabled\" | \"isTimeTouched\" | \"getEnabledUpdated$\" | \"getTimeUpdate$\" | \"getRefreshIntervalUpdate$\" | \"getAutoRefreshFetch$\" | \"getFetch$\" | \"getTime\" | \"getAbsoluteTime\" | \"setTime\" | \"getRefreshInterval\" | \"setRefreshInterval\" | \"createFilter\" | \"getBounds\" | \"calculateBounds\" | \"getActiveBounds\" | \"enableTimeRangeSelector\" | \"disableTimeRangeSelector\" | \"enableAutoRefreshSelector\" | \"disableAutoRefreshSelector\" | \"getTimeDefaults\" | \"getRefreshIntervalDefaults\">"
] ]
}, },
@ -2244,13 +2241,7 @@
}, },
"signature": [ "signature": [
"{ [appName: string]: unknown; visualizations: ", "{ [appName: string]: unknown; visualizations: ",
{ "VisualizationsAppExtension",
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizationsAppExtension",
"text": "VisualizationsAppExtension"
},
"; } | undefined" "; } | undefined"
] ]
} }
@ -2669,13 +2660,7 @@
}, },
"signature": [ "signature": [
"Partial<", "Partial<",
{ "VisTypeOptions",
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisTypeOptions",
"text": "VisTypeOptions"
},
"> | undefined" "> | undefined"
] ]
}, },
@ -3434,13 +3419,7 @@
"text": "SavedObjectLoader" "text": "SavedObjectLoader"
}, },
" & { findListItems: (search: string, sizeOrOptions?: number | ", " & { findListItems: (search: string, sizeOrOptions?: number | ",
{ "FindListItemsOptions",
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.FindListItemsOptions",
"text": "FindListItemsOptions"
},
" | undefined) => any; }" " | undefined) => any; }"
] ]
}, },
@ -3577,13 +3556,7 @@
}, },
"signature": [ "signature": [
"typeof ", "typeof ",
{ "showNewVisModal"
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.showNewVisModal",
"text": "showNewVisModal"
}
] ]
}, },
{ {
@ -3630,13 +3603,7 @@
"text": "SavedObjectLoader" "text": "SavedObjectLoader"
}, },
" & { findListItems: (search: string, sizeOrOptions?: number | ", " & { findListItems: (search: string, sizeOrOptions?: number | ",
{ "FindListItemsOptions"
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.FindListItemsOptions",
"text": "FindListItemsOptions"
}
] ]
} }
], ],
@ -3725,13 +3692,7 @@
}, },
"signature": [ "signature": [
"Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", "Pick<Pick<{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
{ "SerializableState",
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
" | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ", " | undefined; schema?: string | undefined; }, \"enabled\" | \"id\" | \"schema\" | \"params\"> & Pick<{ type: ",
{ {
"pluginId": "data", "pluginId": "data",

View file

@ -56,7 +56,5 @@ export function buildFunctionDec(
returnComment: getJSDocReturnTagComment(node), returnComment: getJSDocReturnTagComment(node),
source: getSourceForNode(node), source: getSourceForNode(node),
}; };
log.warning(`fn ${label} has tags: ${fn.tags.join(', ')}`);
return fn; return fn;
} }

View file

@ -14,6 +14,7 @@ import { buildApiDeclaration } from './build_api_declaration';
import { getJSDocParamComment } from './js_doc_utils'; import { getJSDocParamComment } from './js_doc_utils';
import { getSourceForNode } from './utils'; import { getSourceForNode } from './utils';
import { getTypeKind } from './get_type_kind'; import { getTypeKind } from './get_type_kind';
import { getApiSectionId } from '../utils';
/** /**
* A helper function to capture function parameters, whether it comes from an arrow function, a regular function or * A helper function to capture function parameters, whether it comes from an arrow function, a regular function or
@ -28,13 +29,24 @@ import { getTypeKind } from './get_type_kind';
export function buildApiDecsForParameters( export function buildApiDecsForParameters(
params: ParameterDeclaration[], params: ParameterDeclaration[],
plugins: KibanaPlatformPlugin[], plugins: KibanaPlatformPlugin[],
anchorLink: AnchorLink, parentAnchorLink: AnchorLink,
log: ToolingLog, log: ToolingLog,
jsDocs?: JSDoc[] jsDocs?: JSDoc[]
): ApiDeclaration[] { ): ApiDeclaration[] {
let paramIndex = 0;
return params.reduce((acc, param) => { return params.reduce((acc, param) => {
const label = param.getName(); paramIndex++;
log.debug(`Getting parameter doc def for ${label} of kind ${param.getKindName()}`); const apiName = param.getName();
// Destructured parameters can make these ids look ugly. Instead of parameter name, use an index for the position.
const apiId = parentAnchorLink.apiName
? parentAnchorLink.apiName + `.$${paramIndex}`
: `$${paramIndex}`;
const anchorLink: AnchorLink = {
scope: parentAnchorLink.scope,
pluginName: parentAnchorLink.pluginName,
apiName: apiId,
};
log.debug(`Getting parameter doc def for ${apiName} of kind ${param.getKindName()}`);
// Literal types are non primitives that aren't references to other types. We add them as a more // Literal types are non primitives that aren't references to other types. We add them as a more
// defined node, with children. // defined node, with children.
// If we don't want the docs to be too deeply nested we could avoid this special handling. // If we don't want the docs to be too deeply nested we could avoid this special handling.
@ -47,16 +59,17 @@ export function buildApiDecsForParameters(
anchorLink.pluginName, anchorLink.pluginName,
anchorLink.scope, anchorLink.scope,
anchorLink.apiName, anchorLink.apiName,
label apiName
) )
); );
} else { } else {
acc.push({ acc.push({
id: getApiSectionId(anchorLink),
type: getTypeKind(param), type: getTypeKind(param),
label, label: apiName,
isRequired: param.getType().isNullable() === false, isRequired: param.getType().isNullable() === false,
signature: extractImportReferences(param.getType().getText(), plugins, log), signature: extractImportReferences(param.getType().getText(), plugins, log),
description: jsDocs ? getJSDocParamComment(jsDocs, label) : [], description: jsDocs ? getJSDocParamComment(jsDocs, apiName) : [],
source: getSourceForNode(param), source: getSourceForNode(param),
}); });
} }

View file

@ -9,7 +9,7 @@
import { KibanaPlatformPlugin, ToolingLog } from '@kbn/dev-utils'; import { KibanaPlatformPlugin, ToolingLog } from '@kbn/dev-utils';
import { getApiSectionId, getPluginApiDocId, getPluginForPath } from '../utils'; import { getApiSectionId, getPluginApiDocId, getPluginForPath } from '../utils';
import { ApiScope, TextWithLinks } from '../types'; import { ApiScope, TextWithLinks } from '../types';
import { getRelativePath } from './utils'; import { getRelativePath, pathsOutsideScopes } from './utils';
/** /**
* *
@ -115,7 +115,7 @@ function getScopeFromPath(path: string, plugin: KibanaPlatformPlugin, log: Tooli
} else if (path.startsWith(`${plugin.directory}/common/`)) { } else if (path.startsWith(`${plugin.directory}/common/`)) {
return ApiScope.COMMON; return ApiScope.COMMON;
} else { } else {
log.warning(`Unexpected path encountered ${path}`); pathsOutsideScopes[path] = plugin.directory;
return ApiScope.COMMON; return ApiScope.COMMON;
} }
} }

View file

@ -10,6 +10,12 @@ import { REPO_ROOT } from '@kbn/utils';
import { ParameterDeclaration, ClassMemberTypes, Node } from 'ts-morph'; import { ParameterDeclaration, ClassMemberTypes, Node } from 'ts-morph';
import { SourceLink } from '../types'; import { SourceLink } from '../types';
// Collect any paths encountered that are not in the correct scope folder.
// APIs inside these folders will cause issues with the API docs system. The
// path will map to the plugin directory. It _should_ be the prefix of the path,
// but sometimes it is not!
export const pathsOutsideScopes: { [key: string]: string } = {};
export function isPrivate(node: ParameterDeclaration | ClassMemberTypes): boolean { export function isPrivate(node: ParameterDeclaration | ClassMemberTypes): boolean {
return node.getModifiers().find((mod) => mod.getText() === 'private') !== undefined; return node.getModifiers().find((mod) => mod.getText() === 'private') !== undefined;
} }

Some files were not shown because too many files have changed in this diff Show more