{ "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[]) => Zod.SyncParseReturnType" ], "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[]" ], "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; value: Zod.ParseReturnType; }[]) => Promise>" ], "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; value: Zod.ParseReturnType; }[]" ], "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; value: Zod.SyncParseReturnType; alwaysSet?: boolean | undefined; }[]) => Zod.SyncParseReturnType" ], "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; value: Zod.SyncParseReturnType; 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" ], "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" ], "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 extends Zod.ZodType, Zod.ZodArrayDef, 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" ], "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" ], "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": [ "(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodArray" ], "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" ], "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" ], "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" ], "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" ], "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 extends Zod.ZodType, Zod.ZodBrandedDef, 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" ], "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 extends Zod.ZodType, 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" ], "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": [ "(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" ], "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" ], "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" ], "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 extends Zod.ZodType, Zod.ZodDefaultDef, 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" ], "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": [ "(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); }) => Zod.ZodDefault" ], "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); }" ], "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 extends Zod.ZodType, Zod.ZodDiscriminatedUnionDef, Zod.input>" ], "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" ], "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>" ], "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": [ ", ...Zod.ZodDiscriminatedUnionOption[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion" ], "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 extends Zod.ZodType, 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" ], "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": [ "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" ], "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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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": [ "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" ], "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 extends Zod.ZodType, 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" ], "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": [ "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" ], "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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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": [ "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" ], "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 extends Zod.ZodType, 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" ], "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": [ "(values: ToExtract, newDef?: Zod.RawCreateParams) => Zod.ZodEnum>" ], "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": [ "(values: ToExclude, newDef?: Zod.RawCreateParams) => Zod.ZodEnum>, [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": [ "{ (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum>; (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum; }" ], "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 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; (mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError; }" ], "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; (mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError; }" ], "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" ], "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" ], "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; (mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError; }" ], "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; (mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError; }" ], "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]?: 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 extends Zod.ZodType, Zod.ZodFunctionDef, Zod.InnerTypeOfFunction>" ], "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" ], "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: Items) => Zod.ZodFunction, 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": [ ">(returnType: NewReturnType) => Zod.ZodFunction" ], "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": [ ">(func: F) => ReturnType extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType : Zod.OuterTypeOfFunction" ], "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) => Zod.InnerTypeOfFunction" ], "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" ], "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": [ ">(func: F) => ReturnType extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType : Zod.OuterTypeOfFunction" ], "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.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" ], "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.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" ], "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.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" ], "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.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" ], "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 extends Zod.ZodType, 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" ], "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": [ "(left: T_1, right: U_1, params?: Zod.RawCreateParams) => Zod.ZodIntersection" ], "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 extends Zod.ZodType, Zod.ZodLazyDef, Zod.input>" ], "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" ], "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": [ "(getter: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodLazy" ], "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 extends Zod.ZodType, 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" ], "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": [ "(value: T_1, params?: Zod.RawCreateParams) => Zod.ZodLiteral" ], "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 extends Zod.ZodType, Zod.ZodMapDef, Map>" ], "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" ], "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": [ "(keyType: Key_1, valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodMap" ], "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" ], "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" ], "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 extends Zod.ZodType, 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" ], "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": [ "(values: T_1, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum" ], "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" ], "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" ], "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" ], "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" ], "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 extends Zod.ZodType, 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" ], "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": [ "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodNullable" ], "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" ], "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" ], "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 extends Zod.ZodType, 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" ], "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, Zod.objectInputType>" ], "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, Zod.objectInputType>" ], "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, Zod.objectInputType>" ], "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, Zod.objectInputType>" ], "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: Augmentation) => Zod.ZodObject, UnknownKeys, Catchall, Zod.objectOutputType, Catchall, UnknownKeys>, Zod.objectInputType, 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: Augmentation) => Zod.ZodObject, UnknownKeys, Catchall, Zod.objectOutputType, Catchall, UnknownKeys>, Zod.objectInputType, 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": [ "(merging: Incoming) => Zod.ZodObject, Incoming[\"_def\"][\"unknownKeys\"], Incoming[\"_def\"][\"catchall\"], Zod.objectOutputType, Incoming[\"_def\"][\"catchall\"], Incoming[\"_def\"][\"unknownKeys\"]>, Zod.objectInputType, 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: Key, schema: Schema) => Zod.ZodObject, Zod.objectInputType>" ], "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: Index) => Zod.ZodObject, Zod.objectInputType>" ], "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: Mask) => Zod.ZodObject>, UnknownKeys, Catchall, Zod.objectOutputType>, Catchall, UnknownKeys>, Zod.objectInputType>, 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: Mask) => Zod.ZodObject, UnknownKeys, Catchall, Zod.objectOutputType, Catchall, UnknownKeys>, Zod.objectInputType, 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" ], "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; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>>; >(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>>; >(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : 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; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>>; >(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>>; >(mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : 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>>" ], "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": [ "(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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": [ "(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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": [ "(shape: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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 extends Zod.ZodType, 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" ], "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": [ "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodOptional" ], "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 extends Zod.ZodType, 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" ], "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: A, b: B) => Zod.ZodPipeline" ], "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 extends Zod.ZodType, Zod.ZodPromiseDef, Promise>" ], "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" ], "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": [ "(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodPromise" ], "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 extends Zod.ZodType, Zod.ZodReadonlyDef, MakeReadonly>" ], "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" ], "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": [ "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodReadonly" ], "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 extends Zod.ZodType, Zod.ZodRecordDef, Zod.RecordType>" ], "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" ], "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": [ "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" ], "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": [ "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" ], "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 extends Zod.ZodType, Zod.ZodSetDef, Set>" ], "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" ], "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" ], "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": [ "(valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodSet" ], "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" ], "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" ], "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" ], "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" ], "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" ], "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 extends Zod.ZodType, Zod.ZodTupleDef, Zod.InputTypeOfTupleWithRest>" ], "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" ], "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: Rest) => Zod.ZodTuple" ], "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": [ "(schemas: T_1, params?: Zod.RawCreateParams) => Zod.ZodTuple" ], "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" ], "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" ], "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" ], "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" ], "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 | 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 | 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 | undefined) => Zod.SafeParseReturnType" ], "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 | 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 | undefined) => Promise" ], "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 | 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 | undefined) => Promise>" ], "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 | 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 | undefined) => Promise>" ], "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 | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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" ], "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" ], "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" ], "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>" ], "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" ], "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" ], "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": [ "(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": [ "(incoming: T) => Zod.ZodIntersection" ], "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": [ "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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": [ "(brand?: B | undefined) => Zod.ZodBranded" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; 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": [ "(target: T) => Zod.ZodPipeline" ], "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" ], "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" ], "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" ], "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" ], "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" ], "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 | 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 | 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 | undefined) => Zod.SafeParseReturnType" ], "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 | 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 | undefined) => Promise" ], "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 | 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 | undefined) => Promise>" ], "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 | 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 | undefined) => Promise>" ], "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 | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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" ], "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" ], "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" ], "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>" ], "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" ], "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" ], "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": [ "(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": [ "(incoming: T) => Zod.ZodIntersection" ], "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": [ "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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": [ "(brand?: B | undefined) => Zod.ZodBranded" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; 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": [ "(target: T) => Zod.ZodPipeline" ], "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" ], "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" ], "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" ], "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" ], "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" ], "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 | 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 | 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 | undefined) => Zod.SafeParseReturnType" ], "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 | 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 | undefined) => Promise" ], "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 | 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 | undefined) => Promise>" ], "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 | 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 | undefined) => Promise>" ], "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 | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" ], "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> | ((arg: Output) => Partial>) | 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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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": [ "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" ], "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" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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": [ "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" ], "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" ], "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" ], "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" ], "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>" ], "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" ], "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" ], "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": [ "(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": [ "(incoming: T) => Zod.ZodIntersection" ], "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": [ "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" ], "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" ], "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": [ "(brand?: B | undefined) => Zod.ZodBranded" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" ], "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; 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": [ "(target: T) => Zod.ZodPipeline" ], "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" ], "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" ], "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" ], "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 extends Zod.ZodType, 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" ], "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": [ "(types: T_1, params?: Zod.RawCreateParams) => Zod.ZodUnion" ], "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" ], "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" ], "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" ], "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" ], "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": [ "(schema: T, params?: Zod.RawCreateParams) => Zod.ZodArray" ], "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" ], "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": [ "(value: T) => Zod.DIRTY" ], "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": [ ", ...Zod.ZodDiscriminatedUnionOption[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion" ], "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": [ "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" ], "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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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": [ "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" ], "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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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": [ "{ (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum>; (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum; }" ], "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.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" ], "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": [ "(cls: T, params?: CustomParams | undefined) => Zod.ZodType, Zod.ZodTypeDef, InstanceType>" ], "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": [ "(left: T, right: U, params?: Zod.RawCreateParams) => Zod.ZodIntersection" ], "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) => 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 | Zod.AsyncParseReturnType" ], "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": [ "(x: Zod.ParseReturnType) => x is Zod.AsyncParseReturnType" ], "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 | Zod.AsyncParseReturnType" ], "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": [ "(x: Zod.ParseReturnType) => x is Zod.OK | Zod.DIRTY" ], "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 | Zod.AsyncParseReturnType" ], "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": [ "(x: Zod.ParseReturnType) => x is Zod.OK" ], "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 | Zod.AsyncParseReturnType" ], "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": [ "(getter: () => T, params?: Zod.RawCreateParams) => Zod.ZodLazy" ], "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": [ "(value: T, params?: Zod.RawCreateParams) => Zod.ZodLiteral" ], "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": [ "(keyType: Key, valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodMap" ], "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": [ "(values: T, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum" ], "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": [ "(type: T, params?: Zod.RawCreateParams) => Zod.ZodNullable" ], "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": [ "(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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" ], "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": [ "(value: T) => Zod.OK" ], "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" ], "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": [ "(type: T, params?: Zod.RawCreateParams) => Zod.ZodOptional" ], "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" ], "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: A, b: B) => Zod.ZodPipeline" ], "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": [ "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" ], "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": [ "(schema: T, params?: Zod.RawCreateParams) => Zod.ZodPromise" ], "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": [ "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" ], "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": [ "(valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodSet" ], "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": [ "(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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": [ "(schemas: T, params?: Zod.RawCreateParams) => Zod.ZodTuple" ], "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": [ "(types: T, params?: Zod.RawCreateParams) => Zod.ZodUnion" ], "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 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 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 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; 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" ], "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 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" ], "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 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>" ], "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 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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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 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" }, "" ], "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 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 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" ], "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" ], "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\" | \"emoji\" | \"nanoid\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"datetime\" | \"regex\" | { 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[]" ], "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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" ], "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>" ], "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 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 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 ? Zod.deoptional : T extends Zod.ZodNullable ? Zod.ZodNullable> : 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 | Zod.TransformEffect | Zod.PreprocessEffect" ], "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 : [Head, ...Zod.FilterEnum] : 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>]?: 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>>" ], "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 ? T[k][\"_input\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType ? 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 ? T[k][\"_input\"] : never; }>, ...Rest[\"_input\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? 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.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys) & { 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" ], "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]: Zod.baseObjectInputType[k]; } & Zod.CatchallInput & Zod.PassthroughType" ], "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, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; } & Zod.CatchallOutput & Zod.PassthroughType" ], "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; value: Zod.SyncParseReturnType; }" ], "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 ? T[k][\"_output\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType ? 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 ? T[k][\"_output\"] : never; }>, ...Rest[\"_output\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? 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 | Zod.AsyncParseReturnType" ], "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 : [number] extends [K] ? Record : [symbol] extends [K] ? Record : [Zod.BRAND] extends [K] ? Record : Partial>" ], "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; 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 | Zod.SafeParseError" ], "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" ], "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\" | \"emoji\" | \"nanoid\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"datetime\" | \"regex\" | { 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" ], "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 | Zod.DIRTY | 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]?: 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, any>]: Zod.objectUtil.addQuestionMarks, 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 | Zod.ZodNull | Zod.ZodAny | Zod.ZodUndefined | Zod.ZodBigInt | Zod.ZodDate | Zod.ZodSymbol | Zod.ZodNever | Zod.ZodVoid | Zod.ZodTuple | Zod.ZodNaN | Zod.ZodArray | Zod.ZodObject | Zod.ZodDiscriminatedUnion | Zod.ZodIntersection | Zod.ZodRecord | Zod.ZodMap | Zod.ZodSet | Zod.ZodFunction | Zod.ZodLazy | Zod.ZodLiteral | Zod.ZodEnum | Zod.ZodEffects | Zod.ZodNativeEnum | Zod.ZodOptional | Zod.ZodNullable | Zod.ZodDefault | Zod.ZodCatch | Zod.ZodPromise | Zod.ZodBranded | Zod.ZodPipeline | Zod.ZodReadonly" ], "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>" ], "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" ], "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" ], "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" ], "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" ], "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: (shape: () => T, params?: Zod.RawCreateParams) => Zod.ZodObject, any>]: Zod.objectUtil.addQuestionMarks, any>[k]; }, { [k_1 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[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 } ] } }