kibana/api_docs/lists.json
Stacey Gammon d5ebbac4f7
Add support for building a deprecation list with usage (#99154)
* Add support for building a deprecation list with usage

* Update API docs
2021-05-06 15:29:47 -04:00

7206 lines
No EOL
306 KiB
JSON

{
"id": "lists",
"client": {
"classes": [
{
"parentPluginId": "lists",
"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"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 17
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.Plugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 19
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.Plugin.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "initializerContext",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 19
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-public.Plugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
"StartPlugins",
", ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
">, plugins: ",
"SetupPlugins",
") => ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginSetup",
"text": "PluginSetup"
}
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.Plugin.setup.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
"StartPlugins",
", ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
},
">"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "lists",
"id": "def-public.Plugin.setup.$2",
"type": "Object",
"tags": [],
"label": "plugins",
"description": [],
"signature": [
"SetupPlugins"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 22
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-public.Plugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", plugins: ",
"StartPlugins",
") => ",
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
}
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.Plugin.start.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "lists",
"id": "def-public.Plugin.start.$2",
"type": "Object",
"tags": [],
"label": "plugins",
"description": [],
"signature": [
"StartPlugins"
],
"source": {
"path": "x-pack/plugins/lists/public/plugin.ts",
"lineNumber": 27
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [
{
"parentPluginId": "lists",
"id": "def-public.addEndpointExceptionListWithValidation",
"type": "Function",
"tags": [],
"label": "addEndpointExceptionListWithValidation",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | {}>"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 532
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.addEndpointExceptionListWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n signal,\n}",
"description": [],
"signature": [
"AddEndpointExceptionListProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 532
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.addExceptionListItemWithValidation",
"type": "Function",
"tags": [],
"label": "addExceptionListItemWithValidation",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 109
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.addExceptionListItemWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n listItem,\n signal,\n}",
"description": [],
"signature": [
"AddExceptionListItemProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 109
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.addExceptionListWithValidation",
"type": "Function",
"tags": [],
"label": "addExceptionListWithValidation",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 66
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.addExceptionListWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n list,\n signal,\n}",
"description": [],
"signature": [
"AddExceptionListProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 66
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.exportListWithValidation",
"type": "Function",
"tags": [],
"label": "exportListWithValidation",
"description": [],
"signature": [
"({ http, listId, signal, }: ",
"ExportListParams",
") => Promise<Blob>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/api.ts",
"lineNumber": 174
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.exportListWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n listId,\n signal,\n}",
"description": [],
"signature": [
"ExportListParams"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/api.ts",
"lineNumber": 174
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.fetchExceptionListByIdWithValidation",
"type": "Function",
"tags": [],
"label": "fetchExceptionListByIdWithValidation",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 299
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.fetchExceptionListByIdWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n id,\n namespaceType,\n signal,\n}",
"description": [],
"signature": [
"ApiCallByIdProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 299
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.transformNewItemOutput",
"type": "Function",
"tags": [],
"label": "transformNewItemOutput",
"description": [],
"signature": [
"(exceptionItem: { 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }) => { 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/transforms.ts",
"lineNumber": 41
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.transformNewItemOutput.$1",
"type": "CompoundType",
"tags": [],
"label": "exceptionItem",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/transforms.ts",
"lineNumber": 42
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.transformOutput",
"type": "Function",
"tags": [],
"label": "transformOutput",
"description": [
"\nTransforms the output of exception items to compensate for technical debt or UI concerns such as\nReactJS preferences for having ids within arrays if the data is not modeled that way.\n\nIf you add a new transform of the output called \"myNewTransform\" do it\nin the form of:\nflow(removeIdFromExceptionItemsEntries, myNewTransform)(exceptionItem)\n"
],
"signature": [
"(exceptionItem: { _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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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: 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; })) => { _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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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: 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; })"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/transforms.ts",
"lineNumber": 36
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.transformOutput.$1",
"type": "CompoundType",
"tags": [],
"label": "exceptionItem",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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: 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; })"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/transforms.ts",
"lineNumber": 37
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"The exceptionItem transformed from the output"
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.updateExceptionListItemWithValidation",
"type": "Function",
"tags": [],
"label": "updateExceptionListItemWithValidation",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 195
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.updateExceptionListItemWithValidation.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n listItem,\n signal,\n}",
"description": [],
"signature": [
"UpdateExceptionListItemProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/api.ts",
"lineNumber": 195
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useApi",
"type": "Function",
"tags": [],
"label": "useApi",
"description": [],
"signature": [
"(http: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreHttpPluginApi",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
},
") => ",
"ExceptionsApi"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_api.ts",
"lineNumber": 41
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.useApi.$1",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreHttpPluginApi",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_api.ts",
"lineNumber": 41
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useAsync",
"type": "Function",
"tags": [],
"label": "useAsync",
"description": [
"\n"
],
"signature": [
"<Args extends unknown[], Result>(fn: (...args: Args) => Promise<Result>) => ",
"Async",
"<Args, Result>"
],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_async.ts",
"lineNumber": 25
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.useAsync.$1",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(...args: Args) => Promise<Result>"
],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_async.ts",
"lineNumber": 26
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"An {@link AsyncTask} containing the underlying task's state along with a start callback"
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useCreateListIndex",
"type": "Function",
"tags": [],
"label": "useCreateListIndex",
"description": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], { acknowledged: boolean; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_create_list_index.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useCursor",
"type": "Function",
"tags": [],
"label": "useCursor",
"description": [],
"signature": [
"({ pageIndex, pageSize }: ",
"UseCursorProps",
") => [string | undefined, SetCursor]"
],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_cursor.ts",
"lineNumber": 20
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.useCursor.$1",
"type": "Object",
"tags": [],
"label": "{ pageIndex, pageSize }",
"description": [],
"signature": [
"UseCursorProps"
],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_cursor.ts",
"lineNumber": 20
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useDeleteList",
"type": "Function",
"tags": [],
"label": "useDeleteList",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_delete_list.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useExceptionListItems",
"type": "Function",
"tags": [],
"label": "useExceptionListItems",
"description": [
"\nHook for using to get an ExceptionList and it's ExceptionListItems\n"
],
"signature": [
"({ http, lists, pagination, filterOptions, showDetectionsListsOnly, showEndpointListsOnly, matchFilters, onError, onSuccess, }: ",
"UseExceptionListProps",
") => ",
"ReturnExceptionListAndItems"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts",
"lineNumber": 39
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.useExceptionListItems.$1",
"type": "Object",
"tags": [],
"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}",
"description": [],
"signature": [
"UseExceptionListProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_list_items.ts",
"lineNumber": 39
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useExceptionLists",
"type": "Function",
"tags": [],
"label": "useExceptionLists",
"description": [
"\nHook for fetching ExceptionLists\n"
],
"signature": [
"({ errorMessage, http, pagination, filterOptions, namespaceTypes, notifications, showTrustedApps, }: ",
"UseExceptionListsProps",
") => ",
"ReturnExceptionLists"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts",
"lineNumber": 30
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.useExceptionLists.$1",
"type": "Object",
"tags": [],
"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}",
"description": [],
"signature": [
"UseExceptionListsProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/use_exception_lists.ts",
"lineNumber": 30
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useExportList",
"type": "Function",
"tags": [],
"label": "useExportList",
"description": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ExportListParams",
">], Blob>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_export_list.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useFindLists",
"type": "Function",
"tags": [],
"label": "useFindLists",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_find_lists.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useImportList",
"type": "Function",
"tags": [],
"label": "useImportList",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_import_list.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useIsMounted",
"type": "Function",
"tags": [],
"label": "useIsMounted",
"description": [
"\n"
],
"signature": [
"() => GetIsMounted"
],
"source": {
"path": "x-pack/plugins/lists/public/common/hooks/use_is_mounted.ts",
"lineNumber": 16
},
"deprecated": false,
"children": [],
"returnComment": [
"A {@link GetIsMounted} getter function returning whether the component is currently mounted"
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.usePersistExceptionItem",
"type": "Function",
"tags": [],
"label": "usePersistExceptionItem",
"description": [
"\nHook for creating or updating ExceptionListItem\n"
],
"signature": [
"({ http, onError, }: ",
"PersistHookProps",
") => ",
"ReturnPersistExceptionItem"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts",
"lineNumber": 35
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.usePersistExceptionItem.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n onError,\n}",
"description": [],
"signature": [
"PersistHookProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_item.ts",
"lineNumber": 35
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.usePersistExceptionList",
"type": "Function",
"tags": [],
"label": "usePersistExceptionList",
"description": [
"\nHook for creating or updating ExceptionList\n"
],
"signature": [
"({ http, onError, }: ",
"PersistHookProps",
") => ",
"ReturnPersistExceptionList"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts",
"lineNumber": 31
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.usePersistExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n onError,\n}",
"description": [],
"signature": [
"PersistHookProps"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/hooks/persist_exception_list.ts",
"lineNumber": 31
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useReadListIndex",
"type": "Function",
"tags": [],
"label": "useReadListIndex",
"description": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], { list_index: boolean; list_item_index: boolean; }>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_read_list_index.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.useReadListPrivileges",
"type": "Function",
"tags": [],
"label": "useReadListPrivileges",
"description": [],
"signature": [
"() => ",
"Async",
"<[args: ",
"OptionalSignalArgs",
"<",
"ApiParams",
">], unknown>"
],
"source": {
"path": "x-pack/plugins/lists/public/lists/hooks/use_read_list_privileges.ts",
"lineNumber": 15
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.withOptionalSignal",
"type": "Function",
"tags": [],
"label": "withOptionalSignal",
"description": [
"\n"
],
"signature": [
"<Args extends SignalArgs, Result>(fn: (args: Args) => Result) => (args: ",
"OptionalSignalArgs",
"<Args>) => Result"
],
"source": {
"path": "x-pack/plugins/lists/public/common/with_optional_signal.ts",
"lineNumber": 20
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.withOptionalSignal.$1",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(args: Args) => Result"
],
"source": {
"path": "x-pack/plugins/lists/public/common/with_optional_signal.ts",
"lineNumber": 20
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"An async function where the AbortSignal argument is optional"
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "lists",
"id": "def-public.ExceptionList",
"type": "Interface",
"tags": [],
"label": "ExceptionList",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 41
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.ExceptionList.totalItems",
"type": "number",
"tags": [],
"label": "totalItems",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 42
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter",
"type": "Interface",
"tags": [],
"label": "ExceptionListFilter",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 125
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter.name",
"type": "CompoundType",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | null | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 126
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter.list_id",
"type": "CompoundType",
"tags": [],
"label": "list_id",
"description": [],
"signature": [
"string | null | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 127
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter.created_by",
"type": "CompoundType",
"tags": [],
"label": "created_by",
"description": [],
"signature": [
"string | null | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 128
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string | null | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 129
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListFilter.tags",
"type": "CompoundType",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string | null | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 130
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListIdentifiers",
"type": "Interface",
"tags": [],
"label": "ExceptionListIdentifiers",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 62
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListIdentifiers.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 63
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListIdentifiers.listId",
"type": "string",
"tags": [],
"label": "listId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 64
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListIdentifiers.namespaceType",
"type": "CompoundType",
"tags": [],
"label": "namespaceType",
"description": [],
"signature": [
"\"single\" | \"agnostic\""
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 65
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.ExceptionListIdentifiers.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"endpoint\" | \"detection\" | \"endpoint_events\""
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 66
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.Pagination",
"type": "Interface",
"tags": [],
"label": "Pagination",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 28
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.Pagination.page",
"type": "number",
"tags": [],
"label": "page",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 29
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.Pagination.perPage",
"type": "number",
"tags": [],
"label": "perPage",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 30
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.Pagination.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 31
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListItemsSuccess",
"type": "Interface",
"tags": [],
"label": "UseExceptionListItemsSuccess",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 45
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListItemsSuccess.exceptions",
"type": "Array",
"tags": [],
"label": "exceptions",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }[]"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 46
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListItemsSuccess.pagination",
"type": "Object",
"tags": [],
"label": "pagination",
"description": [],
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.Pagination",
"text": "Pagination"
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 47
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListsSuccess",
"type": "Interface",
"tags": [],
"label": "UseExceptionListsSuccess",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 120
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListsSuccess.exceptions",
"type": "Array",
"tags": [],
"label": "exceptions",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }[]"
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 121
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-public.UseExceptionListsSuccess.pagination",
"type": "Object",
"tags": [],
"label": "pagination",
"description": [],
"signature": [
{
"pluginId": "lists",
"scope": "public",
"docId": "kibListsPluginApi",
"section": "def-public.Pagination",
"text": "Pagination"
}
],
"source": {
"path": "x-pack/plugins/lists/public/exceptions/types.ts",
"lineNumber": 122
},
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [
{
"parentPluginId": "lists",
"id": "def-public.ExceptionBuilder",
"type": "Object",
"tags": [],
"label": "ExceptionBuilder",
"description": [],
"signature": [
"typeof ",
"x-pack/plugins/lists/public/exceptions/components/builder/index"
],
"source": {
"path": "x-pack/plugins/lists/public/shared_exports.ts",
"lineNumber": 41
},
"deprecated": false,
"initialIsOpen": false
}
],
"setup": {
"parentPluginId": "lists",
"id": "def-public.PluginSetup",
"type": "Interface",
"tags": [],
"label": "PluginSetup",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/types.ts",
"lineNumber": 9
},
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "lists",
"id": "def-public.PluginStart",
"type": "Interface",
"tags": [],
"label": "PluginStart",
"description": [],
"source": {
"path": "x-pack/plugins/lists/public/types.ts",
"lineNumber": 11
},
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient",
"type": "Class",
"tags": [],
"label": "ExceptionListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 57
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 62
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "{ user, savedObjectsClient }",
"description": [],
"signature": [
"ConstructorOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 62
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getExceptionList",
"type": "Function",
"tags": [],
"label": "getExceptionList",
"description": [],
"signature": [
"({ listId, id, namespaceType, }: ",
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 67
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n id,\n namespaceType,\n }",
"description": [],
"signature": [
"GetExceptionListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 67
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getExceptionListItem",
"type": "Function",
"tags": [],
"label": "getExceptionListItem",
"description": [],
"signature": [
"({ itemId, id, namespaceType, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 76
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getExceptionListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n itemId,\n id,\n namespaceType,\n }",
"description": [],
"signature": [
"GetExceptionListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 76
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createEndpointList",
"type": "Function",
"tags": [],
"label": "createEndpointList",
"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."
],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 91
},
"deprecated": false,
"children": [],
"returnComment": [
"ExceptionListSchema if it created the endpoint list, otherwise null if it already exists"
]
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createTrustedAppsList",
"type": "Function",
"tags": [],
"label": "createTrustedAppsList",
"description": [
"\nCreate the Trusted Apps Agnostic list if it does not yet exist (`null` is returned if it does exist)"
],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 103
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createEndpointEventFiltersList",
"type": "Function",
"tags": [],
"label": "createEndpointEventFiltersList",
"description": [
"\nCreate the Endpoint Event Filters Agnostic list if it does not yet exist (`null` is returned if it does exist)"
],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 115
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createEndpointListItem",
"type": "Function",
"tags": [],
"label": "createEndpointListItem",
"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."
],
"signature": [
"({ comments, description, entries, itemId, meta, name, osTypes, tags, type, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 129
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createEndpointListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n comments,\n description,\n entries,\n itemId,\n meta,\n name,\n osTypes,\n tags,\n type,\n }",
"description": [],
"signature": [
"CreateEndpointListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 129
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateEndpointListItem",
"type": "Function",
"tags": [],
"label": "updateEndpointListItem",
"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."
],
"signature": [
"({ _version, comments, description, entries, id, itemId, meta, name, osTypes, tags, type, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 165
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateEndpointListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n _version,\n comments,\n description,\n entries,\n id,\n itemId,\n meta,\n name,\n osTypes,\n tags,\n type,\n }",
"description": [],
"signature": [
"UpdateEndpointListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 165
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getEndpointListItem",
"type": "Function",
"tags": [],
"label": "getEndpointListItem",
"description": [
"\nThis is the same as \"getExceptionListItem\" except it applies specifically to the endpoint list."
],
"signature": [
"({ itemId, id, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 201
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.getEndpointListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n itemId,\n id,\n }",
"description": [],
"signature": [
"GetEndpointListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 201
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createExceptionList",
"type": "Function",
"tags": [],
"label": "createExceptionList",
"description": [],
"signature": [
"({ description, immutable, listId, meta, name, namespaceType, tags, type, version, }: ",
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 209
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n description,\n immutable,\n listId,\n meta,\n name,\n namespaceType,\n tags,\n type,\n version,\n }",
"description": [],
"signature": [
"CreateExceptionListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 209
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateExceptionList",
"type": "Function",
"tags": [],
"label": "updateExceptionList",
"description": [],
"signature": [
"({ _version, id, description, listId, meta, name, namespaceType, osTypes, tags, type, version, }: ",
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 236
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n _version,\n id,\n description,\n listId,\n meta,\n name,\n namespaceType,\n osTypes,\n tags,\n type,\n version,\n }",
"description": [],
"signature": [
"UpdateExceptionListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 236
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionList",
"type": "Function",
"tags": [],
"label": "deleteExceptionList",
"description": [],
"signature": [
"({ id, listId, namespaceType, }: ",
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 267
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n listId,\n namespaceType,\n }",
"description": [],
"signature": [
"DeleteExceptionListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 267
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createExceptionListItem",
"type": "Function",
"tags": [],
"label": "createExceptionListItem",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 281
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.createExceptionListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n comments,\n description,\n entries,\n itemId,\n listId,\n meta,\n name,\n namespaceType,\n osTypes,\n tags,\n type,\n }",
"description": [],
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.CreateExceptionListItemOptions",
"text": "CreateExceptionListItemOptions"
}
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 281
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateExceptionListItem",
"type": "Function",
"tags": [],
"label": "updateExceptionListItem",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 312
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.updateExceptionListItem.$1",
"type": "Object",
"tags": [],
"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 }",
"description": [],
"signature": [
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.UpdateExceptionListItemOptions",
"text": "UpdateExceptionListItemOptions"
}
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 312
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionListItem",
"type": "Function",
"tags": [],
"label": "deleteExceptionListItem",
"description": [],
"signature": [
"({ id, itemId, namespaceType, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 345
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n itemId,\n namespaceType,\n }",
"description": [],
"signature": [
"DeleteExceptionListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 345
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionListItemById",
"type": "Function",
"tags": [],
"label": "deleteExceptionListItemById",
"description": [],
"signature": [
"({ id, namespaceType, }: ",
"DeleteExceptionListItemByIdOptions",
") => Promise<void>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 359
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteExceptionListItemById.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n namespaceType,\n }",
"description": [],
"signature": [
"DeleteExceptionListItemByIdOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 359
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteEndpointListItem",
"type": "Function",
"tags": [],
"label": "deleteEndpointListItem",
"description": [
"\nThis is the same as \"deleteExceptionListItem\" except it applies specifically to the endpoint list."
],
"signature": [
"({ id, itemId, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 374
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.deleteEndpointListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n itemId,\n }",
"description": [],
"signature": [
"DeleteEndpointListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 374
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionListItem",
"type": "Function",
"tags": [],
"label": "findExceptionListItem",
"description": [],
"signature": [
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 387
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"description": [],
"signature": [
"FindExceptionListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 387
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionListsItem",
"type": "Function",
"tags": [],
"label": "findExceptionListsItem",
"description": [],
"signature": [
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 409
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionListsItem.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"description": [],
"signature": [
"FindExceptionListsItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 409
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findValueListExceptionListItems",
"type": "Function",
"tags": [],
"label": "findValueListExceptionListItems",
"description": [],
"signature": [
"({ perPage, page, sortField, sortOrder, valueListId, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 431
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findValueListExceptionListItems.$1",
"type": "Object",
"tags": [],
"label": "{\n perPage,\n page,\n sortField,\n sortOrder,\n valueListId,\n }",
"description": [],
"signature": [
"FindValueListExceptionListsItems"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 431
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionList",
"type": "Function",
"tags": [],
"label": "findExceptionList",
"description": [],
"signature": [
"({ filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 449
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findExceptionList.$1",
"type": "Object",
"tags": [],
"label": "{\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n namespaceType,\n }",
"description": [],
"signature": [
"FindExceptionListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 449
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findEndpointListItem",
"type": "Function",
"tags": [],
"label": "findEndpointListItem",
"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."
],
"signature": [
"({ filter, perPage, page, sortField, sortOrder, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 477
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ExceptionListClient.findEndpointListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n filter,\n perPage,\n page,\n sortField,\n sortOrder,\n }",
"description": [],
"signature": [
"FindEndpointListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
"lineNumber": 477
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient",
"type": "Class",
"tags": [],
"label": "ListClient",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 79
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 85
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "{ spaceId, user, config, esClient }",
"description": [],
"signature": [
"ConstructorOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 85
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListIndex",
"type": "Function",
"tags": [],
"label": "getListIndex",
"description": [],
"signature": [
"() => string"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 92
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemIndex",
"type": "Function",
"tags": [],
"label": "getListItemIndex",
"description": [],
"signature": [
"() => string"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 100
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getList",
"type": "Function",
"tags": [],
"label": "getList",
"description": [],
"signature": [
"({ id }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 108
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getList.$1",
"type": "Object",
"tags": [],
"label": "{ id }",
"description": [],
"signature": [
"GetListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 108
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createList",
"type": "Function",
"tags": [],
"label": "createList",
"description": [],
"signature": [
"({ id, deserializer, immutable, serializer, name, description, type, meta, version, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 114
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createList.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n deserializer,\n immutable,\n serializer,\n name,\n description,\n type,\n meta,\n version,\n }",
"description": [],
"signature": [
"CreateListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 114
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListIfItDoesNotExist",
"type": "Function",
"tags": [],
"label": "createListIfItDoesNotExist",
"description": [],
"signature": [
"({ id, deserializer, serializer, name, description, immutable, type, meta, version, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 143
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListIfItDoesNotExist.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n deserializer,\n serializer,\n name,\n description,\n immutable,\n type,\n meta,\n version,\n }",
"description": [],
"signature": [
"CreateListIfItDoesNotExistOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 143
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListIndexExists",
"type": "Function",
"tags": [],
"label": "getListIndexExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 172
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemIndexExists",
"type": "Function",
"tags": [],
"label": "getListItemIndexExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 178
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListBootStrapIndex",
"type": "Function",
"tags": [],
"label": "createListBootStrapIndex",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 184
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListItemBootStrapIndex",
"type": "Function",
"tags": [],
"label": "createListItemBootStrapIndex",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 190
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListPolicyExists",
"type": "Function",
"tags": [],
"label": "getListPolicyExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 196
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemPolicyExists",
"type": "Function",
"tags": [],
"label": "getListItemPolicyExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 202
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListTemplateExists",
"type": "Function",
"tags": [],
"label": "getListTemplateExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 208
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemTemplateExists",
"type": "Function",
"tags": [],
"label": "getListItemTemplateExists",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 214
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListTemplate",
"type": "Function",
"tags": [],
"label": "getListTemplate",
"description": [],
"signature": [
"() => Record<string, unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 220
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemTemplate",
"type": "Function",
"tags": [],
"label": "getListItemTemplate",
"description": [],
"signature": [
"() => Record<string, unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 225
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.setListTemplate",
"type": "Function",
"tags": [],
"label": "setListTemplate",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 230
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.setListItemTemplate",
"type": "Function",
"tags": [],
"label": "setListItemTemplate",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 237
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.setListPolicy",
"type": "Function",
"tags": [],
"label": "setListPolicy",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 244
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.setListItemPolicy",
"type": "Function",
"tags": [],
"label": "setListItemPolicy",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 250
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListIndex",
"type": "Function",
"tags": [],
"label": "deleteListIndex",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 256
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItemIndex",
"type": "Function",
"tags": [],
"label": "deleteListItemIndex",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 262
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListPolicy",
"type": "Function",
"tags": [],
"label": "deleteListPolicy",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 268
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItemPolicy",
"type": "Function",
"tags": [],
"label": "deleteListItemPolicy",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 274
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListTemplate",
"type": "Function",
"tags": [],
"label": "deleteListTemplate",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 280
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItemTemplate",
"type": "Function",
"tags": [],
"label": "deleteListItemTemplate",
"description": [],
"signature": [
"() => Promise<unknown>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 286
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItem",
"type": "Function",
"tags": [],
"label": "deleteListItem",
"description": [],
"signature": [
"({ id }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 292
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItem.$1",
"type": "Object",
"tags": [],
"label": "{ id }",
"description": [],
"signature": [
"DeleteListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 292
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItemByValue",
"type": "Function",
"tags": [],
"label": "deleteListItemByValue",
"description": [],
"signature": [
"({ listId, value, type, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 298
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteListItemByValue.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n value,\n type,\n }",
"description": [],
"signature": [
"DeleteListItemByValueOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 298
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteList",
"type": "Function",
"tags": [],
"label": "deleteList",
"description": [],
"signature": [
"({ id }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 314
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.deleteList.$1",
"type": "Object",
"tags": [],
"label": "{ id }",
"description": [],
"signature": [
"DeleteListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 314
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.exportListItemsToStream",
"type": "Function",
"tags": [],
"label": "exportListItemsToStream",
"description": [],
"signature": [
"({ stringToAppend, listId, stream, }: ",
"ExportListItemsToStreamOptions",
") => void"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 326
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.exportListItemsToStream.$1",
"type": "Object",
"tags": [],
"label": "{\n stringToAppend,\n listId,\n stream,\n }",
"description": [],
"signature": [
"ExportListItemsToStreamOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 326
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.importListItemsToStream",
"type": "Function",
"tags": [],
"label": "importListItemsToStream",
"description": [],
"signature": [
"({ deserializer, serializer, type, listId, stream, meta, version, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 342
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.importListItemsToStream.$1",
"type": "Object",
"tags": [],
"label": "{\n deserializer,\n serializer,\n type,\n listId,\n stream,\n meta,\n version,\n }",
"description": [],
"signature": [
"ImportListItemsToStreamOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 342
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemByValue",
"type": "Function",
"tags": [],
"label": "getListItemByValue",
"description": [],
"signature": [
"({ listId, value, type, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 370
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemByValue.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n value,\n type,\n }",
"description": [],
"signature": [
"GetListItemByValueOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 370
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListItem",
"type": "Function",
"tags": [],
"label": "createListItem",
"description": [],
"signature": [
"({ id, deserializer, serializer, listId, value, type, meta, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 386
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.createListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n deserializer,\n serializer,\n listId,\n value,\n type,\n meta,\n }",
"description": [],
"signature": [
"CreateListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 386
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.updateListItem",
"type": "Function",
"tags": [],
"label": "updateListItem",
"description": [],
"signature": [
"({ _version, id, value, meta, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 411
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.updateListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n _version,\n id,\n value,\n meta,\n }",
"description": [],
"signature": [
"UpdateListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 411
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.updateList",
"type": "Function",
"tags": [],
"label": "updateList",
"description": [],
"signature": [
"({ _version, id, name, description, meta, version, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 430
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.updateList.$1",
"type": "Object",
"tags": [],
"label": "{\n _version,\n id,\n name,\n description,\n meta,\n version,\n }",
"description": [],
"signature": [
"UpdateListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 430
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItem",
"type": "Function",
"tags": [],
"label": "getListItem",
"description": [],
"signature": [
"({ id }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 453
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItem.$1",
"type": "Object",
"tags": [],
"label": "{ id }",
"description": [],
"signature": [
"GetListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 453
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemByValues",
"type": "Function",
"tags": [],
"label": "getListItemByValues",
"description": [],
"signature": [
"({ type, listId, value, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 463
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.getListItemByValues.$1",
"type": "Object",
"tags": [],
"label": "{\n type,\n listId,\n value,\n }",
"description": [],
"signature": [
"GetListItemsByValueOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 463
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.searchListItemByValues",
"type": "Function",
"tags": [],
"label": "searchListItemByValues",
"description": [],
"signature": [
"({ type, listId, value, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; value: unknown; }[]>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 479
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.searchListItemByValues.$1",
"type": "Object",
"tags": [],
"label": "{\n type,\n listId,\n value,\n }",
"description": [],
"signature": [
"SearchListItemByValuesOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 479
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.findList",
"type": "Function",
"tags": [],
"label": "findList",
"description": [],
"signature": [
"({ filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 495
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.findList.$1",
"type": "Object",
"tags": [],
"label": "{\n filter,\n currentIndexPosition,\n perPage,\n page,\n sortField,\n sortOrder,\n searchAfter,\n }",
"description": [],
"signature": [
"FindListOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 495
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "lists",
"id": "def-server.ListClient.findListItem",
"type": "Function",
"tags": [],
"label": "findListItem",
"description": [],
"signature": [
"({ listId, filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; page: number; per_page: number; total: number; } | null>"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 519
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListClient.findListItem.$1",
"type": "Object",
"tags": [],
"label": "{\n listId,\n filter,\n currentIndexPosition,\n perPage,\n page,\n sortField,\n sortOrder,\n searchAfter,\n }",
"description": [],
"signature": [
"FindListItemOptions"
],
"source": {
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
"lineNumber": 519
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions",
"type": "Interface",
"tags": [],
"label": "CreateExceptionListItemOptions",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 117
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.comments",
"type": "Array",
"tags": [],
"label": "comments",
"description": [],
"signature": [
"{ comment: string; }[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 118
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.entries",
"type": "Array",
"tags": [],
"label": "entries",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 119
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.itemId",
"type": "string",
"tags": [],
"label": "itemId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 120
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.listId",
"type": "string",
"tags": [],
"label": "listId",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 121
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.namespaceType",
"type": "CompoundType",
"tags": [],
"label": "namespaceType",
"description": [],
"signature": [
"\"single\" | \"agnostic\""
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 122
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 123
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.osTypes",
"type": "Array",
"tags": [],
"label": "osTypes",
"description": [],
"signature": [
"(\"windows\" | \"linux\" | \"macos\")[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 124
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 125
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.meta",
"type": "Uncategorized",
"tags": [],
"label": "meta",
"description": [],
"signature": [
"object | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 126
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 127
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.CreateExceptionListItemOptions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"simple\""
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 128
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-server.ListPluginSetup",
"type": "Interface",
"tags": [],
"label": "ListPluginSetup",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 40
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListPluginSetup.getExceptionListClient",
"type": "Function",
"tags": [],
"label": "getExceptionListClient",
"description": [],
"signature": [
"GetExceptionListClientType"
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.ListPluginSetup.getListClient",
"type": "Function",
"tags": [],
"label": "getListClient",
"description": [],
"signature": [
"GetListClientType"
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 42
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-server.ListsApiRequestHandlerContext",
"type": "Interface",
"tags": [],
"label": "ListsApiRequestHandlerContext",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 48
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.ListsApiRequestHandlerContext.getListClient",
"type": "Function",
"tags": [],
"label": "getListClient",
"description": [],
"signature": [
"() => ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ListClient",
"text": "ListClient"
}
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 49
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.ListsApiRequestHandlerContext.getExceptionListClient",
"type": "Function",
"tags": [],
"label": "getExceptionListClient",
"description": [],
"signature": [
"() => ",
{
"pluginId": "lists",
"scope": "server",
"docId": "kibListsPluginApi",
"section": "def-server.ExceptionListClient",
"text": "ExceptionListClient"
}
],
"source": {
"path": "x-pack/plugins/lists/server/types.ts",
"lineNumber": 50
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions",
"type": "Interface",
"tags": [],
"label": "UpdateExceptionListItemOptions",
"description": [],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 143
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions._version",
"type": "string",
"tags": [],
"label": "_version",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 144
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.comments",
"type": "Array",
"tags": [],
"label": "comments",
"description": [],
"signature": [
"({ comment: string; } & { id?: string | undefined; })[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 145
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.entries",
"type": "Array",
"tags": [],
"label": "entries",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 146
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 147
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.itemId",
"type": "string",
"tags": [],
"label": "itemId",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 148
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.namespaceType",
"type": "CompoundType",
"tags": [],
"label": "namespaceType",
"description": [],
"signature": [
"\"single\" | \"agnostic\""
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 149
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 150
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.osTypes",
"type": "Array",
"tags": [],
"label": "osTypes",
"description": [],
"signature": [
"(\"windows\" | \"linux\" | \"macos\")[]"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 151
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 152
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.meta",
"type": "Uncategorized",
"tags": [],
"label": "meta",
"description": [],
"signature": [
"object | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 153
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 154
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-server.UpdateExceptionListItemOptions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"simple\" | undefined"
],
"source": {
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
"lineNumber": 155
},
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "lists",
"id": "def-common.buildExceptionFilter",
"type": "Function",
"tags": [],
"label": "buildExceptionFilter",
"description": [],
"signature": [
"({ lists, excludeExceptions, chunkSize, }: { lists: (({ 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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }) | { _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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; })[]; excludeExceptions: boolean; chunkSize: number; }) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
" | undefined"
],
"source": {
"path": "x-pack/plugins/lists/common/exceptions/build_exceptions_filter.ts",
"lineNumber": 69
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-common.buildExceptionFilter.$1.listsexcludeExceptionschunkSize",
"type": "Object",
"tags": [],
"label": "{\n lists,\n excludeExceptions,\n chunkSize,\n}",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/exceptions/build_exceptions_filter.ts",
"lineNumber": 73
},
"deprecated": false,
"children": [
{
"parentPluginId": "lists",
"id": "def-common.buildExceptionFilter.$1.listsexcludeExceptionschunkSize.lists",
"type": "Array",
"tags": [],
"label": "lists",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }) | { _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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; })[]"
],
"source": {
"path": "x-pack/plugins/lists/common/exceptions/build_exceptions_filter.ts",
"lineNumber": 74
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-common.buildExceptionFilter.$1.listsexcludeExceptionschunkSize.excludeExceptions",
"type": "boolean",
"tags": [],
"label": "excludeExceptions",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/exceptions/build_exceptions_filter.ts",
"lineNumber": 75
},
"deprecated": false
},
{
"parentPluginId": "lists",
"id": "def-common.buildExceptionFilter.$1.listsexcludeExceptionschunkSize.chunkSize",
"type": "number",
"tags": [],
"label": "chunkSize",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/exceptions/build_exceptions_filter.ts",
"lineNumber": 76
},
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [
{
"parentPluginId": "lists",
"id": "def-common.ExceptionListTypeEnum",
"type": "Enum",
"tags": [
"deprecated"
],
"label": "ExceptionListTypeEnum",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 337
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 31
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 27
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 31
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 94
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 108
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.tsx",
"lineNumber": 113
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.tsx",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.tsx",
"lineNumber": 59
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.tsx",
"lineNumber": 231
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 28
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 28
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 40
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 40
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 52
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.stories.tsx",
"lineNumber": 64
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 47
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 47
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 65
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 83
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 101
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 101
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 141
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 141
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 181
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 199
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 217
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 217
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 238
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 238
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 259
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exceptions_viewer_header.test.tsx",
"lineNumber": 259
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.test.tsx",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.test.tsx",
"lineNumber": 95
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.test.tsx",
"lineNumber": 112
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/index.test.tsx",
"lineNumber": 148
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 85
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 462
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 467
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 472
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 473
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 477
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 481
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.tsx",
"lineNumber": 484
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts",
"lineNumber": 18
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.OperatorEnum",
"type": "Enum",
"tags": [
"deprecated"
],
"label": "OperatorEnum",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 425
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 29
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/types.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/types.ts",
"lineNumber": 21
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 24
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 77
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 85
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 27
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 36
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 45
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 54
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 63
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 72
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 81
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 347
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 366
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 387
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 408
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.OperatorTypeEnum",
"type": "Enum",
"tags": [
"deprecated"
],
"label": "OperatorTypeEnum",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 433
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 30
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/types.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/types.ts",
"lineNumber": 22
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 78
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 78
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 86
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 93
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 17
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 26
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 35
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 44
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 53
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 62
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 71
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/operators.ts",
"lineNumber": 80
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts",
"lineNumber": 13
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts",
"lineNumber": 28
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts",
"lineNumber": 101
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx",
"lineNumber": 21
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx",
"lineNumber": 59
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match_any.tsx",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match_any.tsx",
"lineNumber": 51
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 51
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 71
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 94
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 117
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 152
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 192
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 228
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 254
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.test.ts",
"lineNumber": 289
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 31
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 105
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 108
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 110
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 112
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 114
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 144
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 145
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 147
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 149
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 445
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 171
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 178
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 185
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 192
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 346
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 365
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 386
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 407
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 427
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 446
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 473
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 661
}
}
],
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "lists",
"id": "def-common.Comment",
"type": "Type",
"tags": [
"deprecated"
],
"label": "Comment",
"description": [],
"signature": [
"{ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 46
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 26
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 332
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 360
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_comments.tsx",
"lineNumber": 20
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_comments.tsx",
"lineNumber": 26
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.CommentsArray",
"type": "Type",
"tags": [
"deprecated"
],
"label": "CommentsArray",
"description": [],
"signature": [
"({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 41
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 25
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 176
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.CreateComment",
"type": "Type",
"tags": [
"deprecated"
],
"label": "CreateComment",
"description": [],
"signature": [
"{ comment: string; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/create_comment.ts",
"lineNumber": 24
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 13
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 27
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 332
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 360
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.CreateCommentsArray",
"type": "Type",
"tags": [
"deprecated"
],
"label": "CreateCommentsArray",
"description": [],
"signature": [
"{ comment: string; }[]"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/create_comment.ts",
"lineNumber": 34
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 11
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.CreateExceptionListItemSchema",
"type": "Type",
"tags": [],
"label": "CreateExceptionListItemSchema",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts",
"lineNumber": 55
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.CreateExceptionListSchema",
"type": "Type",
"tags": [],
"label": "CreateExceptionListSchema",
"description": [],
"signature": [
"{ description: string; name: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; } & { list_id?: string | undefined; meta?: object | undefined; namespace_type?: \"single\" | \"agnostic\" | undefined; os_types?: (\"windows\" | \"linux\" | \"macos\")[] | undefined; tags?: string[] | undefined; version?: number | undefined; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_schema.ts",
"lineNumber": 50
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION",
"type": "string",
"tags": [],
"label": "ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION",
"description": [
"Description of event filters agnostic list"
],
"signature": [
"\"Endpoint Security Event Filters List\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 71
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ENDPOINT_EVENT_FILTERS_LIST_ID",
"type": "string",
"tags": [],
"label": "ENDPOINT_EVENT_FILTERS_LIST_ID",
"description": [
"ID of event filters agnostic list"
],
"signature": [
"\"endpoint_event_filters\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 65
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ENDPOINT_EVENT_FILTERS_LIST_NAME",
"type": "string",
"tags": [],
"label": "ENDPOINT_EVENT_FILTERS_LIST_NAME",
"description": [
"Name of event filters agnostic list"
],
"signature": [
"\"Endpoint Security Event Filters List\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 68
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ENDPOINT_LIST_ID",
"type": "string",
"tags": [],
"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"
],
"signature": [
"\"endpoint_list\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 45
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ENDPOINT_TRUSTED_APPS_LIST_ID",
"type": "string",
"tags": [],
"label": "ENDPOINT_TRUSTED_APPS_LIST_ID",
"description": [
"ID of trusted apps agnostic list"
],
"signature": [
"\"endpoint_trusted_apps\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 56
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntriesArray",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntriesArray",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 53
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 26
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.ts",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.ts",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.ts",
"lineNumber": 28
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.test.ts",
"lineNumber": 16
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.test.ts",
"lineNumber": 26
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.test.ts",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.test.ts",
"lineNumber": 74
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/utils.test.ts",
"lineNumber": 95
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 42
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 87
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 87
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 80
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 204
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 62
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 661
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 702
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 783
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 787
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 793
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 800
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 804
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 810
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.test.tsx",
"lineNumber": 24
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.test.tsx",
"lineNumber": 426
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.test.tsx",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.test.tsx",
"lineNumber": 133
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 73
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 119
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 170
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 223
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 275
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 319
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.Entry",
"type": "Type",
"tags": [
"deprecated"
],
"label": "Entry",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 34
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 19
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 103
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 28
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 307
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 650
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts",
"lineNumber": 13
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts",
"lineNumber": 239
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryExists",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryExists",
"description": [],
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_exists.ts",
"lineNumber": 27
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 20
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 19
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 98
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 115
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryList",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryList",
"description": [],
"signature": [
"{ field: string; list: { id: string; type: \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_list.ts",
"lineNumber": 28
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 25
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.ts",
"lineNumber": 8
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.ts",
"lineNumber": 19
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 14
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 78
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 90
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 102
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 115
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 131
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts",
"lineNumber": 144
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 12
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.test.ts",
"lineNumber": 329
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryMatch",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryMatch",
"description": [],
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match.ts",
"lineNumber": 28
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 21
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 16
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 95
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 112
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 13
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 104
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 184
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryMatchAny",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryMatchAny",
"description": [],
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_any.ts",
"lineNumber": 30
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 22
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 17
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 97
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 114
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryMatchWildcard",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryMatchWildcard",
"description": [],
"signature": [
"{ field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_wildcard.ts",
"lineNumber": 28
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 23
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 96
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 113
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 14
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 188
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EntryNested",
"type": "Type",
"tags": [
"deprecated"
],
"label": "EntryNested",
"description": [],
"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\"; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_nested.ts",
"lineNumber": 28
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 24
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 14
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/types.ts",
"lineNumber": 109
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 40
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 307
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 425
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 444
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 471
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/routes/trusted_apps/mapping.ts",
"lineNumber": 192
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts",
"lineNumber": 13
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts",
"lineNumber": 239
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EXCEPTION_LIST_ITEM_URL",
"type": "string",
"tags": [],
"label": "EXCEPTION_LIST_ITEM_URL",
"description": [],
"signature": [
"\"/api/exception_lists/items\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 20
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.EXCEPTION_LIST_URL",
"type": "string",
"tags": [],
"label": "EXCEPTION_LIST_URL",
"description": [
"\nException list routes"
],
"signature": [
"\"/api/exception_lists\""
],
"source": {
"path": "x-pack/plugins/lists/common/constants.ts",
"lineNumber": 19
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ExceptionListItemSchema",
"type": "Type",
"tags": [],
"label": "ExceptionListItemSchema",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts",
"lineNumber": 53
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ExceptionListSchema",
"type": "Type",
"tags": [],
"label": "ExceptionListSchema",
"description": [],
"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\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_schema.ts",
"lineNumber": 52
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ExceptionListType",
"type": "Type",
"tags": [
"deprecated"
],
"label": "ExceptionListType",
"description": [],
"signature": [
"\"endpoint\" | \"detection\" | \"endpoint_events\""
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 327
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/reducer.ts",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/reducer.ts",
"lineNumber": 31
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/reducer.ts",
"lineNumber": 57
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/use_fetch_or_create_rule_exception_list.test.tsx",
"lineNumber": 15
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/use_fetch_or_create_rule_exception_list.test.tsx",
"lineNumber": 46
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/use_fetch_or_create_rule_exception_list.test.tsx",
"lineNumber": 47
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 44
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 59
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.tsx",
"lineNumber": 37
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.tsx",
"lineNumber": 70
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/create/helpers.ts",
"lineNumber": 16
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/create/helpers.ts",
"lineNumber": 319
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.tsx",
"lineNumber": 36
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.tsx",
"lineNumber": 63
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts",
"lineNumber": 9
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts",
"lineNumber": 18
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/timeline_actions/alert_context_menu.tsx",
"lineNumber": 47
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/timeline_actions/alert_context_menu.tsx",
"lineNumber": 113
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.ListSchema",
"type": "Type",
"tags": [],
"label": "ListSchema",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/list_schema.ts",
"lineNumber": 48
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.NamespaceType",
"type": "Type",
"tags": [],
"label": "NamespaceType",
"description": [],
"signature": [
"\"single\" | \"agnostic\""
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/default_namespace.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.NestedEntriesArray",
"type": "Type",
"tags": [],
"label": "NestedEntriesArray",
"description": [],
"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\"; })[]"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts",
"lineNumber": 17
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.Operator",
"type": "Type",
"tags": [
"deprecated"
],
"label": "Operator",
"description": [],
"signature": [
"\"excluded\" | \"included\""
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 420
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 28
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.OsTypeArray",
"type": "Type",
"tags": [
"deprecated"
],
"label": "OsTypeArray",
"description": [],
"signature": [
"(\"windows\" | \"linux\" | \"macos\")[]"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 492
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 57
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 41
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 60
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 389
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 399
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 400
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.tsx",
"lineNumber": 65
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/add_exception_modal/index.tsx",
"lineNumber": 305
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.tsx",
"lineNumber": 56
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/edit_exception_modal/index.tsx",
"lineNumber": 285
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 63
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 596
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.test.tsx",
"lineNumber": 609
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.Type",
"type": "Type",
"tags": [],
"label": "Type",
"description": [],
"signature": [
"\"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"long\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\""
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 188
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.UpdateExceptionListItemSchema",
"type": "Type",
"tags": [],
"label": "UpdateExceptionListItemSchema",
"description": [],
"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\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_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\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; 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; }"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/update_exception_list_item_schema.ts",
"lineNumber": 55
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "lists",
"id": "def-common.comment",
"type": "Object",
"tags": [
"deprecated"
],
"label": "comment",
"description": [],
"signature": [
"IntersectionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ comment: ",
"Type",
"<string, string, unknown>; created_at: ",
"StringC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/comment.ts",
"lineNumber": 16
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 34
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 33
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 363
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.createExceptionListItemSchema",
"type": "Object",
"tags": [],
"label": "createExceptionListItemSchema",
"description": [],
"signature": [
"IntersectionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ description: ",
"StringC",
"; entries: ",
"Type"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/request/create_exception_list_item_schema.ts",
"lineNumber": 33
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesExists",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesExists",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_exists.ts",
"lineNumber": 16
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 43
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesList",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesList",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; list: ",
"ExactC",
"<",
"TypeC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_list.ts",
"lineNumber": 16
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 44
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.ts",
"lineNumber": 8
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.ts",
"lineNumber": 20
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/filter_events_against_list.ts",
"lineNumber": 8
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/filter_events_against_list.ts",
"lineNumber": 55
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesMatch",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesMatch",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match.ts",
"lineNumber": 16
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 40
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesMatchAny",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesMatchAny",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_any.ts",
"lineNumber": 18
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 41
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesMatchWildcard",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesMatchWildcard",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC",
"<{ excluded: null; included: null; }>; type: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_match_wildcard.ts",
"lineNumber": 16
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 42
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entriesNested",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entriesNested",
"description": [],
"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"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entry_nested.ts",
"lineNumber": 17
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 38
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/helpers.tsx",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/viewer/helpers.tsx",
"lineNumber": 44
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 35
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 232
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 244
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.entry",
"type": "Object",
"tags": [
"deprecated"
],
"label": "entry",
"description": [],
"signature": [
"UnionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/entries.ts",
"lineNumber": 23
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 37
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 34
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 252
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.exceptionListItemSchema",
"type": "Object",
"tags": [],
"label": "exceptionListItemSchema",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ _version: ",
"UnionC",
"<[",
"StringC",
", ",
"UndefinedC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/exception_list_item_schema.ts",
"lineNumber": 30
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.exceptionListType",
"type": "Object",
"tags": [
"deprecated"
],
"label": "exceptionListType",
"description": [],
"signature": [
"KeyofC",
"<{ detection: null; endpoint: null; endpoint_events: null; }>"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 313
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 33
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/schemas/types/lists.ts",
"lineNumber": 10
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/detection_engine/schemas/types/lists.ts",
"lineNumber": 21
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.listSchema",
"type": "Object",
"tags": [],
"label": "listSchema",
"description": [],
"signature": [
"ExactC",
"<",
"TypeC",
"<{ _version: ",
"UnionC",
"<[",
"StringC",
", ",
"UndefinedC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/response/list_schema.ts",
"lineNumber": 28
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.namespaceType",
"type": "Object",
"tags": [],
"label": "namespaceType",
"description": [],
"signature": [
"KeyofC",
"<{ agnostic: null; single: null; }>"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/default_namespace.ts",
"lineNumber": 11
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.nestedEntryItem",
"type": "Object",
"tags": [],
"label": "nestedEntryItem",
"description": [],
"signature": [
"UnionC",
"<[",
"ExactC",
"<",
"TypeC",
"<{ field: ",
"Type",
"<string, string, unknown>; operator: ",
"KeyofC"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/types/non_empty_nested_entries_array.ts",
"lineNumber": 15
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.osType",
"type": "Object",
"tags": [
"deprecated"
],
"label": "osType",
"description": [],
"signature": [
"KeyofC",
"<{ linux: null; macos: null; windows: null; }>"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 473
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 55
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 43
}
},
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx",
"lineNumber": 404
}
}
],
"initialIsOpen": false
},
{
"parentPluginId": "lists",
"id": "def-common.osTypeArray",
"type": "Object",
"tags": [
"deprecated"
],
"label": "osTypeArray",
"description": [],
"signature": [
"Type",
"<(\"windows\" | \"linux\" | \"macos\")[], (\"windows\" | \"linux\" | \"macos\")[] | undefined, unknown>"
],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 487
},
"deprecated": true,
"references": [
{
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/common/shared_imports.ts",
"lineNumber": 56
}
}
],
"initialIsOpen": false
}
]
}
}