Skip to main content

Interface: ZodPipe<A, B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:659

Extends

Extended by

Type Parameters

A

A extends SomeType = $ZodType

B

B extends SomeType = $ZodType

Properties

_def

_def: $ZodPipeDef<A, B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10

Deprecated

Use .def instead.

Inherited from

_ZodType._def


_input

_input: input<A>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14

Deprecated

Use z.input<typeof schema> instead.

Inherited from

_ZodType._input


_output

_output: output<B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:12

Deprecated

Use z.output<typeof schema> instead.

Inherited from

_ZodType._output


_zod

_zod: $ZodPipeInternals

Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:93

Inherited from

_ZodType._zod


~standard

~standard: ZodStandardSchemaWithJSON<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:660

Overrides

_ZodType.~standard


def

def: $ZodPipeDef<A, B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:7

Inherited from

_ZodType.def


description?

optional description: string

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:60

Inherited from

_ZodType.description


in

in: A

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:661


out

out: B

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:662


spa()

spa: (data, params?) => Promise<ZodSafeParseResult<output<B>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:29

Parameters

data

unknown

params?

ParseContext<$ZodIssue>

Returns

Promise<ZodSafeParseResult<output<B>>>

Inherited from

_ZodType.spa


type

type: "pipe"

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:8

Inherited from

_ZodType.type

Methods

and()

and<T>(incoming): ZodIntersection<ZodPipe<A, B>, T>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:52

Type Parameters

T

T extends SomeType

Parameters

incoming

T

Returns

ZodIntersection<ZodPipe<A, B>, T>

Inherited from

_ZodType.and


apply()

apply<T>(fn): T

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:82

Type Parameters

T

T

Parameters

fn

(schema) => T

Returns

T

Inherited from

_ZodType.apply


array()

array(): ZodArray<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:50

Returns

ZodArray<ZodPipe<A, B>>

Inherited from

_ZodType.array


brand()

brand<T, Dir>(value?): PropertyKey extends T ? ZodPipe<A, B> : $ZodBranded<ZodPipe<A, B>, T, Dir>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:24

Type Parameters

T

T extends PropertyKey = PropertyKey

Dir

Dir extends "inout" | "in" | "out" = "out"

Parameters

value?

T

Returns

PropertyKey extends T ? ZodPipe<A, B> : $ZodBranded<ZodPipe<A, B>, T, Dir>

Inherited from

_ZodType.brand


catch()

Call Signature

catch(def): ZodCatch<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:54

Parameters
def

output<B>

Returns

ZodCatch<ZodPipe<A, B>>

Inherited from

_ZodType.catch

Call Signature

catch(def): ZodCatch<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:55

Parameters
def

(ctx) => output<B>

Returns

ZodCatch<ZodPipe<A, B>>

Inherited from

_ZodType.catch


check()

check(...checks): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:18

Parameters

checks

...(CheckFn<output<B>> | $ZodCheck<output<B>>)[]

Returns

this

Inherited from

_ZodType.check


clone()

clone(def?, params?): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:20

Parameters

def?

$ZodPipeDef<A, B>

params?
parent

boolean

Returns

this

Inherited from

_ZodType.clone


decode()

decode(data, params?): output<B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:31

Parameters

data

input<A>

params?

ParseContext<$ZodIssue>

Returns

output<B>

Inherited from

_ZodType.decode


decodeAsync()

decodeAsync(data, params?): Promise<output<B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:33

Parameters

data

input<A>

params?

ParseContext<$ZodIssue>

Returns

Promise<output<B>>

Inherited from

_ZodType.decodeAsync


default()

Call Signature

default(def): ZodDefault<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:46

Parameters
def

NoUndefined<output<B>>

Returns

ZodDefault<ZodPipe<A, B>>

Inherited from

_ZodType.default

Call Signature

default(def): ZodDefault<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:47

Parameters
def

() => NoUndefined<output<B>>

Returns

ZodDefault<ZodPipe<A, B>>

Inherited from

_ZodType.default


describe()

describe(description): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:59

Returns a new instance that has been registered in z.globalRegistry with the specified description

Parameters

description

string

Returns

this

Inherited from

_ZodType.describe


encode()

encode(data, params?): input<A>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:30

Parameters

data

output<B>

params?

ParseContext<$ZodIssue>

Returns

input<A>

Inherited from

_ZodType.encode


encodeAsync()

encodeAsync(data, params?): Promise<input<A>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:32

Parameters

data

output<B>

params?

ParseContext<$ZodIssue>

Returns

Promise<input<A>>

Inherited from

_ZodType.encodeAsync


exactOptional()

exactOptional(): ZodExactOptional<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:42

Returns

ZodExactOptional<ZodPipe<A, B>>

Inherited from

_ZodType.exactOptional


isNullable()

isNullable(): boolean

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:81

Returns

boolean

Deprecated

Try safe-parsing null (this is what isNullable does internally):

const schema = z.string().nullable();
const isNullable = schema.safeParse(null).success; // true

Inherited from

_ZodType.isNullable


isOptional()

isOptional(): boolean

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:72

Returns

boolean

Deprecated

Try safe-parsing undefined (this is what isOptional does internally):

const schema = z.string().optional();
const isOptional = schema.safeParse(undefined).success; // true

Inherited from

_ZodType.isOptional


meta()

Call Signature

meta(): {[key: string]: unknown; deprecated?: boolean; description?: string; id?: string; title?: string; } | undefined

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:62

Returns the metadata associated with this instance in z.globalRegistry

Returns

{[key: string]: unknown; deprecated?: boolean; description?: string; id?: string; title?: string; } | undefined

Inherited from

_ZodType.meta

Call Signature

meta(data): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:64

Returns a new instance that has been registered in z.globalRegistry with the specified metadata

Parameters
data
deprecated?

boolean

description?

string

id?

string

title?

string

Returns

this

Inherited from

_ZodType.meta


nonoptional()

nonoptional(params?): ZodNonOptional<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:43

Parameters

params?

string |

{ error?: string | $ZodErrorMap<$ZodIssueInvalidType<unknown>>; message?: string; }

error?

string | $ZodErrorMap<$ZodIssueInvalidType<unknown>>

message?

string

Deprecated

This parameter is deprecated. Use error instead.

Returns

ZodNonOptional<ZodPipe<A, B>>

Inherited from

_ZodType.nonoptional


nullable()

nullable(): ZodNullable<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:44

Returns

ZodNullable<ZodPipe<A, B>>

Inherited from

_ZodType.nullable


nullish()

nullish(): ZodOptional<ZodNullable<ZodPipe<A, B>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:45

Returns

ZodOptional<ZodNullable<ZodPipe<A, B>>>

Inherited from

_ZodType.nullish


optional()

optional(): ZodOptional<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:41

Returns

ZodOptional<ZodPipe<A, B>>

Inherited from

_ZodType.optional


or()

or<T>(option): ZodUnion<[ZodPipe<A, B>, T]>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:51

Type Parameters

T

T extends SomeType

Parameters

option

T

Returns

ZodUnion<[ZodPipe<A, B>, T]>

Inherited from

_ZodType.or


overwrite()

overwrite(fn): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:40

Parameters

fn

(x) => output<B>

Returns

this

Inherited from

_ZodType.overwrite


parse()

parse(data, params?): output<B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:25

Parameters

data

unknown

params?

ParseContext<$ZodIssue>

Returns

output<B>

Inherited from

_ZodType.parse


parseAsync()

parseAsync(data, params?): Promise<output<B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:27

Parameters

data

unknown

params?

ParseContext<$ZodIssue>

Returns

Promise<output<B>>

Inherited from

_ZodType.parseAsync


pipe()

pipe<T>(target): ZodPipe<ZodPipe<A, B>, T>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:56

Type Parameters

T

T extends $ZodType<any, output<B>, $ZodTypeInternals<any, output<B>>>

Parameters

target

T | $ZodType<any, output<B>, $ZodTypeInternals<any, output<B>>>

Returns

ZodPipe<ZodPipe<A, B>, T>

Inherited from

_ZodType.pipe


prefault()

Call Signature

prefault(def): ZodPrefault<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:48

Parameters
def

() => input<A>

Returns

ZodPrefault<ZodPipe<A, B>>

Inherited from

_ZodType.prefault

Call Signature

prefault(def): ZodPrefault<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:49

Parameters
def

input<A>

Returns

ZodPrefault<ZodPipe<A, B>>

Inherited from

_ZodType.prefault


readonly()

readonly(): ZodReadonly<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:57

Returns

ZodReadonly<ZodPipe<A, B>>

Inherited from

_ZodType.readonly


refine()

refine<Ch>(check, params?): Ch extends (arg) => arg is R ? ZodPipe<A, B> & ZodType<R, input<A>, $ZodTypeInternals<R, input<A>>> : ZodPipe<A, B>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:38

Type Parameters

Ch

Ch extends (arg) => unknown

Parameters

check

Ch

params?

string |

{ abort?: boolean; error?: string | $ZodErrorMap<NonNullable<$ZodIssue>>; message?: string; params?: Record<string, any>; path?: PropertyKey[]; when?: (payload) => boolean; }

abort?

boolean

If true, no later checks will be executed if this check fails. Default false.

error?

string | $ZodErrorMap<NonNullable<$ZodIssue>>

message?

string

Deprecated

This parameter is deprecated. Use error instead.

params?

Record<string, any>

path?

PropertyKey[]

when?

(payload) => boolean

If provided, the check runs only when this returns true. By default, it is skipped if prior parsing produced aborting issues.

Returns

Ch extends (arg) => arg is R ? ZodPipe<A, B> & ZodType<R, input<A>, $ZodTypeInternals<R, input<A>>> : ZodPipe<A, B>

Inherited from

_ZodType.refine


register()

register<R>(registry, ...meta): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:23

Type Parameters

R

R extends $ZodRegistry<MetadataType, $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>

Parameters

registry

R

meta

...ZodPipe<A, B> extends R["_schema"] ? undefined extends R["_meta"] ? [$replace<R["_meta"], R["_schema"] & ZodPipe<A, B>>?] : [$replace<R["_meta"], R["_schema"] & ZodPipe<A, B>>] : ["Incompatible schema"]

Returns

this

Inherited from

_ZodType.register


safeDecode()

safeDecode(data, params?): ZodSafeParseResult<output<B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:35

Parameters

data

input<A>

params?

ParseContext<$ZodIssue>

Returns

ZodSafeParseResult<output<B>>

Inherited from

_ZodType.safeDecode


safeDecodeAsync()

safeDecodeAsync(data, params?): Promise<ZodSafeParseResult<output<B>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:37

Parameters

data

input<A>

params?

ParseContext<$ZodIssue>

Returns

Promise<ZodSafeParseResult<output<B>>>

Inherited from

_ZodType.safeDecodeAsync


safeEncode()

safeEncode(data, params?): ZodSafeParseResult<input<A>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:34

Parameters

data

output<B>

params?

ParseContext<$ZodIssue>

Returns

ZodSafeParseResult<input<A>>

Inherited from

_ZodType.safeEncode


safeEncodeAsync()

safeEncodeAsync(data, params?): Promise<ZodSafeParseResult<input<A>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:36

Parameters

data

output<B>

params?

ParseContext<$ZodIssue>

Returns

Promise<ZodSafeParseResult<input<A>>>

Inherited from

_ZodType.safeEncodeAsync


safeParse()

safeParse(data, params?): ZodSafeParseResult<output<B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:26

Parameters

data

unknown

params?

ParseContext<$ZodIssue>

Returns

ZodSafeParseResult<output<B>>

Inherited from

_ZodType.safeParse


safeParseAsync()

safeParseAsync(data, params?): Promise<ZodSafeParseResult<output<B>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:28

Parameters

data

unknown

params?

ParseContext<$ZodIssue>

Returns

Promise<ZodSafeParseResult<output<B>>>

Inherited from

_ZodType.safeParseAsync


superRefine()

superRefine(refinement, params?): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:39

Parameters

refinement

(arg, ctx) => void | Promise<void>

params?

$ZodSuperRefineParams

Returns

this

Inherited from

_ZodType.superRefine


toJSONSchema()

toJSONSchema(params?): ZodStandardJSONSchemaPayload<ZodPipe<A, B>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:17

Converts this schema to a JSON Schema representation.

Parameters

params?

ToJSONSchemaParams

Returns

ZodStandardJSONSchemaPayload<ZodPipe<A, B>>

Inherited from

_ZodType.toJSONSchema


transform()

transform<NewOut>(transform): ZodPipe<ZodPipe<A, B>, ZodTransform<Awaited<NewOut>, output<B>>>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:53

Type Parameters

NewOut

NewOut

Parameters

transform

(arg, ctx) => NewOut | Promise<NewOut>

Returns

ZodPipe<ZodPipe<A, B>, ZodTransform<Awaited<NewOut>, output<B>>>

Inherited from

_ZodType.transform


with()

with(...checks): this

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:19

Parameters

checks

...(CheckFn<output<B>> | $ZodCheck<output<B>>)[]

Returns

this

Inherited from

_ZodType.with