MCPcopy
hub / github.com/colinhacks/zod / uuidv6

Method uuidv6

packages/zod/src/v4/classic/schemas.ts:474–474  ·  view source on GitHub ↗

@deprecated Use `z.uuid()` instead.

(params?: string | core.$ZodCheckUUIDParams)

Source from the content-addressed store, hash-verified

472 uuidv4(params?: string | core.$ZodCheckUUIDParams): this;
473 /** @deprecated Use `z.uuid()` instead. */
474 uuidv6(params?: string | core.$ZodCheckUUIDParams): this;
475 /** @deprecated Use `z.uuid()` instead. */
476 uuidv7(params?: string | core.$ZodCheckUUIDParams): this;
477 /** @deprecated Use `z.nanoid()` instead. */

Callers 2

string.test.tsFile · 0.80
string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected