kibana/api_docs/lists.json
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

4664 lines
222 KiB
JSON

{
"id": "lists",
"client": {
"classes": [
{
"id": "def-public.Plugin",
"type": "Class",
"tags": [],
"label": "Plugin",
"description": [],
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
" implements ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginSetup",
"text": "PluginSetup"
},
", ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
", ",
"SetupPlugins"
],
"children": [
{
"id": "def-public.Plugin.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "Object",
"label": "initializerContext",
"isRequired": true,
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 19,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L19"
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 19,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L19"
}
},
{
"id": "def-public.Plugin.setup",
"type": "Function",
"label": "setup",
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.StartPlugins",
"text": "StartPlugins"
},
", ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
">, plugins: ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.SetupPlugins",
"text": "SetupPlugins"
},
") => ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginSetup",
"text": "PluginSetup"
}
],
"description": [],
"children": [
{
"type": "Object",
"label": "core",
"isRequired": true,
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.StartPlugins",
"text": "StartPlugins"
},
", ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
">"
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L22"
}
},
{
"type": "Object",
"label": "plugins",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.SetupPlugins",
"text": "SetupPlugins"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L22"
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L22"
}
},
{
"id": "def-public.Plugin.start",
"type": "Function",
"label": "start",
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", plugins: ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.StartPlugins",
"text": "StartPlugins"
},
") => ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
}
],
"description": [],
"children": [
{
"type": "Object",
"label": "core",
"isRequired": true,
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L27"
}
},
{
"type": "Object",
"label": "plugins",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.StartPlugins",
"text": "StartPlugins"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L27"
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L27"
}
}
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 17,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/plugin.ts#L17"
},
"initialIsOpen": false
}
],
"functions": [
{
"id": "def-public.withOptionalSignal",
"type": "Function",
"children": [
{
"type": "Function",
"label": "fn",
"isRequired": true,
"signature": [
"(args: Args) => Result"
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/common/with_optional_signal.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/with_optional_signal.ts#L20"
}
}
],
"signature": [
"<Args extends SignalArgs, Result>(fn: (args: Args) => Result) => (args: ",
"OptionalSignalArgs",
"<Args>) => Result"
],
"description": [
"\n"
],
"label": "withOptionalSignal",
"source": {
"path": "x-pack/plugins/lists/public/common/with_optional_signal.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/with_optional_signal.ts#L20"
},
"tags": [],
"returnComment": [
"An async function where the AbortSignal argument is optional"
],
"initialIsOpen": false
},
{
"id": "def-public.useIsMounted",
"type": "Function",
"children": [],
"signature": [
"() => GetIsMounted"
],
"description": [
"\n"
],
"label": "useIsMounted",
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_is_mounted.ts",
"lineNumber": 16,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/hooks/use_is_mounted.ts#L16"
},
"tags": [],
"returnComment": [
"A {@link GetIsMounted} getter function returning whether the component is currently mounted"
],
"initialIsOpen": false
},
{
"id": "def-public.useAsync",
"type": "Function",
"children": [
{
"type": "Function",
"label": "fn",
"isRequired": true,
"signature": [
"(...args: Args) => Promise<Result>"
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_async.ts",
"lineNumber": 26,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/hooks/use_async.ts#L26"
}
}
],
"signature": [
"<Args extends unknown[], Result>(fn: (...args: Args) => Promise<Result>) => ",
"Async",
"<Args, Result>"
],
"description": [
"\n"
],
"label": "useAsync",
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_async.ts",
"lineNumber": 25,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/hooks/use_async.ts#L25"
},
"tags": [],
"returnComment": [
"An {@link AsyncTask} containing the underlying task's state along with a start callback"
],
"initialIsOpen": false
},
{
"id": "def-public.useApi",
"type": "Function",
"children": [
{
"type": "Object",
"label": "http",
"isRequired": true,
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreHttpPluginApi",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_api.ts",
"lineNumber": 41,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_api.ts#L41"
}
}
],
"signature": [
"(http: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreHttpPluginApi",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
},
") => ",
"ExceptionsApi"
],
"description": [],
"label": "useApi",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_api.ts",
"lineNumber": 41,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_api.ts#L41"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.usePersistExceptionItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n onError,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PersistHookProps",
"text": "PersistHookProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts",
"lineNumber": 35,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts#L35"
}
}
],
"signature": [
"({ http, onError, }: ",
"PersistHookProps",
") => ",
"ReturnPersistExceptionItem"
],
"description": [
"\nHook for creating or updating ExceptionListItem\n"
],
"label": "usePersistExceptionItem",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts",
"lineNumber": 35,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts#L35"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.usePersistExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n onError,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PersistHookProps",
"text": "PersistHookProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts",
"lineNumber": 31,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts#L31"
}
}
],
"signature": [
"({ http, onError, }: ",
"PersistHookProps",
") => ",
"ReturnPersistExceptionList"
],
"description": [
"\nHook for creating or updating ExceptionList\n"
],
"label": "usePersistExceptionList",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts",
"lineNumber": 31,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts#L31"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useExceptionListItems",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n lists,\n pagination = {\n page: 1,\n perPage: 20,\n total: 0,\n },\n filterOptions,\n showDetectionsListsOnly,\n showEndpointListsOnly,\n matchFilters,\n onError,\n onSuccess,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.UseExceptionListProps",
"text": "UseExceptionListProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts",
"lineNumber": 39,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts#L39"
}
}
],
"signature": [
"({ http, lists, pagination, filterOptions, showDetectionsListsOnly, showEndpointListsOnly, matchFilters, onError, onSuccess, }: ",
"UseExceptionListProps",
") => ",
"ReturnExceptionListAndItems"
],
"description": [
"\nHook for using to get an ExceptionList and it's ExceptionListItems\n"
],
"label": "useExceptionListItems",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts",
"lineNumber": 39,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts#L39"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useExceptionLists",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n errorMessage,\n http,\n pagination = {\n page: 1,\n perPage: 20,\n total: 0,\n },\n filterOptions = {},\n namespaceTypes,\n notifications,\n showTrustedApps = false,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.UseExceptionListsProps",
"text": "UseExceptionListsProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts",
"lineNumber": 30,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts#L30"
}
}
],
"signature": [
"({ errorMessage, http, pagination, filterOptions, namespaceTypes, notifications, showTrustedApps, }: ",
"UseExceptionListsProps",
") => ",
"ReturnExceptionLists"
],
"description": [
"\nHook for fetching ExceptionLists\n"
],
"label": "useExceptionLists",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts",
"lineNumber": 30,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts#L30"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useFindLists",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"FindListsParams",
">], { cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"description": [],
"label": "useFindLists",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_find_lists.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_find_lists.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useImportList",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ImportListParams",
">], { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "useImportList",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_import_list.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_import_list.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useDeleteList",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"DeleteListParams",
">], { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "useDeleteList",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_delete_list.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_delete_list.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.exportListWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n listId,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.ExportListParams",
"text": "ExportListParams"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/lists/api.ts",
"lineNumber": 174,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/api.ts#L174"
}
}
],
"signature": [
"({ http, listId, signal, }: ",
"ExportListParams",
") => Promise<Blob>"
],
"description": [],
"label": "exportListWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/lists/api.ts",
"lineNumber": 174,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/api.ts#L174"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useCursor",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{ pageIndex, pageSize }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.UseCursorProps",
"text": "UseCursorProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_cursor.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/hooks/use_cursor.ts#L20"
}
}
],
"signature": [
"({ pageIndex, pageSize }: ",
"UseCursorProps",
") => [string | undefined, SetCursor]"
],
"description": [],
"label": "useCursor",
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_cursor.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/common/hooks/use_cursor.ts#L20"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useExportList",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ExportListParams",
">], Blob>"
],
"description": [],
"label": "useExportList",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_export_list.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_export_list.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useReadListIndex",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], { list_index: boolean; list_item_index: boolean; }>"
],
"description": [],
"label": "useReadListIndex",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_read_list_index.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_read_list_index.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useCreateListIndex",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], { acknowledged: boolean; }>"
],
"description": [],
"label": "useCreateListIndex",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_create_list_index.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_create_list_index.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.useReadListPrivileges",
"type": "Function",
"children": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], unknown>"
],
"description": [],
"label": "useReadListPrivileges",
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_read_list_privileges.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/lists/hooks/use_read_list_privileges.ts#L15"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.addExceptionListItemWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n listItem,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.AddExceptionListItemProps",
"text": "AddExceptionListItemProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 109,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L109"
}
}
],
"signature": [
"({ http, listItem, signal, }: ",
"AddExceptionListItemProps",
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
],
"description": [],
"label": "addExceptionListItemWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 109,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L109"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.updateExceptionListItemWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n listItem,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.UpdateExceptionListItemProps",
"text": "UpdateExceptionListItemProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 195,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L195"
}
}
],
"signature": [
"({ http, listItem, signal, }: ",
"UpdateExceptionListItemProps",
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
],
"description": [],
"label": "updateExceptionListItemWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 195,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L195"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.fetchExceptionListByIdWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n id,\n namespaceType,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.ApiCallByIdProps",
"text": "ApiCallByIdProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 299,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L299"
}
}
],
"signature": [
"({ http, id, namespaceType, signal, }: ",
"ApiCallByIdProps",
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "fetchExceptionListByIdWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 299,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L299"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.addExceptionListWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n list,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.AddExceptionListProps",
"text": "AddExceptionListProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 66,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L66"
}
}
],
"signature": [
"({ http, list, signal, }: ",
"AddExceptionListProps",
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "addExceptionListWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 66,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L66"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.addEndpointExceptionListWithValidation",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n http,\n signal,\n}",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.AddEndpointExceptionListProps",
"text": "AddEndpointExceptionListProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 532,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L532"
}
}
],
"signature": [
"({ http, signal, }: ",
"AddEndpointExceptionListProps",
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | {}>"
],
"description": [],
"label": "addEndpointExceptionListWithValidation",
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 532,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/api.ts#L532"
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-public.ExceptionList",
"type": "Interface",
"label": "ExceptionList",
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.ExceptionList",
"text": "ExceptionList"
},
" extends { _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ExceptionList.totalItems",
"type": "number",
"label": "totalItems",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 42,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L42"
}
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 41,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L41"
},
"initialIsOpen": false
},
{
"id": "def-public.ExceptionListFilter",
"type": "Interface",
"label": "ExceptionListFilter",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ExceptionListFilter.name",
"type": "CompoundType",
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 126,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L126"
},
"signature": [
"string | null | undefined"
]
},
{
"tags": [],
"id": "def-public.ExceptionListFilter.list_id",
"type": "CompoundType",
"label": "list_id",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 127,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L127"
},
"signature": [
"string | null | undefined"
]
},
{
"tags": [],
"id": "def-public.ExceptionListFilter.created_by",
"type": "CompoundType",
"label": "created_by",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 128,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L128"
},
"signature": [
"string | null | undefined"
]
},
{
"tags": [],
"id": "def-public.ExceptionListFilter.type",
"type": "CompoundType",
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 129,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L129"
},
"signature": [
"string | null | undefined"
]
},
{
"tags": [],
"id": "def-public.ExceptionListFilter.tags",
"type": "CompoundType",
"label": "tags",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 130,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L130"
},
"signature": [
"string | null | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 125,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L125"
},
"initialIsOpen": false
},
{
"id": "def-public.ExceptionListIdentifiers",
"type": "Interface",
"label": "ExceptionListIdentifiers",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ExceptionListIdentifiers.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 63,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L63"
}
},
{
"tags": [],
"id": "def-public.ExceptionListIdentifiers.listId",
"type": "string",
"label": "listId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 64,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L64"
}
},
{
"tags": [],
"id": "def-public.ExceptionListIdentifiers.namespaceType",
"type": "CompoundType",
"label": "namespaceType",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 65,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L65"
},
"signature": [
"\"single\" | \"agnostic\""
]
},
{
"tags": [],
"id": "def-public.ExceptionListIdentifiers.type",
"type": "CompoundType",
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 66,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L66"
},
"signature": [
"\"endpoint\" | \"detection\""
]
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 62,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L62"
},
"initialIsOpen": false
},
{
"id": "def-public.Pagination",
"type": "Interface",
"label": "Pagination",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.Pagination.page",
"type": "number",
"label": "page",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 29,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L29"
}
},
{
"tags": [],
"id": "def-public.Pagination.perPage",
"type": "number",
"label": "perPage",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 30,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L30"
}
},
{
"tags": [],
"id": "def-public.Pagination.total",
"type": "number",
"label": "total",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 31,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L31"
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 28,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L28"
},
"initialIsOpen": false
},
{
"id": "def-public.UseExceptionListItemsSuccess",
"type": "Interface",
"label": "UseExceptionListItemsSuccess",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UseExceptionListItemsSuccess.exceptions",
"type": "Array",
"label": "exceptions",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 46,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L46"
},
"signature": [
"{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]"
]
},
{
"tags": [],
"id": "def-public.UseExceptionListItemsSuccess.pagination",
"type": "Object",
"label": "pagination",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 47,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L47"
},
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.Pagination",
"text": "Pagination"
}
]
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 45,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L45"
},
"initialIsOpen": false
},
{
"id": "def-public.UseExceptionListsSuccess",
"type": "Interface",
"label": "UseExceptionListsSuccess",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UseExceptionListsSuccess.exceptions",
"type": "Array",
"label": "exceptions",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 121,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L121"
},
"signature": [
"{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }[]"
]
},
{
"tags": [],
"id": "def-public.UseExceptionListsSuccess.pagination",
"type": "Object",
"label": "pagination",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 122,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L122"
},
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.Pagination",
"text": "Pagination"
}
]
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 120,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/exceptions/types.ts#L120"
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.PluginSetup",
"type": "Interface",
"label": "PluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/lists/public/types.ts",
"lineNumber": 9,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/types.ts#L9"
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-public.PluginStart",
"type": "Interface",
"label": "PluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/lists/public/types.ts",
"lineNumber": 11,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/public/types.ts#L11"
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"id": "def-server.ListClient",
"type": "Class",
"tags": [],
"label": "ListClient",
"description": [],
"children": [
{
"id": "def-server.ListClient.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "Object",
"label": "{ spaceId, user, config, callCluster }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ConstructorOptions",
"text": "ConstructorOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 85,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L85"
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 85,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L85"
}
},
{
"id": "def-server.ListClient.getListIndex",
"type": "Function",
"children": [],
"signature": [
"() => string"
],
"description": [],
"label": "getListIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 92,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L92"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemIndex",
"type": "Function",
"children": [],
"signature": [
"() => string"
],
"description": [],
"label": "getListItemIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 100,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L100"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{ id }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListOptions",
"text": "GetListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 108,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L108"
}
}
],
"signature": [
"({ id }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListOptions",
"text": "GetListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "getList",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 108,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L108"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.createList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n deserializer,\n immutable,\n serializer,\n name,\n description,\n type,\n meta,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListOptions",
"text": "CreateListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 114,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L114"
}
}
],
"signature": [
"({ id, deserializer, immutable, serializer, name, description, type, meta, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListOptions",
"text": "CreateListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "createList",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 114,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L114"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.createListIfItDoesNotExist",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n deserializer,\n serializer,\n name,\n description,\n immutable,\n type,\n meta,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListIfItDoesNotExistOptions",
"text": "CreateListIfItDoesNotExistOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 143,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L143"
}
}
],
"signature": [
"({ id, deserializer, serializer, name, description, immutable, type, meta, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListIfItDoesNotExistOptions",
"text": "CreateListIfItDoesNotExistOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "createListIfItDoesNotExist",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 143,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L143"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListIndexExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListIndexExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 172,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L172"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemIndexExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListItemIndexExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 178,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L178"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.createListBootStrapIndex",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "createListBootStrapIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 184,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L184"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.createListItemBootStrapIndex",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "createListItemBootStrapIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 190,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L190"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListPolicyExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListPolicyExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 196,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L196"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemPolicyExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListItemPolicyExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 202,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L202"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListTemplateExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListTemplateExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 208,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L208"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemTemplateExists",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "getListItemTemplateExists",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 214,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L214"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Record<string, unknown>"
],
"description": [],
"label": "getListTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 220,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L220"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Record<string, unknown>"
],
"description": [],
"label": "getListItemTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 225,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L225"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.setListTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "setListTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 230,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L230"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.setListItemTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "setListItemTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 237,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L237"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.setListPolicy",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "setListPolicy",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 244,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L244"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.setListItemPolicy",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "setListItemPolicy",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 250,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L250"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListIndex",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "deleteListIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 256,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L256"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListItemIndex",
"type": "Function",
"children": [],
"signature": [
"() => Promise<boolean>"
],
"description": [],
"label": "deleteListItemIndex",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 262,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L262"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListPolicy",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "deleteListPolicy",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 268,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L268"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListItemPolicy",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "deleteListItemPolicy",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 274,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L274"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "deleteListTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 280,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L280"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListItemTemplate",
"type": "Function",
"children": [],
"signature": [
"() => Promise<unknown>"
],
"description": [],
"label": "deleteListItemTemplate",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 286,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L286"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{ id }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListItemOptions",
"text": "DeleteListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 292,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L292"
}
}
],
"signature": [
"({ id }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListItemOptions",
"text": "DeleteListItemOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"description": [],
"label": "deleteListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 292,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L292"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteListItemByValue",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n value,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListItemByValueOptions",
"text": "DeleteListItemByValueOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 298,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L298"
}
}
],
"signature": [
"({ listId, value, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListItemByValueOptions",
"text": "DeleteListItemByValueOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"description": [],
"label": "deleteListItemByValue",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 298,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L298"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.deleteList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{ id }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListOptions",
"text": "DeleteListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 314,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L314"
}
}
],
"signature": [
"({ id }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteListOptions",
"text": "DeleteListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "deleteList",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 314,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L314"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.exportListItemsToStream",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n stringToAppend,\n listId,\n stream,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ExportListItemsToStreamOptions",
"text": "ExportListItemsToStreamOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 326,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L326"
}
}
],
"signature": [
"({ stringToAppend, listId, stream, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ExportListItemsToStreamOptions",
"text": "ExportListItemsToStreamOptions"
},
") => void"
],
"description": [],
"label": "exportListItemsToStream",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 326,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L326"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.importListItemsToStream",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n deserializer,\n serializer,\n type,\n listId,\n stream,\n meta,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ImportListItemsToStreamOptions",
"text": "ImportListItemsToStreamOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 342,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L342"
}
}
],
"signature": [
"({ deserializer, serializer, type, listId, stream, meta, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ImportListItemsToStreamOptions",
"text": "ImportListItemsToStreamOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "importListItemsToStream",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 342,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L342"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemByValue",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n value,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemByValueOptions",
"text": "GetListItemByValueOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 370,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L370"
}
}
],
"signature": [
"({ listId, value, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemByValueOptions",
"text": "GetListItemByValueOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"description": [],
"label": "getListItemByValue",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 370,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L370"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.createListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n deserializer,\n serializer,\n listId,\n value,\n type,\n meta,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListItemOptions",
"text": "CreateListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 386,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L386"
}
}
],
"signature": [
"({ id, deserializer, serializer, listId, value, type, meta, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateListItemOptions",
"text": "CreateListItemOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"description": [],
"label": "createListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 386,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L386"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.updateListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n _version,\n id,\n value,\n meta,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateListItemOptions",
"text": "UpdateListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 411,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L411"
}
}
],
"signature": [
"({ _version, id, value, meta, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateListItemOptions",
"text": "UpdateListItemOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"description": [],
"label": "updateListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 411,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L411"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.updateList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n _version,\n id,\n name,\n description,\n meta,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateListOptions",
"text": "UpdateListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 430,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L430"
}
}
],
"signature": [
"({ _version, id, name, description, meta, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateListOptions",
"text": "UpdateListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "updateList",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 430,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L430"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{ id }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemOptions",
"text": "GetListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 453,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L453"
}
}
],
"signature": [
"({ id }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemOptions",
"text": "GetListItemOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"description": [],
"label": "getListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 453,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L453"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.getListItemByValues",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n type,\n listId,\n value,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemsByValueOptions",
"text": "GetListItemsByValueOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 463,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L463"
}
}
],
"signature": [
"({ type, listId, value, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListItemsByValueOptions",
"text": "GetListItemsByValueOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"description": [],
"label": "getListItemByValues",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 463,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L463"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.searchListItemByValues",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n type,\n listId,\n value,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.SearchListItemByValuesOptions",
"text": "SearchListItemByValuesOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 479,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L479"
}
}
],
"signature": [
"({ type, listId, value, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.SearchListItemByValuesOptions",
"text": "SearchListItemByValuesOptions"
},
") => Promise<{ items: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; }[]; value: unknown; }[]>"
],
"description": [],
"label": "searchListItemByValues",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 479,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L479"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.findList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n filter,\n currentIndexPosition,\n perPage,\n page,\n sortField,\n sortOrder,\n searchAfter,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindListOptions",
"text": "FindListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 495,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L495"
}
}
],
"signature": [
"({ filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindListOptions",
"text": "FindListOptions"
},
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"description": [],
"label": "findList",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 495,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L495"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ListClient.findListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n filter,\n currentIndexPosition,\n perPage,\n page,\n sortField,\n sortOrder,\n searchAfter,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindListItemOptions",
"text": "FindListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 519,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L519"
}
}
],
"signature": [
"({ listId, filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindListItemOptions",
"text": "FindListItemOptions"
},
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; value: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"description": [],
"label": "findListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 519,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L519"
},
"tags": [],
"returnComment": []
}
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 79,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/lists/list_client.ts#L79"
},
"initialIsOpen": false
},
{
"id": "def-server.ExceptionListClient",
"type": "Class",
"tags": [],
"label": "ExceptionListClient",
"description": [],
"children": [
{
"id": "def-server.ExceptionListClient.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "Object",
"label": "{ user, savedObjectsClient }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ConstructorOptions",
"text": "ConstructorOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 61,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L61"
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 61,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L61"
}
},
{
"id": "def-server.ExceptionListClient.getExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n id,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetExceptionListOptions",
"text": "GetExceptionListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 66,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L66"
}
}
],
"signature": [
"({ listId, id, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetExceptionListOptions",
"text": "GetExceptionListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "getExceptionList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 66,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L66"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.getExceptionListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n itemId,\n id,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetExceptionListItemOptions",
"text": "GetExceptionListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 75,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L75"
}
}
],
"signature": [
"({ itemId, id, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetExceptionListItemOptions",
"text": "GetExceptionListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [],
"label": "getExceptionListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 75,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L75"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.createEndpointList",
"type": "Function",
"children": [],
"signature": [
"() => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [
"\nThis creates an agnostic space endpoint list if it does not exist. This tries to be\nas fast as possible by ignoring conflict errors and not returning the contents of the\nlist if it already exists."
],
"label": "createEndpointList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 90,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L90"
},
"tags": [],
"returnComment": [
"ExceptionListSchema if it created the endpoint list, otherwise null if it already exists"
]
},
{
"id": "def-server.ExceptionListClient.createTrustedAppsList",
"type": "Function",
"children": [],
"signature": [
"() => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [
"\nCreate the Trusted Apps Agnostic list if it does not yet exist (`null` is returned if it does exist)"
],
"label": "createTrustedAppsList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 102,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L102"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.createEndpointListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n comments,\n description,\n entries,\n itemId,\n meta,\n name,\n osTypes,\n tags,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateEndpointListItemOptions",
"text": "CreateEndpointListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 116,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L116"
}
}
],
"signature": [
"({ comments, description, entries, itemId, meta, name, osTypes, tags, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateEndpointListItemOptions",
"text": "CreateEndpointListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
],
"description": [
"\nThis is the same as \"createListItem\" except it applies specifically to the agnostic endpoint list and will\nauto-call the \"createEndpointList\" for you so that you have the best chance of the agnostic endpoint\nbeing there and existing before the item is inserted into the agnostic endpoint list."
],
"label": "createEndpointListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 116,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L116"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.updateEndpointListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n _version,\n comments,\n description,\n entries,\n id,\n itemId,\n meta,\n name,\n osTypes,\n tags,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateEndpointListItemOptions",
"text": "UpdateEndpointListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 152,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L152"
}
}
],
"signature": [
"({ _version, comments, description, entries, id, itemId, meta, name, osTypes, tags, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateEndpointListItemOptions",
"text": "UpdateEndpointListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [
"\nThis is the same as \"updateExceptionListItem\" except it applies specifically to the endpoint list and will\nauto-call the \"createEndpointList\" for you so that you have the best chance of the endpoint\nbeing there if it did not exist before. If the list did not exist before, then creating it here will still cause a\nreturn of null but at least the list exists again."
],
"label": "updateEndpointListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 152,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L152"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.getEndpointListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n itemId,\n id,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetEndpointListItemOptions",
"text": "GetEndpointListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 188,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L188"
}
}
],
"signature": [
"({ itemId, id, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetEndpointListItemOptions",
"text": "GetEndpointListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [
"\nThis is the same as \"getExceptionListItem\" except it applies specifically to the endpoint list."
],
"label": "getEndpointListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 188,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L188"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.createExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n description,\n immutable,\n listId,\n meta,\n name,\n namespaceType,\n tags,\n type,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateExceptionListOptions",
"text": "CreateExceptionListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 196,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L196"
}
}
],
"signature": [
"({ description, immutable, listId, meta, name, namespaceType, tags, type, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateExceptionListOptions",
"text": "CreateExceptionListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }>"
],
"description": [],
"label": "createExceptionList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 196,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L196"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.updateExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n _version,\n id,\n description,\n listId,\n meta,\n name,\n namespaceType,\n osTypes,\n tags,\n type,\n version,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateExceptionListOptions",
"text": "UpdateExceptionListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 223,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L223"
}
}
],
"signature": [
"({ _version, id, description, listId, meta, name, namespaceType, osTypes, tags, type, version, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateExceptionListOptions",
"text": "UpdateExceptionListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "updateExceptionList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 223,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L223"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.deleteExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n listId,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListOptions",
"text": "DeleteExceptionListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 254,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L254"
}
}
],
"signature": [
"({ id, listId, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListOptions",
"text": "DeleteExceptionListOptions"
},
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"description": [],
"label": "deleteExceptionList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 254,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L254"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.createExceptionListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n comments,\n description,\n entries,\n itemId,\n listId,\n meta,\n name,\n namespaceType,\n osTypes,\n tags,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateExceptionListItemOptions",
"text": "CreateExceptionListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 268,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L268"
}
}
],
"signature": [
"({ comments, description, entries, itemId, listId, meta, name, namespaceType, osTypes, tags, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateExceptionListItemOptions",
"text": "CreateExceptionListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
],
"description": [],
"label": "createExceptionListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 268,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L268"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.updateExceptionListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n _version,\n comments,\n description,\n entries,\n id,\n itemId,\n meta,\n name,\n namespaceType,\n osTypes,\n tags,\n type,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateExceptionListItemOptions",
"text": "UpdateExceptionListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 299,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L299"
}
}
],
"signature": [
"({ _version, comments, description, entries, id, itemId, meta, name, namespaceType, osTypes, tags, type, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateExceptionListItemOptions",
"text": "UpdateExceptionListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [],
"label": "updateExceptionListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 299,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L299"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.deleteExceptionListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n itemId,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListItemOptions",
"text": "DeleteExceptionListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 332,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L332"
}
}
],
"signature": [
"({ id, itemId, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListItemOptions",
"text": "DeleteExceptionListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [],
"label": "deleteExceptionListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 332,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L332"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.deleteExceptionListItemById",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListItemByIdOptions",
"text": "DeleteExceptionListItemByIdOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 346,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L346"
}
}
],
"signature": [
"({ id, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteExceptionListItemByIdOptions",
"text": "DeleteExceptionListItemByIdOptions"
},
") => Promise<void>"
],
"description": [],
"label": "deleteExceptionListItemById",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 346,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L346"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.deleteEndpointListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n id,\n itemId,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteEndpointListItemOptions",
"text": "DeleteEndpointListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 361,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L361"
}
}
],
"signature": [
"({ id, itemId, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.DeleteEndpointListItemOptions",
"text": "DeleteEndpointListItemOptions"
},
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
],
"description": [
"\nThis is the same as \"deleteExceptionListItem\" except it applies specifically to the endpoint list."
],
"label": "deleteEndpointListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 361,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L361"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.findExceptionListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListItemOptions",
"text": "FindExceptionListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 374,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L374"
}
}
],
"signature": [
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListItemOptions",
"text": "FindExceptionListItemOptions"
},
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"description": [],
"label": "findExceptionListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 374,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L374"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.findExceptionListsItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n listId,\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListsItemOptions",
"text": "FindExceptionListsItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 396,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L396"
}
}
],
"signature": [
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListsItemOptions",
"text": "FindExceptionListsItemOptions"
},
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"description": [],
"label": "findExceptionListsItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 396,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L396"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.findValueListExceptionListItems",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n perPage,\n page,\n sortField,\n sortOrder,\n valueListId,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindValueListExceptionListsItems",
"text": "FindValueListExceptionListsItems"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 418,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L418"
}
}
],
"signature": [
"({ perPage, page, sortField, sortOrder, valueListId, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindValueListExceptionListsItems",
"text": "FindValueListExceptionListsItems"
},
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"description": [],
"label": "findValueListExceptionListItems",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 418,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L418"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.findExceptionList",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListOptions",
"text": "FindExceptionListOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 436,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L436"
}
}
],
"signature": [
"({ filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindExceptionListOptions",
"text": "FindExceptionListOptions"
},
") => Promise<{ data: { _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"description": [],
"label": "findExceptionList",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 436,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L436"
},
"tags": [],
"returnComment": []
},
{
"id": "def-server.ExceptionListClient.findEndpointListItem",
"type": "Function",
"children": [
{
"type": "Object",
"label": "{\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n }",
"isRequired": true,
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindEndpointListItemOptions",
"text": "FindEndpointListItemOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 464,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L464"
}
}
],
"signature": [
"({ filter, perPage, page, sortField, sortOrder, }: ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.FindEndpointListItemOptions",
"text": "FindEndpointListItemOptions"
},
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"description": [
"\nThis is the same as \"findExceptionList\" except it applies specifically to the endpoint list and will\nauto-call the \"createEndpointList\" for you so that you have the best chance of the endpoint\nbeing there if it did not exist before. If the list did not exist before, then creating it here should give you\na good guarantee that you will get an empty record set rather than null. I keep the null as the return value in\nthe off chance that you still might somehow not get into a race condition where the endpoint list does\nnot exist because someone deleted it in-between the initial create and then the find."
],
"label": "findEndpointListItem",
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 464,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L464"
},
"tags": [],
"returnComment": []
}
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 56,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts#L56"
},
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"id": "def-server.CreateExceptionListItemOptions",
"type": "Interface",
"label": "CreateExceptionListItemOptions",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.comments",
"type": "Array",
"label": "comments",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 118,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L118"
},
"signature": [
"{ comment: string; }[]"
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.entries",
"type": "Array",
"label": "entries",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 119,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L119"
},
"signature": [
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]"
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.itemId",
"type": "string",
"label": "itemId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 120,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L120"
}
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.listId",
"type": "string",
"label": "listId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 121,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L121"
}
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.namespaceType",
"type": "CompoundType",
"label": "namespaceType",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 122,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L122"
},
"signature": [
"\"single\" | \"agnostic\""
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.name",
"type": "string",
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 123,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L123"
}
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.osTypes",
"type": "Array",
"label": "osTypes",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 124,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L124"
},
"signature": [
"(\"windows\" | \"linux\" | \"macos\")[]"
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 125,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L125"
}
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.meta",
"type": "Uncategorized",
"label": "meta",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 126,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L126"
},
"signature": [
"object | undefined"
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.tags",
"type": "Array",
"label": "tags",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 127,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L127"
},
"signature": [
"string[]"
]
},
{
"tags": [],
"id": "def-server.CreateExceptionListItemOptions.type",
"type": "string",
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 128,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L128"
},
"signature": [
"\"simple\""
]
}
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 117,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts#L117"
},
"initialIsOpen": false
},
{
"id": "def-server.ListPluginSetup",
"type": "Interface",
"label": "ListPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.ListPluginSetup.getExceptionListClient",
"type": "Function",
"label": "getExceptionListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 41,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L41"
},
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetExceptionListClientType",
"text": "GetExceptionListClientType"
}
]
},
{
"tags": [],
"id": "def-server.ListPluginSetup.getListClient",
"type": "Function",
"label": "getListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 42,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L42"
},
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.GetListClientType",
"text": "GetListClientType"
}
]
}
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 40,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L40"
},
"initialIsOpen": false
},
{
"id": "def-server.ListsApiRequestHandlerContext",
"type": "Interface",
"label": "ListsApiRequestHandlerContext",
"description": [],
"tags": [
"public"
],
"children": [
{
"tags": [],
"id": "def-server.ListsApiRequestHandlerContext.getListClient",
"type": "Function",
"label": "getListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 49,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L49"
},
"signature": [
"() => ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ListClient",
"text": "ListClient"
}
]
},
{
"tags": [],
"id": "def-server.ListsApiRequestHandlerContext.getExceptionListClient",
"type": "Function",
"label": "getExceptionListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 50,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L50"
},
"signature": [
"() => ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ExceptionListClient",
"text": "ExceptionListClient"
}
]
}
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 48,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/server/types.ts#L48"
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [
{
"id": "def-common.OperatorEnum",
"type": "Enum",
"label": "OperatorEnum",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 276,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L276"
},
"initialIsOpen": false
},
{
"id": "def-common.OperatorTypeEnum",
"type": "Enum",
"label": "OperatorTypeEnum",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 281,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L281"
},
"initialIsOpen": false
},
{
"id": "def-common.ExceptionListTypeEnum",
"type": "Enum",
"label": "ExceptionListTypeEnum",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 219,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L219"
},
"initialIsOpen": false
}
],
"misc": [
{
"id": "def-common.ListSchema",
"type": "Type",
"label": "ListSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/list_schema.ts",
"lineNumber": 48,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/response/list_schema.ts#L48"
},
"signature": [
"{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; updated_at: string; updated_by: string; version: number; }"
],
"initialIsOpen": false
},
{
"id": "def-common.CommentsArray",
"type": "Type",
"label": "CommentsArray",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 31,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/comment.ts#L31"
},
"signature": [
"({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]"
],
"initialIsOpen": false
},
{
"id": "def-common.CreateCommentsArray",
"type": "Type",
"label": "CreateCommentsArray",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/create_comment.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/create_comment.ts#L20"
},
"signature": [
"{ comment: string; }[]"
],
"initialIsOpen": false
},
{
"id": "def-common.Comment",
"type": "Type",
"label": "Comment",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 32,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/comment.ts#L32"
},
"signature": [
"{ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; }"
],
"initialIsOpen": false
},
{
"id": "def-common.CreateComment",
"type": "Type",
"label": "CreateComment",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/create_comment.ts",
"lineNumber": 18,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/create_comment.ts#L18"
},
"signature": [
"{ comment: string; }"
],
"initialIsOpen": false
},
{
"id": "def-common.ExceptionListSchema",
"type": "Type",
"label": "ExceptionListSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_schema.ts",
"lineNumber": 52,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/response/exception_list_schema.ts#L52"
},
"signature": [
"{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\"; updated_at: string; updated_by: string; version: number; }"
],
"initialIsOpen": false
},
{
"id": "def-common.ExceptionListItemSchema",
"type": "Type",
"label": "ExceptionListItemSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts",
"lineNumber": 53,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts#L53"
},
"signature": [
"{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }"
],
"initialIsOpen": false
},
{
"id": "def-common.CreateExceptionListSchema",
"type": "Type",
"label": "CreateExceptionListSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_schema.ts",
"lineNumber": 50,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/request/create_exception_list_schema.ts#L50"
},
"signature": [
"{ description: string; name: string; type: \"endpoint\" | \"detection\"; } & { list_id?: string | undefined; meta?: object | undefined; namespace_type?: \"single\" | \"agnostic\" | undefined; os_types?: (\"windows\" | \"linux\" | \"macos\")[] | undefined; tags?: string[] | undefined; version?: number | undefined; }"
],
"initialIsOpen": false
},
{
"id": "def-common.CreateExceptionListItemSchema",
"type": "Type",
"label": "CreateExceptionListItemSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts",
"lineNumber": 55,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts#L55"
},
"signature": [
"{ description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; list_id: string; name: string; type: \"simple\"; } & { comments?: { comment: string; }[] | undefined; item_id?: string | undefined; meta?: object | undefined; namespace_type?: \"single\" | \"agnostic\" | undefined; os_types?: (\"windows\" | \"linux\" | \"macos\")[] | undefined; tags?: string[] | undefined; }"
],
"initialIsOpen": false
},
{
"id": "def-common.UpdateExceptionListItemSchema",
"type": "Type",
"label": "UpdateExceptionListItemSchema",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/update_exception_list_item_schema.ts",
"lineNumber": 55,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/request/update_exception_list_item_schema.ts#L55"
},
"signature": [
"{ description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]; name: string; type: \"simple\"; } & { _version?: string | undefined; comments?: ({ comment: string; } & { id?: string | undefined; })[] | undefined; id?: string | undefined; item_id?: string | undefined; meta?: object | undefined; namespace_type?: \"single\" | \"agnostic\" | undefined; os_types?: (\"windows\" | \"linux\" | \"macos\")[] | undefined; tags?: string[] | undefined; }"
],
"initialIsOpen": false
},
{
"id": "def-common.Entry",
"type": "Type",
"label": "Entry",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 17,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entries.ts#L17"
},
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntryExists",
"type": "Type",
"label": "EntryExists",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_exists.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_exists.ts#L20"
},
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntryMatch",
"type": "Type",
"label": "EntryMatch",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match.ts",
"lineNumber": 21,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_match.ts#L21"
},
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntryMatchAny",
"type": "Type",
"label": "EntryMatchAny",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_any.ts",
"lineNumber": 23,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_match_any.ts#L23"
},
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntryNested",
"type": "Type",
"label": "EntryNested",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_nested.ts",
"lineNumber": 21,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_nested.ts#L21"
},
"signature": [
"{ entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntryList",
"type": "Type",
"label": "EntryList",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_list.ts",
"lineNumber": 21,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_list.ts#L21"
},
"signature": [
"{ field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; }"
],
"initialIsOpen": false
},
{
"id": "def-common.EntriesArray",
"type": "Type",
"label": "EntriesArray",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 22,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entries.ts#L22"
},
"signature": [
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]; field: string; type: \"nested\"; })[]"
],
"initialIsOpen": false
},
{
"id": "def-common.NamespaceType",
"type": "Type",
"label": "NamespaceType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/default_namespace.ts",
"lineNumber": 12,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/default_namespace.ts#L12"
},
"signature": [
"\"single\" | \"agnostic\""
],
"initialIsOpen": false
},
{
"id": "def-common.NestedEntriesArray",
"type": "Type",
"label": "NestedEntriesArray",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts",
"lineNumber": 17,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts#L17"
},
"signature": [
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[]"
],
"initialIsOpen": false
},
{
"id": "def-common.Operator",
"type": "Type",
"label": "Operator",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 275,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L275"
},
"signature": [
"\"excluded\" | \"included\""
],
"initialIsOpen": false
},
{
"id": "def-common.ExceptionListType",
"type": "Type",
"label": "ExceptionListType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 217,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L217"
},
"signature": [
"\"endpoint\" | \"detection\""
],
"initialIsOpen": false
},
{
"id": "def-common.Type",
"type": "Type",
"label": "Type",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 123,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L123"
},
"signature": [
"\"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"binary\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"double_range\" | \"float_range\" | \"half_float\" | \"integer_range\" | \"long_range\""
],
"initialIsOpen": false
},
{
"id": "def-common.OsTypeArray",
"type": "Type",
"label": "OsTypeArray",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 325,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L325"
},
"signature": [
"(\"windows\" | \"linux\" | \"macos\")[]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.ENDPOINT_LIST_ID",
"type": "string",
"label": "ENDPOINT_LIST_ID",
"description": [
"\nThis ID is used for _both_ the Saved Object ID and for the list_id\nfor the single global space agnostic endpoint list"
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 45,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/constants.ts#L45"
},
"signature": [
"\"endpoint_list\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.ENDPOINT_TRUSTED_APPS_LIST_ID",
"type": "string",
"label": "ENDPOINT_TRUSTED_APPS_LIST_ID",
"description": [
"ID of trusted apps agnostic list"
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 56,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/constants.ts#L56"
},
"signature": [
"\"endpoint_trusted_apps\""
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-common.comment",
"type": "Object",
"label": "comment",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/comment.ts#L13"
},
"signature": [
"IntersectionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ comment: ",
"Type",
"<string, string, unknown>; created_at: ",
"StringC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.exceptionListItemSchema",
"type": "Object",
"label": "exceptionListItemSchema",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts",
"lineNumber": 30,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts#L30"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ _version: ",
"UnionC",
"<[",
"StringC",
", ",
"UndefinedC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.exceptionListType",
"type": "Object",
"label": "exceptionListType",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 215,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L215"
},
"signature": [
"KeyofC",
"<{ detection: null; endpoint: null; }>"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.createExceptionListItemSchema",
"type": "Object",
"label": "createExceptionListItemSchema",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts",
"lineNumber": 33,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts#L33"
},
"signature": [
"IntersectionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ description: ",
"StringC",
"; entries: ",
"Type"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.listSchema",
"type": "Object",
"label": "listSchema",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/list_schema.ts",
"lineNumber": 28,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/response/list_schema.ts#L28"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ _version: ",
"UnionC",
"<[",
"StringC",
", ",
"UndefinedC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entry",
"type": "Object",
"label": "entry",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 16,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entries.ts#L16"
},
"signature": [
"UnionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entriesNested",
"type": "Object",
"label": "entriesNested",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_nested.ts",
"lineNumber": 14,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_nested.ts#L14"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ entries: ",
"Type",
"<({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[], ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; })[], unknown>; field: ",
"Type",
"<string, string, unknown>; type: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.nestedEntryItem",
"type": "Object",
"label": "nestedEntryItem",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts#L15"
},
"signature": [
"UnionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entriesMatch",
"type": "Object",
"label": "entriesMatch",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_match.ts#L13"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entriesMatchAny",
"type": "Object",
"label": "entriesMatchAny",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_any.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_match_any.ts#L15"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entriesExists",
"type": "Object",
"label": "entriesExists",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_exists.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_exists.ts#L13"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.entriesList",
"type": "Object",
"label": "entriesList",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_list.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/entry_list.ts#L13"
},
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; list: ",
"ExactC",
"<",
"TypeC"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.namespaceType",
"type": "Object",
"label": "namespaceType",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/default_namespace.ts",
"lineNumber": 11,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/types/default_namespace.ts#L11"
},
"signature": [
"KeyofC",
"<{ agnostic: null; single: null; }>"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.osTypeArray",
"type": "Object",
"label": "osTypeArray",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 324,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/lists/common/schemas/common/schemas.ts#L324"
},
"signature": [
"Type",
"<(\"windows\" | \"linux\" | \"macos\")[], (\"windows\" | \"linux\" | \"macos\")[] | undefined, unknown>"
],
"initialIsOpen": false
}
]
}
}