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

Method uuidv7

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

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

(params?: string | core.$ZodCheckUUIDParams)

Source from the content-addressed store, hash-verified

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. */
478 nanoid(params?: string | core.$ZodCheckNanoIDParams): this;
479 /** @deprecated Use `z.guid()` instead. */

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected