From 7fc538ddda9dc567d4002e008d72449c24ff6e81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Levasseur?=
Date: Mon, 11 Nov 2024 15:10:08 -0500
Subject: [PATCH] chore: typo in readme + uniform liscensing (#466)
---
README.md | 4 +-
const/readme.md | 9 +
depsynky/package.json | 4 +-
depsynky/readme.md | 2 +-
entities/README.md | 2 +-
entities/package.json | 3 +-
es-node/package.json | 5 +-
es-node/readme.md | 2 +-
expresso/readme.md | 2 +-
genenv/package.json | 1 +
genenv/readme.md | 2 +-
jex/package.json | 5 +-
log4bot/readme.md | 2 +-
opapi/package.json | 1 -
opapi/readme.md | 2 +-
promex/readme.md | 2 +-
ptb-schema/readme.md | 2 +-
readiness/package.json | 1 -
readiness/readme.md | 2 +-
trail/readme.md | 2 +-
tunnel/readme.md | 2 +-
verel/package.json | 5 +-
verel/readme.md | 2 +-
yargs-extra/readme.md | 2 +-
zui/README.md | 2485 +---------------------------------------
zui/package.json | 1 -
26 files changed, 40 insertions(+), 2512 deletions(-)
create mode 100644 const/readme.md
diff --git a/README.md b/README.md
index 08fa486c..ec138afb 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
Internal packages used by the Botpress team accross multiple repositories.
-These packages are not meant for our community. However, they were still left intentionally public for an important reason : **We Love Open-Source**.
+These packages are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, they were still left intentionally public for an important reason : **We Love Open-Source**.
-Therefore, if you wish to install this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
+Therefore, if you wish to install or fork any of these packages feel absolutly free to do it. We strongly recommend that you tag your versions properly.
## Licensing
diff --git a/const/readme.md b/const/readme.md
new file mode 100644
index 00000000..55d0a7ad
--- /dev/null
+++ b/const/readme.md
@@ -0,0 +1,9 @@
+# Const
+
+Botpress specific constants
+
+## Disclaimer ⚠️
+
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
+
+The Botpress Engineering team.
diff --git a/depsynky/package.json b/depsynky/package.json
index 388ab52c..745321b8 100644
--- a/depsynky/package.json
+++ b/depsynky/package.json
@@ -12,8 +12,8 @@
"bin": {
"depsynky": "./bin.js"
},
- "keywords": [],
- "author": "",
+
+ "author": "Botpress, Inc.",
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "^0.0.13",
diff --git a/depsynky/readme.md b/depsynky/readme.md
index b6af2b13..24bd04ad 100644
--- a/depsynky/readme.md
+++ b/depsynky/readme.md
@@ -4,6 +4,6 @@ CLI to synchronize dependencies accross a pnpm mono-repo
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/entities/README.md b/entities/README.md
index 5c729f5b..ee280389 100644
--- a/entities/README.md
+++ b/entities/README.md
@@ -39,6 +39,6 @@ console.log(results) // 2 of type fruit and 1 of type company
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/entities/package.json b/entities/package.json
index c6f56dc1..16559ebc 100644
--- a/entities/package.json
+++ b/entities/package.json
@@ -30,8 +30,7 @@
"vitest": "1.6.0",
"wasm-pack": "^0.13.0"
},
- "keywords": [],
- "author": "",
+ "author": "Botpress, Inc.",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
diff --git a/es-node/package.json b/es-node/package.json
index c2fd0e61..bf2a462c 100644
--- a/es-node/package.json
+++ b/es-node/package.json
@@ -11,9 +11,8 @@
"check:type": "tsc --noEmit",
"start": "node dist/index.js"
},
- "keywords": [],
- "author": "",
- "license": "ISC",
+ "author": "Botpress, Inc.",
+ "license": "MIT",
"dependencies": {
"esbuild": "^0.24.0"
},
diff --git a/es-node/readme.md b/es-node/readme.md
index 5e941635..8e91349f 100644
--- a/es-node/readme.md
+++ b/es-node/readme.md
@@ -4,6 +4,6 @@ like ts-node, but uses esbuild.
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/expresso/readme.md b/expresso/readme.md
index c321fcaf..9a25fb1e 100644
--- a/expresso/readme.md
+++ b/expresso/readme.md
@@ -124,6 +124,6 @@ router.inner.get('/redoc', async (req, res, next) => {
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/genenv/package.json b/genenv/package.json
index 03ad32fd..a9f2482b 100644
--- a/genenv/package.json
+++ b/genenv/package.json
@@ -11,6 +11,7 @@
"build": "ts-node -T ./build.ts",
"test": "vitest run"
},
+ "license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "0.0.14",
"dotenv": "^16.4.4"
diff --git a/genenv/readme.md b/genenv/readme.md
index 357c7370..e12081c7 100644
--- a/genenv/readme.md
+++ b/genenv/readme.md
@@ -23,6 +23,6 @@ export const MY_ENV3 = '$MY_ENV3' // default value
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/jex/package.json b/jex/package.json
index 5c7082ae..f02b0555 100644
--- a/jex/package.json
+++ b/jex/package.json
@@ -15,9 +15,8 @@
"check": "pnpm check:format && pnpm check:type",
"fix": "pnpm fix:format"
},
- "keywords": [],
- "author": "",
- "license": "ISC",
+ "author": "Botpress, Inc.",
+ "license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.202",
"ajv": "^8.12.0",
diff --git a/log4bot/readme.md b/log4bot/readme.md
index 1852c826..ac0f9ea9 100644
--- a/log4bot/readme.md
+++ b/log4bot/readme.md
@@ -15,6 +15,6 @@ logger.attachError(new Error('Precondition Failed')).error('An error occured')
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/opapi/package.json b/opapi/package.json
index 31d19766..cc4b3c45 100644
--- a/opapi/package.json
+++ b/opapi/package.json
@@ -55,7 +55,6 @@
"winston": "3.15.0",
"zod": "3.22.4"
},
- "keywords": [],
"author": "Botpress, Inc.",
"license": "MIT",
"engines": {
diff --git a/opapi/readme.md b/opapi/readme.md
index ca51d146..56330507 100644
--- a/opapi/readme.md
+++ b/opapi/readme.md
@@ -88,6 +88,6 @@ api.exportClient('./gen/client') // This will generate a client that can be used
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/promex/readme.md b/promex/readme.md
index e413bf09..559ad550 100644
--- a/promex/readme.md
+++ b/promex/readme.md
@@ -43,6 +43,6 @@ app.listen()
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/ptb-schema/readme.md b/ptb-schema/readme.md
index bec0e330..c07c077e 100644
--- a/ptb-schema/readme.md
+++ b/ptb-schema/readme.md
@@ -51,6 +51,6 @@ console.log('decoded:', decoded)
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/readiness/package.json b/readiness/package.json
index 94e602db..765177cd 100644
--- a/readiness/package.json
+++ b/readiness/package.json
@@ -6,7 +6,6 @@
"start": "node dist/index.js",
"check:type": "tsc --noEmit"
},
- "keywords": [],
"author": "Botpress, Inc.",
"license": "MIT",
"bin": {
diff --git a/readiness/readme.md b/readiness/readme.md
index 5794d248..5d951093 100644
--- a/readiness/readme.md
+++ b/readiness/readme.md
@@ -12,6 +12,6 @@ curl http://localhost:9398/ready
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/trail/readme.md b/trail/readme.md
index 77d3c50d..d4dff215 100644
--- a/trail/readme.md
+++ b/trail/readme.md
@@ -28,6 +28,6 @@ The available environment variables for configuring the tracing client are:
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/tunnel/readme.md b/tunnel/readme.md
index a2520765..144aaf84 100644
--- a/tunnel/readme.md
+++ b/tunnel/readme.md
@@ -6,6 +6,6 @@ Used in the botpress tunnel system.
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/verel/package.json b/verel/package.json
index d74ad6b2..ef7da5a4 100644
--- a/verel/package.json
+++ b/verel/package.json
@@ -16,9 +16,8 @@
"test:node": "vitest --browser.enabled false --run",
"test:browser": "vitest --browser.enabled true --run"
},
- "keywords": [],
- "author": "",
- "license": "ISC",
+ "author": "Botpress, Inc.",
+ "license": "MIT",
"dependencies": {
"browser-or-node": "^2.1.1"
},
diff --git a/verel/readme.md b/verel/readme.md
index 85a88ee6..46214464 100644
--- a/verel/readme.md
+++ b/verel/readme.md
@@ -52,6 +52,6 @@ console.log(outputEvent)
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/yargs-extra/readme.md b/yargs-extra/readme.md
index 683b2f41..e464f746 100644
--- a/yargs-extra/readme.md
+++ b/yargs-extra/readme.md
@@ -76,6 +76,6 @@ When opening the config file in vscode, you'll get intellisense:
## Disclaimer ⚠️
-This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
The Botpress Engineering team.
diff --git a/zui/README.md b/zui/README.md
index 99af6634..15863283 100644
--- a/zui/README.md
+++ b/zui/README.md
@@ -1,2484 +1,9 @@
-
-
@bpinternal/zui
-
- based on Zod
-
- TypeScript-first schema validation with static type inference
-
-
-
+# Zui
-## Quick start
+A fork of Zod with additional features
-### Installation
+## Disclaimer ⚠️
-```sh
-pnpm add @bpinternal/zui # pnpm
-npm install @bpinternal/zui # npm
-yarn add @bpinternal/zui # yarn
-bun add @bpinternal/zui # bun
-```
+This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
-### Basic Usage
-
-```ts
-import { z, UIComponentDefinitions, ZuiComponentMap, ZuiForm } from '@bpinternal/zui'
-
-const schema = z.object({
- name: z.string().title('Name').placeholder('John Doe'),
- age: z.number().title('Age').placeholder('18'),
-})
-
-const serializedSchema = schema.toJsonSchema()
-
-
-const exampleExtensions = {
- string: {
- coolInput: {
- id: 'coolInput',
- params: z.object({
- showUnicorns: z.boolean().optional()
- }),
- },
- },
- number: {
- },
- boolean: {
- },
- array: {
- },
- object: {
- },
- discriminatedUnion: {},
-} as const satisfies UIComponentDefinitions
-
-import React, { useState } from 'react'
-
-const exampleComponentMap: ZuiComponentMap = {
- string: {
- coolInput: ({ onChange, errors, required, params, disabled, label, data, zuiProps, schema }) => (
-
- ),
- default: (props) => null
- },
- // implement all components here ...
-}
-
-
-const MyForm = () => {
- const [formData, setFormData] = useState({})
-
- return (
- <>
-
- schema={serializedSchema}
- value={formData}
- onChange={setFormData}
- components={exampleComponentMap}
- disableValidation={false}
- />
- >
- )
-}
-```
-
-## Documentation
-
-- [Quick Start](#quick-start)
-- [Introduction](#introduction)
-- [Installation](#installation)
- - [Requirements](#requirements)
- - [From `npm` (Node/Bun)](#from-npm-nodebun)
-- [Basic usage](#basic-usage)
-- [Primitives](#primitives)
-- [Extensions](#extensions)
- - [`.title`](#title)
- - [`.placeholder`](#placeholder)
- - [`.displayAs`](#displayas)
- - [`.hidden`](#hidden)
- - [`.disabled`](#disabled)
- - [`.toJsonSchema`](#tojsonschema)
- - [`.toTypescriptTypings`](#totypescripttypings)
- - [`Zod.fromJsonSchema()`](#zodfromjsonschema)
- - [`Zod.fromObject()`](#zodfromobject)
-- [Displaying Forms](#displaying-forms)
-- [Coercion for primitives](#coercion-for-primitives)
-- [Literals](#literals)
-- [Strings](#strings)
- - [ISO datetimes](#iso-datetimes)
- - [IP addresses](#ip-addresses)
-- [Numbers](#numbers)
-- [BigInts](#bigints)
-- [NaNs](#nans)
-- [Booleans](#booleans)
-- [Dates](#dates)
-- [Zod enums](#zod-enums)
-- [Native enums](#native-enums)
-- [Optionals](#optionals)
-- [Nullables](#nullables)
-- [Objects](#objects)
- - [`.shape`](#shape)
- - [`.keyof`](#keyof)
- - [`.extend`](#extend)
- - [`.merge`](#merge)
- - [`.pick/.omit`](#pickomit)
- - [`.partial`](#partial)
- - [`.deepPartial`](#deeppartial)
- - [`.required`](#required)
- - [`.passthrough`](#passthrough)
- - [`.strict`](#strict)
- - [`.strip`](#strip)
- - [`.catchall`](#catchall)
-- [Arrays](#arrays)
- - [`.element`](#element)
- - [`.nonempty`](#nonempty)
- - [`.min/.max/.length`](#minmaxlength)
-- [Tuples](#tuples)
-- [Unions](#unions)
-- [Discriminated unions](#discriminated-unions)
-- [Records](#records)
- - [Record key type](#record-key-type)
-- [Maps](#maps)
-- [Sets](#sets)
-- [Intersections](#intersections)
-- [Recursive types](#recursive-types)
- - [ZodType with ZodEffects](#zodtype-with-zodeffects)
- - [JSON type](#json-type)
- - [Cyclical objects](#cyclical-objects)
-- [Promises](#promises)
-- [Instanceof](#instanceof)
-- [Functions](#functions)
-- [Template Literals](#template-literals)
-- [Preprocess](#preprocess)
-- [Custom schemas](#custom-schemas)
-- [Schema methods](#schema-methods)
- - [`.parse`](#parse)
- - [`.parseAsync`](#parseasync)
- - [`.safeParse`](#safeparse)
- - [`.safeParseAsync`](#safeparseasync)
- - [`.refine`](#refine)
- - [Arguments](#arguments)
- - [Customize error path](#customize-error-path)
- - [Asynchronous refinements](#asynchronous-refinements)
- - [Relationship to transforms](#relationship-to-transforms)
- - [`.superRefine`](#superrefine)
- - [Abort early](#abort-early)
- - [Type refinements](#type-refinements)
- - [`.transform`](#transform)
- - [Chaining order](#chaining-order)
- - [Validating during transform](#validating-during-transform)
- - [Relationship to refinements](#relationship-to-refinements)
- - [Async transforms](#async-transforms)
- - [`.default`](#default)
- - [`.describe`](#describe)
- - [`.catch`](#catch)
- - [`.optional`](#optional)
- - [`.nullable`](#nullable)
- - [`.nullish`](#nullish)
- - [`.array`](#array)
- - [`.promise`](#promise)
- - [`.or`](#or)
- - [`.and`](#and)
- - [`.brand`](#brand)
- - [`.readonly`](#readonly)
- - [`.pipe`](#pipe)
- - [You can use `.pipe()` to fix common issues with `z.coerce`.](#you-can-use-pipe-to-fix-common-issues-with-zcoerce)
-- [Guides and concepts](#guides-and-concepts)
- - [Type inference](#type-inference)
- - [Writing generic functions](#writing-generic-functions)
- - [Constraining allowable inputs](#constraining-allowable-inputs)
- - [Error handling](#error-handling)
- - [Error formatting](#error-formatting)
-
-## Introduction
-
-Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple `string` to a complex nested object.
-
-Zod is designed to be as developer-friendly as possible. The goal is to eliminate duplicative type declarations. With Zod, you declare a validator _once_ and Zod will automatically infer the static TypeScript type. It's easy to compose simpler types into complex data structures.
-
-Some other great aspects:
-
-- Zero dependencies
-- Works in Node.js and all modern browsers
-- Tiny: 8kb minified + zipped
-- Immutable: methods (e.g. `.optional()`) return a new instance
-- Concise, chainable interface
-- Functional approach: [parse, don't validate](https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/)
-- Works with plain JavaScript too! You don't need to use TypeScript.
-
-## Installation
-
-### Requirements
-
-- TypeScript 4.5+!
-- You must enable `strict` mode in your `tsconfig.json`. This is a best practice for all TypeScript projects.
-
- ```ts
- // tsconfig.json
- {
- // ...
- "compilerOptions": {
- // ...
- "strict": true
- }
- }
- ```
-
-### From `npm` (Node/Bun)
-
-```sh
-npm install @bpinternal/zui # npm
-yarn add @bpinternal/zui # yarn
-bun add @bpinternal/zui # bun
-pnpm add @bpinternal/zui # pnpm
-```
-
-## Basic usage
-
-Creating a simple string schema
-
-```ts
-import { z } from '@bpinternal/zui'
-
-// creating a schema for strings
-const mySchema = z.string()
-
-// parsing
-mySchema.parse('tuna') // => "tuna"
-mySchema.parse(12) // => throws ZodError
-
-// "safe" parsing (doesn't throw error if validation fails)
-mySchema.safeParse('tuna') // => { success: true; data: "tuna" }
-mySchema.safeParse(12) // => { success: false; error: ZodError }
-```
-
-Creating an object schema
-
-```ts
-import { z } from '@bpinternal/zui'
-
-const User = z.object({
- username: z.string(),
-})
-
-User.parse({ username: 'Ludwig' })
-
-// extract the inferred type
-type User = z.infer
-// { username: string }
-```
-
-## Primitives
-
-```ts
-import { z } from '@bpinternal/zui'
-
-// primitive values
-z.string()
-z.number()
-z.bigint()
-z.boolean()
-z.date()
-z.symbol()
-
-// empty types
-z.undefined()
-z.null()
-z.void() // accepts undefined
-
-// catch-all types
-// allows any value
-z.any()
-z.unknown()
-
-// never type
-// allows no values
-z.never()
-```
-
-## Extensions
-
-Zui extends Zod by adding additional methods for customizing the UI of your schema
-
-### `.title(text: string)`
-
-Saves the title to display in the UI, if not specified, a title will be generated from the key
-
-### `.placeholder(text: string)`
-
-Saves the placeholder to display in the UI's field, if not specified, no placeholder will be displayed.
-
-### `.displayAs({ id: string, params: object })`
-
-Specifies the component to use for displaying the field, if not specified, the default component will be used.
-The type of `params` comes from the component definition.
-
-### `.hidden(condition?: boolean | (currentValue) => boolean | object)`
-
-Hides/shows the component, the condition is optional, if `.hidden()` is called without a condition, the component will be hidden by default.
-It can also be a function that receives the current value of the field and returns a boolean.
-In the case of objects and arrays, a partial object can be passed to hide/show specific fields.
-example:
-
-```ts
-z.object({
- name: z.string()
- age: z.number()
-}).hidden(formData => {
- return {
- age: formData.name?.length < 1 // the age field will be hidden if the name field is empty
- }
-})
-```
-
-### .disabled(condition?: boolean | (currentValue) => boolean)
-
-Disables/enables the component, the condition is optional, if `.disabled()` is called without a condition, the component will be disabled by default.
-It can also be a function that receives the current value of the field and returns a boolean.
-In the case of objects and arrays, a partial object can be passed to hide/show specific fields.
-example:
-
-```ts
-z.object({
- name: z.string()
- age: z.number()
-}).hidden(formData => {
- return {
- age: formData.name?.length < 1 // the age field will be hidden if the name field is empty
- }
-})
-```
-
-### .toJsonSchema(options?: ToJsonSchemaOptions)
-
-Converts the schema to a JSON schema, by default it targets 'openApi3'
-
-options can be passed to customize the output:
-
-```ts
-{
- target: "openApi3" | "jsonSchema7" | undefined, // defaults to openApi3
- $schemaUrl: string | false | undefined // if not false, will default to the appropriate schema url for the target
- unionStrategy: "oneOf" | "anyOf" | undefined // defaults to anyOf
-}
-```
-
-### .toTypescript()
-
-## .toTypescriptAsync()
-
-### Zod.fromJsonSchema()
-
-### Zod.fromObject()
-
-## Displaying Forms
-
-TODO
-
-## Coercion for primitives
-
-Zod now provides a more convenient way to coerce primitive values.
-
-```ts
-const schema = z.coerce.string()
-schema.parse('tuna') // => "tuna"
-schema.parse(12) // => "12"
-```
-
-During the parsing step, the input is passed through the `String()` function, which is a JavaScript built-in for coercing data into strings.
-
-The returned schema is a normal `ZodString` instance so you can use all string methods.
-
-```ts
-z.coerce.string().email().min(5)
-```
-
-**How coercion works**
-
-All primitive types support coercion. Zod coerces all inputs using the built-in constructors: `String(input)`, `Number(input)`, `new Date(input)`, etc.
-
-```ts
-z.coerce.string() // String(input)
-z.coerce.number() // Number(input)
-z.coerce.boolean() // Boolean(input)
-z.coerce.bigint() // BigInt(input)
-z.coerce.date() // new Date(input)
-```
-
-Note that some behavior may not be what you expect.
-
-```ts
-schema.parse(true) // => "true"
-schema.parse(undefined) // => "undefined"
-schema.parse(null) // => "null"
-```
-
-For more control over coercion logic, consider using [`z.preprocess`](#preprocess) or [`z.pipe()`](#pipe).
-
-**Boolean coercion**
-
-Zod's approach to coercion is very simple! It passes the value into the `Boolean(value)` function, that's it. Any truthy value will resolve to `true`, any falsy value will resolve to `false`.
-
-```ts
-z.coerce.boolean().parse('tuna') // => true
-z.coerce.boolean().parse('true') // => true
-z.coerce.boolean().parse('false') // => true
-z.coerce.boolean().parse(1) // => true
-z.coerce.boolean().parse([]) // => true
-
-z.coerce.boolean().parse(0) // => false
-z.coerce.boolean().parse('') // => false
-z.coerce.boolean().parse(undefined) // => false
-z.coerce.boolean().parse(null) // => false
-```
-
-## Literals
-
-Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types), like `"hello world"` or `5`.
-
-```ts
-const tuna = z.literal('tuna')
-const twelve = z.literal(12)
-const twobig = z.literal(2n) // bigint literal
-const tru = z.literal(true)
-
-const terrificSymbol = Symbol('terrific')
-const terrific = z.literal(terrificSymbol)
-
-// retrieve literal value
-tuna.value // "tuna"
-```
-
-> Currently there is no support for Date literals in Zod. If you have a use case for this feature, please file an issue.
-
-## Strings
-
-Zod includes a handful of string-specific validations.
-
-```ts
-// validations
-z.string().max(5)
-z.string().min(5)
-z.string().length(5)
-z.string().email()
-z.string().url()
-z.string().emoji()
-z.string().uuid()
-z.string().cuid()
-z.string().cuid2()
-z.string().ulid()
-z.string().regex(regex)
-z.string().includes(string)
-z.string().startsWith(string)
-z.string().endsWith(string)
-z.string().datetime() // ISO 8601; default is without UTC offset, see below for options
-z.string().ip() // defaults to IPv4 and IPv6, see below for options
-
-// transformations
-z.string().trim() // trim whitespace
-z.string().toLowerCase() // toLowerCase
-z.string().toUpperCase() // toUpperCase
-```
-
-> Check out [validator.js](https://github.com/validatorjs/validator.js) for a bunch of other useful string validation functions that can be used in conjunction with [Refinements](#refine).
-
-You can customize some common error messages when creating a string schema.
-
-```ts
-const name = z.string({
- required_error: 'Name is required',
- invalid_type_error: 'Name must be a string',
-})
-```
-
-When using validation methods, you can pass in an additional argument to provide a custom error message.
-
-```ts
-z.string().min(5, { message: 'Must be 5 or more characters long' })
-z.string().max(5, { message: 'Must be 5 or fewer characters long' })
-z.string().length(5, { message: 'Must be exactly 5 characters long' })
-z.string().email({ message: 'Invalid email address' })
-z.string().url({ message: 'Invalid url' })
-z.string().emoji({ message: 'Contains non-emoji characters' })
-z.string().uuid({ message: 'Invalid UUID' })
-z.string().includes('tuna', { message: 'Must include tuna' })
-z.string().startsWith('https://', { message: 'Must provide secure URL' })
-z.string().endsWith('.com', { message: 'Only .com domains allowed' })
-z.string().datetime({ message: 'Invalid datetime string! Must be UTC.' })
-z.string().ip({ message: 'Invalid IP address' })
-```
-
-### ISO datetimes
-
-The `z.string().datetime()` method enforces ISO 8601; default is no timezone offsets and arbitrary sub-second decimal precision.
-
-```ts
-const datetime = z.string().datetime()
-
-datetime.parse('2020-01-01T00:00:00Z') // pass
-datetime.parse('2020-01-01T00:00:00.123Z') // pass
-datetime.parse('2020-01-01T00:00:00.123456Z') // pass (arbitrary precision)
-datetime.parse('2020-01-01T00:00:00+02:00') // fail (no offsets allowed)
-```
-
-Timezone offsets can be allowed by setting the `offset` option to `true`.
-
-```ts
-const datetime = z.string().datetime({ offset: true })
-
-datetime.parse('2020-01-01T00:00:00+02:00') // pass
-datetime.parse('2020-01-01T00:00:00.123+02:00') // pass (millis optional)
-datetime.parse('2020-01-01T00:00:00.123+0200') // pass (millis optional)
-datetime.parse('2020-01-01T00:00:00.123+02') // pass (only offset hours)
-datetime.parse('2020-01-01T00:00:00Z') // pass (Z still supported)
-```
-
-You can additionally constrain the allowable `precision`. By default, arbitrary sub-second precision is supported (but optional).
-
-```ts
-const datetime = z.string().datetime({ precision: 3 })
-
-datetime.parse('2020-01-01T00:00:00.123Z') // pass
-datetime.parse('2020-01-01T00:00:00Z') // fail
-datetime.parse('2020-01-01T00:00:00.123456Z') // fail
-```
-
-### IP addresses
-
-The `z.string().ip()` method by default validate IPv4 and IPv6.
-
-```ts
-const ip = z.string().ip()
-
-ip.parse('192.168.1.1') // pass
-ip.parse('84d5:51a0:9114:1855:4cfa:f2d7:1f12:7003') // pass
-ip.parse('84d5:51a0:9114:1855:4cfa:f2d7:1f12:192.168.1.1') // pass
-
-ip.parse('256.1.1.1') // fail
-ip.parse('84d5:51a0:9114:gggg:4cfa:f2d7:1f12:7003') // fail
-```
-
-You can additionally set the IP `version`.
-
-```ts
-const ipv4 = z.string().ip({ version: 'v4' })
-ipv4.parse('84d5:51a0:9114:1855:4cfa:f2d7:1f12:7003') // fail
-
-const ipv6 = z.string().ip({ version: 'v6' })
-ipv6.parse('192.168.1.1') // fail
-```
-
-## Numbers
-
-You can customize certain error messages when creating a number schema.
-
-```ts
-const age = z.number({
- required_error: 'Age is required',
- invalid_type_error: 'Age must be a number',
-})
-```
-
-Zod includes a handful of number-specific validations.
-
-```ts
-z.number().gt(5)
-z.number().gte(5) // alias .min(5)
-z.number().lt(5)
-z.number().lte(5) // alias .max(5)
-
-z.number().int() // value must be an integer
-
-z.number().positive() // > 0
-z.number().nonnegative() // >= 0
-z.number().negative() // < 0
-z.number().nonpositive() // <= 0
-
-z.number().multipleOf(5) // Evenly divisible by 5. Alias .step(5)
-
-z.number().finite() // value must be finite, not Infinity or -Infinity
-z.number().safe() // value must be between Number.MIN_SAFE_INTEGER and Number.MAX_SAFE_INTEGER
-```
-
-Optionally, you can pass in a second argument to provide a custom error message.
-
-```ts
-z.number().lte(5, { message: 'this👏is👏too👏big' })
-```
-
-## BigInts
-
-Zod includes a handful of bigint-specific validations.
-
-```ts
-z.bigint().gt(5n)
-z.bigint().gte(5n) // alias `.min(5n)`
-z.bigint().lt(5n)
-z.bigint().lte(5n) // alias `.max(5n)`
-
-z.bigint().positive() // > 0n
-z.bigint().nonnegative() // >= 0n
-z.bigint().negative() // < 0n
-z.bigint().nonpositive() // <= 0n
-
-z.bigint().multipleOf(5n) // Evenly divisible by 5n.
-```
-
-## NaNs
-
-You can customize certain error messages when creating a nan schema.
-
-```ts
-const isNaN = z.nan({
- required_error: 'isNaN is required',
- invalid_type_error: "isNaN must be 'not a number'",
-})
-```
-
-## Booleans
-
-You can customize certain error messages when creating a boolean schema.
-
-```ts
-const isActive = z.boolean({
- required_error: 'isActive is required',
- invalid_type_error: 'isActive must be a boolean',
-})
-```
-
-## Dates
-
-Use z.date() to validate `Date` instances.
-
-```ts
-z.date().safeParse(new Date()) // success: true
-z.date().safeParse('2022-01-12T00:00:00.000Z') // success: false
-```
-
-You can customize certain error messages when creating a date schema.
-
-```ts
-const myDateSchema = z.date({
- required_error: 'Please select a date and time',
- invalid_type_error: "That's not a date!",
-})
-```
-
-Zod provides a handful of date-specific validations.
-
-```ts
-z.date().min(new Date('1900-01-01'), { message: 'Too old' })
-z.date().max(new Date(), { message: 'Too young!' })
-```
-
-**Coercion to Date**
-
-Since [zod 3.20](https://github.com/colinhacks/zod/releases/tag/v3.20), use [`z.coerce.date()`](#coercion-for-primitives) to pass the input through `new Date(input)`.
-
-```ts
-const dateSchema = z.coerce.date()
-type DateSchema = z.infer
-// type DateSchema = Date
-
-/* valid dates */
-console.log(dateSchema.safeParse('2023-01-10T00:00:00.000Z').success) // true
-console.log(dateSchema.safeParse('2023-01-10').success) // true
-console.log(dateSchema.safeParse('1/10/23').success) // true
-console.log(dateSchema.safeParse(new Date('1/10/23')).success) // true
-
-/* invalid dates */
-console.log(dateSchema.safeParse('2023-13-10').success) // false
-console.log(dateSchema.safeParse('0000-00-00').success) // false
-```
-
-For older zod versions, use [`z.preprocess`](#preprocess) like [described in this thread](https://github.com/colinhacks/zod/discussions/879#discussioncomment-2036276).
-
-## Zod enums
-
-```ts
-const FishEnum = z.enum(['Salmon', 'Tuna', 'Trout'])
-type FishEnum = z.infer
-// 'Salmon' | 'Tuna' | 'Trout'
-```
-
-`z.enum` is a Zod-native way to declare a schema with a fixed set of allowable _string_ values. Pass the array of values directly into `z.enum()`. Alternatively, use `as const` to define your enum values as a tuple of strings. See the [const assertion docs](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#const-assertions) for details.
-
-```ts
-const VALUES = ['Salmon', 'Tuna', 'Trout'] as const
-const FishEnum = z.enum(VALUES)
-```
-
-This is not allowed, since Zod isn't able to infer the exact values of each element.
-
-```ts
-const fish = ['Salmon', 'Tuna', 'Trout']
-const FishEnum = z.enum(fish)
-```
-
-**`.enum`**
-
-To get autocompletion with a Zod enum, use the `.enum` property of your schema:
-
-```ts
-FishEnum.enum.Salmon // => autocompletes
-
-FishEnum.enum
-/*
-=> {
- Salmon: "Salmon",
- Tuna: "Tuna",
- Trout: "Trout",
-}
-*/
-```
-
-You can also retrieve the list of options as a tuple with the `.options` property:
-
-```ts
-FishEnum.options // ["Salmon", "Tuna", "Trout"];
-```
-
-**`.exclude/.extract()`**
-
-You can create subsets of a Zod enum with the `.exclude` and `.extract` methods.
-
-```ts
-const FishEnum = z.enum(['Salmon', 'Tuna', 'Trout'])
-const SalmonAndTrout = FishEnum.extract(['Salmon', 'Trout'])
-const TunaOnly = FishEnum.exclude(['Salmon', 'Trout'])
-```
-
-## Native enums
-
-Zod enums are the recommended approach to defining and validating enums. But if you need to validate against an enum from a third-party library (or you don't want to rewrite your existing enums) you can use `z.nativeEnum()`.
-
-**Numeric enums**
-
-```ts
-enum Fruits {
- Apple,
- Banana,
-}
-
-const FruitEnum = z.nativeEnum(Fruits)
-type FruitEnum = z.infer // Fruits
-
-FruitEnum.parse(Fruits.Apple) // passes
-FruitEnum.parse(Fruits.Banana) // passes
-FruitEnum.parse(0) // passes
-FruitEnum.parse(1) // passes
-FruitEnum.parse(3) // fails
-```
-
-**String enums**
-
-```ts
-enum Fruits {
- Apple = 'apple',
- Banana = 'banana',
- Cantaloupe, // you can mix numerical and string enums
-}
-
-const FruitEnum = z.nativeEnum(Fruits)
-type FruitEnum = z.infer // Fruits
-
-FruitEnum.parse(Fruits.Apple) // passes
-FruitEnum.parse(Fruits.Cantaloupe) // passes
-FruitEnum.parse('apple') // passes
-FruitEnum.parse('banana') // passes
-FruitEnum.parse(0) // passes
-FruitEnum.parse('Cantaloupe') // fails
-```
-
-**Const enums**
-
-The `.nativeEnum()` function works for `as const` objects as well. ⚠️ `as const` requires TypeScript 3.4+!
-
-```ts
-const Fruits = {
- Apple: 'apple',
- Banana: 'banana',
- Cantaloupe: 3,
-} as const
-
-const FruitEnum = z.nativeEnum(Fruits)
-type FruitEnum = z.infer // "apple" | "banana" | 3
-
-FruitEnum.parse('apple') // passes
-FruitEnum.parse('banana') // passes
-FruitEnum.parse(3) // passes
-FruitEnum.parse('Cantaloupe') // fails
-```
-
-You can access the underlying object with the `.enum` property:
-
-```ts
-FruitEnum.enum.Apple // "apple"
-```
-
-## Optionals
-
-You can make any schema optional with `z.optional()`. This wraps the schema in a `ZodOptional` instance and returns the result.
-
-```ts
-const schema = z.optional(z.string())
-
-schema.parse(undefined) // => returns undefined
-type A = z.infer // string | undefined
-```
-
-For convenience, you can also call the `.optional()` method on an existing schema.
-
-```ts
-const user = z.object({
- username: z.string().optional(),
-})
-type C = z.infer // { username?: string | undefined };
-```
-
-You can extract the wrapped schema from a `ZodOptional` instance with `.unwrap()`.
-
-```ts
-const stringSchema = z.string()
-const optionalString = stringSchema.optional()
-optionalString.unwrap() === stringSchema // true
-```
-
-## Nullables
-
-Similarly, you can create nullable types with `z.nullable()`.
-
-```ts
-const nullableString = z.nullable(z.string())
-nullableString.parse('asdf') // => "asdf"
-nullableString.parse(null) // => null
-```
-
-Or use the `.nullable()` method.
-
-```ts
-const E = z.string().nullable() // equivalent to nullableString
-type E = z.infer // string | null
-```
-
-Extract the inner schema with `.unwrap()`.
-
-```ts
-const stringSchema = z.string()
-const nullableString = stringSchema.nullable()
-nullableString.unwrap() === stringSchema // true
-```
-
-## Objects
-
-```ts
-// all properties are required by default
-const Dog = z.object({
- name: z.string(),
- age: z.number(),
-})
-
-// extract the inferred type like this
-type Dog = z.infer
-
-// equivalent to:
-type Dog = {
- name: string
- age: number
-}
-```
-
-### `.shape`
-
-Use `.shape` to access the schemas for a particular key.
-
-```ts
-Dog.shape.name // => string schema
-Dog.shape.age // => number schema
-```
-
-### `.keyof`
-
-Use `.keyof` to create a `ZodEnum` schema from the keys of an object schema.
-
-```ts
-const keySchema = Dog.keyof()
-keySchema // ZodEnum<["name", "age"]>
-```
-
-### `.extend`
-
-You can add additional fields to an object schema with the `.extend` method.
-
-```ts
-const DogWithBreed = Dog.extend({
- breed: z.string(),
-})
-```
-
-You can use `.extend` to overwrite fields! Be careful with this power!
-
-### `.merge`
-
-Equivalent to `A.extend(B.shape)`.
-
-```ts
-const BaseTeacher = z.object({ students: z.array(z.string()) })
-const HasID = z.object({ id: z.string() })
-
-const Teacher = BaseTeacher.merge(HasID)
-type Teacher = z.infer // => { students: string[], id: string }
-```
-
-> If the two schemas share keys, the properties of B overrides the property of A. The returned schema also inherits the "unknownKeys" policy (strip/strict/passthrough) and the catchall schema of B.
-
-### `.pick/.omit`
-
-Inspired by TypeScript's built-in `Pick` and `Omit` utility types, all Zod object schemas have `.pick` and `.omit` methods that return a modified version. Consider this Recipe schema:
-
-```ts
-const Recipe = z.object({
- id: z.string(),
- name: z.string(),
- ingredients: z.array(z.string()),
-})
-```
-
-To only keep certain keys, use `.pick` .
-
-```ts
-const JustTheName = Recipe.pick({ name: true })
-type JustTheName = z.infer
-// => { name: string }
-```
-
-To remove certain keys, use `.omit` .
-
-```ts
-const NoIDRecipe = Recipe.omit({ id: true })
-
-type NoIDRecipe = z.infer
-// => { name: string, ingredients: string[] }
-```
-
-### `.partial`
-
-Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype), the `.partial` method makes all properties optional.
-
-Starting from this object:
-
-```ts
-const user = z.object({
- email: z.string(),
- username: z.string(),
-})
-// { email: string; username: string }
-```
-
-We can create a partial version:
-
-```ts
-const partialUser = user.partial()
-// { email?: string | undefined; username?: string | undefined }
-```
-
-You can also specify which properties to make optional:
-
-```ts
-const optionalEmail = user.partial({
- email: true,
-})
-/*
-{
- email?: string | undefined;
- username: string
-}
-*/
-```
-
-### `.deepPartial`
-
-The `.partial` method is shallow — it only applies one level deep. There is also a "deep" version:
-
-```ts
-const user = z.object({
- username: z.string(),
- location: z.object({
- latitude: z.number(),
- longitude: z.number(),
- }),
- strings: z.array(z.object({ value: z.string() })),
-})
-
-const deepPartialUser = user.deepPartial()
-
-/*
-{
- username?: string | undefined,
- location?: {
- latitude?: number | undefined;
- longitude?: number | undefined;
- } | undefined,
- strings?: { value?: string}[]
-}
-*/
-```
-
-> Important limitation: deep partials only work as expected in hierarchies of objects, arrays, and tuples.
-
-### `.required`
-
-Contrary to the `.partial` method, the `.required` method makes all properties required.
-
-Starting from this object:
-
-```ts
-const user = z
- .object({
- email: z.string(),
- username: z.string(),
- })
- .partial()
-// { email?: string | undefined; username?: string | undefined }
-```
-
-We can create a required version:
-
-```ts
-const requiredUser = user.required()
-// { email: string; username: string }
-```
-
-You can also specify which properties to make required:
-
-```ts
-const requiredEmail = user.required({
- email: true,
-})
-/*
-{
- email: string;
- username?: string | undefined;
-}
-*/
-```
-
-### `.passthrough`
-
-By default Zod object schemas strip out unrecognized keys during parsing.
-
-```ts
-const person = z.object({
- name: z.string(),
-})
-
-person.parse({
- name: 'bob dylan',
- extraKey: 61,
-})
-// => { name: "bob dylan" }
-// extraKey has been stripped
-```
-
-Instead, if you want to pass through unknown keys, use `.passthrough()` .
-
-```ts
-person.passthrough().parse({
- name: 'bob dylan',
- extraKey: 61,
-})
-// => { name: "bob dylan", extraKey: 61 }
-```
-
-### `.strict`
-
-By default Zod object schemas strip out unrecognized keys during parsing. You can _disallow_ unknown keys with `.strict()` . If there are any unknown keys in the input, Zod will throw an error.
-
-```ts
-const person = z
- .object({
- name: z.string(),
- })
- .strict()
-
-person.parse({
- name: 'bob dylan',
- extraKey: 61,
-})
-// => throws ZodError
-```
-
-### `.strip`
-
-You can use the `.strip` method to reset an object schema to the default behavior (stripping unrecognized keys).
-
-### `.catchall`
-
-You can pass a "catchall" schema into an object schema. All unknown keys will be validated against it.
-
-```ts
-const person = z
- .object({
- name: z.string(),
- })
- .catchall(z.number())
-
-person.parse({
- name: 'bob dylan',
- validExtraKey: 61, // works fine
-})
-
-person.parse({
- name: 'bob dylan',
- validExtraKey: false, // fails
-})
-// => throws ZodError
-```
-
-Using `.catchall()` obviates `.passthrough()` , `.strip()` , or `.strict()`. All keys are now considered "known".
-
-## Arrays
-
-```ts
-const stringArray = z.array(z.string())
-
-// equivalent
-const stringArray = z.string().array()
-```
-
-Be careful with the `.array()` method. It returns a new `ZodArray` instance. This means the _order_ in which you call methods matters. For instance:
-
-```ts
-z.string().optional().array() // (string | undefined)[]
-z.string().array().optional() // string[] | undefined
-```
-
-### `.element`
-
-Use `.element` to access the schema for an element of the array.
-
-```ts
-stringArray.element // => string schema
-```
-
-### `.nonempty`
-
-If you want to ensure that an array contains at least one element, use `.nonempty()`.
-
-```ts
-const nonEmptyStrings = z.string().array().nonempty()
-// the inferred type is now
-// [string, ...string[]]
-
-nonEmptyStrings.parse([]) // throws: "Array cannot be empty"
-nonEmptyStrings.parse(['Ariana Grande']) // passes
-```
-
-You can optionally specify a custom error message:
-
-```ts
-// optional custom error message
-const nonEmptyStrings = z.string().array().nonempty({
- message: "Can't be empty!",
-})
-```
-
-### `.min/.max/.length`
-
-```ts
-z.string().array().min(5) // must contain 5 or more items
-z.string().array().max(5) // must contain 5 or fewer items
-z.string().array().length(5) // must contain 5 items exactly
-```
-
-Unlike `.nonempty()` these methods do not change the inferred type.
-
-## Tuples
-
-Unlike arrays, tuples have a fixed number of elements and each element can have a different type.
-
-```ts
-const athleteSchema = z.tuple([
- z.string(), // name
- z.number(), // jersey number
- z.object({
- pointsScored: z.number(),
- }), // statistics
-])
-
-type Athlete = z.infer
-// type Athlete = [string, number, { pointsScored: number }]
-```
-
-A variadic ("rest") argument can be added with the `.rest` method.
-
-```ts
-const variadicTuple = z.tuple([z.string()]).rest(z.number())
-const result = variadicTuple.parse(['hello', 1, 2, 3])
-// => [string, ...number[]];
-```
-
-## Unions
-
-Zod includes a built-in `z.union` method for composing "OR" types.
-
-```ts
-const stringOrNumber = z.union([z.string(), z.number()])
-
-stringOrNumber.parse('foo') // passes
-stringOrNumber.parse(14) // passes
-```
-
-Zod will test the input against each of the "options" in order and return the first value that validates successfully.
-
-For convenience, you can also use the [`.or` method](#or):
-
-```ts
-const stringOrNumber = z.string().or(z.number())
-```
-
-**Optional string validation:**
-
-To validate an optional form input, you can union the desired string validation with an empty string [literal](#literals).
-
-This example validates an input that is optional but needs to contain a [valid URL](#strings):
-
-```ts
-const optionalUrl = z.union([z.string().url().nullish(), z.literal('')])
-
-console.log(optionalUrl.safeParse(undefined).success) // true
-console.log(optionalUrl.safeParse(null).success) // true
-console.log(optionalUrl.safeParse('').success) // true
-console.log(optionalUrl.safeParse('https://zod.dev').success) // true
-console.log(optionalUrl.safeParse('not a valid url').success) // false
-```
-
-## Discriminated unions
-
-A discriminated union is a union of object schemas that all share a particular key.
-
-```ts
-type MyUnion = { status: 'success'; data: string } | { status: 'failed'; error: Error }
-```
-
-Such unions can be represented with the `z.discriminatedUnion` method. This enables faster evaluation, because Zod can check the _discriminator key_ (`status` in the example above) to determine which schema should be used to parse the input. This makes parsing more efficient and lets Zod report friendlier errors.
-
-With the basic union method, the input is tested against each of the provided "options", and in the case of invalidity, issues for all the "options" are shown in the zod error. On the other hand, the discriminated union allows for selecting just one of the "options", testing against it, and showing only the issues related to this "option".
-
-```ts
-const myUnion = z.discriminatedUnion('status', [
- z.object({ status: z.literal('success'), data: z.string() }),
- z.object({ status: z.literal('failed'), error: z.instanceof(Error) }),
-])
-
-myUnion.parse({ status: 'success', data: 'yippie ki yay' })
-```
-
-You can extract a reference to the array of schemas with the `.options` property.
-
-```ts
-myUnion.options // [ZodObject<...>, ZodObject<...>]
-```
-
-To merge two or more discriminated unions, use `.options` with destructuring.
-
-```ts
-const A = z.discriminatedUnion('status', [
- /* options */
-])
-const B = z.discriminatedUnion('status', [
- /* options */
-])
-
-const AB = z.discriminatedUnion('status', [...A.options, ...B.options])
-```
-
-## Records
-
-Record schemas are used to validate types such as `Record`. This is particularly useful for storing or caching items by ID.
-
-
-
-```ts
-const User = z.object({ name: z.string() })
-
-const UserStore = z.record(z.string(), User)
-type UserStore = z.infer
-// => Record
-```
-
-The schema and inferred type can be used like so:
-
-```ts
-const userStore: UserStore = {}
-
-userStore['77d2586b-9e8e-4ecf-8b21-ea7e0530eadd'] = {
- name: 'Carlotta',
-} // passes
-
-userStore['77d2586b-9e8e-4ecf-8b21-ea7e0530eadd'] = {
- whatever: 'Ice cream sundae',
-} // TypeError
-```
-
-**A note on numerical keys**
-
-While `z.record(keyType, valueType)` is able to accept numerical key types and TypeScript's built-in Record type is `Record`, it's hard to represent the TypeScript type `Record` in Zod.
-
-As it turns out, TypeScript's behavior surrounding `[k: number]` is a little unintuitive:
-
-```ts
-const testMap: { [k: number]: string } = {
- 1: 'one',
-}
-
-for (const key in testMap) {
- console.log(`${key}: ${typeof key}`)
-}
-// prints: `1: string`
-```
-
-As you can see, JavaScript automatically casts all object keys to strings under the hood. Since Zod is trying to bridge the gap between static and runtime types, it doesn't make sense to provide a way of creating a record schema with numerical keys, since there's no such thing as a numerical key in runtime JavaScript.
-
-## Maps
-
-```ts
-const stringNumberMap = z.map(z.string(), z.number())
-
-type StringNumberMap = z.infer
-// type StringNumberMap = Map
-```
-
-## Sets
-
-```ts
-const numberSet = z.set(z.number())
-type NumberSet = z.infer
-// type NumberSet = Set
-```
-
-Set schemas can be further constrained with the following utility methods.
-
-```ts
-z.set(z.string()).nonempty() // must contain at least one item
-z.set(z.string()).min(5) // must contain 5 or more items
-z.set(z.string()).max(5) // must contain 5 or fewer items
-z.set(z.string()).size(5) // must contain 5 items exactly
-```
-
-## Intersections
-
-Intersections are useful for creating "logical AND" types. This is useful for intersecting two object types.
-
-```ts
-const Person = z.object({
- name: z.string(),
-})
-
-const Employee = z.object({
- role: z.string(),
-})
-
-const EmployedPerson = z.intersection(Person, Employee)
-
-// equivalent to:
-const EmployedPerson = Person.and(Employee)
-```
-
-Though in many cases, it is recommended to use `A.merge(B)` to merge two objects. The `.merge` method returns a new `ZodObject` instance, whereas `A.and(B)` returns a less useful `ZodIntersection` instance that lacks common object methods like `pick` and `omit`.
-
-```ts
-const a = z.union([z.number(), z.string()])
-const b = z.union([z.number(), z.boolean()])
-const c = z.intersection(a, b)
-
-type c = z.infer // => number
-```
-
-
-
-
-
-## Recursive types
-
-You can define a recursive schema in Zod, but because of a limitation of TypeScript, their type can't be statically inferred. Instead you'll need to define the type definition manually, and provide it to Zod as a "type hint".
-
-```ts
-const baseCategorySchema = z.object({
- name: z.string(),
-})
-
-type Category = z.infer & {
- subcategories: Category[]
-}
-
-const categorySchema: z.ZodType = baseCategorySchema.extend({
- subcategories: z.lazy(() => categorySchema.array()),
-})
-
-categorySchema.parse({
- name: 'People',
- subcategories: [
- {
- name: 'Politicians',
- subcategories: [
- {
- name: 'Presidents',
- subcategories: [],
- },
- ],
- },
- ],
-}) // passes
-```
-
-Thanks to [crasite](https://github.com/crasite) for this example.
-
-### ZodType with ZodEffects
-
-When using `z.ZodType` with `z.ZodEffects` (
-[`.refine`](https://github.com/colinhacks/zod#refine),
-[`.transform`](https://github.com/colinhacks/zod#transform),
-[`preprocess`](https://github.com/colinhacks/zod#preprocess),
-etc...
-), you will need to define the input and output types of the schema. `z.ZodType