kibana/api_docs/kbn_zod.devdocs.json

19542 lines
No EOL
668 KiB
JSON

{
"id": "@kbn/zod",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus",
"type": "Class",
"tags": [],
"label": "ParseStatus",
"description": [],
"signature": [
"Zod.ParseStatus"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.value",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"\"valid\" | \"dirty\" | \"aborted\""
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.dirty",
"type": "Function",
"tags": [],
"label": "dirty",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.abort",
"type": "Function",
"tags": [],
"label": "abort",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeArray",
"type": "Function",
"tags": [],
"label": "mergeArray",
"description": [],
"signature": [
"(status: Zod.ParseStatus, results: Zod.SyncParseReturnType<any>[]) => Zod.SyncParseReturnType<any>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeArray.$1",
"type": "Object",
"tags": [],
"label": "status",
"description": [],
"signature": [
"Zod.ParseStatus"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeArray.$2",
"type": "Array",
"tags": [],
"label": "results",
"description": [],
"signature": [
"Zod.SyncParseReturnType<any>[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectAsync",
"type": "Function",
"tags": [],
"label": "mergeObjectAsync",
"description": [],
"signature": [
"(status: Zod.ParseStatus, pairs: { key: Zod.ParseReturnType<any>; value: Zod.ParseReturnType<any>; }[]) => Promise<Zod.SyncParseReturnType<any>>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectAsync.$1",
"type": "Object",
"tags": [],
"label": "status",
"description": [],
"signature": [
"Zod.ParseStatus"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectAsync.$2",
"type": "Array",
"tags": [],
"label": "pairs",
"description": [],
"signature": [
"{ key: Zod.ParseReturnType<any>; value: Zod.ParseReturnType<any>; }[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectSync",
"type": "Function",
"tags": [],
"label": "mergeObjectSync",
"description": [],
"signature": [
"(status: Zod.ParseStatus, pairs: { key: Zod.SyncParseReturnType<any>; value: Zod.SyncParseReturnType<any>; alwaysSet?: boolean | undefined; }[]) => Zod.SyncParseReturnType<any>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectSync.$1",
"type": "Object",
"tags": [],
"label": "status",
"description": [],
"signature": [
"Zod.ParseStatus"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseStatus.mergeObjectSync.$2",
"type": "Array",
"tags": [],
"label": "pairs",
"description": [],
"signature": [
"{ key: Zod.SyncParseReturnType<any>; value: Zod.SyncParseReturnType<any>; alwaysSet?: boolean | undefined; }[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny",
"type": "Class",
"tags": [],
"label": "ZodAny",
"description": [],
"signature": [
"Zod.ZodAny extends Zod.ZodType<any, Zod.ZodAnyDef, any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny._any",
"type": "boolean",
"tags": [],
"label": "_any",
"description": [],
"signature": [
"true"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodAny"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAny.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray",
"type": "Class",
"tags": [],
"label": "ZodArray",
"description": [],
"signature": [
"Zod.ZodArray<T, Cardinality> extends Zod.ZodType<Zod.arrayOutputType<T, Cardinality>, Zod.ZodArrayDef<T>, Cardinality extends \"atleastone\" ? [T[\"_input\"], ...T[\"_input\"][]] : T[\"_input\"][]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.element",
"type": "Uncategorized",
"tags": [],
"label": "element",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(minLength: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.min.$1",
"type": "number",
"tags": [],
"label": "minLength",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(maxLength: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.max.$1",
"type": "number",
"tags": [],
"label": "maxLength",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.length",
"type": "Function",
"tags": [],
"label": "length",
"description": [],
"signature": [
"(len: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.length.$1",
"type": "number",
"tags": [],
"label": "len",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.length.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.nonempty",
"type": "Function",
"tags": [],
"label": "nonempty",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodArray<T, \"atleastone\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.nonempty.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodArray<T_1, \"many\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArray.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt",
"type": "Class",
"tags": [],
"label": "ZodBigInt",
"description": [],
"signature": [
"Zod.ZodBigInt extends Zod.ZodType<bigint, Zod.ZodBigIntDef, bigint>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<bigint>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.create.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gte",
"type": "Function",
"tags": [],
"label": "gte",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gte.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gte.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.min.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gt",
"type": "Function",
"tags": [],
"label": "gt",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gt.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.gt.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lte",
"type": "Function",
"tags": [],
"label": "lte",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lte.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lte.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.max.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lt",
"type": "Function",
"tags": [],
"label": "lt",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lt.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.lt.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.setLimit",
"type": "Function",
"tags": [],
"label": "setLimit",
"description": [],
"signature": [
"(kind: \"min\" | \"max\", value: bigint, inclusive: boolean, message?: string | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.setLimit.$1",
"type": "CompoundType",
"tags": [],
"label": "kind",
"description": [],
"signature": [
"\"min\" | \"max\""
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.setLimit.$2",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.setLimit.$3",
"type": "boolean",
"tags": [],
"label": "inclusive",
"description": [],
"signature": [
"boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.setLimit.$4",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt._addCheck",
"type": "Function",
"tags": [],
"label": "_addCheck",
"description": [],
"signature": [
"(check: Zod.ZodBigIntCheck) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt._addCheck.$1",
"type": "CompoundType",
"tags": [],
"label": "check",
"description": [],
"signature": [
"Zod.ZodBigIntCheck"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.positive",
"type": "Function",
"tags": [],
"label": "positive",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.positive.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.negative",
"type": "Function",
"tags": [],
"label": "negative",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.negative.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.nonpositive",
"type": "Function",
"tags": [],
"label": "nonpositive",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.nonpositive.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.nonnegative",
"type": "Function",
"tags": [],
"label": "nonnegative",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.nonnegative.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.multipleOf",
"type": "Function",
"tags": [],
"label": "multipleOf",
"description": [],
"signature": [
"(value: bigint, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.multipleOf.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"bigint"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.multipleOf.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.minValue",
"type": "CompoundType",
"tags": [],
"label": "minValue",
"description": [],
"signature": [
"bigint | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigInt.maxValue",
"type": "CompoundType",
"tags": [],
"label": "maxValue",
"description": [],
"signature": [
"bigint | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBoolean",
"type": "Class",
"tags": [],
"label": "ZodBoolean",
"description": [],
"signature": [
"Zod.ZodBoolean extends Zod.ZodType<boolean, Zod.ZodBooleanDef, boolean>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBoolean._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<boolean>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBoolean._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBoolean.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBoolean.create.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBranded",
"type": "Class",
"tags": [],
"label": "ZodBranded",
"description": [],
"signature": [
"Zod.ZodBranded<T, B> extends Zod.ZodType<T[\"_output\"] & Zod.BRAND<B>, Zod.ZodBrandedDef<T>, T[\"_input\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBranded._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBranded._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBranded.unwrap",
"type": "Function",
"tags": [],
"label": "unwrap",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch",
"type": "Class",
"tags": [],
"label": "ZodCatch",
"description": [],
"signature": [
"Zod.ZodCatch<T> extends Zod.ZodType<T[\"_output\"], Zod.ZodCatchDef<T>, unknown>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch.removeCatch",
"type": "Function",
"tags": [],
"label": "removeCatch",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(type: T_1, params: { errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { catch: T_1[\"_output\"] | (() => T_1[\"_output\"]); }) => Zod.ZodCatch<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatch.create.$2",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { catch: T_1[\"_output\"] | (() => T_1[\"_output\"]); }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate",
"type": "Class",
"tags": [],
"label": "ZodDate",
"description": [],
"signature": [
"Zod.ZodDate extends Zod.ZodType<Date, Zod.ZodDateDef, Date>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate._addCheck",
"type": "Function",
"tags": [],
"label": "_addCheck",
"description": [],
"signature": [
"(check: Zod.ZodDateCheck) => Zod.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate._addCheck.$1",
"type": "CompoundType",
"tags": [],
"label": "check",
"description": [],
"signature": [
"Zod.ZodDateCheck"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(minDate: Date, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.min.$1",
"type": "Object",
"tags": [],
"label": "minDate",
"description": [],
"signature": [
"Date"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(maxDate: Date, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.max.$1",
"type": "Object",
"tags": [],
"label": "maxDate",
"description": [],
"signature": [
"Date"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.minDate",
"type": "CompoundType",
"tags": [],
"label": "minDate",
"description": [],
"signature": [
"Date | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.maxDate",
"type": "CompoundType",
"tags": [],
"label": "maxDate",
"description": [],
"signature": [
"Date | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDate.create.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault",
"type": "Class",
"tags": [],
"label": "ZodDefault",
"description": [],
"signature": [
"Zod.ZodDefault<T> extends Zod.ZodType<Zod.util.noUndefined<T[\"_output\"]>, Zod.ZodDefaultDef<T>, T[\"_input\"] | undefined>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault.removeDefault",
"type": "Function",
"tags": [],
"label": "removeDefault",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(type: T_1, params: { errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { default: T_1[\"_input\"] | (() => Zod.util.noUndefined<T_1[\"_input\"]>); }) => Zod.ZodDefault<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefault.create.$2",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { default: T_1[\"_input\"] | (() => Zod.util.noUndefined<T_1[\"_input\"]>); }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion",
"type": "Class",
"tags": [],
"label": "ZodDiscriminatedUnion",
"description": [],
"signature": [
"Zod.ZodDiscriminatedUnion<Discriminator, Options> extends Zod.ZodType<Zod.output<Options[number]>, Zod.ZodDiscriminatedUnionDef<Discriminator, Options>, Zod.input<Options[number]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.discriminator",
"type": "Uncategorized",
"tags": [],
"label": "discriminator",
"description": [],
"signature": [
"Discriminator"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.options",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Options"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.optionsMap",
"type": "Object",
"tags": [],
"label": "optionsMap",
"description": [],
"signature": [
"Map<Zod.Primitive, Zod.ZodDiscriminatedUnionOption<any>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nThe constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor.\nHowever, it only allows a union of objects, all of which need to share a discriminator property. This property must\nhave a different value for each object in the union."
],
"signature": [
"<Discriminator extends string, Types extends [Zod.ZodDiscriminatedUnionOption<Discriminator>, ...Zod.ZodDiscriminatedUnionOption<Discriminator>[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion<Discriminator, Types>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "discriminator",
"description": [
"the name of the discriminator property"
],
"signature": [
"Discriminator"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Types"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnion.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects",
"type": "Class",
"tags": [],
"label": "ZodEffects",
"description": [],
"signature": [
"Zod.ZodEffects<T, Output, Input> extends Zod.ZodType<Output, Zod.ZodEffectsDef<T>, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.innerType",
"type": "Function",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.sourceType",
"type": "Function",
"tags": [],
"label": "sourceType",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(schema: I, effect: Zod.Effect<I[\"_output\"]>, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], Zod.input<I>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$2",
"type": "CompoundType",
"tags": [],
"label": "effect",
"description": [],
"signature": [
"Zod.RefinementEffect<I[\"_output\"]> | Zod.TransformEffect<I[\"_output\"]> | Zod.PreprocessEffect<I[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess",
"type": "Function",
"tags": [],
"label": "createWithPreprocess",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], unknown>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1",
"type": "Function",
"tags": [],
"label": "preprocess",
"description": [],
"signature": [
"(arg: unknown, ctx: Zod.RefinementCtx) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1.$1",
"type": "Unknown",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$2",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects",
"type": "Class",
"tags": [],
"label": "ZodEffects",
"description": [],
"signature": [
"Zod.ZodEffects<T, Output, Input> extends Zod.ZodType<Output, Zod.ZodEffectsDef<T>, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.innerType",
"type": "Function",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.sourceType",
"type": "Function",
"tags": [],
"label": "sourceType",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(schema: I, effect: Zod.Effect<I[\"_output\"]>, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], Zod.input<I>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$2",
"type": "CompoundType",
"tags": [],
"label": "effect",
"description": [],
"signature": [
"Zod.RefinementEffect<I[\"_output\"]> | Zod.TransformEffect<I[\"_output\"]> | Zod.PreprocessEffect<I[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess",
"type": "Function",
"tags": [],
"label": "createWithPreprocess",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], unknown>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1",
"type": "Function",
"tags": [],
"label": "preprocess",
"description": [],
"signature": [
"(arg: unknown, ctx: Zod.RefinementCtx) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1.$1",
"type": "Unknown",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$1.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$2",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffects.createWithPreprocess.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum",
"type": "Class",
"tags": [],
"label": "ZodEnum",
"description": [],
"signature": [
"Zod.ZodEnum<T> extends Zod.ZodType<T[number], Zod.ZodEnumDef<T>, T[number]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.private",
"type": "Any",
"tags": [],
"label": "#private",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.options",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.enum",
"type": "Object",
"tags": [],
"label": "enum",
"description": [],
"signature": [
"{ [k in T[number]]: k; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.Values",
"type": "Object",
"tags": [],
"label": "Values",
"description": [],
"signature": [
"{ [k in T[number]]: k; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.Enum",
"type": "Object",
"tags": [],
"label": "Enum",
"description": [],
"signature": [
"{ [k in T[number]]: k; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.extract",
"type": "Function",
"tags": [],
"label": "extract",
"description": [],
"signature": [
"<ToExtract extends readonly [T[number], ...T[number][]]>(values: ToExtract, newDef?: Zod.RawCreateParams) => Zod.ZodEnum<Zod.Writeable<ToExtract>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.extract.$1",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"ToExtract"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.extract.$2",
"type": "Object",
"tags": [],
"label": "newDef",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.exclude",
"type": "Function",
"tags": [],
"label": "exclude",
"description": [],
"signature": [
"<ToExclude extends readonly [T[number], ...T[number][]]>(values: ToExclude, newDef?: Zod.RawCreateParams) => Zod.ZodEnum<Zod.typecast<Zod.Writeable<Zod.FilterEnum<T, ToExclude[number]>>, [string, ...string[]]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.exclude.$1",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"ToExclude"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.exclude.$2",
"type": "Object",
"tags": [],
"label": "newDef",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnum.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ <U extends string, T extends readonly [U, ...U[]]>(values: T, params?: Zod.RawCreateParams): Zod.ZodEnum<Zod.Writeable<T>>; <U extends string, T extends [U, ...U[]]>(values: T, params?: Zod.RawCreateParams): Zod.ZodEnum<T>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError",
"type": "Class",
"tags": [],
"label": "ZodError",
"description": [],
"signature": [
"Zod.ZodError<T> extends Error"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.issues",
"type": "Array",
"tags": [],
"label": "issues",
"description": [],
"signature": [
"Zod.ZodIssue[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.errors",
"type": "Array",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"Zod.ZodIssue[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.Unnamed.$1",
"type": "Array",
"tags": [],
"label": "issues",
"description": [],
"signature": [
"Zod.ZodIssue[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.format",
"type": "Function",
"tags": [],
"label": "format",
"description": [],
"signature": [
"{ (): Zod.ZodFormattedError<T, string>; <U>(mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError<T, U>; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.format",
"type": "Function",
"tags": [],
"label": "format",
"description": [],
"signature": [
"{ (): Zod.ZodFormattedError<T, string>; <U>(mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError<T, U>; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.format.$1",
"type": "Function",
"tags": [],
"label": "mapper",
"description": [],
"signature": [
"(issue: Zod.ZodIssue) => U"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(issues: Zod.ZodIssue[]) => Zod.ZodError<any>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.create.$1",
"type": "Array",
"tags": [],
"label": "issues",
"description": [],
"signature": [
"Zod.ZodIssue[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.assert",
"type": "Function",
"tags": [],
"label": "assert",
"description": [],
"signature": [
"(value: unknown) => asserts value is Zod.ZodError<any>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.assert.$1",
"type": "Unknown",
"tags": [],
"label": "value",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.toString",
"type": "Function",
"tags": [],
"label": "toString",
"description": [],
"signature": [
"() => string"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.message",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.isEmpty",
"type": "boolean",
"tags": [],
"label": "isEmpty",
"description": [],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.addIssue",
"type": "Function",
"tags": [],
"label": "addIssue",
"description": [],
"signature": [
"(sub: Zod.ZodIssue) => void"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.addIssue.$1",
"type": "CompoundType",
"tags": [],
"label": "sub",
"description": [],
"signature": [
"Zod.ZodIssueOptionalMessage & { fatal?: boolean | undefined; message: string; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.addIssues",
"type": "Function",
"tags": [],
"label": "addIssues",
"description": [],
"signature": [
"(subs?: Zod.ZodIssue[] | undefined) => void"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.addIssues.$1",
"type": "Array",
"tags": [],
"label": "subs",
"description": [],
"signature": [
"Zod.ZodIssue[] | undefined"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.flatten",
"type": "Function",
"tags": [],
"label": "flatten",
"description": [],
"signature": [
"{ (): Zod.typeToFlattenedError<T, string>; <U>(mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError<T, U>; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.flatten",
"type": "Function",
"tags": [],
"label": "flatten",
"description": [],
"signature": [
"{ (): Zod.typeToFlattenedError<T, string>; <U>(mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError<T, U>; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.flatten.$1",
"type": "Function",
"tags": [],
"label": "mapper",
"description": [],
"signature": [
"((issue: Zod.ZodIssue) => U) | undefined"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodError.formErrors",
"type": "Object",
"tags": [],
"label": "formErrors",
"description": [],
"signature": [
"{ formErrors: string[]; fieldErrors: { [P in allKeys<T>]?: string[] | undefined; }; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction",
"type": "Class",
"tags": [],
"label": "ZodFunction",
"description": [],
"signature": [
"Zod.ZodFunction<Args, Returns> extends Zod.ZodType<Zod.OuterTypeOfFunction<Args, Returns>, Zod.ZodFunctionDef<Args, Returns>, Zod.InnerTypeOfFunction<Args, Returns>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.parameters",
"type": "Function",
"tags": [],
"label": "parameters",
"description": [],
"signature": [
"() => Args"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.returnType",
"type": "Function",
"tags": [],
"label": "returnType",
"description": [],
"signature": [
"() => Returns"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.args",
"type": "Function",
"tags": [],
"label": "args",
"description": [],
"signature": [
"<Items extends [] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(...items: Items) => Zod.ZodFunction<Zod.ZodTuple<Items, Zod.ZodUnknown>, Returns>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.args.$1",
"type": "Uncategorized",
"tags": [],
"label": "items",
"description": [],
"signature": [
"Items"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.returns",
"type": "Function",
"tags": [],
"label": "returns",
"description": [],
"signature": [
"<NewReturnType extends Zod.ZodType<any, any, any>>(returnType: NewReturnType) => Zod.ZodFunction<Args, NewReturnType>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.returns.$1",
"type": "Uncategorized",
"tags": [],
"label": "returnType",
"description": [],
"signature": [
"NewReturnType"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.implement",
"type": "Function",
"tags": [],
"label": "implement",
"description": [],
"signature": [
"<F extends Zod.InnerTypeOfFunction<Args, Returns>>(func: F) => ReturnType<F> extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType<F> : Zod.OuterTypeOfFunction<Args, Returns>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.implement.$1",
"type": "Function",
"tags": [],
"label": "func",
"description": [],
"signature": [
"F"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.strictImplement",
"type": "Function",
"tags": [],
"label": "strictImplement",
"description": [],
"signature": [
"(func: Zod.InnerTypeOfFunction<Args, Returns>) => Zod.InnerTypeOfFunction<Args, Returns>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.strictImplement.$1",
"type": "Function",
"tags": [],
"label": "func",
"description": [],
"signature": [
"Zod.InnerTypeOfFunction<Args, Returns>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.validate",
"type": "Function",
"tags": [],
"label": "validate",
"description": [],
"signature": [
"<F extends Zod.InnerTypeOfFunction<Args, Returns>>(func: F) => ReturnType<F> extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType<F> : Zod.OuterTypeOfFunction<Args, Returns>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.validate.$1",
"type": "Function",
"tags": [],
"label": "func",
"description": [],
"signature": [
"F"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.validate.$1.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"Args[\"_output\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ (): Zod.ZodFunction<Zod.ZodTuple<[], Zod.ZodUnknown>, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>>(args: T): Zod.ZodFunction<T, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple, U extends Zod.ZodTypeAny>(args: T, returns: U): Zod.ZodFunction<T, U>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>, U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction<T, U>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ (): Zod.ZodFunction<Zod.ZodTuple<[], Zod.ZodUnknown>, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>>(args: T): Zod.ZodFunction<T, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple, U extends Zod.ZodTypeAny>(args: T, returns: U): Zod.ZodFunction<T, U>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>, U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction<T, U>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ (): Zod.ZodFunction<Zod.ZodTuple<[], Zod.ZodUnknown>, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>>(args: T): Zod.ZodFunction<T, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple, U extends Zod.ZodTypeAny>(args: T, returns: U): Zod.ZodFunction<T, U>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>, U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction<T, U>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "returns",
"description": [],
"signature": [
"U"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ (): Zod.ZodFunction<Zod.ZodTuple<[], Zod.ZodUnknown>, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>>(args: T): Zod.ZodFunction<T, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple, U extends Zod.ZodTypeAny>(args: T, returns: U): Zod.ZodFunction<T, U>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>, U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction<T, U>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "returns",
"description": [],
"signature": [
"U"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunction.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection",
"type": "Class",
"tags": [],
"label": "ZodIntersection",
"description": [],
"signature": [
"Zod.ZodIntersection<T, U> extends Zod.ZodType<T[\"_output\"] & U[\"_output\"], Zod.ZodIntersectionDef<T, U>, T[\"_input\"] & U[\"_input\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny, U_1 extends Zod.ZodTypeAny>(left: T_1, right: U_1, params?: Zod.RawCreateParams) => Zod.ZodIntersection<T_1, U_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "left",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "right",
"description": [],
"signature": [
"U_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersection.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy",
"type": "Class",
"tags": [],
"label": "ZodLazy",
"description": [],
"signature": [
"Zod.ZodLazy<T> extends Zod.ZodType<Zod.output<T>, Zod.ZodLazyDef<T>, Zod.input<T>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy.schema",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(getter: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodLazy<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy.create.$1",
"type": "Function",
"tags": [],
"label": "getter",
"description": [],
"signature": [
"() => T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazy.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral",
"type": "Class",
"tags": [],
"label": "ZodLiteral",
"description": [],
"signature": [
"Zod.ZodLiteral<T> extends Zod.ZodType<T, Zod.ZodLiteralDef<T>, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral.value",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.Primitive>(value: T_1, params?: Zod.RawCreateParams) => Zod.ZodLiteral<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteral.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap",
"type": "Class",
"tags": [],
"label": "ZodMap",
"description": [],
"signature": [
"Zod.ZodMap<Key, Value> extends Zod.ZodType<Map<Key[\"_output\"], Value[\"_output\"]>, Zod.ZodMapDef<Key, Value>, Map<Key[\"_input\"], Value[\"_input\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.keySchema",
"type": "Uncategorized",
"tags": [],
"label": "keySchema",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.valueSchema",
"type": "Uncategorized",
"tags": [],
"label": "valueSchema",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<Key_1 extends Zod.ZodTypeAny = Zod.ZodTypeAny, Value_1 extends Zod.ZodTypeAny = Zod.ZodTypeAny>(keyType: Key_1, valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodMap<Key_1, Value_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "keyType",
"description": [],
"signature": [
"Key_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMap.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaN",
"type": "Class",
"tags": [],
"label": "ZodNaN",
"description": [],
"signature": [
"Zod.ZodNaN extends Zod.ZodType<number, Zod.ZodNaNDef, number>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaN._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaN._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaN.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNaN"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaN.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum",
"type": "Class",
"tags": [],
"label": "ZodNativeEnum",
"description": [],
"signature": [
"Zod.ZodNativeEnum<T> extends Zod.ZodType<T[keyof T], Zod.ZodNativeEnumDef<T>, T[keyof T]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum.private",
"type": "Any",
"tags": [],
"label": "#private",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<T[keyof T]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum.enum",
"type": "Uncategorized",
"tags": [],
"label": "enum",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.EnumLike>(values: T_1, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnum.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNever",
"type": "Class",
"tags": [],
"label": "ZodNever",
"description": [],
"signature": [
"Zod.ZodNever extends Zod.ZodType<never, Zod.ZodNeverDef, never>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNever._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNever._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNever.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNever"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNever.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNull",
"type": "Class",
"tags": [],
"label": "ZodNull",
"description": [],
"signature": [
"Zod.ZodNull extends Zod.ZodType<null, Zod.ZodNullDef, null>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNull._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNull._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNull.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNull"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNull.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable",
"type": "Class",
"tags": [],
"label": "ZodNullable",
"description": [],
"signature": [
"Zod.ZodNullable<T> extends Zod.ZodType<T[\"_output\"] | null, Zod.ZodNullableDef<T>, T[\"_input\"] | null>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable.unwrap",
"type": "Function",
"tags": [],
"label": "unwrap",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodNullable<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullable.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber",
"type": "Class",
"tags": [],
"label": "ZodNumber",
"description": [],
"signature": [
"Zod.ZodNumber extends Zod.ZodType<number, Zod.ZodNumberDef, number>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<number>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.create.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gte",
"type": "Function",
"tags": [],
"label": "gte",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gte.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gte.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.min.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gt",
"type": "Function",
"tags": [],
"label": "gt",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gt.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.gt.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lte",
"type": "Function",
"tags": [],
"label": "lte",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lte.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lte.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.max.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lt",
"type": "Function",
"tags": [],
"label": "lt",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lt.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.lt.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.setLimit",
"type": "Function",
"tags": [],
"label": "setLimit",
"description": [],
"signature": [
"(kind: \"min\" | \"max\", value: number, inclusive: boolean, message?: string | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.setLimit.$1",
"type": "CompoundType",
"tags": [],
"label": "kind",
"description": [],
"signature": [
"\"min\" | \"max\""
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.setLimit.$2",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.setLimit.$3",
"type": "boolean",
"tags": [],
"label": "inclusive",
"description": [],
"signature": [
"boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.setLimit.$4",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber._addCheck",
"type": "Function",
"tags": [],
"label": "_addCheck",
"description": [],
"signature": [
"(check: Zod.ZodNumberCheck) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber._addCheck.$1",
"type": "CompoundType",
"tags": [],
"label": "check",
"description": [],
"signature": [
"Zod.ZodNumberCheck"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.int",
"type": "Function",
"tags": [],
"label": "int",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.int.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.positive",
"type": "Function",
"tags": [],
"label": "positive",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.positive.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.negative",
"type": "Function",
"tags": [],
"label": "negative",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.negative.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.nonpositive",
"type": "Function",
"tags": [],
"label": "nonpositive",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.nonpositive.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.nonnegative",
"type": "Function",
"tags": [],
"label": "nonnegative",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.nonnegative.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.multipleOf",
"type": "Function",
"tags": [],
"label": "multipleOf",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.multipleOf.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.multipleOf.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.step",
"type": "Function",
"tags": [],
"label": "step",
"description": [],
"signature": [
"(value: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.step.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.step.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.finite",
"type": "Function",
"tags": [],
"label": "finite",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.finite.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.safe",
"type": "Function",
"tags": [],
"label": "safe",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.safe.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.minValue",
"type": "CompoundType",
"tags": [],
"label": "minValue",
"description": [],
"signature": [
"number | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.maxValue",
"type": "CompoundType",
"tags": [],
"label": "maxValue",
"description": [],
"signature": [
"number | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.isInt",
"type": "boolean",
"tags": [],
"label": "isInt",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumber.isFinite",
"type": "boolean",
"tags": [],
"label": "isFinite",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject",
"type": "Class",
"tags": [],
"label": "ZodObject",
"description": [],
"signature": [
"Zod.ZodObject<T, UnknownKeys, Catchall, Output, Input> extends Zod.ZodType<Output, Zod.ZodObjectDef<T, UnknownKeys, Catchall>, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject._getCached",
"type": "Function",
"tags": [],
"label": "_getCached",
"description": [],
"signature": [
"() => { shape: T; keys: string[]; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.shape",
"type": "Uncategorized",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strict",
"type": "Function",
"tags": [],
"label": "strict",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodObject<T, \"strict\", Catchall, Zod.objectOutputType<T, Catchall, \"strict\">, Zod.objectInputType<T, Catchall, \"strict\">>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strict.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strip",
"type": "Function",
"tags": [],
"label": "strip",
"description": [],
"signature": [
"() => Zod.ZodObject<T, \"strip\", Catchall, Zod.objectOutputType<T, Catchall, \"strip\">, Zod.objectInputType<T, Catchall, \"strip\">>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.passthrough",
"type": "Function",
"tags": [],
"label": "passthrough",
"description": [],
"signature": [
"() => Zod.ZodObject<T, \"passthrough\", Catchall, Zod.objectOutputType<T, Catchall, \"passthrough\">, Zod.objectInputType<T, Catchall, \"passthrough\">>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.nonstrict",
"type": "Function",
"tags": [
"deprecated"
],
"label": "nonstrict",
"description": [],
"signature": [
"() => Zod.ZodObject<T, \"passthrough\", Catchall, Zod.objectOutputType<T, Catchall, \"passthrough\">, Zod.objectInputType<T, Catchall, \"passthrough\">>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": true,
"trackAdoption": false,
"references": [],
"returnComment": [],
"children": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.extend",
"type": "Function",
"tags": [],
"label": "extend",
"description": [],
"signature": [
"<Augmentation extends Zod.ZodRawShape>(augmentation: Augmentation) => Zod.ZodObject<Zod.objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall, Zod.objectOutputType<Zod.objectUtil.extendShape<T, Augmentation>, Catchall, UnknownKeys>, Zod.objectInputType<Zod.objectUtil.extendShape<T, Augmentation>, Catchall, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.extend.$1",
"type": "Uncategorized",
"tags": [],
"label": "augmentation",
"description": [],
"signature": [
"Augmentation"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.augment",
"type": "Function",
"tags": [
"deprecated"
],
"label": "augment",
"description": [],
"signature": [
"<Augmentation extends Zod.ZodRawShape>(augmentation: Augmentation) => Zod.ZodObject<Zod.objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall, Zod.objectOutputType<Zod.objectUtil.extendShape<T, Augmentation>, Catchall, UnknownKeys>, Zod.objectInputType<Zod.objectUtil.extendShape<T, Augmentation>, Catchall, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": true,
"trackAdoption": false,
"references": [],
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.augment.$1",
"type": "Uncategorized",
"tags": [],
"label": "augmentation",
"description": [],
"signature": [
"Augmentation"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.merge",
"type": "Function",
"tags": [],
"label": "merge",
"description": [
"\nPrior to zod@1.0.12 there was a bug in the\ninferred type of merged objects. Please\nupgrade if you are experiencing issues."
],
"signature": [
"<Incoming extends Zod.AnyZodObject, Augmentation extends Incoming[\"shape\"]>(merging: Incoming) => Zod.ZodObject<Zod.objectUtil.extendShape<T, Augmentation>, Incoming[\"_def\"][\"unknownKeys\"], Incoming[\"_def\"][\"catchall\"], Zod.objectOutputType<Zod.objectUtil.extendShape<T, Augmentation>, Incoming[\"_def\"][\"catchall\"], Incoming[\"_def\"][\"unknownKeys\"]>, Zod.objectInputType<Zod.objectUtil.extendShape<T, Augmentation>, Incoming[\"_def\"][\"catchall\"], Incoming[\"_def\"][\"unknownKeys\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.merge.$1",
"type": "Uncategorized",
"tags": [],
"label": "merging",
"description": [],
"signature": [
"Incoming"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.setKey",
"type": "Function",
"tags": [],
"label": "setKey",
"description": [],
"signature": [
"<Key extends string, Schema extends Zod.ZodTypeAny>(key: Key, schema: Schema) => Zod.ZodObject<T & { [k in Key]: Schema; }, UnknownKeys, Catchall, Zod.objectOutputType<T & { [k in Key]: Schema; }, Catchall, UnknownKeys>, Zod.objectInputType<T & { [k in Key]: Schema; }, Catchall, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.setKey.$1",
"type": "Uncategorized",
"tags": [],
"label": "key",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.setKey.$2",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"Schema"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.catchall",
"type": "Function",
"tags": [],
"label": "catchall",
"description": [],
"signature": [
"<Index extends Zod.ZodTypeAny>(index: Index) => Zod.ZodObject<T, UnknownKeys, Index, Zod.objectOutputType<T, Index, UnknownKeys>, Zod.objectInputType<T, Index, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.catchall.$1",
"type": "Uncategorized",
"tags": [],
"label": "index",
"description": [],
"signature": [
"Index"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.pick",
"type": "Function",
"tags": [],
"label": "pick",
"description": [],
"signature": [
"<Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask) => Zod.ZodObject<Pick<T, Extract<keyof T, keyof Mask>>, UnknownKeys, Catchall, Zod.objectOutputType<Pick<T, Extract<keyof T, keyof Mask>>, Catchall, UnknownKeys>, Zod.objectInputType<Pick<T, Extract<keyof T, keyof Mask>>, Catchall, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.pick.$1",
"type": "Uncategorized",
"tags": [],
"label": "mask",
"description": [],
"signature": [
"Mask"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.omit",
"type": "Function",
"tags": [],
"label": "omit",
"description": [],
"signature": [
"<Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask) => Zod.ZodObject<Omit<T, keyof Mask>, UnknownKeys, Catchall, Zod.objectOutputType<Omit<T, keyof Mask>, Catchall, UnknownKeys>, Zod.objectInputType<Omit<T, keyof Mask>, Catchall, UnknownKeys>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.omit.$1",
"type": "Uncategorized",
"tags": [],
"label": "mask",
"description": [],
"signature": [
"Mask"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.deepPartial",
"type": "Function",
"tags": [
"deprecated"
],
"label": "deepPartial",
"description": [],
"signature": [
"() => ",
"partialUtil",
".DeepPartial<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": true,
"trackAdoption": false,
"references": [],
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.partial",
"type": "Function",
"tags": [],
"label": "partial",
"description": [],
"signature": [
"{ (): Zod.ZodObject<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, Catchall, UnknownKeys>>; <Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.partial",
"type": "Function",
"tags": [],
"label": "partial",
"description": [],
"signature": [
"{ (): Zod.ZodObject<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional<T[k]>; }, Catchall, UnknownKeys>>; <Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.partial.$1",
"type": "Uncategorized",
"tags": [],
"label": "mask",
"description": [],
"signature": [
"Mask"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.required",
"type": "Function",
"tags": [],
"label": "required",
"description": [],
"signature": [
"{ (): Zod.ZodObject<{ [k in keyof T]: Zod.deoptional<T[k]>; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional<T[k]>; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional<T[k]>; }, Catchall, UnknownKeys>>; <Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.required",
"type": "Function",
"tags": [],
"label": "required",
"description": [],
"signature": [
"{ (): Zod.ZodObject<{ [k in keyof T]: Zod.deoptional<T[k]>; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional<T[k]>; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional<T[k]>; }, Catchall, UnknownKeys>>; <Mask extends Zod.util.Exactly<{ [k in keyof T]?: true | undefined; }, Mask>>(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional<T[k]> : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.required.$1",
"type": "Uncategorized",
"tags": [],
"label": "mask",
"description": [],
"signature": [
"Mask"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.keyof",
"type": "Function",
"tags": [],
"label": "keyof",
"description": [],
"signature": [
"() => Zod.ZodEnum<CastToStringTuple<UnionToTuple<keyof T, []>>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodRawShape>(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject<T_1, \"strip\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T_1>]: Zod.baseObjectInputType<T_1>[k_1]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strictCreate",
"type": "Function",
"tags": [],
"label": "strictCreate",
"description": [],
"signature": [
"<T_1 extends Zod.ZodRawShape>(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject<T_1, \"strict\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T_1>]: Zod.baseObjectInputType<T_1>[k_1]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strictCreate.$1",
"type": "Uncategorized",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.strictCreate.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.lazycreate",
"type": "Function",
"tags": [],
"label": "lazycreate",
"description": [],
"signature": [
"<T_1 extends Zod.ZodRawShape>(shape: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodObject<T_1, \"strip\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T_1>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T_1>]: Zod.baseObjectInputType<T_1>[k_1]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.lazycreate.$1",
"type": "Function",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"() => T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObject.lazycreate.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional",
"type": "Class",
"tags": [],
"label": "ZodOptional",
"description": [],
"signature": [
"Zod.ZodOptional<T> extends Zod.ZodType<T[\"_output\"] | undefined, Zod.ZodOptionalDef<T>, T[\"_input\"] | undefined>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional.unwrap",
"type": "Function",
"tags": [],
"label": "unwrap",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodOptional<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptional.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline",
"type": "Class",
"tags": [],
"label": "ZodPipeline",
"description": [],
"signature": [
"Zod.ZodPipeline<A, B> extends Zod.ZodType<B[\"_output\"], Zod.ZodPipelineDef<A, B>, A[\"_input\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<A extends Zod.ZodTypeAny, B extends Zod.ZodTypeAny>(a: A, b: B) => Zod.ZodPipeline<A, B>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "a",
"description": [],
"signature": [
"A"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipeline.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "b",
"description": [],
"signature": [
"B"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise",
"type": "Class",
"tags": [],
"label": "ZodPromise",
"description": [],
"signature": [
"Zod.ZodPromise<T> extends Zod.ZodType<Promise<T[\"_output\"]>, Zod.ZodPromiseDef<T>, Promise<T[\"_input\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise.unwrap",
"type": "Function",
"tags": [],
"label": "unwrap",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodPromise<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromise.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly",
"type": "Class",
"tags": [],
"label": "ZodReadonly",
"description": [],
"signature": [
"Zod.ZodReadonly<T> extends Zod.ZodType<MakeReadonly<T[\"_output\"]>, Zod.ZodReadonlyDef<T>, MakeReadonly<T[\"_input\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends Zod.ZodTypeAny>(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodReadonly<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonly.unwrap",
"type": "Function",
"tags": [],
"label": "unwrap",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord",
"type": "Class",
"tags": [],
"label": "ZodRecord",
"description": [],
"signature": [
"Zod.ZodRecord<Key, Value> extends Zod.ZodType<Zod.RecordType<Key[\"_output\"], Value[\"_output\"]>, Zod.ZodRecordDef<Key, Value>, Zod.RecordType<Key[\"_input\"], Value[\"_input\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.keySchema",
"type": "Uncategorized",
"tags": [],
"label": "keySchema",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.valueSchema",
"type": "Uncategorized",
"tags": [],
"label": "valueSchema",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.element",
"type": "Uncategorized",
"tags": [],
"label": "element",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ <Value extends Zod.ZodTypeAny>(valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Zod.ZodString, Value>; <Keys extends Zod.KeySchema, Value extends Zod.ZodTypeAny>(keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Keys, Value>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"{ <Value extends Zod.ZodTypeAny>(valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Zod.ZodString, Value>; <Keys extends Zod.KeySchema, Value extends Zod.ZodTypeAny>(keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Keys, Value>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "keySchema",
"description": [],
"signature": [
"Keys"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create.$2",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecord.create.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Zod.RawCreateParams"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet",
"type": "Class",
"tags": [],
"label": "ZodSet",
"description": [],
"signature": [
"Zod.ZodSet<Value> extends Zod.ZodType<Set<Value[\"_output\"]>, Zod.ZodSetDef<Value>, Set<Value[\"_input\"]>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(minSize: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.min.$1",
"type": "number",
"tags": [],
"label": "minSize",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(maxSize: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.max.$1",
"type": "number",
"tags": [],
"label": "maxSize",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.size",
"type": "Function",
"tags": [],
"label": "size",
"description": [],
"signature": [
"(size: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.size.$1",
"type": "number",
"tags": [],
"label": "size",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.size.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.nonempty",
"type": "Function",
"tags": [],
"label": "nonempty",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodSet<Value>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.nonempty.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<Value_1 extends Zod.ZodTypeAny = Zod.ZodTypeAny>(valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodSet<Value_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSet.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString",
"type": "Class",
"tags": [],
"label": "ZodString",
"description": [],
"signature": [
"Zod.ZodString extends Zod.ZodType<string, Zod.ZodStringDef, string>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<string>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._regex",
"type": "Function",
"tags": [],
"label": "_regex",
"description": [],
"signature": [
"(regex: RegExp, validation: Zod.StringValidation, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodEffects<this, string, string>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._regex.$1",
"type": "Object",
"tags": [],
"label": "regex",
"description": [],
"signature": [
"RegExp"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._regex.$2",
"type": "CompoundType",
"tags": [],
"label": "validation",
"description": [],
"signature": [
"Zod.StringValidation"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._regex.$3",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._addCheck",
"type": "Function",
"tags": [],
"label": "_addCheck",
"description": [],
"signature": [
"(check: Zod.ZodStringCheck) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString._addCheck.$1",
"type": "CompoundType",
"tags": [],
"label": "check",
"description": [],
"signature": [
"Zod.ZodStringCheck"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.email",
"type": "Function",
"tags": [],
"label": "email",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.email.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.url",
"type": "Function",
"tags": [],
"label": "url",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.url.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.emoji",
"type": "Function",
"tags": [],
"label": "emoji",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.emoji.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.uuid",
"type": "Function",
"tags": [],
"label": "uuid",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.uuid.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.nanoid",
"type": "Function",
"tags": [],
"label": "nanoid",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.nanoid.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.cuid",
"type": "Function",
"tags": [],
"label": "cuid",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.cuid.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.cuid2",
"type": "Function",
"tags": [],
"label": "cuid2",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.cuid2.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.ulid",
"type": "Function",
"tags": [],
"label": "ulid",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.ulid.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.base64",
"type": "Function",
"tags": [],
"label": "base64",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.base64.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.ip",
"type": "Function",
"tags": [],
"label": "ip",
"description": [],
"signature": [
"(options?: string | { version?: \"v4\" | \"v6\" | undefined; message?: string | undefined; } | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.ip.$1",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"string | { version?: \"v4\" | \"v6\" | undefined; message?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.datetime",
"type": "Function",
"tags": [],
"label": "datetime",
"description": [],
"signature": [
"(options?: string | { message?: string | undefined; precision?: number | null | undefined; offset?: boolean | undefined; local?: boolean | undefined; } | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.datetime.$1",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"string | { message?: string | undefined; precision?: number | null | undefined; offset?: boolean | undefined; local?: boolean | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.date",
"type": "Function",
"tags": [],
"label": "date",
"description": [],
"signature": [
"(message?: string | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.date.$1",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.time",
"type": "Function",
"tags": [],
"label": "time",
"description": [],
"signature": [
"(options?: string | { message?: string | undefined; precision?: number | null | undefined; } | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.time.$1",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"string | { message?: string | undefined; precision?: number | null | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.duration",
"type": "Function",
"tags": [],
"label": "duration",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.duration.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.regex",
"type": "Function",
"tags": [],
"label": "regex",
"description": [],
"signature": [
"(regex: RegExp, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.regex.$1",
"type": "Object",
"tags": [],
"label": "regex",
"description": [],
"signature": [
"RegExp"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.regex.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.includes",
"type": "Function",
"tags": [],
"label": "includes",
"description": [],
"signature": [
"(value: string, options?: { message?: string | undefined; position?: number | undefined; } | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.includes.$1",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.includes.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.includes.$2.message",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.includes.$2.position",
"type": "number",
"tags": [],
"label": "position",
"description": [],
"signature": [
"number | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.startsWith",
"type": "Function",
"tags": [],
"label": "startsWith",
"description": [],
"signature": [
"(value: string, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.startsWith.$1",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.startsWith.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.endsWith",
"type": "Function",
"tags": [],
"label": "endsWith",
"description": [],
"signature": [
"(value: string, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.endsWith.$1",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.endsWith.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.min",
"type": "Function",
"tags": [],
"label": "min",
"description": [],
"signature": [
"(minLength: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.min.$1",
"type": "number",
"tags": [],
"label": "minLength",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.min.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.max",
"type": "Function",
"tags": [],
"label": "max",
"description": [],
"signature": [
"(maxLength: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.max.$1",
"type": "number",
"tags": [],
"label": "maxLength",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.max.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.length",
"type": "Function",
"tags": [],
"label": "length",
"description": [],
"signature": [
"(len: number, message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.length.$1",
"type": "number",
"tags": [],
"label": "len",
"description": [],
"signature": [
"number"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.length.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.nonempty",
"type": "Function",
"tags": [
"deprecated",
"see"
],
"label": "nonempty",
"description": [],
"signature": [
"(message?: ",
"errorUtil",
".ErrMessage | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": true,
"trackAdoption": false,
"references": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.nonempty.$1",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"errorUtil",
".ErrMessage | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.trim",
"type": "Function",
"tags": [],
"label": "trim",
"description": [],
"signature": [
"() => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.toLowerCase",
"type": "Function",
"tags": [],
"label": "toLowerCase",
"description": [],
"signature": [
"() => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.toUpperCase",
"type": "Function",
"tags": [],
"label": "toUpperCase",
"description": [],
"signature": [
"() => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isDatetime",
"type": "boolean",
"tags": [],
"label": "isDatetime",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isDate",
"type": "boolean",
"tags": [],
"label": "isDate",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isTime",
"type": "boolean",
"tags": [],
"label": "isTime",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isDuration",
"type": "boolean",
"tags": [],
"label": "isDuration",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isEmail",
"type": "boolean",
"tags": [],
"label": "isEmail",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isURL",
"type": "boolean",
"tags": [],
"label": "isURL",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isEmoji",
"type": "boolean",
"tags": [],
"label": "isEmoji",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isUUID",
"type": "boolean",
"tags": [],
"label": "isUUID",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isNANOID",
"type": "boolean",
"tags": [],
"label": "isNANOID",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isCUID",
"type": "boolean",
"tags": [],
"label": "isCUID",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isCUID2",
"type": "boolean",
"tags": [],
"label": "isCUID2",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isULID",
"type": "boolean",
"tags": [],
"label": "isULID",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isIP",
"type": "boolean",
"tags": [],
"label": "isIP",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.isBase64",
"type": "boolean",
"tags": [],
"label": "isBase64",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.minLength",
"type": "CompoundType",
"tags": [],
"label": "minLength",
"description": [],
"signature": [
"number | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.maxLength",
"type": "CompoundType",
"tags": [],
"label": "maxLength",
"description": [],
"signature": [
"number | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodString.create.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbol",
"type": "Class",
"tags": [],
"label": "ZodSymbol",
"description": [],
"signature": [
"Zod.ZodSymbol extends Zod.ZodType<symbol, Zod.ZodSymbolDef, symbol>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbol._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbol._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbol.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodSymbol"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbol.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple",
"type": "Class",
"tags": [],
"label": "ZodTuple",
"description": [],
"signature": [
"Zod.ZodTuple<T, Rest> extends Zod.ZodType<Zod.OutputTypeOfTupleWithRest<T, Rest>, Zod.ZodTupleDef<T, Rest>, Zod.InputTypeOfTupleWithRest<T, Rest>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.items",
"type": "Uncategorized",
"tags": [],
"label": "items",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.rest",
"type": "Function",
"tags": [],
"label": "rest",
"description": [],
"signature": [
"<Rest extends Zod.ZodTypeAny>(rest: Rest) => Zod.ZodTuple<T, Rest>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.rest.$1",
"type": "Uncategorized",
"tags": [],
"label": "rest",
"description": [],
"signature": [
"Rest"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends [] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(schemas: T_1, params?: Zod.RawCreateParams) => Zod.ZodTuple<T_1, null>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "schemas",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTuple.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType",
"type": "Class",
"tags": [],
"label": "ZodType",
"description": [],
"signature": [
"Zod.ZodType<Output, Def, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._type",
"type": "Uncategorized",
"tags": [],
"label": "_type",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._output",
"type": "Uncategorized",
"tags": [],
"label": "_output",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._input",
"type": "Uncategorized",
"tags": [],
"label": "_input",
"description": [],
"signature": [
"Input"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._def",
"type": "Uncategorized",
"tags": [],
"label": "_def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType",
"type": "Function",
"tags": [],
"label": "_getType",
"description": [],
"signature": [
"(input: Zod.ParseInput) => string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx",
"type": "Function",
"tags": [],
"label": "_getOrReturnCtx",
"description": [],
"signature": [
"(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.ParseContext | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams",
"type": "Function",
"tags": [],
"label": "_processInputParams",
"description": [],
"signature": [
"(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync",
"type": "Function",
"tags": [],
"label": "_parseSync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.SyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync",
"type": "Function",
"tags": [],
"label": "_parseAsync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.AsyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse",
"type": "Function",
"tags": [],
"label": "parse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse",
"type": "Function",
"tags": [],
"label": "safeParse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Zod.SafeParseReturnType<Input, Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync",
"type": "Function",
"tags": [],
"label": "parseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync",
"type": "Function",
"tags": [],
"label": "safeParseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa",
"type": "Function",
"tags": [],
"label": "spa",
"description": [
"Alias of safeParseAsync"
],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement",
"type": "Function",
"tags": [],
"label": "_refinement",
"description": [],
"signature": [
"(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects<this, Output, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => void"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => Promise<void>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.optional",
"type": "Function",
"tags": [],
"label": "optional",
"description": [],
"signature": [
"() => Zod.ZodOptional<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullable",
"type": "Function",
"tags": [],
"label": "nullable",
"description": [],
"signature": [
"() => Zod.ZodNullable<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullish",
"type": "Function",
"tags": [],
"label": "nullish",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodNullable<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.array",
"type": "Function",
"tags": [],
"label": "array",
"description": [],
"signature": [
"() => Zod.ZodArray<this, \"many\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.promise",
"type": "Function",
"tags": [],
"label": "promise",
"description": [],
"signature": [
"() => Zod.ZodPromise<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or",
"type": "Function",
"tags": [],
"label": "or",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(option: T) => Zod.ZodUnion<[this, T]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or.$1",
"type": "Uncategorized",
"tags": [],
"label": "option",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and",
"type": "Function",
"tags": [],
"label": "and",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(incoming: T) => Zod.ZodIntersection<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and.$1",
"type": "Uncategorized",
"tags": [],
"label": "incoming",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"<NewOut>(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>) => Zod.ZodEffects<this, NewOut, Zod.input<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform.$1",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"() => Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand",
"type": "Function",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"<B extends string | number | symbol>(brand?: B | undefined) => Zod.ZodBranded<this, B>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand.$1",
"type": "Uncategorized",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"B | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"(ctx: { error: Zod.ZodError<any>; input: Input; }) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe",
"type": "Function",
"tags": [],
"label": "describe",
"description": [],
"signature": [
"(description: string) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe.$1",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe",
"type": "Function",
"tags": [],
"label": "pipe",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(target: T) => Zod.ZodPipeline<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe.$1",
"type": "Uncategorized",
"tags": [],
"label": "target",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.readonly",
"type": "Function",
"tags": [],
"label": "readonly",
"description": [],
"signature": [
"() => Zod.ZodReadonly<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isOptional",
"type": "Function",
"tags": [],
"label": "isOptional",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isNullable",
"type": "Function",
"tags": [],
"label": "isNullable",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType",
"type": "Class",
"tags": [],
"label": "ZodType",
"description": [],
"signature": [
"Zod.ZodType<Output, Def, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._type",
"type": "Uncategorized",
"tags": [],
"label": "_type",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._output",
"type": "Uncategorized",
"tags": [],
"label": "_output",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._input",
"type": "Uncategorized",
"tags": [],
"label": "_input",
"description": [],
"signature": [
"Input"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._def",
"type": "Uncategorized",
"tags": [],
"label": "_def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType",
"type": "Function",
"tags": [],
"label": "_getType",
"description": [],
"signature": [
"(input: Zod.ParseInput) => string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx",
"type": "Function",
"tags": [],
"label": "_getOrReturnCtx",
"description": [],
"signature": [
"(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.ParseContext | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams",
"type": "Function",
"tags": [],
"label": "_processInputParams",
"description": [],
"signature": [
"(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync",
"type": "Function",
"tags": [],
"label": "_parseSync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.SyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync",
"type": "Function",
"tags": [],
"label": "_parseAsync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.AsyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse",
"type": "Function",
"tags": [],
"label": "parse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse",
"type": "Function",
"tags": [],
"label": "safeParse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Zod.SafeParseReturnType<Input, Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync",
"type": "Function",
"tags": [],
"label": "parseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync",
"type": "Function",
"tags": [],
"label": "safeParseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa",
"type": "Function",
"tags": [],
"label": "spa",
"description": [
"Alias of safeParseAsync"
],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement",
"type": "Function",
"tags": [],
"label": "_refinement",
"description": [],
"signature": [
"(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects<this, Output, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => void"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => Promise<void>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.optional",
"type": "Function",
"tags": [],
"label": "optional",
"description": [],
"signature": [
"() => Zod.ZodOptional<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullable",
"type": "Function",
"tags": [],
"label": "nullable",
"description": [],
"signature": [
"() => Zod.ZodNullable<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullish",
"type": "Function",
"tags": [],
"label": "nullish",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodNullable<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.array",
"type": "Function",
"tags": [],
"label": "array",
"description": [],
"signature": [
"() => Zod.ZodArray<this, \"many\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.promise",
"type": "Function",
"tags": [],
"label": "promise",
"description": [],
"signature": [
"() => Zod.ZodPromise<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or",
"type": "Function",
"tags": [],
"label": "or",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(option: T) => Zod.ZodUnion<[this, T]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or.$1",
"type": "Uncategorized",
"tags": [],
"label": "option",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and",
"type": "Function",
"tags": [],
"label": "and",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(incoming: T) => Zod.ZodIntersection<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and.$1",
"type": "Uncategorized",
"tags": [],
"label": "incoming",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"<NewOut>(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>) => Zod.ZodEffects<this, NewOut, Zod.input<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform.$1",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"() => Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand",
"type": "Function",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"<B extends string | number | symbol>(brand?: B | undefined) => Zod.ZodBranded<this, B>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand.$1",
"type": "Uncategorized",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"B | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"(ctx: { error: Zod.ZodError<any>; input: Input; }) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe",
"type": "Function",
"tags": [],
"label": "describe",
"description": [],
"signature": [
"(description: string) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe.$1",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe",
"type": "Function",
"tags": [],
"label": "pipe",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(target: T) => Zod.ZodPipeline<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe.$1",
"type": "Uncategorized",
"tags": [],
"label": "target",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.readonly",
"type": "Function",
"tags": [],
"label": "readonly",
"description": [],
"signature": [
"() => Zod.ZodReadonly<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isOptional",
"type": "Function",
"tags": [],
"label": "isOptional",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isNullable",
"type": "Function",
"tags": [],
"label": "isNullable",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType",
"type": "Class",
"tags": [],
"label": "ZodType",
"description": [],
"signature": [
"Zod.ZodType<Output, Def, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._type",
"type": "Uncategorized",
"tags": [],
"label": "_type",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._output",
"type": "Uncategorized",
"tags": [],
"label": "_output",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._input",
"type": "Uncategorized",
"tags": [],
"label": "_input",
"description": [],
"signature": [
"Input"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._def",
"type": "Uncategorized",
"tags": [],
"label": "_def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType",
"type": "Function",
"tags": [],
"label": "_getType",
"description": [],
"signature": [
"(input: Zod.ParseInput) => string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getType.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx",
"type": "Function",
"tags": [],
"label": "_getOrReturnCtx",
"description": [],
"signature": [
"(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._getOrReturnCtx.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.ParseContext | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams",
"type": "Function",
"tags": [],
"label": "_processInputParams",
"description": [],
"signature": [
"(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._processInputParams.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync",
"type": "Function",
"tags": [],
"label": "_parseSync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.SyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseSync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync",
"type": "Function",
"tags": [],
"label": "_parseAsync",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.AsyncParseReturnType<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._parseAsync.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse",
"type": "Function",
"tags": [],
"label": "parse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse",
"type": "Function",
"tags": [],
"label": "safeParse",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Zod.SafeParseReturnType<Input, Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParse.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync",
"type": "Function",
"tags": [],
"label": "parseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Output>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.parseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync",
"type": "Function",
"tags": [],
"label": "safeParseAsync",
"description": [],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.safeParseAsync.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa",
"type": "Function",
"tags": [],
"label": "spa",
"description": [
"Alias of safeParseAsync"
],
"signature": [
"(data: unknown, params?: Partial<Zod.ParseParams> | undefined) => Promise<Zod.SafeParseReturnType<Input, Output>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$1",
"type": "Unknown",
"tags": [],
"label": "data",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.spa.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<Zod.ParseParams> | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine",
"type": "Function",
"tags": [],
"label": "refine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => unknown, message?: string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refine.$2",
"type": "CompoundType",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string | Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">> | ((arg: Output) => Partial<Zod.util.Omit<Zod.ZodCustomIssue, \"code\">>) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, RefinedOutput, Input>; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"(arg: Output) => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.refinement.$2",
"type": "CompoundType",
"tags": [],
"label": "refinementData",
"description": [],
"signature": [
"Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement",
"type": "Function",
"tags": [],
"label": "_refinement",
"description": [],
"signature": [
"(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects<this, Output, Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType._refinement.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => void"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine",
"type": "Function",
"tags": [],
"label": "superRefine",
"description": [],
"signature": [
"{ <RefinedOutput extends Output>(refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects<this, RefinedOutput, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects<this, Output, Input>; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise<void>): Zod.ZodEffects<this, Output, Input>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.superRefine.$1",
"type": "Function",
"tags": [],
"label": "refinement",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => Promise<void>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.Unnamed.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Def"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.optional",
"type": "Function",
"tags": [],
"label": "optional",
"description": [],
"signature": [
"() => Zod.ZodOptional<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullable",
"type": "Function",
"tags": [],
"label": "nullable",
"description": [],
"signature": [
"() => Zod.ZodNullable<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.nullish",
"type": "Function",
"tags": [],
"label": "nullish",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodNullable<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.array",
"type": "Function",
"tags": [],
"label": "array",
"description": [],
"signature": [
"() => Zod.ZodArray<this, \"many\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.promise",
"type": "Function",
"tags": [],
"label": "promise",
"description": [],
"signature": [
"() => Zod.ZodPromise<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or",
"type": "Function",
"tags": [],
"label": "or",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(option: T) => Zod.ZodUnion<[this, T]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.or.$1",
"type": "Uncategorized",
"tags": [],
"label": "option",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and",
"type": "Function",
"tags": [],
"label": "and",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(incoming: T) => Zod.ZodIntersection<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.and.$1",
"type": "Uncategorized",
"tags": [],
"label": "incoming",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"<NewOut>(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>) => Zod.ZodEffects<this, NewOut, Zod.input<this>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.transform.$1",
"type": "Function",
"tags": [],
"label": "transform",
"description": [],
"signature": [
"(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise<NewOut>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default",
"type": "Function",
"tags": [],
"label": "default",
"description": [],
"signature": [
"{ (def: Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; (def: () => Zod.util.noUndefined<Input>): Zod.ZodDefault<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.default.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"() => Zod.util.noUndefined<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand",
"type": "Function",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"<B extends string | number | symbol>(brand?: B | undefined) => Zod.ZodBranded<this, B>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.brand.$1",
"type": "Uncategorized",
"tags": [],
"label": "brand",
"description": [],
"signature": [
"B | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Uncategorized",
"tags": [],
"label": "def",
"description": [],
"signature": [
"Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch",
"type": "Function",
"tags": [],
"label": "catch",
"description": [],
"signature": [
"{ (def: Output): Zod.ZodCatch<this>; (def: (ctx: { error: Zod.ZodError<any>; input: Input; }) => Output): Zod.ZodCatch<this>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.catch.$1",
"type": "Function",
"tags": [],
"label": "def",
"description": [],
"signature": [
"(ctx: { error: Zod.ZodError<any>; input: Input; }) => Output"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe",
"type": "Function",
"tags": [],
"label": "describe",
"description": [],
"signature": [
"(description: string) => this"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.describe.$1",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe",
"type": "Function",
"tags": [],
"label": "pipe",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(target: T) => Zod.ZodPipeline<this, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.pipe.$1",
"type": "Uncategorized",
"tags": [],
"label": "target",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.readonly",
"type": "Function",
"tags": [],
"label": "readonly",
"description": [],
"signature": [
"() => Zod.ZodReadonly<this>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isOptional",
"type": "Function",
"tags": [],
"label": "isOptional",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodType.isNullable",
"type": "Function",
"tags": [],
"label": "isNullable",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined",
"type": "Class",
"tags": [],
"label": "ZodUndefined",
"description": [],
"signature": [
"Zod.ZodUndefined extends Zod.ZodType<undefined, Zod.ZodUndefinedDef, undefined>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodUndefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefined.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion",
"type": "Class",
"tags": [],
"label": "ZodUnion",
"description": [],
"signature": [
"Zod.ZodUnion<T> extends Zod.ZodType<T[number][\"_output\"], Zod.ZodUnionDef<T>, T[number][\"_input\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion.options",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"<T_1 extends readonly [Zod.ZodTypeAny, Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(types: T_1, params?: Zod.RawCreateParams) => Zod.ZodUnion<T_1>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion.create.$1",
"type": "Uncategorized",
"tags": [],
"label": "types",
"description": [],
"signature": [
"T_1"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnion.create.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown",
"type": "Class",
"tags": [],
"label": "ZodUnknown",
"description": [],
"signature": [
"Zod.ZodUnknown extends Zod.ZodType<unknown, Zod.ZodUnknownDef, unknown>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown._unknown",
"type": "boolean",
"tags": [],
"label": "_unknown",
"description": [],
"signature": [
"true"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodUnknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknown.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoid",
"type": "Class",
"tags": [],
"label": "ZodVoid",
"description": [],
"signature": [
"Zod.ZodVoid extends Zod.ZodType<void, Zod.ZodVoidDef, void>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoid._parse",
"type": "Function",
"tags": [],
"label": "_parse",
"description": [],
"signature": [
"(input: Zod.ParseInput) => Zod.ParseReturnType<this[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoid._parse.$1",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"signature": [
"Zod.ParseInput"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoid.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodVoid"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoid.create.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
}
],
"functions": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.addIssueToContext",
"type": "Function",
"tags": [],
"label": "addIssueToContext",
"description": [],
"signature": [
"(ctx: Zod.ParseContext, issueData: Zod.IssueData) => void"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.addIssueToContext.$1",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.ParseContext"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.addIssueToContext.$2",
"type": "CompoundType",
"tags": [],
"label": "issueData",
"description": [],
"signature": [
"Zod.IssueData"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.anyType",
"type": "Function",
"tags": [],
"label": "anyType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodAny"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.anyType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.arrayType",
"type": "Function",
"tags": [],
"label": "arrayType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(schema: T, params?: Zod.RawCreateParams) => Zod.ZodArray<T, \"many\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.arrayType.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.arrayType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.bigIntType",
"type": "Function",
"tags": [],
"label": "bigIntType",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.bigIntType.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.booleanType",
"type": "Function",
"tags": [],
"label": "booleanType",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.booleanType.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.custom",
"type": "Function",
"tags": [],
"label": "custom",
"description": [],
"signature": [
"(check: ((data: any) => any) | undefined, params: string | CustomParams | ((input: any) => CustomParams) | undefined, fatal: boolean | undefined) => Zod.ZodType<T, Zod.ZodTypeDef, T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.custom.$1",
"type": "Function",
"tags": [],
"label": "check",
"description": [],
"signature": [
"((data: any) => any) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.custom.$2",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"string | CustomParams | ((input: any) => CustomParams) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.custom.$3",
"type": "CompoundType",
"tags": [],
"label": "fatal",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.datetimeRegex",
"type": "Function",
"tags": [],
"label": "datetimeRegex",
"description": [],
"signature": [
"(args: { precision?: number | null | undefined; offset?: boolean | undefined; local?: boolean | undefined; }) => RegExp"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.datetimeRegex.$1",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.datetimeRegex.$1.precision",
"type": "CompoundType",
"tags": [],
"label": "precision",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.datetimeRegex.$1.offset",
"type": "CompoundType",
"tags": [],
"label": "offset",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.datetimeRegex.$1.local",
"type": "CompoundType",
"tags": [],
"label": "local",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.dateType",
"type": "Function",
"tags": [],
"label": "dateType",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.dateType.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.DIRTY",
"type": "Function",
"tags": [],
"label": "DIRTY",
"description": [],
"signature": [
"<T>(value: T) => Zod.DIRTY<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.DIRTY.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.discriminatedUnionType",
"type": "Function",
"tags": [],
"label": "discriminatedUnionType",
"description": [],
"signature": [
"<Discriminator extends string, Types extends [Zod.ZodDiscriminatedUnionOption<Discriminator>, ...Zod.ZodDiscriminatedUnionOption<Discriminator>[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion<Discriminator, Types>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.discriminatedUnionType.$1",
"type": "Uncategorized",
"tags": [],
"label": "discriminator",
"description": [],
"signature": [
"Discriminator"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.discriminatedUnionType.$2",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Types"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.discriminatedUnionType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType",
"type": "Function",
"tags": [],
"label": "effectsType",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(schema: I, effect: Zod.Effect<I[\"_output\"]>, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], Zod.input<I>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$2",
"type": "CompoundType",
"tags": [],
"label": "effect",
"description": [],
"signature": [
"Zod.RefinementEffect<I[\"_output\"]> | Zod.TransformEffect<I[\"_output\"]> | Zod.PreprocessEffect<I[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType",
"type": "Function",
"tags": [],
"label": "effectsType",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(schema: I, effect: Zod.Effect<I[\"_output\"]>, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], Zod.input<I>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$2",
"type": "CompoundType",
"tags": [],
"label": "effect",
"description": [],
"signature": [
"Zod.RefinementEffect<I[\"_output\"]> | Zod.TransformEffect<I[\"_output\"]> | Zod.PreprocessEffect<I[\"_output\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.effectsType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.enumType",
"type": "Function",
"tags": [],
"label": "enumType",
"description": [],
"signature": [
"{ <U extends string, T extends readonly [U, ...U[]]>(values: T, params?: Zod.RawCreateParams): Zod.ZodEnum<Zod.Writeable<T>>; <U extends string, T extends [U, ...U[]]>(values: T, params?: Zod.RawCreateParams): Zod.ZodEnum<T>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.errorMap",
"type": "Function",
"tags": [],
"label": "errorMap",
"description": [],
"signature": [
"(issue: Zod.ZodIssueOptionalMessage, _ctx: Zod.ErrorMapCtx) => { message: string; }"
],
"path": "node_modules/zod/lib/locales/en.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.errorMap.$1",
"type": "CompoundType",
"tags": [],
"label": "issue",
"description": [],
"signature": [
"Zod.ZodCustomIssue | Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.errorMap.$2",
"type": "Object",
"tags": [],
"label": "_ctx",
"description": [],
"signature": [
"{ defaultError: string; data: any; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.functionType",
"type": "Function",
"tags": [],
"label": "functionType",
"description": [],
"signature": [
"{ (): Zod.ZodFunction<Zod.ZodTuple<[], Zod.ZodUnknown>, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>>(args: T): Zod.ZodFunction<T, Zod.ZodUnknown>; <T extends Zod.AnyZodTuple, U extends Zod.ZodTypeAny>(args: T, returns: U): Zod.ZodFunction<T, U>; <T extends Zod.AnyZodTuple = Zod.ZodTuple<[], Zod.ZodUnknown>, U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction<T, U>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.getErrorMap",
"type": "Function",
"tags": [],
"label": "getErrorMap",
"description": [],
"signature": [
"() => Zod.ZodErrorMap"
],
"path": "node_modules/zod/lib/errors.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.getParsedType",
"type": "Function",
"tags": [],
"label": "getParsedType",
"description": [],
"signature": [
"(data: any) => \"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"array\" | \"promise\" | \"nan\" | \"null\" | \"void\" | \"never\""
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.getParsedType.$1",
"type": "Any",
"tags": [],
"label": "data",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.instanceOfType",
"type": "Function",
"tags": [],
"label": "instanceOfType",
"description": [],
"signature": [
"<T extends typeof Class>(cls: T, params?: CustomParams | undefined) => Zod.ZodType<InstanceType<T>, Zod.ZodTypeDef, InstanceType<T>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.instanceOfType.$1",
"type": "Uncategorized",
"tags": [],
"label": "cls",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.instanceOfType.$2",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"CustomParams | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.intersectionType",
"type": "Function",
"tags": [],
"label": "intersectionType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny, U extends Zod.ZodTypeAny>(left: T, right: U, params?: Zod.RawCreateParams) => Zod.ZodIntersection<T, U>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.intersectionType.$1",
"type": "Uncategorized",
"tags": [],
"label": "left",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.intersectionType.$2",
"type": "Uncategorized",
"tags": [],
"label": "right",
"description": [],
"signature": [
"U"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.intersectionType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isAborted",
"type": "Function",
"tags": [],
"label": "isAborted",
"description": [],
"signature": [
"(x: Zod.ParseReturnType<any>) => x is Zod.INVALID"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isAborted.$1",
"type": "CompoundType",
"tags": [],
"label": "x",
"description": [],
"signature": [
"Zod.SyncParseReturnType<any> | Zod.AsyncParseReturnType<any>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isAsync",
"type": "Function",
"tags": [],
"label": "isAsync",
"description": [],
"signature": [
"<T>(x: Zod.ParseReturnType<T>) => x is Zod.AsyncParseReturnType<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isAsync.$1",
"type": "CompoundType",
"tags": [],
"label": "x",
"description": [],
"signature": [
"Zod.SyncParseReturnType<T> | Zod.AsyncParseReturnType<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isDirty",
"type": "Function",
"tags": [],
"label": "isDirty",
"description": [],
"signature": [
"<T>(x: Zod.ParseReturnType<T>) => x is Zod.OK<T> | Zod.DIRTY<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isDirty.$1",
"type": "CompoundType",
"tags": [],
"label": "x",
"description": [],
"signature": [
"Zod.SyncParseReturnType<T> | Zod.AsyncParseReturnType<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isValid",
"type": "Function",
"tags": [],
"label": "isValid",
"description": [],
"signature": [
"<T>(x: Zod.ParseReturnType<T>) => x is Zod.OK<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isValid.$1",
"type": "CompoundType",
"tags": [],
"label": "x",
"description": [],
"signature": [
"Zod.SyncParseReturnType<T> | Zod.AsyncParseReturnType<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isZod",
"type": "Function",
"tags": [],
"label": "isZod",
"description": [],
"signature": [
"(value: unknown) => boolean"
],
"path": "src/platform/packages/shared/kbn-zod/util.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.isZod.$1",
"type": "Unknown",
"tags": [],
"label": "value",
"description": [],
"signature": [
"unknown"
],
"path": "src/platform/packages/shared/kbn-zod/util.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.lazyType",
"type": "Function",
"tags": [],
"label": "lazyType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(getter: () => T, params?: Zod.RawCreateParams) => Zod.ZodLazy<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.lazyType.$1",
"type": "Function",
"tags": [],
"label": "getter",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.lazyType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.literalType",
"type": "Function",
"tags": [],
"label": "literalType",
"description": [],
"signature": [
"<T extends Zod.Primitive>(value: T, params?: Zod.RawCreateParams) => Zod.ZodLiteral<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.literalType.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.literalType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.makeIssue",
"type": "Function",
"tags": [],
"label": "makeIssue",
"description": [],
"signature": [
"(params: { data: any; path: (string | number)[]; errorMaps: Zod.ZodErrorMap[]; issueData: Zod.IssueData; }) => Zod.ZodIssue"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.makeIssue.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ data: any; path: (string | number)[]; errorMaps: Zod.ZodErrorMap[]; issueData: Zod.IssueData; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.mapType",
"type": "Function",
"tags": [],
"label": "mapType",
"description": [],
"signature": [
"<Key extends Zod.ZodTypeAny = Zod.ZodTypeAny, Value extends Zod.ZodTypeAny = Zod.ZodTypeAny>(keyType: Key, valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodMap<Key, Value>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.mapType.$1",
"type": "Uncategorized",
"tags": [],
"label": "keyType",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.mapType.$2",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.mapType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nanType",
"type": "Function",
"tags": [],
"label": "nanType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNaN"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nanType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nativeEnumType",
"type": "Function",
"tags": [],
"label": "nativeEnumType",
"description": [],
"signature": [
"<T extends Zod.EnumLike>(values: T, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nativeEnumType.$1",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nativeEnumType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.neverType",
"type": "Function",
"tags": [],
"label": "neverType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNever"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.neverType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nullableType",
"type": "Function",
"tags": [],
"label": "nullableType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(type: T, params?: Zod.RawCreateParams) => Zod.ZodNullable<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nullableType.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nullableType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nullType",
"type": "Function",
"tags": [],
"label": "nullType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodNull"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.nullType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.numberType",
"type": "Function",
"tags": [],
"label": "numberType",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.numberType.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectType",
"type": "Function",
"tags": [],
"label": "objectType",
"description": [],
"signature": [
"<T extends Zod.ZodRawShape>(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject<T, \"strip\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T>]: Zod.baseObjectInputType<T>[k_1]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectType.$1",
"type": "Uncategorized",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.oboolean",
"type": "Function",
"tags": [],
"label": "oboolean",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodBoolean>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OK",
"type": "Function",
"tags": [],
"label": "OK",
"description": [],
"signature": [
"<T>(value: T) => Zod.OK<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OK.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.onumber",
"type": "Function",
"tags": [],
"label": "onumber",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodNumber>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.optionalType",
"type": "Function",
"tags": [],
"label": "optionalType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(type: T, params?: Zod.RawCreateParams) => Zod.ZodOptional<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.optionalType.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.optionalType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ostring",
"type": "Function",
"tags": [],
"label": "ostring",
"description": [],
"signature": [
"() => Zod.ZodOptional<Zod.ZodString>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.pipelineType",
"type": "Function",
"tags": [],
"label": "pipelineType",
"description": [],
"signature": [
"<A extends Zod.ZodTypeAny, B extends Zod.ZodTypeAny>(a: A, b: B) => Zod.ZodPipeline<A, B>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.pipelineType.$1",
"type": "Uncategorized",
"tags": [],
"label": "a",
"description": [],
"signature": [
"A"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.pipelineType.$2",
"type": "Uncategorized",
"tags": [],
"label": "b",
"description": [],
"signature": [
"B"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType",
"type": "Function",
"tags": [],
"label": "preprocessType",
"description": [],
"signature": [
"<I extends Zod.ZodTypeAny>(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects<I, I[\"_output\"], unknown>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType.$1",
"type": "Function",
"tags": [],
"label": "preprocess",
"description": [],
"signature": [
"(arg: unknown, ctx: Zod.RefinementCtx) => unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType.$1.$1",
"type": "Unknown",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType.$1.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType.$2",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"I"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.preprocessType.$3",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.promiseType",
"type": "Function",
"tags": [],
"label": "promiseType",
"description": [],
"signature": [
"<T extends Zod.ZodTypeAny>(schema: T, params?: Zod.RawCreateParams) => Zod.ZodPromise<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.promiseType.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.promiseType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.quotelessJson",
"type": "Function",
"tags": [],
"label": "quotelessJson",
"description": [],
"signature": [
"(obj: any) => string"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.quotelessJson.$1",
"type": "Any",
"tags": [],
"label": "obj",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.recordType",
"type": "Function",
"tags": [],
"label": "recordType",
"description": [],
"signature": [
"{ <Value extends Zod.ZodTypeAny>(valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Zod.ZodString, Value>; <Keys extends Zod.KeySchema, Value extends Zod.ZodTypeAny>(keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord<Keys, Value>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.setErrorMap",
"type": "Function",
"tags": [],
"label": "setErrorMap",
"description": [],
"signature": [
"(map: Zod.ZodErrorMap) => void"
],
"path": "node_modules/zod/lib/errors.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.setErrorMap.$1",
"type": "Function",
"tags": [],
"label": "map",
"description": [],
"signature": [
"Zod.ZodErrorMap"
],
"path": "node_modules/zod/lib/errors.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.setType",
"type": "Function",
"tags": [],
"label": "setType",
"description": [],
"signature": [
"<Value extends Zod.ZodTypeAny = Zod.ZodTypeAny>(valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodSet<Value>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.setType.$1",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.setType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.strictObjectType",
"type": "Function",
"tags": [],
"label": "strictObjectType",
"description": [],
"signature": [
"<T extends Zod.ZodRawShape>(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject<T, \"strict\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T>]: Zod.baseObjectInputType<T>[k_1]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.strictObjectType.$1",
"type": "Uncategorized",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.strictObjectType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.stringType",
"type": "Function",
"tags": [],
"label": "stringType",
"description": [],
"signature": [
"(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.stringType.$1",
"type": "CompoundType",
"tags": [],
"label": "params",
"description": [],
"signature": [
"({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.symbolType",
"type": "Function",
"tags": [],
"label": "symbolType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodSymbol"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.symbolType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.tupleType",
"type": "Function",
"tags": [],
"label": "tupleType",
"description": [],
"signature": [
"<T extends [] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(schemas: T, params?: Zod.RawCreateParams) => Zod.ZodTuple<T, null>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.tupleType.$1",
"type": "Uncategorized",
"tags": [],
"label": "schemas",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.tupleType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.undefinedType",
"type": "Function",
"tags": [],
"label": "undefinedType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodUndefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.undefinedType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.unionType",
"type": "Function",
"tags": [],
"label": "unionType",
"description": [],
"signature": [
"<T extends readonly [Zod.ZodTypeAny, Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(types: T, params?: Zod.RawCreateParams) => Zod.ZodUnion<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.unionType.$1",
"type": "Uncategorized",
"tags": [],
"label": "types",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.unionType.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.unknownType",
"type": "Function",
"tags": [],
"label": "unknownType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodUnknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.unknownType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.voidType",
"type": "Function",
"tags": [],
"label": "voidType",
"description": [],
"signature": [
"(params?: Zod.RawCreateParams) => Zod.ZodVoid"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.voidType.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext",
"type": "Interface",
"tags": [],
"label": "ParseContext",
"description": [],
"signature": [
"Zod.ParseContext"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.common",
"type": "Object",
"tags": [],
"label": "common",
"description": [],
"signature": [
"{ readonly issues: Zod.ZodIssue[]; readonly contextualErrorMap?: Zod.ZodErrorMap | undefined; readonly async: boolean; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.path",
"type": "Array",
"tags": [],
"label": "path",
"description": [],
"signature": [
"Zod.ParsePathComponent[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.schemaErrorMap",
"type": "Function",
"tags": [],
"label": "schemaErrorMap",
"description": [],
"signature": [
"Zod.ZodErrorMap | undefined"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.parent",
"type": "CompoundType",
"tags": [],
"label": "parent",
"description": [],
"signature": [
"Zod.ParseContext | null"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.data",
"type": "Any",
"tags": [],
"label": "data",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseContext.parsedType",
"type": "CompoundType",
"tags": [],
"label": "parsedType",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"array\" | \"promise\" | \"nan\" | \"null\" | \"void\" | \"never\""
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseResult",
"type": "Interface",
"tags": [],
"label": "ParseResult",
"description": [],
"signature": [
"Zod.ParseResult"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseResult.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
"\"valid\" | \"dirty\" | \"aborted\""
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseResult.data",
"type": "Any",
"tags": [],
"label": "data",
"description": [],
"signature": [
"any"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RefinementCtx",
"type": "Interface",
"tags": [],
"label": "RefinementCtx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RefinementCtx.addIssue",
"type": "Function",
"tags": [],
"label": "addIssue",
"description": [],
"signature": [
"(arg: Zod.IssueData) => void"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RefinementCtx.addIssue.$1",
"type": "CompoundType",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"Zod.IssueData"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RefinementCtx.path",
"type": "Array",
"tags": [],
"label": "path",
"description": [],
"signature": [
"(string | number)[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAnyDef",
"type": "Interface",
"tags": [],
"label": "ZodAnyDef",
"description": [],
"signature": [
"Zod.ZodAnyDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodAnyDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodAny"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef",
"type": "Interface",
"tags": [],
"label": "ZodArrayDef",
"description": [],
"signature": [
"Zod.ZodArrayDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef.type",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodArray"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef.exactLength",
"type": "CompoundType",
"tags": [],
"label": "exactLength",
"description": [],
"signature": [
"{ value: number; message?: string | undefined; } | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef.minLength",
"type": "CompoundType",
"tags": [],
"label": "minLength",
"description": [],
"signature": [
"{ value: number; message?: string | undefined; } | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodArrayDef.maxLength",
"type": "CompoundType",
"tags": [],
"label": "maxLength",
"description": [],
"signature": [
"{ value: number; message?: string | undefined; } | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigIntDef",
"type": "Interface",
"tags": [],
"label": "ZodBigIntDef",
"description": [],
"signature": [
"Zod.ZodBigIntDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigIntDef.checks",
"type": "Array",
"tags": [],
"label": "checks",
"description": [],
"signature": [
"Zod.ZodBigIntCheck[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigIntDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodBigInt"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigIntDef.coerce",
"type": "boolean",
"tags": [],
"label": "coerce",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBooleanDef",
"type": "Interface",
"tags": [],
"label": "ZodBooleanDef",
"description": [],
"signature": [
"Zod.ZodBooleanDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBooleanDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodBoolean"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBooleanDef.coerce",
"type": "boolean",
"tags": [],
"label": "coerce",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBrandedDef",
"type": "Interface",
"tags": [],
"label": "ZodBrandedDef",
"description": [],
"signature": [
"Zod.ZodBrandedDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBrandedDef.type",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBrandedDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodBranded"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef",
"type": "Interface",
"tags": [],
"label": "ZodCatchDef",
"description": [],
"signature": [
"Zod.ZodCatchDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.innerType",
"type": "Uncategorized",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.catchValue",
"type": "Function",
"tags": [],
"label": "catchValue",
"description": [],
"signature": [
"(ctx: { error: Zod.ZodError<any>; input: unknown; }) => T[\"_input\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.catchValue.$1",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.catchValue.$1.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"Zod.ZodError<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.catchValue.$1.input",
"type": "Unknown",
"tags": [],
"label": "input",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCatchDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodCatch"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCustomIssue",
"type": "Interface",
"tags": [],
"label": "ZodCustomIssue",
"description": [],
"signature": [
"Zod.ZodCustomIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCustomIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"custom\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodCustomIssue.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ [k: string]: any; } | undefined"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDateDef",
"type": "Interface",
"tags": [],
"label": "ZodDateDef",
"description": [],
"signature": [
"Zod.ZodDateDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDateDef.checks",
"type": "Array",
"tags": [],
"label": "checks",
"description": [],
"signature": [
"Zod.ZodDateCheck[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDateDef.coerce",
"type": "boolean",
"tags": [],
"label": "coerce",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDateDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodDate"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefaultDef",
"type": "Interface",
"tags": [],
"label": "ZodDefaultDef",
"description": [],
"signature": [
"Zod.ZodDefaultDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefaultDef.innerType",
"type": "Uncategorized",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefaultDef.defaultValue",
"type": "Function",
"tags": [],
"label": "defaultValue",
"description": [],
"signature": [
"() => Zod.util.noUndefined<T[\"_input\"]>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDefaultDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodDefault"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionDef",
"type": "Interface",
"tags": [],
"label": "ZodDiscriminatedUnionDef",
"description": [],
"signature": [
"Zod.ZodDiscriminatedUnionDef<Discriminator, Options> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionDef.discriminator",
"type": "Uncategorized",
"tags": [],
"label": "discriminator",
"description": [],
"signature": [
"Discriminator"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionDef.options",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Options"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionDef.optionsMap",
"type": "Object",
"tags": [],
"label": "optionsMap",
"description": [],
"signature": [
"Map<Zod.Primitive, Zod.ZodDiscriminatedUnionOption<any>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodDiscriminatedUnion"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffectsDef",
"type": "Interface",
"tags": [],
"label": "ZodEffectsDef",
"description": [],
"signature": [
"Zod.ZodEffectsDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffectsDef.schema",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffectsDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodEffects"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEffectsDef.effect",
"type": "CompoundType",
"tags": [],
"label": "effect",
"description": [],
"signature": [
"Zod.RefinementEffect<any> | Zod.TransformEffect<any> | Zod.PreprocessEffect<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnumDef",
"type": "Interface",
"tags": [],
"label": "ZodEnumDef",
"description": [],
"signature": [
"Zod.ZodEnumDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnumDef.values",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEnumDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodEnum"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEsque",
"type": "Interface",
"tags": [],
"label": "ZodEsque",
"description": [],
"signature": [
{
"pluginId": "@kbn/zod",
"scope": "common",
"docId": "kibKbnZodPluginApi",
"section": "def-common.ZodEsque",
"text": "ZodEsque"
},
"<V>"
],
"path": "src/platform/packages/shared/kbn-zod/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodEsque._output",
"type": "Uncategorized",
"tags": [],
"label": "_output",
"description": [],
"signature": [
"V"
],
"path": "src/platform/packages/shared/kbn-zod/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunctionDef",
"type": "Interface",
"tags": [],
"label": "ZodFunctionDef",
"description": [],
"signature": [
"Zod.ZodFunctionDef<Args, Returns> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunctionDef.args",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"Args"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunctionDef.returns",
"type": "Uncategorized",
"tags": [],
"label": "returns",
"description": [],
"signature": [
"Returns"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFunctionDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodFunction"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersectionDef",
"type": "Interface",
"tags": [],
"label": "ZodIntersectionDef",
"description": [],
"signature": [
"Zod.ZodIntersectionDef<T, U> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersectionDef.left",
"type": "Uncategorized",
"tags": [],
"label": "left",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersectionDef.right",
"type": "Uncategorized",
"tags": [],
"label": "right",
"description": [],
"signature": [
"U"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIntersectionDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodIntersection"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidArgumentsIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidArgumentsIssue",
"description": [],
"signature": [
"Zod.ZodInvalidArgumentsIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidArgumentsIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_arguments\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidArgumentsIssue.argumentsError",
"type": "Object",
"tags": [],
"label": "argumentsError",
"description": [],
"signature": [
"Zod.ZodError<any>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidDateIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidDateIssue",
"description": [],
"signature": [
"Zod.ZodInvalidDateIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidDateIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_date\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidEnumValueIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidEnumValueIssue",
"description": [],
"signature": [
"Zod.ZodInvalidEnumValueIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidEnumValueIssue.received",
"type": "CompoundType",
"tags": [],
"label": "received",
"description": [],
"signature": [
"string | number"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidEnumValueIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_enum_value\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidEnumValueIssue.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(string | number)[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidIntersectionTypesIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidIntersectionTypesIssue",
"description": [],
"signature": [
"Zod.ZodInvalidIntersectionTypesIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidIntersectionTypesIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_intersection_types\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidLiteralIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidLiteralIssue",
"description": [],
"signature": [
"Zod.ZodInvalidLiteralIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidLiteralIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_literal\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidLiteralIssue.expected",
"type": "Unknown",
"tags": [],
"label": "expected",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidLiteralIssue.received",
"type": "Unknown",
"tags": [],
"label": "received",
"description": [],
"signature": [
"unknown"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidReturnTypeIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidReturnTypeIssue",
"description": [],
"signature": [
"Zod.ZodInvalidReturnTypeIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidReturnTypeIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_return_type\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidReturnTypeIssue.returnTypeError",
"type": "Object",
"tags": [],
"label": "returnTypeError",
"description": [],
"signature": [
"Zod.ZodError<any>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidStringIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidStringIssue",
"description": [],
"signature": [
"Zod.ZodInvalidStringIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidStringIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_string\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidStringIssue.validation",
"type": "CompoundType",
"tags": [],
"label": "validation",
"description": [],
"signature": [
"\"ip\" | \"date\" | \"base64\" | \"uuid\" | \"duration\" | \"time\" | \"url\" | \"email\" | \"regex\" | \"emoji\" | \"nanoid\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"datetime\" | { includes: string; position?: number | undefined; } | { startsWith: string; } | { endsWith: string; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidTypeIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidTypeIssue",
"description": [],
"signature": [
"Zod.ZodInvalidTypeIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidTypeIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_type\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidTypeIssue.expected",
"type": "CompoundType",
"tags": [],
"label": "expected",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"array\" | \"promise\" | \"nan\" | \"null\" | \"void\" | \"never\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidTypeIssue.received",
"type": "CompoundType",
"tags": [],
"label": "received",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"array\" | \"promise\" | \"nan\" | \"null\" | \"void\" | \"never\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionDiscriminatorIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidUnionDiscriminatorIssue",
"description": [],
"signature": [
"Zod.ZodInvalidUnionDiscriminatorIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionDiscriminatorIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_union_discriminator\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionDiscriminatorIssue.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Zod.Primitive[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionIssue",
"type": "Interface",
"tags": [],
"label": "ZodInvalidUnionIssue",
"description": [],
"signature": [
"Zod.ZodInvalidUnionIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"invalid_union\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodInvalidUnionIssue.unionErrors",
"type": "Array",
"tags": [],
"label": "unionErrors",
"description": [],
"signature": [
"Zod.ZodError<any>[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazyDef",
"type": "Interface",
"tags": [],
"label": "ZodLazyDef",
"description": [],
"signature": [
"Zod.ZodLazyDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazyDef.getter",
"type": "Function",
"tags": [],
"label": "getter",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLazyDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodLazy"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteralDef",
"type": "Interface",
"tags": [],
"label": "ZodLiteralDef",
"description": [],
"signature": [
"Zod.ZodLiteralDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteralDef.value",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodLiteralDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodLiteral"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMapDef",
"type": "Interface",
"tags": [],
"label": "ZodMapDef",
"description": [],
"signature": [
"Zod.ZodMapDef<Key, Value> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMapDef.valueType",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMapDef.keyType",
"type": "Uncategorized",
"tags": [],
"label": "keyType",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodMapDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodMap"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaNDef",
"type": "Interface",
"tags": [],
"label": "ZodNaNDef",
"description": [],
"signature": [
"Zod.ZodNaNDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNaNDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNaN"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnumDef",
"type": "Interface",
"tags": [],
"label": "ZodNativeEnumDef",
"description": [],
"signature": [
"Zod.ZodNativeEnumDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnumDef.values",
"type": "Uncategorized",
"tags": [],
"label": "values",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNativeEnumDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNativeEnum"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNeverDef",
"type": "Interface",
"tags": [],
"label": "ZodNeverDef",
"description": [],
"signature": [
"Zod.ZodNeverDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNeverDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNever"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNotFiniteIssue",
"type": "Interface",
"tags": [],
"label": "ZodNotFiniteIssue",
"description": [],
"signature": [
"Zod.ZodNotFiniteIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNotFiniteIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"not_finite\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNotMultipleOfIssue",
"type": "Interface",
"tags": [],
"label": "ZodNotMultipleOfIssue",
"description": [],
"signature": [
"Zod.ZodNotMultipleOfIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNotMultipleOfIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"not_multiple_of\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNotMultipleOfIssue.multipleOf",
"type": "CompoundType",
"tags": [],
"label": "multipleOf",
"description": [],
"signature": [
"number | bigint"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullableDef",
"type": "Interface",
"tags": [],
"label": "ZodNullableDef",
"description": [],
"signature": [
"Zod.ZodNullableDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullableDef.innerType",
"type": "Uncategorized",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullableDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNullable"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullDef",
"type": "Interface",
"tags": [],
"label": "ZodNullDef",
"description": [],
"signature": [
"Zod.ZodNullDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNull"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumberDef",
"type": "Interface",
"tags": [],
"label": "ZodNumberDef",
"description": [],
"signature": [
"Zod.ZodNumberDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumberDef.checks",
"type": "Array",
"tags": [],
"label": "checks",
"description": [],
"signature": [
"Zod.ZodNumberCheck[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumberDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodNumber"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumberDef.coerce",
"type": "boolean",
"tags": [],
"label": "coerce",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObjectDef",
"type": "Interface",
"tags": [],
"label": "ZodObjectDef",
"description": [],
"signature": [
"Zod.ZodObjectDef<T, UnknownKeys, Catchall> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObjectDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodObject"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObjectDef.shape",
"type": "Function",
"tags": [],
"label": "shape",
"description": [],
"signature": [
"() => T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObjectDef.catchall",
"type": "Uncategorized",
"tags": [],
"label": "catchall",
"description": [],
"signature": [
"Catchall"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodObjectDef.unknownKeys",
"type": "Uncategorized",
"tags": [],
"label": "unknownKeys",
"description": [],
"signature": [
"UnknownKeys"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptionalDef",
"type": "Interface",
"tags": [],
"label": "ZodOptionalDef",
"description": [],
"signature": [
"Zod.ZodOptionalDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptionalDef.innerType",
"type": "Uncategorized",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptionalDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodOptional"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipelineDef",
"type": "Interface",
"tags": [],
"label": "ZodPipelineDef",
"description": [],
"signature": [
"Zod.ZodPipelineDef<A, B> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipelineDef.in",
"type": "Uncategorized",
"tags": [],
"label": "in",
"description": [],
"signature": [
"A"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipelineDef.out",
"type": "Uncategorized",
"tags": [],
"label": "out",
"description": [],
"signature": [
"B"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPipelineDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodPipeline"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromiseDef",
"type": "Interface",
"tags": [],
"label": "ZodPromiseDef",
"description": [],
"signature": [
"Zod.ZodPromiseDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromiseDef.type",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodPromiseDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodPromise"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonlyDef",
"type": "Interface",
"tags": [],
"label": "ZodReadonlyDef",
"description": [],
"signature": [
"Zod.ZodReadonlyDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonlyDef.innerType",
"type": "Uncategorized",
"tags": [],
"label": "innerType",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodReadonlyDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodReadonly"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecordDef",
"type": "Interface",
"tags": [],
"label": "ZodRecordDef",
"description": [],
"signature": [
"Zod.ZodRecordDef<Key, Value> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecordDef.valueType",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecordDef.keyType",
"type": "Uncategorized",
"tags": [],
"label": "keyType",
"description": [],
"signature": [
"Key"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRecordDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodRecord"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSetDef",
"type": "Interface",
"tags": [],
"label": "ZodSetDef",
"description": [],
"signature": [
"Zod.ZodSetDef<Value> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSetDef.valueType",
"type": "Uncategorized",
"tags": [],
"label": "valueType",
"description": [],
"signature": [
"Value"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSetDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodSet"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSetDef.minSize",
"type": "CompoundType",
"tags": [],
"label": "minSize",
"description": [],
"signature": [
"{ value: number; message?: string | undefined; } | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSetDef.maxSize",
"type": "CompoundType",
"tags": [],
"label": "maxSize",
"description": [],
"signature": [
"{ value: number; message?: string | undefined; } | null"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodStringDef",
"type": "Interface",
"tags": [],
"label": "ZodStringDef",
"description": [],
"signature": [
"Zod.ZodStringDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodStringDef.checks",
"type": "Array",
"tags": [],
"label": "checks",
"description": [],
"signature": [
"Zod.ZodStringCheck[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodStringDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodString"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodStringDef.coerce",
"type": "boolean",
"tags": [],
"label": "coerce",
"description": [],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbolDef",
"type": "Interface",
"tags": [],
"label": "ZodSymbolDef",
"description": [],
"signature": [
"Zod.ZodSymbolDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodSymbolDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodSymbol"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue",
"type": "Interface",
"tags": [],
"label": "ZodTooBigIssue",
"description": [],
"signature": [
"Zod.ZodTooBigIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"too_big\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue.maximum",
"type": "CompoundType",
"tags": [],
"label": "maximum",
"description": [],
"signature": [
"number | bigint"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue.inclusive",
"type": "boolean",
"tags": [],
"label": "inclusive",
"description": [],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue.exact",
"type": "CompoundType",
"tags": [],
"label": "exact",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooBigIssue.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"date\" | \"set\" | \"array\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue",
"type": "Interface",
"tags": [],
"label": "ZodTooSmallIssue",
"description": [],
"signature": [
"Zod.ZodTooSmallIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"too_small\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue.minimum",
"type": "CompoundType",
"tags": [],
"label": "minimum",
"description": [],
"signature": [
"number | bigint"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue.inclusive",
"type": "boolean",
"tags": [],
"label": "inclusive",
"description": [],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue.exact",
"type": "CompoundType",
"tags": [],
"label": "exact",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTooSmallIssue.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"date\" | \"set\" | \"array\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTupleDef",
"type": "Interface",
"tags": [],
"label": "ZodTupleDef",
"description": [],
"signature": [
"Zod.ZodTupleDef<T, Rest> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTupleDef.items",
"type": "Uncategorized",
"tags": [],
"label": "items",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTupleDef.rest",
"type": "Uncategorized",
"tags": [],
"label": "rest",
"description": [],
"signature": [
"Rest"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTupleDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodTuple"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTypeDef",
"type": "Interface",
"tags": [],
"label": "ZodTypeDef",
"description": [],
"signature": [
"Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTypeDef.errorMap",
"type": "Function",
"tags": [],
"label": "errorMap",
"description": [],
"signature": [
"Zod.ZodErrorMap | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTypeDef.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefinedDef",
"type": "Interface",
"tags": [],
"label": "ZodUndefinedDef",
"description": [],
"signature": [
"Zod.ZodUndefinedDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUndefinedDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodUndefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnionDef",
"type": "Interface",
"tags": [],
"label": "ZodUnionDef",
"description": [],
"signature": [
"Zod.ZodUnionDef<T> extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnionDef.options",
"type": "Uncategorized",
"tags": [],
"label": "options",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnionDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodUnion"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknownDef",
"type": "Interface",
"tags": [],
"label": "ZodUnknownDef",
"description": [],
"signature": [
"Zod.ZodUnknownDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnknownDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodUnknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnrecognizedKeysIssue",
"type": "Interface",
"tags": [],
"label": "ZodUnrecognizedKeysIssue",
"description": [],
"signature": [
"Zod.ZodUnrecognizedKeysIssue extends Zod.ZodIssueBase"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnrecognizedKeysIssue.code",
"type": "string",
"tags": [],
"label": "code",
"description": [],
"signature": [
"\"unrecognized_keys\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnrecognizedKeysIssue.keys",
"type": "Array",
"tags": [],
"label": "keys",
"description": [],
"signature": [
"string[]"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoidDef",
"type": "Interface",
"tags": [],
"label": "ZodVoidDef",
"description": [],
"signature": [
"Zod.ZodVoidDef extends Zod.ZodTypeDef"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodVoidDef.typeName",
"type": "string",
"tags": [],
"label": "typeName",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind.ZodVoid"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFirstPartyTypeKind",
"type": "Enum",
"tags": [],
"label": "ZodFirstPartyTypeKind",
"description": [],
"signature": [
"Zod.ZodFirstPartyTypeKind"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.AnyZodObject",
"type": "Type",
"tags": [],
"label": "AnyZodObject",
"description": [],
"signature": [
"Zod.ZodObject<any, any, any, { [x: string]: any; }, { [x: string]: any; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.AnyZodTuple",
"type": "Type",
"tags": [],
"label": "AnyZodTuple",
"description": [],
"signature": [
"Zod.ZodTuple<[] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]], Zod.ZodTypeAny | null>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ArrayCardinality",
"type": "Type",
"tags": [],
"label": "ArrayCardinality",
"description": [],
"signature": [
"\"many\" | \"atleastone\""
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ArrayKeys",
"type": "Type",
"tags": [],
"label": "ArrayKeys",
"description": [],
"signature": [
"keyof any[]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.arrayOutputType",
"type": "Type",
"tags": [],
"label": "arrayOutputType",
"description": [],
"signature": [
"Cardinality extends \"atleastone\" ? [T[\"_output\"], ...T[\"_output\"][]] : T[\"_output\"][]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.AssertArray",
"type": "Type",
"tags": [],
"label": "AssertArray",
"description": [],
"signature": [
"T extends any[] ? T : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.AsyncParseReturnType",
"type": "Type",
"tags": [],
"label": "AsyncParseReturnType",
"description": [],
"signature": [
"Promise<Zod.SyncParseReturnType<T>>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.baseObjectInputType",
"type": "Type",
"tags": [],
"label": "baseObjectInputType",
"description": [],
"signature": [
"{ [K in requiredKeys<{ [k in keyof Shape]: Shape[k][\"_input\"]; }>]: { [k in keyof Shape]: Shape[k][\"_input\"]; }[K]; } & { [K in optionalKeys<{ [k in keyof Shape]: Shape[k][\"_input\"]; }>]?: { [k in keyof Shape]: Shape[k][\"_input\"]; }[K] | undefined; } & { [k in keyof { [k in keyof Shape]: Shape[k][\"_input\"]; }]?: unknown; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.baseObjectOutputType",
"type": "Type",
"tags": [],
"label": "baseObjectOutputType",
"description": [],
"signature": [
"{ [k in keyof Shape]: Shape[k][\"_output\"]; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.BRAND",
"type": "Uncategorized",
"tags": [],
"label": "BRAND",
"description": [],
"signature": [
"typeof Zod.BRAND"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.BRAND",
"type": "Type",
"tags": [],
"label": "BRAND",
"description": [],
"signature": [
"{ [BRAND]: { [k in T]: true; }; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.CatchallInput",
"type": "Type",
"tags": [],
"label": "CatchallInput",
"description": [],
"signature": [
"Zod.ZodType<any, Zod.ZodTypeDef, any> extends T ? unknown : { [k: string]: T[\"_input\"]; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.CatchallOutput",
"type": "Type",
"tags": [],
"label": "CatchallOutput",
"description": [],
"signature": [
"Zod.ZodType<any, Zod.ZodTypeDef, any> extends T ? unknown : { [k: string]: T[\"_output\"]; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.CustomErrorParams",
"type": "Type",
"tags": [],
"label": "CustomErrorParams",
"description": [],
"signature": [
"{ params?: { [k: string]: any; } | undefined; message?: string | undefined; path?: (string | number)[] | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.DenormalizedError",
"type": "Type",
"tags": [],
"label": "DenormalizedError",
"description": [],
"signature": [
"{ [k: string]: string[] | Zod.DenormalizedError; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.deoptional",
"type": "Type",
"tags": [],
"label": "deoptional",
"description": [],
"signature": [
"T extends Zod.ZodOptional<infer U extends Zod.ZodTypeAny> ? Zod.deoptional<U> : T extends Zod.ZodNullable<infer U extends Zod.ZodTypeAny> ? Zod.ZodNullable<Zod.deoptional<U>> : T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.DIRTY",
"type": "Type",
"tags": [],
"label": "DIRTY",
"description": [],
"signature": [
"{ status: \"dirty\"; value: T; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Effect",
"type": "Type",
"tags": [],
"label": "Effect",
"description": [],
"signature": [
"Zod.RefinementEffect<T> | Zod.TransformEffect<T> | Zod.PreprocessEffect<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.EMPTY_PATH",
"type": "Array",
"tags": [],
"label": "EMPTY_PATH",
"description": [],
"signature": [
"Zod.ParsePathComponent[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.EnumLike",
"type": "Type",
"tags": [],
"label": "EnumLike",
"description": [],
"signature": [
"{ [k: string]: string | number; [nu: number]: string; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.EnumValues",
"type": "Type",
"tags": [],
"label": "EnumValues",
"description": [],
"signature": [
"readonly [T, ...T[]]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ErrorMapCtx",
"type": "Type",
"tags": [],
"label": "ErrorMapCtx",
"description": [],
"signature": [
"{ defaultError: string; data: any; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.FilterEnum",
"type": "Type",
"tags": [],
"label": "FilterEnum",
"description": [],
"signature": [
"Values extends [] ? [] : Values extends [infer Head, ...infer Rest] ? Head extends ToExclude ? Zod.FilterEnum<Rest, ToExclude> : [Head, ...Zod.FilterEnum<Rest, ToExclude>] : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Indices",
"type": "Type",
"tags": [],
"label": "Indices",
"description": [],
"signature": [
"keyof T extends keyof any[] ? never : keyof T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.inferFlattenedErrors",
"type": "Type",
"tags": [],
"label": "inferFlattenedErrors",
"description": [],
"signature": [
"{ formErrors: U[]; fieldErrors: { [P in allKeys<Zod.TypeOf<T>>]?: U[] | undefined; }; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.inferFormattedError",
"type": "Type",
"tags": [],
"label": "inferFormattedError",
"description": [],
"signature": [
"{ _errors: U[]; } & recursiveZodFormattedError<NonNullable<Zod.TypeOf<T>>>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.InnerTypeOfFunction",
"type": "Type",
"tags": [],
"label": "InnerTypeOfFunction",
"description": [],
"signature": [
"Args[\"_output\"] extends any[] ? (...args: Args[\"_output\"]) => Returns[\"_input\"] : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.InnerTypeOfFunction.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"Args[\"_output\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.input",
"type": "Type",
"tags": [],
"label": "input",
"description": [],
"signature": [
"T[\"_input\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.InputTypeOfTuple",
"type": "Type",
"tags": [],
"label": "InputTypeOfTuple",
"description": [],
"signature": [
"{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_input\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_input\"] : never; } : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.InputTypeOfTupleWithRest",
"type": "Type",
"tags": [],
"label": "InputTypeOfTupleWithRest",
"description": [],
"signature": [
"Rest extends Zod.ZodTypeAny ? [...Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_input\"] : never; }>, ...Rest[\"_input\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_input\"] : never; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.INVALID",
"type": "Type",
"tags": [],
"label": "INVALID",
"description": [],
"signature": [
"{ status: \"aborted\"; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.IpVersion",
"type": "Type",
"tags": [],
"label": "IpVersion",
"description": [],
"signature": [
"\"v4\" | \"v6\""
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.IssueData",
"type": "Type",
"tags": [],
"label": "IssueData",
"description": [],
"signature": [
"(Zod.util.OmitKeys<Zod.ZodCustomIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidTypeIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidLiteralIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodUnrecognizedKeysIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidUnionIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidUnionDiscriminatorIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidEnumValueIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidArgumentsIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidReturnTypeIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidDateIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidStringIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodTooSmallIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodTooBigIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodInvalidIntersectionTypesIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodNotMultipleOfIssue, \"path\"> | Zod.util.OmitKeys<Zod.ZodNotFiniteIssue, \"path\">) & { path?: (string | number)[] | undefined; fatal?: boolean | undefined; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.KeySchema",
"type": "Type",
"tags": [],
"label": "KeySchema",
"description": [],
"signature": [
"Zod.ZodType<string | number | symbol, any, any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.mergeTypes",
"type": "Type",
"tags": [],
"label": "mergeTypes",
"description": [],
"signature": [
"{ [k in keyof A | keyof B]: k extends keyof B ? B[k] : k extends keyof A ? A[k] : never; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.NEVER",
"type": "Uncategorized",
"tags": [],
"label": "NEVER",
"description": [],
"signature": [
"never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.noUnrecognized",
"type": "Type",
"tags": [],
"label": "noUnrecognized",
"description": [],
"signature": [
"{ [k in keyof Obj]: k extends keyof Shape ? Obj[k] : never; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectInputType",
"type": "Type",
"tags": [],
"label": "objectInputType",
"description": [],
"signature": [
"{ [k in keyof Zod.baseObjectInputType<Shape>]: Zod.baseObjectInputType<Shape>[k]; } & Zod.CatchallInput<Catchall> & Zod.PassthroughType<UnknownKeys>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectOutputType",
"type": "Type",
"tags": [],
"label": "objectOutputType",
"description": [],
"signature": [
"{ [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<Shape>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<Shape>, any>[k]; } & Zod.CatchallOutput<Catchall> & Zod.PassthroughType<UnknownKeys>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ObjectPair",
"type": "Type",
"tags": [],
"label": "ObjectPair",
"description": [],
"signature": [
"{ key: Zod.SyncParseReturnType<any>; value: Zod.SyncParseReturnType<any>; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OK",
"type": "Type",
"tags": [],
"label": "OK",
"description": [],
"signature": [
"{ status: \"valid\"; value: T; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OuterTypeOfFunction",
"type": "Type",
"tags": [],
"label": "OuterTypeOfFunction",
"description": [],
"signature": [
"Args[\"_input\"] extends any[] ? (...args: Args[\"_input\"]) => Returns[\"_output\"] : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OuterTypeOfFunction.$1",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"Args[\"_input\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.output",
"type": "Type",
"tags": [],
"label": "output",
"description": [],
"signature": [
"T[\"_output\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OutputTypeOfTuple",
"type": "Type",
"tags": [],
"label": "OutputTypeOfTuple",
"description": [],
"signature": [
"{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_output\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_output\"] : never; } : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.OutputTypeOfTupleWithRest",
"type": "Type",
"tags": [],
"label": "OutputTypeOfTupleWithRest",
"description": [],
"signature": [
"Rest extends Zod.ZodTypeAny ? [...Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_output\"] : never; }>, ...Rest[\"_output\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType<any, any, any> ? T[k][\"_output\"] : never; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseInput",
"type": "Type",
"tags": [],
"label": "ParseInput",
"description": [],
"signature": [
"{ data: any; path: (string | number)[]; parent: Zod.ParseContext; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseParams",
"type": "Type",
"tags": [],
"label": "ParseParams",
"description": [],
"signature": [
"{ path: (string | number)[]; errorMap: Zod.ZodErrorMap; async: boolean; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParsePath",
"type": "Type",
"tags": [],
"label": "ParsePath",
"description": [],
"signature": [
"Zod.ParsePathComponent[]"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParsePathComponent",
"type": "Type",
"tags": [],
"label": "ParsePathComponent",
"description": [],
"signature": [
"string | number"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ParseReturnType",
"type": "Type",
"tags": [],
"label": "ParseReturnType",
"description": [],
"signature": [
"Zod.SyncParseReturnType<T> | Zod.AsyncParseReturnType<T>"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.PassthroughType",
"type": "Type",
"tags": [],
"label": "PassthroughType",
"description": [],
"signature": [
"T extends \"passthrough\" ? { [k: string]: unknown; } : unknown"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.PreprocessEffect",
"type": "Type",
"tags": [],
"label": "PreprocessEffect",
"description": [],
"signature": [
"{ type: \"preprocess\"; transform: (arg: T, ctx: Zod.RefinementCtx) => any; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Primitive",
"type": "Type",
"tags": [],
"label": "Primitive",
"description": [],
"signature": [
"string | number | bigint | boolean | symbol | null | undefined"
],
"path": "node_modules/zod/lib/helpers/typeAliases.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ProcessedCreateParams",
"type": "Type",
"tags": [],
"label": "ProcessedCreateParams",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; description?: string | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RawCreateParams",
"type": "Type",
"tags": [],
"label": "RawCreateParams",
"description": [],
"signature": [
"{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } | undefined"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RecordType",
"type": "Type",
"tags": [],
"label": "RecordType",
"description": [],
"signature": [
"[string] extends [K] ? Record<K, V> : [number] extends [K] ? Record<K, V> : [symbol] extends [K] ? Record<K, V> : [Zod.BRAND<string | number | symbol>] extends [K] ? Record<K, V> : Partial<Record<K, V>>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Refinement",
"type": "Type",
"tags": [],
"label": "Refinement",
"description": [],
"signature": [
"(arg: T, ctx: Zod.RefinementCtx) => any"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Refinement.$1",
"type": "Uncategorized",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Refinement.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.RefinementEffect",
"type": "Type",
"tags": [],
"label": "RefinementEffect",
"description": [],
"signature": [
"{ type: \"refinement\"; refinement: (arg: T, ctx: Zod.RefinementCtx) => any; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SafeParseError",
"type": "Type",
"tags": [],
"label": "SafeParseError",
"description": [],
"signature": [
"{ success: false; error: Zod.ZodError<Input>; data?: undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SafeParseReturnType",
"type": "Type",
"tags": [],
"label": "SafeParseReturnType",
"description": [],
"signature": [
"Zod.SafeParseSuccess<Output> | Zod.SafeParseError<Input>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SafeParseSuccess",
"type": "Type",
"tags": [],
"label": "SafeParseSuccess",
"description": [],
"signature": [
"{ success: true; data: Output; error?: undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Scalars",
"type": "Type",
"tags": [],
"label": "Scalars",
"description": [],
"signature": [
"Zod.Primitive | Zod.Primitive[]"
],
"path": "node_modules/zod/lib/helpers/typeAliases.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SomeZodObject",
"type": "Type",
"tags": [],
"label": "SomeZodObject",
"description": [],
"signature": [
"Zod.ZodObject<Zod.ZodRawShape, Zod.UnknownKeysParam, Zod.ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.StringValidation",
"type": "Type",
"tags": [],
"label": "StringValidation",
"description": [],
"signature": [
"\"ip\" | \"date\" | \"base64\" | \"uuid\" | \"duration\" | \"time\" | \"url\" | \"email\" | \"regex\" | \"emoji\" | \"nanoid\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"datetime\" | { includes: string; position?: number | undefined; } | { startsWith: string; } | { endsWith: string; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SuperRefinement",
"type": "Type",
"tags": [],
"label": "SuperRefinement",
"description": [],
"signature": [
"(arg: T, ctx: Zod.RefinementCtx) => void | Promise<void>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SuperRefinement.$1",
"type": "Uncategorized",
"tags": [],
"label": "arg",
"description": [],
"signature": [
"T"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SuperRefinement.$2",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
"Zod.RefinementCtx"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.SyncParseReturnType",
"type": "Type",
"tags": [],
"label": "SyncParseReturnType",
"description": [],
"signature": [
"Zod.OK<T> | Zod.DIRTY<T> | Zod.INVALID"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.TransformEffect",
"type": "Type",
"tags": [],
"label": "TransformEffect",
"description": [],
"signature": [
"{ type: \"transform\"; transform: (arg: T, ctx: Zod.RefinementCtx) => any; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.typecast",
"type": "Type",
"tags": [],
"label": "typecast",
"description": [],
"signature": [
"A extends T ? A : never"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.TypeOf",
"type": "Type",
"tags": [],
"label": "TypeOf",
"description": [],
"signature": [
"T[\"_output\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.TypeOf",
"type": "Type",
"tags": [],
"label": "TypeOf",
"description": [],
"signature": [
"T[\"_output\"]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.typeToFlattenedError",
"type": "Type",
"tags": [],
"label": "typeToFlattenedError",
"description": [],
"signature": [
"{ formErrors: U[]; fieldErrors: { [P in allKeys<T>]?: U[] | undefined; }; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.UnknownKeysParam",
"type": "Type",
"tags": [],
"label": "UnknownKeysParam",
"description": [],
"signature": [
"\"passthrough\" | \"strict\" | \"strip\""
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Values",
"type": "Type",
"tags": [],
"label": "Values",
"description": [],
"signature": [
"{ [k in T[number]]: k; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.Writeable",
"type": "Type",
"tags": [],
"label": "Writeable",
"description": [],
"signature": [
"{ -readonly [P in keyof T]: T[P]; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodBigIntCheck",
"type": "Type",
"tags": [],
"label": "ZodBigIntCheck",
"description": [],
"signature": [
"{ kind: \"min\"; value: bigint; inclusive: boolean; message?: string | undefined; } | { kind: \"max\"; value: bigint; inclusive: boolean; message?: string | undefined; } | { kind: \"multipleOf\"; value: bigint; message?: string | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDateCheck",
"type": "Type",
"tags": [],
"label": "ZodDateCheck",
"description": [],
"signature": [
"{ kind: \"min\"; value: number; message?: string | undefined; } | { kind: \"max\"; value: number; message?: string | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodDiscriminatedUnionOption",
"type": "Type",
"tags": [],
"label": "ZodDiscriminatedUnionOption",
"description": [],
"signature": [
"Zod.ZodObject<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape, Zod.UnknownKeysParam, Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>, any>[k]; }, { [k in keyof Zod.baseObjectInputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>]: Zod.baseObjectInputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>[k]; }>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodErrorMap",
"type": "Type",
"tags": [],
"label": "ZodErrorMap",
"description": [],
"signature": [
"(issue: Zod.ZodIssueOptionalMessage, _ctx: Zod.ErrorMapCtx) => { message: string; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodErrorMap.$1",
"type": "CompoundType",
"tags": [],
"label": "issue",
"description": [],
"signature": [
"Zod.ZodCustomIssue | Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodErrorMap.$2",
"type": "Object",
"tags": [],
"label": "_ctx",
"description": [],
"signature": [
"{ defaultError: string; data: any; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFirstPartySchemaTypes",
"type": "Type",
"tags": [],
"label": "ZodFirstPartySchemaTypes",
"description": [],
"signature": [
"Zod.ZodString | Zod.ZodNumber | Zod.ZodUnknown | Zod.ZodBoolean | Zod.ZodUnion<any> | Zod.ZodNull | Zod.ZodAny | Zod.ZodDate | Zod.ZodUndefined | Zod.ZodBigInt | Zod.ZodSymbol | Zod.ZodNever | Zod.ZodVoid | Zod.ZodTuple<any, any> | Zod.ZodNaN | Zod.ZodArray<any, any> | Zod.ZodObject<any, any, any, { [x: string]: any; }, { [x: string]: any; }> | Zod.ZodDiscriminatedUnion<any, any> | Zod.ZodIntersection<any, any> | Zod.ZodRecord<any, any> | Zod.ZodMap<any, Zod.ZodTypeAny> | Zod.ZodSet<any> | Zod.ZodFunction<any, any> | Zod.ZodLazy<any> | Zod.ZodLiteral<any> | Zod.ZodEnum<any> | Zod.ZodEffects<any, any, any> | Zod.ZodNativeEnum<any> | Zod.ZodOptional<any> | Zod.ZodNullable<any> | Zod.ZodDefault<any> | Zod.ZodCatch<any> | Zod.ZodPromise<any> | Zod.ZodBranded<any, any> | Zod.ZodPipeline<any, any> | Zod.ZodReadonly<any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodFormattedError",
"type": "Type",
"tags": [],
"label": "ZodFormattedError",
"description": [],
"signature": [
"{ _errors: U[]; } & recursiveZodFormattedError<NonNullable<T>>"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIssue",
"type": "Type",
"tags": [],
"label": "ZodIssue",
"description": [],
"signature": [
"Zod.ZodIssueOptionalMessage & { fatal?: boolean | undefined; message: string; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIssueBase",
"type": "Type",
"tags": [],
"label": "ZodIssueBase",
"description": [],
"signature": [
"{ path: (string | number)[]; message?: string | undefined; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIssueCode",
"type": "Type",
"tags": [],
"label": "ZodIssueCode",
"description": [],
"signature": [
"\"unrecognized_keys\" | \"custom\" | \"invalid_union\" | \"invalid_union_discriminator\" | \"invalid_arguments\" | \"invalid_return_type\" | \"invalid_string\" | \"not_multiple_of\" | \"invalid_literal\" | \"invalid_type\" | \"invalid_intersection_types\" | \"invalid_date\" | \"not_finite\" | \"too_big\" | \"too_small\" | \"invalid_enum_value\""
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIssueOptionalMessage",
"type": "Type",
"tags": [],
"label": "ZodIssueOptionalMessage",
"description": [],
"signature": [
"Zod.ZodCustomIssue | Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNonEmptyArray",
"type": "Type",
"tags": [],
"label": "ZodNonEmptyArray",
"description": [],
"signature": [
"Zod.ZodArray<T, \"atleastone\">"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNullableType",
"type": "Type",
"tags": [],
"label": "ZodNullableType",
"description": [],
"signature": [
"Zod.ZodNullable<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodNumberCheck",
"type": "Type",
"tags": [],
"label": "ZodNumberCheck",
"description": [],
"signature": [
"{ kind: \"min\"; value: number; inclusive: boolean; message?: string | undefined; } | { kind: \"max\"; value: number; inclusive: boolean; message?: string | undefined; } | { kind: \"int\"; message?: string | undefined; } | { kind: \"multipleOf\"; value: number; message?: string | undefined; } | { kind: \"finite\"; message?: string | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodOptionalType",
"type": "Type",
"tags": [],
"label": "ZodOptionalType",
"description": [],
"signature": [
"Zod.ZodOptional<T>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodParsedType",
"type": "Type",
"tags": [],
"label": "ZodParsedType",
"description": [],
"signature": [
"\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"array\" | \"promise\" | \"nan\" | \"null\" | \"void\" | \"never\""
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodRawShape",
"type": "Type",
"tags": [],
"label": "ZodRawShape",
"description": [],
"signature": [
"{ [k: string]: Zod.ZodTypeAny; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodStringCheck",
"type": "Type",
"tags": [],
"label": "ZodStringCheck",
"description": [],
"signature": [
"{ kind: \"min\"; value: number; message?: string | undefined; } | { kind: \"max\"; value: number; message?: string | undefined; } | { kind: \"length\"; value: number; message?: string | undefined; } | { kind: \"email\"; message?: string | undefined; } | { kind: \"url\"; message?: string | undefined; } | { kind: \"emoji\"; message?: string | undefined; } | { kind: \"uuid\"; message?: string | undefined; } | { kind: \"nanoid\"; message?: string | undefined; } | { kind: \"cuid\"; message?: string | undefined; } | { kind: \"includes\"; value: string; position?: number | undefined; message?: string | undefined; } | { kind: \"cuid2\"; message?: string | undefined; } | { kind: \"ulid\"; message?: string | undefined; } | { kind: \"startsWith\"; value: string; message?: string | undefined; } | { kind: \"endsWith\"; value: string; message?: string | undefined; } | { kind: \"regex\"; regex: RegExp; message?: string | undefined; } | { kind: \"trim\"; message?: string | undefined; } | { kind: \"toLowerCase\"; message?: string | undefined; } | { kind: \"toUpperCase\"; message?: string | undefined; } | { kind: \"datetime\"; offset: boolean; local: boolean; precision: number | null; message?: string | undefined; } | { kind: \"date\"; message?: string | undefined; } | { kind: \"time\"; precision: number | null; message?: string | undefined; } | { kind: \"duration\"; message?: string | undefined; } | { kind: \"ip\"; version?: Zod.IpVersion | undefined; message?: string | undefined; } | { kind: \"base64\"; message?: string | undefined; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTupleItems",
"type": "Type",
"tags": [],
"label": "ZodTupleItems",
"description": [],
"signature": [
"[Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodTypeAny",
"type": "Type",
"tags": [],
"label": "ZodTypeAny",
"description": [],
"signature": [
"Zod.ZodType<any, any, any>"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodUnionOptions",
"type": "Type",
"tags": [],
"label": "ZodUnionOptions",
"description": [],
"signature": [
"readonly [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "@kbn/zod",
"id": "def-common.coerce",
"type": "Object",
"tags": [],
"label": "coerce",
"description": [],
"signature": [
"{ string: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString; number: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber; boolean: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean; bigint: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt; date: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; message?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.INVALID",
"type": "Object",
"tags": [],
"label": "INVALID",
"description": [],
"signature": [
"{ status: \"aborted\"; }"
],
"path": "node_modules/zod/lib/helpers/parseUtil.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.late",
"type": "Object",
"tags": [],
"label": "late",
"description": [],
"signature": [
"{ object: <T extends Zod.ZodRawShape>(shape: () => T, params?: Zod.RawCreateParams) => Zod.ZodObject<T, \"strip\", Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>]: Zod.objectUtil.addQuestionMarks<Zod.baseObjectOutputType<T>, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType<T>]: Zod.baseObjectInputType<T>[k_1]; }>; }"
],
"path": "node_modules/zod/lib/types.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.objectUtil",
"type": "Object",
"tags": [],
"label": "objectUtil",
"description": [],
"signature": [
"typeof Zod.objectUtil"
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.util",
"type": "Object",
"tags": [],
"label": "util",
"description": [],
"signature": [
"typeof Zod.util"
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodIssueCode",
"type": "Object",
"tags": [],
"label": "ZodIssueCode",
"description": [],
"signature": [
"{ invalid_type: \"invalid_type\"; invalid_literal: \"invalid_literal\"; custom: \"custom\"; invalid_union: \"invalid_union\"; invalid_union_discriminator: \"invalid_union_discriminator\"; invalid_enum_value: \"invalid_enum_value\"; unrecognized_keys: \"unrecognized_keys\"; invalid_arguments: \"invalid_arguments\"; invalid_return_type: \"invalid_return_type\"; invalid_date: \"invalid_date\"; invalid_string: \"invalid_string\"; too_small: \"too_small\"; too_big: \"too_big\"; invalid_intersection_types: \"invalid_intersection_types\"; not_multiple_of: \"not_multiple_of\"; not_finite: \"not_finite\"; }"
],
"path": "node_modules/zod/lib/ZodError.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/zod",
"id": "def-common.ZodParsedType",
"type": "Object",
"tags": [],
"label": "ZodParsedType",
"description": [],
"signature": [
"{ function: \"function\"; number: \"number\"; string: \"string\"; nan: \"nan\"; integer: \"integer\"; float: \"float\"; boolean: \"boolean\"; date: \"date\"; bigint: \"bigint\"; symbol: \"symbol\"; undefined: \"undefined\"; null: \"null\"; array: \"array\"; object: \"object\"; unknown: \"unknown\"; promise: \"promise\"; void: \"void\"; never: \"never\"; map: \"map\"; set: \"set\"; }"
],
"path": "node_modules/zod/lib/helpers/util.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]
}
}