Skip to main content

Function: uuidv7()

uuidv7(params?): ZodUUID

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

Parameters

params?

string |

{ abort?: boolean; error?: string | $ZodErrorMap<NonNullable<$ZodIssueInvalidType<unknown> | $ZodIssueInvalidStringFormat>>; message?: string; version?: "v1" | "v2" | "v3" | "v4" | "v5" | "v6" | "v7" | "v8"; }

abort?

boolean

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

error?

string | $ZodErrorMap<NonNullable<$ZodIssueInvalidType<unknown> | $ZodIssueInvalidStringFormat>>

message?

string

Deprecated

This parameter is deprecated. Use error instead.

version?

"v1" | "v2" | "v3" | "v4" | "v5" | "v6" | "v7" | "v8"

Returns

ZodUUID