@vibedeckx/win32-x64 0.1.16 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/process-manager.d.ts +1 -1
- package/dist/process-manager.js +111 -38
- package/dist/routes/terminal-routes.js +7 -0
- package/dist/routes/websocket-routes.js +6 -0
- package/dist/ui/404/index.html +1 -1
- package/dist/ui/404.html +1 -1
- package/dist/ui/__next.__PAGE__.txt +2 -2
- package/dist/ui/__next._full.txt +2 -2
- package/dist/ui/__next._head.txt +1 -1
- package/dist/ui/__next._index.txt +1 -1
- package/dist/ui/__next._tree.txt +1 -1
- package/dist/ui/_next/static/chunks/{d272cd438400a22c.js → 869e15bfcbb5dbd1.js} +1 -1
- package/dist/ui/_not-found/__next._full.txt +1 -1
- package/dist/ui/_not-found/__next._head.txt +1 -1
- package/dist/ui/_not-found/__next._index.txt +1 -1
- package/dist/ui/_not-found/__next._not-found/__PAGE__.txt +1 -1
- package/dist/ui/_not-found/__next._not-found.txt +1 -1
- package/dist/ui/_not-found/__next._tree.txt +1 -1
- package/dist/ui/_not-found/index.html +1 -1
- package/dist/ui/_not-found/index.txt +1 -1
- package/dist/ui/index.html +1 -1
- package/dist/ui/index.txt +2 -2
- package/node_modules/node-pty/build/Release/conpty/OpenConsole.exe +0 -0
- package/node_modules/node-pty/build/Release/conpty/conpty.dll +0 -0
- package/node_modules/node-pty/lib/conpty_console_list_agent.js +10 -1
- package/node_modules/node-pty/lib/unixTerminal.js +6 -3
- package/node_modules/node-pty/lib/utils.js +1 -1
- package/node_modules/node-pty/lib/windowsPtyAgent.js +62 -95
- package/node_modules/node-pty/lib/windowsTerminal.js +4 -2
- package/node_modules/node-pty/package.json +6 -5
- package/node_modules/node-pty/prebuilds/win32-x64/conpty/OpenConsole.exe +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty/conpty.dll +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty_console_list.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty_console_list.pdb +0 -0
- package/package.json +2 -2
- package/node_modules/@ai-sdk/deepseek/dist/index.d.mts +0 -68
- package/node_modules/@ai-sdk/deepseek/dist/index.d.ts +0 -68
- package/node_modules/@ai-sdk/deepseek/dist/index.js.map +0 -1
- package/node_modules/@ai-sdk/deepseek/dist/index.mjs.map +0 -1
- package/node_modules/@ai-sdk/deepseek/src/chat/convert-to-deepseek-chat-messages.ts +0 -177
- package/node_modules/@ai-sdk/deepseek/src/chat/convert-to-deepseek-usage.ts +0 -56
- package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-api-types.ts +0 -157
- package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-language-model.ts +0 -534
- package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-options.ts +0 -22
- package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-prepare-tools.ts +0 -82
- package/node_modules/@ai-sdk/deepseek/src/chat/get-response-metadata.ts +0 -15
- package/node_modules/@ai-sdk/deepseek/src/chat/map-deepseek-finish-reason.ts +0 -20
- package/node_modules/@ai-sdk/deepseek/src/deepseek-provider.ts +0 -108
- package/node_modules/@ai-sdk/deepseek/src/index.ts +0 -12
- package/node_modules/@ai-sdk/deepseek/src/version.ts +0 -6
- package/node_modules/@ai-sdk/gateway/dist/index.d.mts +0 -713
- package/node_modules/@ai-sdk/gateway/dist/index.d.ts +0 -713
- package/node_modules/@ai-sdk/gateway/dist/index.js.map +0 -1
- package/node_modules/@ai-sdk/gateway/dist/index.mjs.map +0 -1
- package/node_modules/@ai-sdk/gateway/src/errors/as-gateway-error.ts +0 -74
- package/node_modules/@ai-sdk/gateway/src/errors/create-gateway-error.ts +0 -132
- package/node_modules/@ai-sdk/gateway/src/errors/extract-api-call-response.ts +0 -15
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-authentication-error.ts +0 -84
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-error.ts +0 -47
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-internal-server-error.ts +0 -33
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-invalid-request-error.ts +0 -33
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-model-not-found-error.ts +0 -47
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-rate-limit-error.ts +0 -33
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-response-error.ts +0 -42
- package/node_modules/@ai-sdk/gateway/src/errors/gateway-timeout-error.ts +0 -59
- package/node_modules/@ai-sdk/gateway/src/errors/index.ts +0 -17
- package/node_modules/@ai-sdk/gateway/src/errors/parse-auth-method.ts +0 -23
- package/node_modules/@ai-sdk/gateway/src/gateway-config.ts +0 -7
- package/node_modules/@ai-sdk/gateway/src/gateway-embedding-model-settings.ts +0 -26
- package/node_modules/@ai-sdk/gateway/src/gateway-embedding-model.ts +0 -109
- package/node_modules/@ai-sdk/gateway/src/gateway-fetch-metadata.ts +0 -129
- package/node_modules/@ai-sdk/gateway/src/gateway-generation-info.ts +0 -147
- package/node_modules/@ai-sdk/gateway/src/gateway-image-model-settings.ts +0 -25
- package/node_modules/@ai-sdk/gateway/src/gateway-image-model.ts +0 -169
- package/node_modules/@ai-sdk/gateway/src/gateway-language-model-settings.ts +0 -190
- package/node_modules/@ai-sdk/gateway/src/gateway-language-model.ts +0 -212
- package/node_modules/@ai-sdk/gateway/src/gateway-model-entry.ts +0 -58
- package/node_modules/@ai-sdk/gateway/src/gateway-provider-options.ts +0 -90
- package/node_modules/@ai-sdk/gateway/src/gateway-provider.ts +0 -387
- package/node_modules/@ai-sdk/gateway/src/gateway-spend-report.ts +0 -191
- package/node_modules/@ai-sdk/gateway/src/gateway-tools.ts +0 -26
- package/node_modules/@ai-sdk/gateway/src/gateway-video-model-settings.ts +0 -25
- package/node_modules/@ai-sdk/gateway/src/gateway-video-model.ts +0 -259
- package/node_modules/@ai-sdk/gateway/src/index.ts +0 -41
- package/node_modules/@ai-sdk/gateway/src/tool/parallel-search.ts +0 -295
- package/node_modules/@ai-sdk/gateway/src/tool/perplexity-search.ts +0 -294
- package/node_modules/@ai-sdk/gateway/src/vercel-environment.ts +0 -6
- package/node_modules/@ai-sdk/gateway/src/version.ts +0 -6
- package/node_modules/@ai-sdk/provider/dist/index.d.mts +0 -4030
- package/node_modules/@ai-sdk/provider/dist/index.d.ts +0 -4030
- package/node_modules/@ai-sdk/provider/dist/index.js.map +0 -1
- package/node_modules/@ai-sdk/provider/dist/index.mjs.map +0 -1
- package/node_modules/@ai-sdk/provider/src/embedding-model/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/embedding-model/v2/embedding-model-v2-embedding.ts +0 -5
- package/node_modules/@ai-sdk/provider/src/embedding-model/v2/embedding-model-v2.ts +0 -113
- package/node_modules/@ai-sdk/provider/src/embedding-model/v2/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-call-options.ts +0 -26
- package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-embedding.ts +0 -5
- package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-result.ts +0 -48
- package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3.ts +0 -54
- package/node_modules/@ai-sdk/provider/src/embedding-model/v3/index.ts +0 -4
- package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/v3/embedding-model-v3-middleware.ts +0 -69
- package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/v3/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/errors/ai-sdk-error.ts +0 -62
- package/node_modules/@ai-sdk/provider/src/errors/api-call-error.ts +0 -59
- package/node_modules/@ai-sdk/provider/src/errors/empty-response-body-error.ts +0 -17
- package/node_modules/@ai-sdk/provider/src/errors/get-error-message.ts +0 -15
- package/node_modules/@ai-sdk/provider/src/errors/index.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/errors/invalid-argument-error.ts +0 -32
- package/node_modules/@ai-sdk/provider/src/errors/invalid-prompt-error.ts +0 -33
- package/node_modules/@ai-sdk/provider/src/errors/invalid-response-data-error.ts +0 -31
- package/node_modules/@ai-sdk/provider/src/errors/json-parse-error.ts +0 -29
- package/node_modules/@ai-sdk/provider/src/errors/load-api-key-error.ts +0 -17
- package/node_modules/@ai-sdk/provider/src/errors/load-setting-error.ts +0 -17
- package/node_modules/@ai-sdk/provider/src/errors/no-content-generated-error.ts +0 -22
- package/node_modules/@ai-sdk/provider/src/errors/no-such-model-error.ts +0 -47
- package/node_modules/@ai-sdk/provider/src/errors/too-many-embedding-values-for-call-error.ts +0 -40
- package/node_modules/@ai-sdk/provider/src/errors/type-validation-error.ts +0 -108
- package/node_modules/@ai-sdk/provider/src/errors/unsupported-functionality-error.ts +0 -26
- package/node_modules/@ai-sdk/provider/src/image-model/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2-call-options.ts +0 -60
- package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2-call-warning.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2.ts +0 -104
- package/node_modules/@ai-sdk/provider/src/image-model/v2/index.ts +0 -6
- package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-call-options.ts +0 -74
- package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-file.ts +0 -44
- package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-usage.ts +0 -19
- package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3.ts +0 -110
- package/node_modules/@ai-sdk/provider/src/image-model/v3/index.ts +0 -7
- package/node_modules/@ai-sdk/provider/src/image-model-middleware/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/image-model-middleware/v3/image-model-v3-middleware.ts +0 -61
- package/node_modules/@ai-sdk/provider/src/image-model-middleware/v3/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/index.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/json-value/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/json-value/is-json.ts +0 -40
- package/node_modules/@ai-sdk/provider/src/json-value/json-value.ts +0 -17
- package/node_modules/@ai-sdk/provider/src/language-model/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/language-model/v2/index.ts +0 -18
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-call-options.ts +0 -127
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-call-warning.ts +0 -23
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-content.ts +0 -14
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-data-content.ts +0 -4
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-file.ts +0 -25
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-finish-reason.ts +0 -20
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-function-tool.ts +0 -37
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-prompt.ts +0 -218
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-provider-defined-tool.ts +0 -24
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-reasoning.ts +0 -14
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-response-metadata.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-source.ts +0 -67
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-stream-part.ts +0 -102
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-text.ts +0 -15
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-call.ts +0 -35
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-choice.ts +0 -5
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-result.ts +0 -40
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-usage.ts +0 -34
- package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2.ts +0 -137
- package/node_modules/@ai-sdk/provider/src/language-model/v3/index.ts +0 -21
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-call-options.ts +0 -125
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-content.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-data-content.ts +0 -4
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-file.ts +0 -32
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-finish-reason.ts +0 -33
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-function-tool.ts +0 -53
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-generate-result.ts +0 -63
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-prompt.ts +0 -422
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-provider-tool.ts +0 -28
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-reasoning.ts +0 -14
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-response-metadata.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-source.ts +0 -67
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-stream-part.ts +0 -106
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-stream-result.ts +0 -32
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-text.ts +0 -15
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-approval-request.ts +0 -27
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-call.ts +0 -41
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-choice.ts +0 -5
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-result.ts +0 -51
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-usage.ts +0 -59
- package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3.ts +0 -61
- package/node_modules/@ai-sdk/provider/src/language-model-middleware/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/language-model-middleware/v2/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/language-model-middleware/v2/language-model-v2-middleware.ts +0 -82
- package/node_modules/@ai-sdk/provider/src/language-model-middleware/v3/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/language-model-middleware/v3/language-model-v3-middleware.ts +0 -84
- package/node_modules/@ai-sdk/provider/src/provider/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/provider/v2/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/provider/v2/provider-v2.ts +0 -64
- package/node_modules/@ai-sdk/provider/src/provider/v3/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/provider/v3/provider-v3.ts +0 -93
- package/node_modules/@ai-sdk/provider/src/reranking-model/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/reranking-model/v3/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/reranking-model/v3/reranking-model-v3-call-options.ts +0 -40
- package/node_modules/@ai-sdk/provider/src/reranking-model/v3/reranking-model-v3.ts +0 -90
- package/node_modules/@ai-sdk/provider/src/shared/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/shared/v2/index.ts +0 -3
- package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-headers.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-provider-metadata.ts +0 -27
- package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-provider-options.ts +0 -24
- package/node_modules/@ai-sdk/provider/src/shared/v3/index.ts +0 -4
- package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-headers.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-provider-metadata.ts +0 -24
- package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-provider-options.ts +0 -24
- package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-warning.ts +0 -50
- package/node_modules/@ai-sdk/provider/src/speech-model/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/speech-model/v2/index.ts +0 -3
- package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2-call-options.ts +0 -62
- package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2-call-warning.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2.ts +0 -89
- package/node_modules/@ai-sdk/provider/src/speech-model/v3/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/speech-model/v3/speech-model-v3-call-options.ts +0 -62
- package/node_modules/@ai-sdk/provider/src/speech-model/v3/speech-model-v3.ts +0 -89
- package/node_modules/@ai-sdk/provider/src/transcription-model/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/transcription-model/v2/index.ts +0 -3
- package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2-call-options.ts +0 -48
- package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2-call-warning.ts +0 -16
- package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2.ts +0 -117
- package/node_modules/@ai-sdk/provider/src/transcription-model/v3/index.ts +0 -2
- package/node_modules/@ai-sdk/provider/src/transcription-model/v3/transcription-model-v3-call-options.ts +0 -45
- package/node_modules/@ai-sdk/provider/src/transcription-model/v3/transcription-model-v3.ts +0 -117
- package/node_modules/@ai-sdk/provider/src/video-model/index.ts +0 -1
- package/node_modules/@ai-sdk/provider/src/video-model/v3/index.ts +0 -6
- package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3-call-options.ts +0 -81
- package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3-file.ts +0 -40
- package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3.ts +0 -132
- package/node_modules/@ai-sdk/provider-utils/dist/index.d.mts +0 -1433
- package/node_modules/@ai-sdk/provider-utils/dist/index.d.ts +0 -1433
- package/node_modules/@ai-sdk/provider-utils/dist/index.js.map +0 -1
- package/node_modules/@ai-sdk/provider-utils/dist/index.mjs.map +0 -1
- package/node_modules/@ai-sdk/provider-utils/src/add-additional-properties-to-json-schema.ts +0 -53
- package/node_modules/@ai-sdk/provider-utils/src/combine-headers.ts +0 -11
- package/node_modules/@ai-sdk/provider-utils/src/convert-async-iterator-to-readable-stream.ts +0 -47
- package/node_modules/@ai-sdk/provider-utils/src/convert-image-model-file-to-data-uri.ts +0 -19
- package/node_modules/@ai-sdk/provider-utils/src/convert-to-form-data.ts +0 -61
- package/node_modules/@ai-sdk/provider-utils/src/create-tool-name-mapping.ts +0 -82
- package/node_modules/@ai-sdk/provider-utils/src/delay.ts +0 -47
- package/node_modules/@ai-sdk/provider-utils/src/delayed-promise.ts +0 -61
- package/node_modules/@ai-sdk/provider-utils/src/download-blob.ts +0 -57
- package/node_modules/@ai-sdk/provider-utils/src/download-error.ts +0 -39
- package/node_modules/@ai-sdk/provider-utils/src/extract-response-headers.ts +0 -9
- package/node_modules/@ai-sdk/provider-utils/src/fetch-function.ts +0 -4
- package/node_modules/@ai-sdk/provider-utils/src/generate-id.ts +0 -57
- package/node_modules/@ai-sdk/provider-utils/src/get-error-message.ts +0 -15
- package/node_modules/@ai-sdk/provider-utils/src/get-from-api.ts +0 -97
- package/node_modules/@ai-sdk/provider-utils/src/get-runtime-environment-user-agent.ts +0 -24
- package/node_modules/@ai-sdk/provider-utils/src/handle-fetch-error.ts +0 -72
- package/node_modules/@ai-sdk/provider-utils/src/index.ts +0 -73
- package/node_modules/@ai-sdk/provider-utils/src/inject-json-instruction.ts +0 -63
- package/node_modules/@ai-sdk/provider-utils/src/is-abort-error.ts +0 -8
- package/node_modules/@ai-sdk/provider-utils/src/is-async-iterable.ts +0 -3
- package/node_modules/@ai-sdk/provider-utils/src/is-non-nullable.ts +0 -12
- package/node_modules/@ai-sdk/provider-utils/src/is-url-supported.ts +0 -40
- package/node_modules/@ai-sdk/provider-utils/src/load-api-key.ts +0 -45
- package/node_modules/@ai-sdk/provider-utils/src/load-optional-setting.ts +0 -30
- package/node_modules/@ai-sdk/provider-utils/src/load-setting.ts +0 -62
- package/node_modules/@ai-sdk/provider-utils/src/maybe-promise-like.ts +0 -3
- package/node_modules/@ai-sdk/provider-utils/src/media-type-to-extension.ts +0 -22
- package/node_modules/@ai-sdk/provider-utils/src/normalize-headers.ts +0 -38
- package/node_modules/@ai-sdk/provider-utils/src/parse-json-event-stream.ts +0 -33
- package/node_modules/@ai-sdk/provider-utils/src/parse-json.ts +0 -122
- package/node_modules/@ai-sdk/provider-utils/src/parse-provider-options.ts +0 -32
- package/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts +0 -166
- package/node_modules/@ai-sdk/provider-utils/src/provider-tool-factory.ts +0 -125
- package/node_modules/@ai-sdk/provider-utils/src/read-response-with-size-limit.ts +0 -97
- package/node_modules/@ai-sdk/provider-utils/src/remove-undefined-entries.ts +0 -12
- package/node_modules/@ai-sdk/provider-utils/src/resolve.ts +0 -17
- package/node_modules/@ai-sdk/provider-utils/src/response-handler.ts +0 -186
- package/node_modules/@ai-sdk/provider-utils/src/schema.ts +0 -267
- package/node_modules/@ai-sdk/provider-utils/src/secure-json-parse.ts +0 -96
- package/node_modules/@ai-sdk/provider-utils/src/strip-file-extension.ts +0 -13
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/get-relative-path.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/index.ts +0 -1
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/options.ts +0 -98
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parse-def.ts +0 -109
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parse-types.ts +0 -57
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/any.ts +0 -5
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/array.ts +0 -38
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/bigint.ts +0 -44
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/boolean.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/branded.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/catch.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/date.ts +0 -64
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/default.ts +0 -14
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/effects.ts +0 -14
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/enum.ts +0 -13
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/intersection.ts +0 -52
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/literal.ts +0 -29
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/map.ts +0 -47
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/native-enum.ts +0 -31
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/never.ts +0 -9
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/null.ts +0 -9
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/nullable.ts +0 -42
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/number.ts +0 -44
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/object.ts +0 -88
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/optional.ts +0 -23
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/pipeline.ts +0 -29
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/promise.ts +0 -11
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/readonly.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/record.ts +0 -71
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/set.ts +0 -35
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/string.ts +0 -426
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/tuple.ts +0 -61
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/undefined.ts +0 -11
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/union.ts +0 -144
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/unknown.ts +0 -7
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/refs.ts +0 -39
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/select-parser.ts +0 -115
- package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/zod3-to-json-schema.ts +0 -93
- package/node_modules/@ai-sdk/provider-utils/src/types/assistant-model-message.ts +0 -39
- package/node_modules/@ai-sdk/provider-utils/src/types/content-part.ts +0 -379
- package/node_modules/@ai-sdk/provider-utils/src/types/data-content.ts +0 -4
- package/node_modules/@ai-sdk/provider-utils/src/types/execute-tool.ts +0 -27
- package/node_modules/@ai-sdk/provider-utils/src/types/index.ts +0 -40
- package/node_modules/@ai-sdk/provider-utils/src/types/model-message.ts +0 -14
- package/node_modules/@ai-sdk/provider-utils/src/types/provider-options.ts +0 -9
- package/node_modules/@ai-sdk/provider-utils/src/types/system-model-message.ts +0 -20
- package/node_modules/@ai-sdk/provider-utils/src/types/tool-approval-request.ts +0 -16
- package/node_modules/@ai-sdk/provider-utils/src/types/tool-approval-response.ts +0 -27
- package/node_modules/@ai-sdk/provider-utils/src/types/tool-call.ts +0 -31
- package/node_modules/@ai-sdk/provider-utils/src/types/tool-model-message.ts +0 -23
- package/node_modules/@ai-sdk/provider-utils/src/types/tool-result.ts +0 -35
- package/node_modules/@ai-sdk/provider-utils/src/types/tool.ts +0 -324
- package/node_modules/@ai-sdk/provider-utils/src/types/user-model-message.ts +0 -22
- package/node_modules/@ai-sdk/provider-utils/src/uint8-utils.ts +0 -26
- package/node_modules/@ai-sdk/provider-utils/src/validate-download-url.ts +0 -148
- package/node_modules/@ai-sdk/provider-utils/src/validate-types.ts +0 -87
- package/node_modules/@ai-sdk/provider-utils/src/version.ts +0 -6
- package/node_modules/@ai-sdk/provider-utils/src/with-user-agent-suffix.ts +0 -27
- package/node_modules/@ai-sdk/provider-utils/src/without-trailing-slash.ts +0 -3
- package/node_modules/@clerk/backend/dist/api/endpoints/APIKeysApi.d.ts +0 -76
- package/node_modules/@clerk/backend/dist/api/endpoints/APIKeysApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts +0 -7
- package/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/AccountlessApplicationsAPI.d.ts +0 -11
- package/node_modules/@clerk/backend/dist/api/endpoints/AccountlessApplicationsAPI.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/ActorTokenApi.d.ts +0 -47
- package/node_modules/@clerk/backend/dist/api/endpoints/ActorTokenApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/AgentTaskApi.d.ts +0 -47
- package/node_modules/@clerk/backend/dist/api/endpoints/AgentTaskApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts +0 -16
- package/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/BetaFeaturesApi.d.ts +0 -29
- package/node_modules/@clerk/backend/dist/api/endpoints/BetaFeaturesApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/BillingApi.d.ts +0 -47
- package/node_modules/@clerk/backend/dist/api/endpoints/BillingApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/BlocklistIdentifierApi.d.ts +0 -15
- package/node_modules/@clerk/backend/dist/api/endpoints/BlocklistIdentifierApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts +0 -16
- package/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts +0 -46
- package/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts +0 -20
- package/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/EnterpriseConnectionApi.d.ts +0 -62
- package/node_modules/@clerk/backend/dist/api/endpoints/EnterpriseConnectionApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/IdPOAuthAccessTokenApi.d.ts +0 -6
- package/node_modules/@clerk/backend/dist/api/endpoints/IdPOAuthAccessTokenApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/InstanceApi.d.ts +0 -70
- package/node_modules/@clerk/backend/dist/api/endpoints/InstanceApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts +0 -50
- package/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/JwksApi.d.ts +0 -6
- package/node_modules/@clerk/backend/dist/api/endpoints/JwksApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/JwtTemplatesApi.d.ts +0 -50
- package/node_modules/@clerk/backend/dist/api/endpoints/JwtTemplatesApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/M2MTokenApi.d.ts +0 -87
- package/node_modules/@clerk/backend/dist/api/endpoints/M2MTokenApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/MachineApi.d.ts +0 -81
- package/node_modules/@clerk/backend/dist/api/endpoints/MachineApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/OAuthApplicationsApi.d.ts +0 -49
- package/node_modules/@clerk/backend/dist/api/endpoints/OAuthApplicationsApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts +0 -200
- package/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts +0 -22
- package/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/ProxyCheckApi.d.ts +0 -11
- package/node_modules/@clerk/backend/dist/api/endpoints/ProxyCheckApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts +0 -14
- package/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts +0 -69
- package/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts +0 -52
- package/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts +0 -12
- package/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/SignUpApi.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/endpoints/SignUpApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts +0 -6
- package/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts +0 -178
- package/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/WaitlistEntryApi.d.ts +0 -61
- package/node_modules/@clerk/backend/dist/api/endpoints/WaitlistEntryApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/WebhookApi.d.ts +0 -8
- package/node_modules/@clerk/backend/dist/api/endpoints/WebhookApi.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts +0 -33
- package/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/endpoints/util-types.d.ts +0 -2
- package/node_modules/@clerk/backend/dist/api/endpoints/util-types.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/factory.d.ts +0 -51
- package/node_modules/@clerk/backend/dist/api/factory.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/index.d.ts +0 -3
- package/node_modules/@clerk/backend/dist/api/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/request.d.ts +0 -76
- package/node_modules/@clerk/backend/dist/api/request.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/APIKey.d.ts +0 -137
- package/node_modules/@clerk/backend/dist/api/resources/APIKey.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/AccountlessApplication.d.ts +0 -10
- package/node_modules/@clerk/backend/dist/api/resources/AccountlessApplication.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/ActorToken.d.ts +0 -15
- package/node_modules/@clerk/backend/dist/api/resources/ActorToken.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/AgentTask.d.ts +0 -42
- package/node_modules/@clerk/backend/dist/api/resources/AgentTask.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts +0 -66
- package/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/BlocklistIdentifier.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/resources/BlocklistIdentifier.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Client.d.ts +0 -83
- package/node_modules/@clerk/backend/dist/api/resources/Client.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/CnameTarget.d.ts +0 -9
- package/node_modules/@clerk/backend/dist/api/resources/CnameTarget.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/CommercePlan.d.ts +0 -141
- package/node_modules/@clerk/backend/dist/api/resources/CommercePlan.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscription.d.ts +0 -99
- package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscription.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscriptionItem.d.ts +0 -167
- package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscriptionItem.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Cookies.d.ts +0 -7
- package/node_modules/@clerk/backend/dist/api/resources/Cookies.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts +0 -10
- package/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Deserializer.d.ts +0 -26
- package/node_modules/@clerk/backend/dist/api/resources/Deserializer.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Domain.d.ts +0 -15
- package/node_modules/@clerk/backend/dist/api/resources/Domain.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Email.d.ts +0 -17
- package/node_modules/@clerk/backend/dist/api/resources/Email.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts +0 -47
- package/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/EnterpriseAccount.d.ts +0 -225
- package/node_modules/@clerk/backend/dist/api/resources/EnterpriseAccount.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/EnterpriseConnection.d.ts +0 -89
- package/node_modules/@clerk/backend/dist/api/resources/EnterpriseConnection.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts +0 -42
- package/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts +0 -134
- package/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Feature.d.ts +0 -51
- package/node_modules/@clerk/backend/dist/api/resources/Feature.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/HandshakePayload.d.ts +0 -9
- package/node_modules/@clerk/backend/dist/api/resources/HandshakePayload.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/IdPOAuthAccessToken.d.ts +0 -23
- package/node_modules/@clerk/backend/dist/api/resources/IdPOAuthAccessToken.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts +0 -25
- package/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Instance.d.ts +0 -9
- package/node_modules/@clerk/backend/dist/api/resources/Instance.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/InstanceRestrictions.d.ts +0 -11
- package/node_modules/@clerk/backend/dist/api/resources/InstanceRestrictions.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/InstanceSettings.d.ts +0 -11
- package/node_modules/@clerk/backend/dist/api/resources/InstanceSettings.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts +0 -76
- package/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts +0 -971
- package/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/JwtTemplate.d.ts +0 -15
- package/node_modules/@clerk/backend/dist/api/resources/JwtTemplate.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/M2MToken.d.ts +0 -31
- package/node_modules/@clerk/backend/dist/api/resources/M2MToken.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Machine.d.ts +0 -17
- package/node_modules/@clerk/backend/dist/api/resources/Machine.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/MachineScope.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/resources/MachineScope.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/MachineSecretKey.d.ts +0 -10
- package/node_modules/@clerk/backend/dist/api/resources/MachineSecretKey.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OAuthApplication.d.ts +0 -169
- package/node_modules/@clerk/backend/dist/api/resources/OAuthApplication.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OauthAccessToken.d.ts +0 -83
- package/node_modules/@clerk/backend/dist/api/resources/OauthAccessToken.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Organization.d.ts +0 -115
- package/node_modules/@clerk/backend/dist/api/resources/Organization.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationDomain.d.ts +0 -18
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationDomain.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts +0 -116
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts +0 -140
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationSettings.d.ts +0 -17
- package/node_modules/@clerk/backend/dist/api/resources/OrganizationSettings.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/PhoneNumber.d.ts +0 -63
- package/node_modules/@clerk/backend/dist/api/resources/PhoneNumber.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/ProxyCheck.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/resources/ProxyCheck.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/RedirectUrl.d.ts +0 -47
- package/node_modules/@clerk/backend/dist/api/resources/RedirectUrl.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/SMSMessage.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/resources/SMSMessage.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/SamlConnection.d.ts +0 -215
- package/node_modules/@clerk/backend/dist/api/resources/SamlConnection.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Session.d.ts +0 -176
- package/node_modules/@clerk/backend/dist/api/resources/Session.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/SignInTokens.d.ts +0 -13
- package/node_modules/@clerk/backend/dist/api/resources/SignInTokens.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/SignUpAttempt.d.ts +0 -44
- package/node_modules/@clerk/backend/dist/api/resources/SignUpAttempt.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/TestingToken.d.ts +0 -8
- package/node_modules/@clerk/backend/dist/api/resources/TestingToken.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Token.d.ts +0 -7
- package/node_modules/@clerk/backend/dist/api/resources/Token.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/User.d.ts +0 -296
- package/node_modules/@clerk/backend/dist/api/resources/User.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts +0 -90
- package/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/WaitlistEntry.d.ts +0 -67
- package/node_modules/@clerk/backend/dist/api/resources/WaitlistEntry.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Web3Wallet.d.ts +0 -36
- package/node_modules/@clerk/backend/dist/api/resources/Web3Wallet.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/Webhooks.d.ts +0 -32
- package/node_modules/@clerk/backend/dist/api/resources/Webhooks.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/api/resources/index.d.ts +0 -57
- package/node_modules/@clerk/backend/dist/api/resources/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-7KLH7JRZ.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-I4B6KCGC.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-P263NW7Z.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-QR37SKMP.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-TOROEX6P.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/chunk-YBVFDYDR.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/constants.d.ts +0 -91
- package/node_modules/@clerk/backend/dist/constants.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/createRedirect.d.ts +0 -25
- package/node_modules/@clerk/backend/dist/createRedirect.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/errors.d.ts +0 -67
- package/node_modules/@clerk/backend/dist/errors.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/errors.js.map +0 -1
- package/node_modules/@clerk/backend/dist/errors.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/fixtures/index.d.ts +0 -105
- package/node_modules/@clerk/backend/dist/fixtures/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/fixtures/machine.d.ts +0 -72
- package/node_modules/@clerk/backend/dist/fixtures/machine.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/index.d.ts +0 -49
- package/node_modules/@clerk/backend/dist/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/index.js.map +0 -1
- package/node_modules/@clerk/backend/dist/index.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/internal.d.ts +0 -20
- package/node_modules/@clerk/backend/dist/internal.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/internal.js.map +0 -1
- package/node_modules/@clerk/backend/dist/internal.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/algorithms.d.ts +0 -3
- package/node_modules/@clerk/backend/dist/jwt/algorithms.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/assertions.d.ts +0 -10
- package/node_modules/@clerk/backend/dist/jwt/assertions.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/cryptoKeys.d.ts +0 -2
- package/node_modules/@clerk/backend/dist/jwt/cryptoKeys.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/index.d.ts +0 -7
- package/node_modules/@clerk/backend/dist/jwt/index.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/index.js.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/index.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/legacyReturn.d.ts +0 -4
- package/node_modules/@clerk/backend/dist/jwt/legacyReturn.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/signJwt.d.ts +0 -20
- package/node_modules/@clerk/backend/dist/jwt/signJwt.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/types.d.ts +0 -18
- package/node_modules/@clerk/backend/dist/jwt/types.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts +0 -38
- package/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/jwt/verifyMachineJwt.d.ts +0 -19
- package/node_modules/@clerk/backend/dist/jwt/verifyMachineJwt.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/mock-server.d.ts +0 -4
- package/node_modules/@clerk/backend/dist/mock-server.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/proxy.d.ts +0 -72
- package/node_modules/@clerk/backend/dist/proxy.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/proxy.js.map +0 -1
- package/node_modules/@clerk/backend/dist/proxy.mjs.map +0 -1
- package/node_modules/@clerk/backend/dist/runtime.d.ts +0 -26
- package/node_modules/@clerk/backend/dist/runtime.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts +0 -193
- package/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts +0 -120
- package/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/authenticateContext.d.ts +0 -78
- package/node_modules/@clerk/backend/dist/tokens/authenticateContext.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/clerkRequest.d.ts +0 -29
- package/node_modules/@clerk/backend/dist/tokens/clerkRequest.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/clerkUrl.d.ts +0 -18
- package/node_modules/@clerk/backend/dist/tokens/clerkUrl.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/cookie.d.ts +0 -3
- package/node_modules/@clerk/backend/dist/tokens/cookie.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/factory.d.ts +0 -29
- package/node_modules/@clerk/backend/dist/tokens/factory.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/handshake.d.ts +0 -64
- package/node_modules/@clerk/backend/dist/tokens/handshake.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/keys.d.ts +0 -54
- package/node_modules/@clerk/backend/dist/tokens/keys.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/machine.d.ts +0 -85
- package/node_modules/@clerk/backend/dist/tokens/machine.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/organizationMatcher.d.ts +0 -11
- package/node_modules/@clerk/backend/dist/tokens/organizationMatcher.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/request.d.ts +0 -60
- package/node_modules/@clerk/backend/dist/tokens/request.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/tokenTypes.d.ts +0 -19
- package/node_modules/@clerk/backend/dist/tokens/tokenTypes.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/types.d.ts +0 -253
- package/node_modules/@clerk/backend/dist/tokens/types.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/tokens/verify.d.ts +0 -109
- package/node_modules/@clerk/backend/dist/tokens/verify.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/decorateObjectWithResources.d.ts +0 -22
- package/node_modules/@clerk/backend/dist/util/decorateObjectWithResources.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/mergePreDefinedOptions.d.ts +0 -2
- package/node_modules/@clerk/backend/dist/util/mergePreDefinedOptions.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/optionsAssertions.d.ts +0 -3
- package/node_modules/@clerk/backend/dist/util/optionsAssertions.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/path.d.ts +0 -4
- package/node_modules/@clerk/backend/dist/util/path.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/rfc4648.d.ts +0 -26
- package/node_modules/@clerk/backend/dist/util/rfc4648.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/util/shared.d.ts +0 -7
- package/node_modules/@clerk/backend/dist/util/shared.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/webhooks.d.ts +0 -50
- package/node_modules/@clerk/backend/dist/webhooks.d.ts.map +0 -1
- package/node_modules/@clerk/backend/dist/webhooks.js.map +0 -1
- package/node_modules/@clerk/backend/dist/webhooks.mjs.map +0 -1
- package/node_modules/@clerk/fastify/dist/chunk-RY4T2JMQ.mjs.map +0 -1
- package/node_modules/@clerk/fastify/dist/index-CWnSaB0B.d.mts +0 -25
- package/node_modules/@clerk/fastify/dist/index-CWnSaB0B.d.ts +0 -25
- package/node_modules/@clerk/fastify/dist/index.d.mts +0 -16
- package/node_modules/@clerk/fastify/dist/index.d.ts +0 -16
- package/node_modules/@clerk/fastify/dist/index.js.map +0 -1
- package/node_modules/@clerk/fastify/dist/index.mjs.map +0 -1
- package/node_modules/@clerk/fastify/dist/types.d.mts +0 -4
- package/node_modules/@clerk/fastify/dist/types.d.ts +0 -4
- package/node_modules/@clerk/fastify/dist/types.js.map +0 -1
- package/node_modules/@clerk/fastify/dist/types.mjs.map +0 -1
- package/node_modules/@clerk/fastify/dist/webhooks.d.mts +0 -19
- package/node_modules/@clerk/fastify/dist/webhooks.d.ts +0 -19
- package/node_modules/@clerk/fastify/dist/webhooks.js.map +0 -1
- package/node_modules/@clerk/fastify/dist/webhooks.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.mts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.ts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.mts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.ts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-Du_JQmnH.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-Un7v7f6J.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors-B7aH39AU.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors-CBHAr6Ld.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.mts +0 -26
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.ts +0 -26
- package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization.d.mts +0 -72
- package/node_modules/@clerk/shared/dist/runtime/authorization.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/authorization.d.ts +0 -72
- package/node_modules/@clerk/shared/dist/runtime/authorization.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/browser-CMFCxUv7.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/browser-CaHqvEp1.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/browser.d.mts +0 -35
- package/node_modules/@clerk/shared/dist/runtime/browser.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/browser.d.ts +0 -35
- package/node_modules/@clerk/shared/dist/runtime/browser.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.mts +0 -22
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.ts +0 -22
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkRuntimeError-CaS4sM5w.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/clerkRuntimeError-DqAmLuLY.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/color.d.mts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/color.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/color.d.ts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/color.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/color.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/color.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/complexity-DEun2UD2.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/complexity-DydNJOmy.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants-BUzkV8jh.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants-Bta24VLk.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants-BulbbNR9.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants-WYhx_umW.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants.d.mts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/constants.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/constants.d.ts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/constants.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/cookie.d.mts +0 -30
- package/node_modules/@clerk/shared/dist/runtime/cookie.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/cookie.d.ts +0 -30
- package/node_modules/@clerk/shared/dist/runtime/cookie.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/cookie.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/cookie.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/createDeferredPromise-Bq0Rf2GM.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/createDeferredPromise-CYCAgyvC.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/date.d.mts +0 -37
- package/node_modules/@clerk/shared/dist/runtime/date.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/date.d.ts +0 -37
- package/node_modules/@clerk/shared/dist/runtime/date.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/date.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/date.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deprecated--jK9xTNh.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deprecated-841w0zq7.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deprecated.d.mts +0 -40
- package/node_modules/@clerk/shared/dist/runtime/deprecated.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deprecated.d.ts +0 -40
- package/node_modules/@clerk/shared/dist/runtime/deprecated.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deriveState-CQUgOdaO.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deriveState-zgq99aY1.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deriveState.d.mts +0 -28
- package/node_modules/@clerk/shared/dist/runtime/deriveState.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/deriveState.d.ts +0 -28
- package/node_modules/@clerk/shared/dist/runtime/deriveState.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.mts +0 -13
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.ts +0 -13
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/devBrowser.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/dom/index.d.mts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/dom/index.d.ts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/dom/waitForElement.d.mts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/dom/waitForElement.d.ts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/encoders-CAjYroSe.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/encoders-C_EA3--l.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/error-D-ayZ5nL.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/error-kcck_bbZ.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/error.d.mts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/error.d.ts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/errors-FAXDzRsM.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/errors-oOcNTWU9.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/esm-D9kK-xzr.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/esm-DGPYZuZb.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/eventBus-TFTcHo0F.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/eventBus-mLhN9dkg.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/eventBus.d.mts +0 -117
- package/node_modules/@clerk/shared/dist/runtime/eventBus.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/eventBus.d.ts +0 -117
- package/node_modules/@clerk/shared/dist/runtime/eventBus.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/file.d.mts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/file.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/file.d.ts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/file.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/file.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/file.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.mts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.ts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getToken.d.mts +0 -46
- package/node_modules/@clerk/shared/dist/runtime/getToken.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getToken.d.ts +0 -46
- package/node_modules/@clerk/shared/dist/runtime/getToken.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getToken.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/getToken.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/globs-D0Kpu4g1.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/globs-u_gXJPLt.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/globs.d.mts +0 -7
- package/node_modules/@clerk/shared/dist/runtime/globs.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/globs.d.ts +0 -7
- package/node_modules/@clerk/shared/dist/runtime/globs.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-4-yw9hYF.d.ts +0 -7
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-4-yw9hYF.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BWsoUzyL.d.mts +0 -7
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BWsoUzyL.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BmJC8Cue.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-iAIjw-kJ.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.mts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.ts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/hex-txii11Pj.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/hex-zF8OyMcG.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index-BK_NVS1t.d.ts +0 -10885
- package/node_modules/@clerk/shared/dist/runtime/index-BK_NVS1t.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index-Cc98l5ga.d.mts +0 -10885
- package/node_modules/@clerk/shared/dist/runtime/index-Cc98l5ga.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index.d.mts +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index.d.ts +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/index.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/injectedWeb3EthProviders-BqNbQ8Of.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/injectedWeb3EthProviders-Cp_aXKsI.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/injectedWeb3SolanaProviders-Cbd4CVu9.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/injectedWeb3SolanaProviders-DRQuwtHF.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/instance-BmZr0cdE.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/instance-C1LlVxIp.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts +0 -31
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts +0 -31
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.mts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.ts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.mts +0 -54
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.ts +0 -54
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.mts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.ts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.mts +0 -113
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.ts +0 -113
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.mts +0 -5
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.ts +0 -5
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts +0 -13
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts +0 -13
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.mts +0 -10
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.ts +0 -10
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.mts +0 -61
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.ts +0 -61
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.mts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.ts +0 -11
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.mts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.ts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.mts +0 -20
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.ts +0 -20
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.mts +0 -6
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.ts +0 -6
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.mts +0 -36
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.ts +0 -36
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.mts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.ts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.mts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.ts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.mts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.ts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.mts +0 -31
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.ts +0 -31
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.mts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.ts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/url.d.mts +0 -4
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/url.d.ts +0 -4
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.mts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.ts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.mts +0 -25
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.ts +0 -25
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.mts +0 -32
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.ts +0 -32
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.mts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.ts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob-CoF80qYz.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob-Hkpnx2p8.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.mts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.ts +0 -9
- package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa-DWmLcIHi.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa-_pSA92Q9.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.mts +0 -5
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.ts +0 -5
- package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.mts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.ts +0 -23
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.mts +0 -271
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.ts +0 -271
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keyless/index.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keys-BI9hmfja.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keys-DuxzP8MU.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keys.d.mts +0 -103
- package/node_modules/@clerk/shared/dist/runtime/keys.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/keys.d.ts +0 -103
- package/node_modules/@clerk/shared/dist/runtime/keys.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.mts +0 -88
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.ts +0 -88
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadScript-BnB9d_IW.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadScript-UG_epen4.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadScript.d.mts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/loadScript.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/loadScript.d.ts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/loadScript.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.mts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.ts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/logger-BOte4sQb.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/logger-DISzhF9M.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/logger.d.mts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/logger.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/logger.d.ts +0 -12
- package/node_modules/@clerk/shared/dist/runtime/logger.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/moduleManager-BsmFyRrH.d.mts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/moduleManager-BsmFyRrH.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/moduleManager-WB15hU3T.d.ts +0 -21
- package/node_modules/@clerk/shared/dist/runtime/moduleManager-WB15hU3T.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/moduleManager.d.mts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/moduleManager.d.ts +0 -2
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler-DFm5qdPh.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler-Dkdkho_6.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.mts +0 -34
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.ts +0 -34
- package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/noop-B7RzLU-c.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/noop-CVg8oVJr.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/oauth.d.mts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/oauth.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/oauth.d.ts +0 -19
- package/node_modules/@clerk/shared/dist/runtime/oauth.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/oauth.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/oauth.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/object-DYaB_9gA.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/object-DklYlVP-.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/object.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/object.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/object.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/object.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/organization-BzM6mhUv.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/organization-Cy_ag_4B.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/organization.d.mts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/organization.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/organization.d.ts +0 -15
- package/node_modules/@clerk/shared/dist/runtime/organization.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/path-BLD6zl1u.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/path-ci3QmWY8.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.mts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.ts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathMatcher.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp-7eww5BY6.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp-Do-462DY.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.mts +0 -85
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.ts +0 -85
- package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/poller.d.mts +0 -20
- package/node_modules/@clerk/shared/dist/runtime/poller.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/poller.d.ts +0 -20
- package/node_modules/@clerk/shared/dist/runtime/poller.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/poller.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/poller.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/proxy-BcfViKjn.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/proxy-DahrnOq8.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/proxy.d.mts +0 -24
- package/node_modules/@clerk/shared/dist/runtime/proxy.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/proxy.d.ts +0 -24
- package/node_modules/@clerk/shared/dist/runtime/proxy.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/queryParams-DSUymAGT.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/queryParams-Dlt0oVDg.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/querystring-BFj_iDi0.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/querystring-pXtwII0l.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/react/index.d.mts +0 -1647
- package/node_modules/@clerk/shared/dist/runtime/react/index.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/react/index.d.ts +0 -1647
- package/node_modules/@clerk/shared/dist/runtime/react/index.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/react/index.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/react/index.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/retry-DGCmqlcR.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/retry-DqRIhHV5.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/retry.d.mts +0 -60
- package/node_modules/@clerk/shared/dist/runtime/retry.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/retry.d.ts +0 -60
- package/node_modules/@clerk/shared/dist/runtime/retry.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/router.d.mts +0 -100
- package/node_modules/@clerk/shared/dist/runtime/router.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/router.d.ts +0 -100
- package/node_modules/@clerk/shared/dist/runtime/router.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/router.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/router.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/runtimeEnvironment-D1yr0yUs.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/runtimeEnvironment-DJJWo5AR.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/safeImport.d.mts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/safeImport.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/safeImport.d.ts +0 -18
- package/node_modules/@clerk/shared/dist/runtime/safeImport.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/safeImport.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/safeImport.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/saml.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/saml.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/saml.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/saml.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/saml.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/saml.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/strength-DMrZQDoO.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/strength-DPtAse7d.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/telemetry--P0a0tSk.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/telemetry-DE2JFEBf.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/telemetry.d.mts +0 -143
- package/node_modules/@clerk/shared/dist/runtime/telemetry.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/telemetry.d.ts +0 -143
- package/node_modules/@clerk/shared/dist/runtime/telemetry.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/types/index.d.mts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/types/index.d.ts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/ui/index.d.mts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/ui/index.d.ts +0 -3
- package/node_modules/@clerk/shared/dist/runtime/underscore-BX6Ucmg5.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/underscore-ClYSgvuy.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/underscore.d.mts +0 -63
- package/node_modules/@clerk/shared/dist/runtime/underscore.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/underscore.d.ts +0 -63
- package/node_modules/@clerk/shared/dist/runtime/underscore.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-C6gPMFx5.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-CKcDCvyG.d.ts +0 -144
- package/node_modules/@clerk/shared/dist/runtime/url-CKcDCvyG.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-CoXV4i87.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-DaPDWryr.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-Ou22U773.d.mts +0 -144
- package/node_modules/@clerk/shared/dist/runtime/url-Ou22U773.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url-sAcxbiir.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url.d.mts +0 -78
- package/node_modules/@clerk/shared/dist/runtime/url.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/url.d.ts +0 -78
- package/node_modules/@clerk/shared/dist/runtime/url.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/utils/index.d.mts +0 -65
- package/node_modules/@clerk/shared/dist/runtime/utils/index.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/utils/index.d.ts +0 -65
- package/node_modules/@clerk/shared/dist/runtime/utils/index.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/utils-TXJdVJx7.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/utils-Y3tB5LFT.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.mts +0 -58
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.ts +0 -58
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionCheck.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionSelector-BSa0YYBu.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionSelector-CoS6g9-B.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.mts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.ts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-CB9iynCD.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-DGxKWlwM.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-DLpcirWQ.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-DLpcirWQ.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-DZxkXjac.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/waitForElement-DZxkXjac.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/web3.d.mts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/web3.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/web3.d.ts +0 -8
- package/node_modules/@clerk/shared/dist/runtime/web3.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/web3.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/web3.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/webauthn.d.mts +0 -16
- package/node_modules/@clerk/shared/dist/runtime/webauthn.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/webauthn.d.ts +0 -16
- package/node_modules/@clerk/shared/dist/runtime/webauthn.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/webauthn.js.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/webauthn.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.mts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.ts +0 -17
- package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.ts.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/workerTimers-CDy8bBJS.mjs.map +0 -1
- package/node_modules/@clerk/shared/dist/runtime/workerTimers-D-HZtmjt.js.map +0 -1
- package/node_modules/@clerk/shared/dist/types/index.d.mts +0 -10584
- package/node_modules/@clerk/shared/dist/types/index.d.mts.map +0 -1
- package/node_modules/@clerk/shared/dist/types/index.d.ts +0 -10584
- package/node_modules/@clerk/shared/dist/types/index.d.ts.map +0 -1
- package/node_modules/@fastify/ajv-compiler/types/index.test-d.ts +0 -302
- package/node_modules/@fastify/error/types/index.test-d.ts +0 -92
- package/node_modules/@fastify/fast-json-stringify-compiler/types/index.test-d.ts +0 -142
- package/node_modules/@fastify/merge-json-schemas/types/index.test-d.ts +0 -52
- package/node_modules/@fastify/proxy-addr/types/index.test-d.ts +0 -27
- package/node_modules/@fastify/send/types/index.test-d.ts +0 -67
- package/node_modules/@fastify/static/types/index.test-d.ts +0 -240
- package/node_modules/@fastify/websocket/types/index.test-d.ts +0 -176
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.d.ts +0 -4
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.d.ts +0 -34
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.d.ts +0 -6
- package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.d.ts +0 -2
- package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/index.d.ts +0 -41
- package/node_modules/@isaacs/cliui/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/index.min.js.map +0 -7
- package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts +0 -5
- package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.d.ts +0 -2
- package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts +0 -7
- package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.d.ts +0 -4
- package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.d.ts +0 -34
- package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.d.ts +0 -6
- package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.d.ts +0 -2
- package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/index.d.ts +0 -41
- package/node_modules/@isaacs/cliui/dist/esm/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/index.min.js.map +0 -7
- package/node_modules/@isaacs/cliui/dist/esm/string-width/index.d.ts +0 -5
- package/node_modules/@isaacs/cliui/dist/esm/string-width/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/string-width/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.d.ts +0 -2
- package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.js.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.d.ts +0 -7
- package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.d.ts.map +0 -1
- package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.js.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/dist/index.d.mts +0 -239
- package/node_modules/@openrouter/ai-sdk-provider/dist/index.d.ts +0 -239
- package/node_modules/@openrouter/ai-sdk-provider/dist/index.js.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/dist/index.mjs.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.d.mts +0 -156
- package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.d.ts +0 -156
- package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.js.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.mjs.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.d.mts +0 -1252
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.d.ts +0 -1252
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.js.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.mjs.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.d.mts +0 -352
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.d.ts +0 -352
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.js.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.mjs.map +0 -1
- package/node_modules/@openrouter/ai-sdk-provider/node_modules/secure-json-parse/types/index.test-d.ts +0 -31
- package/node_modules/@pinojs/redact/index.test-d.ts +0 -22
- package/node_modules/@stablelib/base64/base64.bench.ts +0 -25
- package/node_modules/@stablelib/base64/base64.test.ts +0 -85
- package/node_modules/@stablelib/base64/base64.ts +0 -283
- package/node_modules/@standard-schema/spec/dist/index.d.cts +0 -119
- package/node_modules/@standard-schema/spec/dist/index.d.ts +0 -119
- package/node_modules/@stricli/core/dist/index.d.cts +0 -1443
- package/node_modules/@stricli/core/dist/index.d.ts +0 -1443
- package/node_modules/@tanstack/query-core/src/focusManager.ts +0 -86
- package/node_modules/@tanstack/query-core/src/hydration.ts +0 -285
- package/node_modules/@tanstack/query-core/src/index.ts +0 -55
- package/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts +0 -176
- package/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts +0 -190
- package/node_modules/@tanstack/query-core/src/mutation.ts +0 -417
- package/node_modules/@tanstack/query-core/src/mutationCache.ts +0 -244
- package/node_modules/@tanstack/query-core/src/mutationObserver.ts +0 -227
- package/node_modules/@tanstack/query-core/src/notifyManager.ts +0 -99
- package/node_modules/@tanstack/query-core/src/onlineManager.ts +0 -71
- package/node_modules/@tanstack/query-core/src/queriesObserver.ts +0 -298
- package/node_modules/@tanstack/query-core/src/query.ts +0 -756
- package/node_modules/@tanstack/query-core/src/queryCache.ts +0 -223
- package/node_modules/@tanstack/query-core/src/queryClient.ts +0 -648
- package/node_modules/@tanstack/query-core/src/queryObserver.ts +0 -833
- package/node_modules/@tanstack/query-core/src/removable.ts +0 -39
- package/node_modules/@tanstack/query-core/src/retryer.ts +0 -228
- package/node_modules/@tanstack/query-core/src/streamedQuery.ts +0 -122
- package/node_modules/@tanstack/query-core/src/subscribable.ts +0 -30
- package/node_modules/@tanstack/query-core/src/thenable.ts +0 -111
- package/node_modules/@tanstack/query-core/src/timeoutManager.ts +0 -135
- package/node_modules/@tanstack/query-core/src/types.ts +0 -1391
- package/node_modules/@tanstack/query-core/src/utils.ts +0 -497
- package/node_modules/@vercel/oidc/dist/auth-config.d.ts +0 -30
- package/node_modules/@vercel/oidc/dist/get-context.d.ts +0 -6
- package/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.d.ts +0 -49
- package/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.test.d.ts +0 -1
- package/node_modules/@vercel/oidc/dist/index-browser.d.ts +0 -3
- package/node_modules/@vercel/oidc/dist/index-browser.test.d.ts +0 -1
- package/node_modules/@vercel/oidc/dist/index.d.ts +0 -2
- package/node_modules/@vercel/oidc/dist/oauth.d.ts +0 -17
- package/node_modules/@vercel/oidc/dist/token-error.d.ts +0 -5
- package/node_modules/@vercel/oidc/dist/token-io.d.ts +0 -2
- package/node_modules/@vercel/oidc/dist/token-util.d.ts +0 -21
- package/node_modules/@vercel/oidc/dist/token-util.test.d.ts +0 -1
- package/node_modules/@vercel/oidc/dist/token.d.ts +0 -1
- package/node_modules/@vercel/oidc/dist/token.test.d.ts +0 -1
- package/node_modules/agent-base/dist/helpers.d.ts +0 -15
- package/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
- package/node_modules/agent-base/dist/helpers.js.map +0 -1
- package/node_modules/agent-base/dist/index.d.ts +0 -41
- package/node_modules/agent-base/dist/index.d.ts.map +0 -1
- package/node_modules/agent-base/dist/index.js.map +0 -1
- package/node_modules/ai/dist/index.d.mts +0 -6403
- package/node_modules/ai/dist/index.d.ts +0 -6403
- package/node_modules/ai/dist/index.js.map +0 -1
- package/node_modules/ai/dist/index.mjs.map +0 -1
- package/node_modules/ai/dist/internal/index.d.mts +0 -314
- package/node_modules/ai/dist/internal/index.d.ts +0 -314
- package/node_modules/ai/dist/internal/index.js.map +0 -1
- package/node_modules/ai/dist/internal/index.mjs.map +0 -1
- package/node_modules/ai/src/agent/agent.ts +0 -124
- package/node_modules/ai/src/agent/create-agent-ui-stream-response.ts +0 -61
- package/node_modules/ai/src/agent/create-agent-ui-stream.ts +0 -84
- package/node_modules/ai/src/agent/index.ts +0 -33
- package/node_modules/ai/src/agent/infer-agent-tools.ts +0 -7
- package/node_modules/ai/src/agent/infer-agent-ui-message.ts +0 -11
- package/node_modules/ai/src/agent/pipe-agent-ui-stream-to-response.ts +0 -64
- package/node_modules/ai/src/agent/tool-loop-agent-settings.ts +0 -195
- package/node_modules/ai/src/agent/tool-loop-agent.ts +0 -146
- package/node_modules/ai/src/embed/embed-many-result.ts +0 -53
- package/node_modules/ai/src/embed/embed-many.ts +0 -386
- package/node_modules/ai/src/embed/embed-result.ts +0 -50
- package/node_modules/ai/src/embed/embed.ts +0 -217
- package/node_modules/ai/src/embed/index.ts +0 -4
- package/node_modules/ai/src/error/index.ts +0 -37
- package/node_modules/ai/src/error/invalid-argument-error.ts +0 -34
- package/node_modules/ai/src/error/invalid-stream-part-error.ts +0 -28
- package/node_modules/ai/src/error/invalid-tool-approval-error.ts +0 -26
- package/node_modules/ai/src/error/invalid-tool-input-error.ts +0 -33
- package/node_modules/ai/src/error/missing-tool-result-error.ts +0 -28
- package/node_modules/ai/src/error/no-image-generated-error.ts +0 -39
- package/node_modules/ai/src/error/no-object-generated-error.ts +0 -70
- package/node_modules/ai/src/error/no-output-generated-error.ts +0 -26
- package/node_modules/ai/src/error/no-speech-generated-error.ts +0 -28
- package/node_modules/ai/src/error/no-such-tool-error.ts +0 -35
- package/node_modules/ai/src/error/no-transcript-generated-error.ts +0 -30
- package/node_modules/ai/src/error/no-video-generated-error.ts +0 -57
- package/node_modules/ai/src/error/tool-call-not-found-for-approval-error.ts +0 -32
- package/node_modules/ai/src/error/tool-call-repair-error.ts +0 -30
- package/node_modules/ai/src/error/ui-message-stream-error.ts +0 -48
- package/node_modules/ai/src/error/unsupported-model-version-error.ts +0 -23
- package/node_modules/ai/src/error/verify-no-object-generated-error.ts +0 -27
- package/node_modules/ai/src/generate-image/generate-image-result.ts +0 -42
- package/node_modules/ai/src/generate-image/generate-image.ts +0 -361
- package/node_modules/ai/src/generate-image/index.ts +0 -18
- package/node_modules/ai/src/generate-object/generate-object-result.ts +0 -67
- package/node_modules/ai/src/generate-object/generate-object.ts +0 -514
- package/node_modules/ai/src/generate-object/index.ts +0 -9
- package/node_modules/ai/src/generate-object/inject-json-instruction.ts +0 -30
- package/node_modules/ai/src/generate-object/output-strategy.ts +0 -415
- package/node_modules/ai/src/generate-object/parse-and-validate-object-result.ts +0 -111
- package/node_modules/ai/src/generate-object/repair-text.ts +0 -12
- package/node_modules/ai/src/generate-object/stream-object-result.ts +0 -120
- package/node_modules/ai/src/generate-object/stream-object.ts +0 -984
- package/node_modules/ai/src/generate-object/validate-object-generation-input.ts +0 -144
- package/node_modules/ai/src/generate-speech/generate-speech-result.ts +0 -30
- package/node_modules/ai/src/generate-speech/generate-speech.ts +0 -191
- package/node_modules/ai/src/generate-speech/generated-audio-file.ts +0 -65
- package/node_modules/ai/src/generate-speech/index.ts +0 -3
- package/node_modules/ai/src/generate-text/callback-events.ts +0 -332
- package/node_modules/ai/src/generate-text/collect-tool-approvals.ts +0 -116
- package/node_modules/ai/src/generate-text/content-part.ts +0 -25
- package/node_modules/ai/src/generate-text/execute-tool-call.ts +0 -197
- package/node_modules/ai/src/generate-text/extract-reasoning-content.ts +0 -17
- package/node_modules/ai/src/generate-text/extract-text-content.ts +0 -15
- package/node_modules/ai/src/generate-text/generate-text-result.ts +0 -168
- package/node_modules/ai/src/generate-text/generate-text.ts +0 -1582
- package/node_modules/ai/src/generate-text/generated-file.ts +0 -70
- package/node_modules/ai/src/generate-text/index.ts +0 -79
- package/node_modules/ai/src/generate-text/is-approval-needed.ts +0 -29
- package/node_modules/ai/src/generate-text/output-utils.ts +0 -23
- package/node_modules/ai/src/generate-text/output.ts +0 -590
- package/node_modules/ai/src/generate-text/parse-tool-call.ts +0 -188
- package/node_modules/ai/src/generate-text/prepare-step.ts +0 -103
- package/node_modules/ai/src/generate-text/prune-messages.ts +0 -167
- package/node_modules/ai/src/generate-text/reasoning-output.ts +0 -20
- package/node_modules/ai/src/generate-text/reasoning.ts +0 -8
- package/node_modules/ai/src/generate-text/response-message.ts +0 -10
- package/node_modules/ai/src/generate-text/run-tools-transformation.ts +0 -448
- package/node_modules/ai/src/generate-text/smooth-stream.ts +0 -162
- package/node_modules/ai/src/generate-text/step-result.ts +0 -290
- package/node_modules/ai/src/generate-text/stop-condition.ts +0 -33
- package/node_modules/ai/src/generate-text/stream-text-result.ts +0 -463
- package/node_modules/ai/src/generate-text/stream-text.ts +0 -2844
- package/node_modules/ai/src/generate-text/to-response-messages.ts +0 -163
- package/node_modules/ai/src/generate-text/tool-approval-request-output.ts +0 -21
- package/node_modules/ai/src/generate-text/tool-call-repair-function.ts +0 -27
- package/node_modules/ai/src/generate-text/tool-call.ts +0 -47
- package/node_modules/ai/src/generate-text/tool-error.ts +0 -34
- package/node_modules/ai/src/generate-text/tool-output-denied.ts +0 -21
- package/node_modules/ai/src/generate-text/tool-output.ts +0 -7
- package/node_modules/ai/src/generate-text/tool-result.ts +0 -36
- package/node_modules/ai/src/generate-text/tool-set.ts +0 -14
- package/node_modules/ai/src/generate-video/generate-video-result.ts +0 -36
- package/node_modules/ai/src/generate-video/generate-video.ts +0 -402
- package/node_modules/ai/src/generate-video/index.ts +0 -3
- package/node_modules/ai/src/global.ts +0 -36
- package/node_modules/ai/src/index.ts +0 -49
- package/node_modules/ai/src/logger/index.ts +0 -6
- package/node_modules/ai/src/logger/log-warnings.ts +0 -140
- package/node_modules/ai/src/middleware/add-tool-input-examples-middleware.ts +0 -90
- package/node_modules/ai/src/middleware/default-embedding-settings-middleware.ts +0 -22
- package/node_modules/ai/src/middleware/default-settings-middleware.ts +0 -33
- package/node_modules/ai/src/middleware/extract-json-middleware.ts +0 -197
- package/node_modules/ai/src/middleware/extract-reasoning-middleware.ts +0 -249
- package/node_modules/ai/src/middleware/index.ts +0 -10
- package/node_modules/ai/src/middleware/simulate-streaming-middleware.ts +0 -79
- package/node_modules/ai/src/middleware/wrap-embedding-model.ts +0 -86
- package/node_modules/ai/src/middleware/wrap-image-model.ts +0 -85
- package/node_modules/ai/src/middleware/wrap-language-model.ts +0 -104
- package/node_modules/ai/src/middleware/wrap-provider.ts +0 -51
- package/node_modules/ai/src/model/as-embedding-model-v3.ts +0 -24
- package/node_modules/ai/src/model/as-image-model-v3.ts +0 -24
- package/node_modules/ai/src/model/as-language-model-v3.ts +0 -103
- package/node_modules/ai/src/model/as-provider-v3.ts +0 -36
- package/node_modules/ai/src/model/as-speech-model-v3.ts +0 -24
- package/node_modules/ai/src/model/as-transcription-model-v3.ts +0 -24
- package/node_modules/ai/src/model/resolve-model.ts +0 -159
- package/node_modules/ai/src/prompt/call-settings.ts +0 -148
- package/node_modules/ai/src/prompt/content-part.ts +0 -215
- package/node_modules/ai/src/prompt/convert-to-language-model-prompt.ts +0 -526
- package/node_modules/ai/src/prompt/create-tool-model-output.ts +0 -34
- package/node_modules/ai/src/prompt/data-content.ts +0 -134
- package/node_modules/ai/src/prompt/index.ts +0 -27
- package/node_modules/ai/src/prompt/invalid-data-content-error.ts +0 -29
- package/node_modules/ai/src/prompt/invalid-message-role-error.ts +0 -27
- package/node_modules/ai/src/prompt/message-conversion-error.ts +0 -28
- package/node_modules/ai/src/prompt/message.ts +0 -68
- package/node_modules/ai/src/prompt/prepare-call-settings.ts +0 -108
- package/node_modules/ai/src/prompt/prepare-tools-and-tool-choice.ts +0 -86
- package/node_modules/ai/src/prompt/prompt.ts +0 -43
- package/node_modules/ai/src/prompt/split-data-url.ts +0 -17
- package/node_modules/ai/src/prompt/standardize-prompt.ts +0 -99
- package/node_modules/ai/src/prompt/wrap-gateway-error.ts +0 -29
- package/node_modules/ai/src/registry/custom-provider.ts +0 -176
- package/node_modules/ai/src/registry/index.ts +0 -7
- package/node_modules/ai/src/registry/no-such-provider-error.ts +0 -41
- package/node_modules/ai/src/registry/provider-registry.ts +0 -327
- package/node_modules/ai/src/rerank/index.ts +0 -2
- package/node_modules/ai/src/rerank/rerank-result.ts +0 -70
- package/node_modules/ai/src/rerank/rerank.ts +0 -239
- package/node_modules/ai/src/telemetry/assemble-operation-name.ts +0 -21
- package/node_modules/ai/src/telemetry/get-base-telemetry-attributes.ts +0 -53
- package/node_modules/ai/src/telemetry/get-global-telemetry-integration.ts +0 -85
- package/node_modules/ai/src/telemetry/get-tracer.ts +0 -20
- package/node_modules/ai/src/telemetry/index.ts +0 -4
- package/node_modules/ai/src/telemetry/noop-tracer.ts +0 -69
- package/node_modules/ai/src/telemetry/record-span.ts +0 -75
- package/node_modules/ai/src/telemetry/select-telemetry-attributes.ts +0 -78
- package/node_modules/ai/src/telemetry/stringify-for-telemetry.ts +0 -33
- package/node_modules/ai/src/telemetry/telemetry-integration-registry.ts +0 -17
- package/node_modules/ai/src/telemetry/telemetry-integration.ts +0 -24
- package/node_modules/ai/src/telemetry/telemetry-settings.ts +0 -53
- package/node_modules/ai/src/text-stream/create-text-stream-response.ts +0 -30
- package/node_modules/ai/src/text-stream/index.ts +0 -2
- package/node_modules/ai/src/text-stream/pipe-text-stream-to-response.ts +0 -38
- package/node_modules/ai/src/transcribe/index.ts +0 -2
- package/node_modules/ai/src/transcribe/transcribe-result.ts +0 -60
- package/node_modules/ai/src/transcribe/transcribe.ts +0 -187
- package/node_modules/ai/src/types/embedding-model-middleware.ts +0 -3
- package/node_modules/ai/src/types/embedding-model.ts +0 -18
- package/node_modules/ai/src/types/image-model-middleware.ts +0 -3
- package/node_modules/ai/src/types/image-model-response-metadata.ts +0 -16
- package/node_modules/ai/src/types/image-model.ts +0 -19
- package/node_modules/ai/src/types/index.ts +0 -29
- package/node_modules/ai/src/types/json-value.ts +0 -15
- package/node_modules/ai/src/types/language-model-middleware.ts +0 -3
- package/node_modules/ai/src/types/language-model-request-metadata.ts +0 -6
- package/node_modules/ai/src/types/language-model-response-metadata.ts +0 -21
- package/node_modules/ai/src/types/language-model.ts +0 -104
- package/node_modules/ai/src/types/provider-metadata.ts +0 -16
- package/node_modules/ai/src/types/provider.ts +0 -55
- package/node_modules/ai/src/types/reranking-model.ts +0 -6
- package/node_modules/ai/src/types/speech-model-response-metadata.ts +0 -21
- package/node_modules/ai/src/types/speech-model.ts +0 -6
- package/node_modules/ai/src/types/transcription-model-response-metadata.ts +0 -16
- package/node_modules/ai/src/types/transcription-model.ts +0 -9
- package/node_modules/ai/src/types/usage.ts +0 -200
- package/node_modules/ai/src/types/video-model-response-metadata.ts +0 -28
- package/node_modules/ai/src/types/video-model.ts +0 -11
- package/node_modules/ai/src/types/warning.ts +0 -7
- package/node_modules/ai/src/ui/call-completion-api.ts +0 -157
- package/node_modules/ai/src/ui/chat-transport.ts +0 -83
- package/node_modules/ai/src/ui/chat.ts +0 -786
- package/node_modules/ai/src/ui/convert-file-list-to-file-ui-parts.ts +0 -36
- package/node_modules/ai/src/ui/convert-to-model-messages.ts +0 -379
- package/node_modules/ai/src/ui/default-chat-transport.ts +0 -36
- package/node_modules/ai/src/ui/direct-chat-transport.ts +0 -117
- package/node_modules/ai/src/ui/http-chat-transport.ts +0 -273
- package/node_modules/ai/src/ui/index.ts +0 -72
- package/node_modules/ai/src/ui/last-assistant-message-is-complete-with-approval-responses.ts +0 -44
- package/node_modules/ai/src/ui/last-assistant-message-is-complete-with-tool-calls.ts +0 -39
- package/node_modules/ai/src/ui/process-text-stream.ts +0 -16
- package/node_modules/ai/src/ui/process-ui-message-stream.ts +0 -845
- package/node_modules/ai/src/ui/text-stream-chat-transport.ts +0 -23
- package/node_modules/ai/src/ui/transform-text-to-ui-message-stream.ts +0 -27
- package/node_modules/ai/src/ui/ui-messages.ts +0 -540
- package/node_modules/ai/src/ui/use-completion.ts +0 -84
- package/node_modules/ai/src/ui/validate-ui-messages.ts +0 -510
- package/node_modules/ai/src/ui-message-stream/create-ui-message-stream-response.ts +0 -44
- package/node_modules/ai/src/ui-message-stream/create-ui-message-stream.ts +0 -145
- package/node_modules/ai/src/ui-message-stream/get-response-ui-message-id.ts +0 -35
- package/node_modules/ai/src/ui-message-stream/handle-ui-message-stream-finish.ts +0 -170
- package/node_modules/ai/src/ui-message-stream/index.ts +0 -14
- package/node_modules/ai/src/ui-message-stream/json-to-sse-transform-stream.ts +0 -17
- package/node_modules/ai/src/ui-message-stream/pipe-ui-message-stream-to-response.ts +0 -51
- package/node_modules/ai/src/ui-message-stream/read-ui-message-stream.ts +0 -87
- package/node_modules/ai/src/ui-message-stream/ui-message-chunks.ts +0 -350
- package/node_modules/ai/src/ui-message-stream/ui-message-stream-headers.ts +0 -7
- package/node_modules/ai/src/ui-message-stream/ui-message-stream-on-finish-callback.ts +0 -32
- package/node_modules/ai/src/ui-message-stream/ui-message-stream-on-step-finish-callback.ts +0 -25
- package/node_modules/ai/src/ui-message-stream/ui-message-stream-response-init.ts +0 -14
- package/node_modules/ai/src/ui-message-stream/ui-message-stream-writer.ts +0 -24
- package/node_modules/ai/src/util/as-array.ts +0 -3
- package/node_modules/ai/src/util/async-iterable-stream.ts +0 -94
- package/node_modules/ai/src/util/consume-stream.ts +0 -31
- package/node_modules/ai/src/util/cosine-similarity.ts +0 -46
- package/node_modules/ai/src/util/create-resolvable-promise.ts +0 -30
- package/node_modules/ai/src/util/create-stitchable-stream.ts +0 -112
- package/node_modules/ai/src/util/data-url.ts +0 -17
- package/node_modules/ai/src/util/deep-partial.ts +0 -84
- package/node_modules/ai/src/util/detect-media-type.ts +0 -226
- package/node_modules/ai/src/util/download/create-download.ts +0 -13
- package/node_modules/ai/src/util/download/download-function.ts +0 -45
- package/node_modules/ai/src/util/download/download.ts +0 -74
- package/node_modules/ai/src/util/error-handler.ts +0 -1
- package/node_modules/ai/src/util/fix-json.ts +0 -401
- package/node_modules/ai/src/util/get-potential-start-index.ts +0 -39
- package/node_modules/ai/src/util/index.ts +0 -12
- package/node_modules/ai/src/util/is-deep-equal-data.ts +0 -48
- package/node_modules/ai/src/util/is-non-empty-object.ts +0 -5
- package/node_modules/ai/src/util/job.ts +0 -1
- package/node_modules/ai/src/util/log-v2-compatibility-warning.ts +0 -21
- package/node_modules/ai/src/util/merge-abort-signals.ts +0 -43
- package/node_modules/ai/src/util/merge-objects.ts +0 -79
- package/node_modules/ai/src/util/notify.ts +0 -22
- package/node_modules/ai/src/util/now.ts +0 -4
- package/node_modules/ai/src/util/parse-partial-json.ts +0 -30
- package/node_modules/ai/src/util/prepare-headers.ts +0 -14
- package/node_modules/ai/src/util/prepare-retries.ts +0 -47
- package/node_modules/ai/src/util/retry-error.ts +0 -41
- package/node_modules/ai/src/util/retry-with-exponential-backoff.ts +0 -154
- package/node_modules/ai/src/util/serial-job-executor.ts +0 -36
- package/node_modules/ai/src/util/simulate-readable-stream.ts +0 -39
- package/node_modules/ai/src/util/split-array.ts +0 -20
- package/node_modules/ai/src/util/value-of.ts +0 -65
- package/node_modules/ai/src/util/write-to-server-response.ts +0 -49
- package/node_modules/ai/src/version.ts +0 -5
- package/node_modules/ajv/dist/2019.d.ts +0 -19
- package/node_modules/ajv/dist/2019.js.map +0 -1
- package/node_modules/ajv/dist/2020.d.ts +0 -19
- package/node_modules/ajv/dist/2020.js.map +0 -1
- package/node_modules/ajv/dist/ajv.d.ts +0 -18
- package/node_modules/ajv/dist/ajv.js.map +0 -1
- package/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
- package/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
- package/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
- package/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
- package/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
- package/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
- package/node_modules/ajv/dist/compile/errors.d.ts +0 -13
- package/node_modules/ajv/dist/compile/errors.js.map +0 -1
- package/node_modules/ajv/dist/compile/index.d.ts +0 -80
- package/node_modules/ajv/dist/compile/index.js.map +0 -1
- package/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
- package/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
- package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
- package/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
- package/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
- package/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
- package/node_modules/ajv/dist/compile/names.d.ts +0 -20
- package/node_modules/ajv/dist/compile/names.js.map +0 -1
- package/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
- package/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
- package/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
- package/node_modules/ajv/dist/compile/resolve.js.map +0 -1
- package/node_modules/ajv/dist/compile/rules.d.ts +0 -28
- package/node_modules/ajv/dist/compile/rules.js.map +0 -1
- package/node_modules/ajv/dist/compile/util.d.ts +0 -40
- package/node_modules/ajv/dist/compile/util.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
- package/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
- package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
- package/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
- package/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
- package/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
- package/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
- package/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
- package/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
- package/node_modules/ajv/dist/core.d.ts +0 -174
- package/node_modules/ajv/dist/core.js.map +0 -1
- package/node_modules/ajv/dist/jtd.d.ts +0 -47
- package/node_modules/ajv/dist/jtd.js.map +0 -1
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
- package/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
- package/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
- package/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
- package/node_modules/ajv/dist/runtime/equal.js.map +0 -1
- package/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
- package/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
- package/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
- package/node_modules/ajv/dist/runtime/quote.js.map +0 -1
- package/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
- package/node_modules/ajv/dist/runtime/re2.js.map +0 -1
- package/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
- package/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
- package/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
- package/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
- package/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
- package/node_modules/ajv/dist/runtime/uri.js.map +0 -1
- package/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
- package/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
- package/node_modules/ajv/dist/standalone/index.d.ts +0 -6
- package/node_modules/ajv/dist/standalone/index.js.map +0 -1
- package/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
- package/node_modules/ajv/dist/standalone/instance.js.map +0 -1
- package/node_modules/ajv/dist/types/index.d.ts +0 -183
- package/node_modules/ajv/dist/types/index.js.map +0 -1
- package/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
- package/node_modules/ajv/dist/types/json-schema.js.map +0 -1
- package/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
- package/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
- package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
- package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
- package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
- package/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
- package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
- package/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
- package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
- package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
- package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
- package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
- package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
- package/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
- package/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
- package/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
- package/node_modules/ajv/lib/2019.ts +0 -81
- package/node_modules/ajv/lib/2020.ts +0 -75
- package/node_modules/ajv/lib/ajv.ts +0 -70
- package/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
- package/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
- package/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
- package/node_modules/ajv/lib/compile/errors.ts +0 -184
- package/node_modules/ajv/lib/compile/index.ts +0 -324
- package/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
- package/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
- package/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
- package/node_modules/ajv/lib/compile/names.ts +0 -27
- package/node_modules/ajv/lib/compile/ref_error.ts +0 -13
- package/node_modules/ajv/lib/compile/resolve.ts +0 -149
- package/node_modules/ajv/lib/compile/rules.ts +0 -50
- package/node_modules/ajv/lib/compile/util.ts +0 -213
- package/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
- package/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
- package/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
- package/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
- package/node_modules/ajv/lib/compile/validate/index.ts +0 -582
- package/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
- package/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
- package/node_modules/ajv/lib/core.ts +0 -892
- package/node_modules/ajv/lib/jtd.ts +0 -132
- package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
- package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
- package/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
- package/node_modules/ajv/lib/runtime/equal.ts +0 -7
- package/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
- package/node_modules/ajv/lib/runtime/quote.ts +0 -31
- package/node_modules/ajv/lib/runtime/re2.ts +0 -6
- package/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
- package/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
- package/node_modules/ajv/lib/runtime/uri.ts +0 -6
- package/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
- package/node_modules/ajv/lib/standalone/index.ts +0 -100
- package/node_modules/ajv/lib/standalone/instance.ts +0 -36
- package/node_modules/ajv/lib/types/index.ts +0 -244
- package/node_modules/ajv/lib/types/json-schema.ts +0 -187
- package/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
- package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
- package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
- package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
- package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
- package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
- package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
- package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
- package/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
- package/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
- package/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
- package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
- package/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
- package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
- package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
- package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
- package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
- package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
- package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
- package/node_modules/ajv/lib/vocabularies/code.ts +0 -168
- package/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
- package/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
- package/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
- package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
- package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
- package/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
- package/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
- package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
- package/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
- package/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
- package/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
- package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
- package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
- package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
- package/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
- package/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
- package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
- package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
- package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
- package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
- package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
- package/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
- package/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
- package/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
- package/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
- package/node_modules/ajv/lib/vocabularies/next.ts +0 -8
- package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
- package/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
- package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
- package/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
- package/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
- package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
- package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
- package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
- package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
- package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
- package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
- package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
- package/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
- package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
- package/node_modules/ajv-formats/dist/formats.d.ts +0 -9
- package/node_modules/ajv-formats/dist/formats.js.map +0 -1
- package/node_modules/ajv-formats/dist/index.d.ts +0 -15
- package/node_modules/ajv-formats/dist/index.js.map +0 -1
- package/node_modules/ajv-formats/dist/limit.d.ts +0 -10
- package/node_modules/ajv-formats/dist/limit.js.map +0 -1
- package/node_modules/ajv-formats/src/formats.ts +0 -269
- package/node_modules/ajv-formats/src/index.ts +0 -62
- package/node_modules/ajv-formats/src/limit.ts +0 -99
- package/node_modules/balanced-match/dist/commonjs/index.d.ts +0 -9
- package/node_modules/balanced-match/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/balanced-match/dist/commonjs/index.js.map +0 -1
- package/node_modules/balanced-match/dist/esm/index.d.ts +0 -9
- package/node_modules/balanced-match/dist/esm/index.d.ts.map +0 -1
- package/node_modules/balanced-match/dist/esm/index.js.map +0 -1
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts +0 -6
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/brace-expansion/dist/commonjs/index.js.map +0 -1
- package/node_modules/brace-expansion/dist/esm/index.d.ts +0 -6
- package/node_modules/brace-expansion/dist/esm/index.d.ts.map +0 -1
- package/node_modules/brace-expansion/dist/esm/index.js.map +0 -1
- package/node_modules/cookie/dist/index.d.ts +0 -148
- package/node_modules/cookie/dist/index.js.map +0 -1
- package/node_modules/eventsource-parser/dist/index.cjs.map +0 -1
- package/node_modules/eventsource-parser/dist/index.d.cts +0 -144
- package/node_modules/eventsource-parser/dist/index.d.ts +0 -144
- package/node_modules/eventsource-parser/dist/index.js.map +0 -1
- package/node_modules/eventsource-parser/dist/stream.cjs.map +0 -1
- package/node_modules/eventsource-parser/dist/stream.d.cts +0 -118
- package/node_modules/eventsource-parser/dist/stream.d.ts +0 -118
- package/node_modules/eventsource-parser/dist/stream.js.map +0 -1
- package/node_modules/eventsource-parser/src/errors.ts +0 -44
- package/node_modules/eventsource-parser/src/index.ts +0 -3
- package/node_modules/eventsource-parser/src/parse.ts +0 -232
- package/node_modules/eventsource-parser/src/stream.ts +0 -88
- package/node_modules/eventsource-parser/src/types.ts +0 -97
- package/node_modules/fast-json-stringify/types/index.test-d.ts +0 -259
- package/node_modules/fast-uri/types/index.test-d.ts +0 -17
- package/node_modules/fastify-plugin/types/example-async.test-d.ts +0 -19
- package/node_modules/fastify-plugin/types/example-callback.test-d.ts +0 -19
- package/node_modules/fastify-plugin/types/plugin.test-d.ts +0 -166
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
- package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
- package/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/index.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
- package/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
- package/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/glob.js.map +0 -1
- package/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
- package/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
- package/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
- package/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
- package/node_modules/glob/dist/commonjs/index.d.ts +0 -97
- package/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/index.js.map +0 -1
- package/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
- package/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
- package/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
- package/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/processor.js.map +0 -1
- package/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
- package/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
- package/node_modules/glob/dist/commonjs/walker.js.map +0 -1
- package/node_modules/glob/dist/esm/bin.d.mts +0 -3
- package/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
- package/node_modules/glob/dist/esm/bin.mjs.map +0 -1
- package/node_modules/glob/dist/esm/glob.d.ts +0 -388
- package/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/glob.js.map +0 -1
- package/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
- package/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/has-magic.js.map +0 -1
- package/node_modules/glob/dist/esm/ignore.d.ts +0 -24
- package/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/ignore.js.map +0 -1
- package/node_modules/glob/dist/esm/index.d.ts +0 -97
- package/node_modules/glob/dist/esm/index.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/index.js.map +0 -1
- package/node_modules/glob/dist/esm/pattern.d.ts +0 -76
- package/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/pattern.js.map +0 -1
- package/node_modules/glob/dist/esm/processor.d.ts +0 -59
- package/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/processor.js.map +0 -1
- package/node_modules/glob/dist/esm/walker.d.ts +0 -97
- package/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
- package/node_modules/glob/dist/esm/walker.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.d.ts +0 -47
- package/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -15
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules/ip-address/dist/address-error.d.ts +0 -5
- package/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
- package/node_modules/ip-address/dist/address-error.js.map +0 -1
- package/node_modules/ip-address/dist/common.d.ts +0 -15
- package/node_modules/ip-address/dist/common.d.ts.map +0 -1
- package/node_modules/ip-address/dist/common.js.map +0 -1
- package/node_modules/ip-address/dist/ip-address.d.ts +0 -8
- package/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ip-address.js.map +0 -1
- package/node_modules/ip-address/dist/ipv4.d.ts +0 -209
- package/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ipv4.js.map +0 -1
- package/node_modules/ip-address/dist/ipv6.d.ts +0 -428
- package/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ipv6.js.map +0 -1
- package/node_modules/ip-address/dist/v4/constants.d.ts +0 -5
- package/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v4/constants.js.map +0 -1
- package/node_modules/ip-address/dist/v6/constants.d.ts +0 -45
- package/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/constants.js.map +0 -1
- package/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
- package/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -6
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
- package/node_modules/ip-address/src/address-error.ts +0 -11
- package/node_modules/ip-address/src/common.ts +0 -55
- package/node_modules/ip-address/src/ip-address.ts +0 -7
- package/node_modules/ip-address/src/ipv4.ts +0 -394
- package/node_modules/ip-address/src/ipv6.ts +0 -1212
- package/node_modules/ip-address/src/v4/constants.ts +0 -7
- package/node_modules/ip-address/src/v6/constants.ts +0 -79
- package/node_modules/ip-address/src/v6/helpers.ts +0 -48
- package/node_modules/ip-address/src/v6/regular-expressions.ts +0 -94
- package/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -323
- package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/index.min.js.map +0 -7
- package/node_modules/jackspeak/dist/esm/index.d.ts +0 -323
- package/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
- package/node_modules/jackspeak/dist/esm/index.js.map +0 -1
- package/node_modules/jackspeak/dist/esm/index.min.js.map +0 -7
- package/node_modules/json-schema-ref-resolver/types/index.test-d.ts +0 -23
- package/node_modules/light-my-request/node_modules/process-warning/types/index.test-d.ts +0 -36
- package/node_modules/light-my-request/types/index.test-d.ts +0 -149
- package/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1323
- package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
- package/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
- package/node_modules/lru-cache/dist/esm/index.d.ts +0 -1323
- package/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
- package/node_modules/lru-cache/dist/esm/index.js.map +0 -1
- package/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
- package/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -22
- package/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
- package/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -15
- package/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
- package/node_modules/minimatch/dist/commonjs/index.d.ts +0 -174
- package/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -22
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
- package/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
- package/node_modules/minimatch/dist/esm/ast.d.ts +0 -22
- package/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/ast.js.map +0 -1
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
- package/node_modules/minimatch/dist/esm/escape.d.ts +0 -15
- package/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/escape.js.map +0 -1
- package/node_modules/minimatch/dist/esm/index.d.ts +0 -174
- package/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/index.js.map +0 -1
- package/node_modules/minimatch/dist/esm/unescape.d.ts +0 -22
- package/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
- package/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
- package/node_modules/minipass/dist/commonjs/index.d.ts +0 -545
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/minipass/dist/commonjs/index.js.map +0 -1
- package/node_modules/minipass/dist/esm/index.d.ts +0 -545
- package/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
- package/node_modules/minipass/dist/esm/index.js.map +0 -1
- package/node_modules/node-pty/lib/eventEmitter2.test.js +0 -30
- package/node_modules/node-pty/lib/terminal.test.js +0 -139
- package/node_modules/node-pty/lib/testUtils.test.js +0 -28
- package/node_modules/node-pty/lib/unixTerminal.test.js +0 -351
- package/node_modules/node-pty/lib/windowsPtyAgent.test.js +0 -90
- package/node_modules/node-pty/lib/windowsTerminal.test.js +0 -219
- package/node_modules/node-pty/prebuilds/win32-x64/pty.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/pty.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/winpty-agent.exe +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/winpty-agent.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/winpty.dll +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/winpty.pdb +0 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
- package/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
- package/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1115
- package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
- package/node_modules/path-scurry/dist/esm/index.d.ts +0 -1115
- package/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
- package/node_modules/path-scurry/dist/esm/index.js.map +0 -1
- package/node_modules/process-warning/types/index.test-d.ts +0 -36
- package/node_modules/ret/dist/index.d.ts +0 -7
- package/node_modules/ret/dist/index.js.map +0 -1
- package/node_modules/ret/dist/reconstruct.d.ts +0 -2
- package/node_modules/ret/dist/reconstruct.js.map +0 -1
- package/node_modules/ret/dist/sets-lookup.d.ts +0 -5
- package/node_modules/ret/dist/sets-lookup.js.map +0 -1
- package/node_modules/ret/dist/sets.d.ts +0 -9
- package/node_modules/ret/dist/sets.js.map +0 -1
- package/node_modules/ret/dist/tokenizer.d.ts +0 -8
- package/node_modules/ret/dist/tokenizer.js.map +0 -1
- package/node_modules/ret/dist/types/index.d.ts +0 -3
- package/node_modules/ret/dist/types/index.js.map +0 -1
- package/node_modules/ret/dist/types/set-lookup.d.ts +0 -8
- package/node_modules/ret/dist/types/set-lookup.js.map +0 -1
- package/node_modules/ret/dist/types/tokens.d.ts +0 -41
- package/node_modules/ret/dist/types/tokens.js.map +0 -1
- package/node_modules/ret/dist/types/types.d.ts +0 -10
- package/node_modules/ret/dist/types/types.js.map +0 -1
- package/node_modules/ret/dist/util.d.ts +0 -18
- package/node_modules/ret/dist/util.js.map +0 -1
- package/node_modules/ret/dist/write-set-tokens.d.ts +0 -14
- package/node_modules/ret/dist/write-set-tokens.js.map +0 -1
- package/node_modules/rfdc/index.test-d.ts +0 -13
- package/node_modules/safe-regex2/types/index.test-d.ts +0 -12
- package/node_modules/secure-json-parse/types/index.test-d.ts +0 -43
- package/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
- package/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
- package/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
- package/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
- package/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
- package/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
- package/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
- package/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
- package/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
- package/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
- package/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
- package/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
- package/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
- package/node_modules/socks-proxy-agent/dist/index.d.ts +0 -27
- package/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
- package/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/standardwebhooks/dist/index.d.ts +0 -24
- package/node_modules/standardwebhooks/dist/index.js.map +0 -1
- package/node_modules/standardwebhooks/dist/timing_safe_equal.d.ts +0 -1
- package/node_modules/standardwebhooks/dist/timing_safe_equal.js.map +0 -1
- package/node_modules/std-env/dist/index.d.cts +0 -92
- package/node_modules/std-env/dist/index.d.mts +0 -92
- package/node_modules/std-env/dist/index.d.ts +0 -92
- package/node_modules/zod/src/index.ts +0 -4
- package/node_modules/zod/src/locales/index.ts +0 -1
- package/node_modules/zod/src/mini/index.ts +0 -3
- package/node_modules/zod/src/v3/ZodError.ts +0 -330
- package/node_modules/zod/src/v3/errors.ts +0 -13
- package/node_modules/zod/src/v3/external.ts +0 -6
- package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
- package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
- package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
- package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
- package/node_modules/zod/src/v3/helpers/util.ts +0 -224
- package/node_modules/zod/src/v3/index.ts +0 -4
- package/node_modules/zod/src/v3/locales/en.ts +0 -124
- package/node_modules/zod/src/v3/standard-schema.ts +0 -113
- package/node_modules/zod/src/v3/types.ts +0 -5138
- package/node_modules/zod/src/v4/classic/checks.ts +0 -32
- package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
- package/node_modules/zod/src/v4/classic/compat.ts +0 -70
- package/node_modules/zod/src/v4/classic/errors.ts +0 -82
- package/node_modules/zod/src/v4/classic/external.ts +0 -51
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
- package/node_modules/zod/src/v4/classic/index.ts +0 -5
- package/node_modules/zod/src/v4/classic/iso.ts +0 -90
- package/node_modules/zod/src/v4/classic/parse.ts +0 -82
- package/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
- package/node_modules/zod/src/v4/core/api.ts +0 -1798
- package/node_modules/zod/src/v4/core/checks.ts +0 -1293
- package/node_modules/zod/src/v4/core/config.ts +0 -15
- package/node_modules/zod/src/v4/core/core.ts +0 -138
- package/node_modules/zod/src/v4/core/doc.ts +0 -44
- package/node_modules/zod/src/v4/core/errors.ts +0 -448
- package/node_modules/zod/src/v4/core/index.ts +0 -16
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
- package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
- package/node_modules/zod/src/v4/core/parse.ts +0 -195
- package/node_modules/zod/src/v4/core/regexes.ts +0 -183
- package/node_modules/zod/src/v4/core/registries.ts +0 -105
- package/node_modules/zod/src/v4/core/schemas.ts +0 -4538
- package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
- package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
- package/node_modules/zod/src/v4/core/util.ts +0 -966
- package/node_modules/zod/src/v4/core/versions.ts +0 -5
- package/node_modules/zod/src/v4/core/zsf.ts +0 -323
- package/node_modules/zod/src/v4/index.ts +0 -4
- package/node_modules/zod/src/v4/locales/ar.ts +0 -115
- package/node_modules/zod/src/v4/locales/az.ts +0 -111
- package/node_modules/zod/src/v4/locales/be.ts +0 -176
- package/node_modules/zod/src/v4/locales/bg.ts +0 -128
- package/node_modules/zod/src/v4/locales/ca.ts +0 -116
- package/node_modules/zod/src/v4/locales/cs.ts +0 -118
- package/node_modules/zod/src/v4/locales/da.ts +0 -123
- package/node_modules/zod/src/v4/locales/de.ts +0 -116
- package/node_modules/zod/src/v4/locales/en.ts +0 -119
- package/node_modules/zod/src/v4/locales/eo.ts +0 -118
- package/node_modules/zod/src/v4/locales/es.ts +0 -141
- package/node_modules/zod/src/v4/locales/fa.ts +0 -126
- package/node_modules/zod/src/v4/locales/fi.ts +0 -121
- package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
- package/node_modules/zod/src/v4/locales/fr.ts +0 -116
- package/node_modules/zod/src/v4/locales/he.ts +0 -246
- package/node_modules/zod/src/v4/locales/hu.ts +0 -117
- package/node_modules/zod/src/v4/locales/hy.ts +0 -164
- package/node_modules/zod/src/v4/locales/id.ts +0 -115
- package/node_modules/zod/src/v4/locales/index.ts +0 -49
- package/node_modules/zod/src/v4/locales/is.ts +0 -119
- package/node_modules/zod/src/v4/locales/it.ts +0 -116
- package/node_modules/zod/src/v4/locales/ja.ts +0 -114
- package/node_modules/zod/src/v4/locales/ka.ts +0 -123
- package/node_modules/zod/src/v4/locales/kh.ts +0 -7
- package/node_modules/zod/src/v4/locales/km.ts +0 -119
- package/node_modules/zod/src/v4/locales/ko.ts +0 -121
- package/node_modules/zod/src/v4/locales/lt.ts +0 -239
- package/node_modules/zod/src/v4/locales/mk.ts +0 -118
- package/node_modules/zod/src/v4/locales/ms.ts +0 -115
- package/node_modules/zod/src/v4/locales/nl.ts +0 -121
- package/node_modules/zod/src/v4/locales/no.ts +0 -116
- package/node_modules/zod/src/v4/locales/ota.ts +0 -117
- package/node_modules/zod/src/v4/locales/pl.ts +0 -118
- package/node_modules/zod/src/v4/locales/ps.ts +0 -126
- package/node_modules/zod/src/v4/locales/pt.ts +0 -116
- package/node_modules/zod/src/v4/locales/ru.ts +0 -176
- package/node_modules/zod/src/v4/locales/sl.ts +0 -118
- package/node_modules/zod/src/v4/locales/sv.ts +0 -119
- package/node_modules/zod/src/v4/locales/ta.ts +0 -118
- package/node_modules/zod/src/v4/locales/th.ts +0 -119
- package/node_modules/zod/src/v4/locales/tr.ts +0 -111
- package/node_modules/zod/src/v4/locales/ua.ts +0 -7
- package/node_modules/zod/src/v4/locales/uk.ts +0 -117
- package/node_modules/zod/src/v4/locales/ur.ts +0 -119
- package/node_modules/zod/src/v4/locales/uz.ts +0 -116
- package/node_modules/zod/src/v4/locales/vi.ts +0 -117
- package/node_modules/zod/src/v4/locales/yo.ts +0 -124
- package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
- package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
- package/node_modules/zod/src/v4/mini/checks.ts +0 -32
- package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
- package/node_modules/zod/src/v4/mini/external.ts +0 -40
- package/node_modules/zod/src/v4/mini/index.ts +0 -3
- package/node_modules/zod/src/v4/mini/iso.ts +0 -66
- package/node_modules/zod/src/v4/mini/parse.ts +0 -14
- package/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
- package/node_modules/zod/src/v4-mini/index.ts +0 -3
- /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → TZ22MxWjeATJu-EDTHIIW}/_buildManifest.js +0 -0
- /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → TZ22MxWjeATJu-EDTHIIW}/_clientMiddlewareManifest.json +0 -0
- /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → TZ22MxWjeATJu-EDTHIIW}/_ssgManifest.js +0 -0
|
@@ -1,1798 +0,0 @@
|
|
|
1
|
-
import * as checks from "./checks.js";
|
|
2
|
-
import type * as core from "./core.js";
|
|
3
|
-
import type * as errors from "./errors.js";
|
|
4
|
-
import * as registries from "./registries.js";
|
|
5
|
-
import * as schemas from "./schemas.js";
|
|
6
|
-
import * as util from "./util.js";
|
|
7
|
-
|
|
8
|
-
export type Params<
|
|
9
|
-
T extends schemas.$ZodType | checks.$ZodCheck,
|
|
10
|
-
IssueTypes extends errors.$ZodIssueBase,
|
|
11
|
-
OmitKeys extends keyof T["_zod"]["def"] = never,
|
|
12
|
-
> = util.Flatten<
|
|
13
|
-
Partial<
|
|
14
|
-
util.EmptyToNever<
|
|
15
|
-
Omit<T["_zod"]["def"], OmitKeys> &
|
|
16
|
-
([IssueTypes] extends [never]
|
|
17
|
-
? {} // unknown
|
|
18
|
-
: {
|
|
19
|
-
error?: string | errors.$ZodErrorMap<IssueTypes> | undefined;
|
|
20
|
-
/** @deprecated This parameter is deprecated. Use `error` instead. */
|
|
21
|
-
message?: string | undefined; // supported in Zod 3
|
|
22
|
-
})
|
|
23
|
-
>
|
|
24
|
-
>
|
|
25
|
-
>;
|
|
26
|
-
|
|
27
|
-
export type TypeParams<
|
|
28
|
-
T extends schemas.$ZodType = schemas.$ZodType & { _isst: never },
|
|
29
|
-
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error"> = never,
|
|
30
|
-
> = Params<T, NonNullable<T["_zod"]["isst"]>, "type" | "checks" | "error" | AlsoOmit>;
|
|
31
|
-
|
|
32
|
-
// strips types that are not exposed in the public factory
|
|
33
|
-
// incl. `error`, `check`
|
|
34
|
-
export type CheckParams<
|
|
35
|
-
T extends checks.$ZodCheck = checks.$ZodCheck, // & { _issc: never },
|
|
36
|
-
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "check" | "error"> = never,
|
|
37
|
-
> = Params<T, NonNullable<T["_zod"]["issc"]>, "check" | "error" | AlsoOmit>;
|
|
38
|
-
|
|
39
|
-
// strips types that are not exposed in the public factory
|
|
40
|
-
// incl. `type`, `checks`, `error`, `check`, `format`
|
|
41
|
-
export type StringFormatParams<
|
|
42
|
-
T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat,
|
|
43
|
-
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never,
|
|
44
|
-
> = Params<
|
|
45
|
-
T,
|
|
46
|
-
NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>,
|
|
47
|
-
"type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit
|
|
48
|
-
>;
|
|
49
|
-
|
|
50
|
-
export type CheckStringFormatParams<
|
|
51
|
-
T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat,
|
|
52
|
-
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never,
|
|
53
|
-
> = Params<T, NonNullable<T["_zod"]["issc"]>, "type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit>;
|
|
54
|
-
|
|
55
|
-
export type CheckTypeParams<
|
|
56
|
-
T extends schemas.$ZodType & checks.$ZodCheck = schemas.$ZodType & checks.$ZodCheck,
|
|
57
|
-
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error" | "check"> = never,
|
|
58
|
-
> = Params<T, NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>, "type" | "checks" | "error" | "check" | AlsoOmit>;
|
|
59
|
-
|
|
60
|
-
// String
|
|
61
|
-
export type $ZodStringParams = TypeParams<schemas.$ZodString<string>, "coerce">;
|
|
62
|
-
// @__NO_SIDE_EFFECTS__
|
|
63
|
-
export function _string<T extends schemas.$ZodString>(
|
|
64
|
-
Class: util.SchemaClass<T>,
|
|
65
|
-
params?: string | $ZodStringParams
|
|
66
|
-
): T {
|
|
67
|
-
return new Class({
|
|
68
|
-
type: "string",
|
|
69
|
-
...util.normalizeParams(params),
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// @__NO_SIDE_EFFECTS__
|
|
74
|
-
export function _coercedString<T extends schemas.$ZodString>(
|
|
75
|
-
Class: util.SchemaClass<T>,
|
|
76
|
-
params?: string | $ZodStringParams
|
|
77
|
-
): T {
|
|
78
|
-
return new Class({
|
|
79
|
-
type: "string",
|
|
80
|
-
coerce: true,
|
|
81
|
-
...util.normalizeParams(params),
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export type $ZodStringFormatParams = CheckTypeParams<
|
|
86
|
-
schemas.$ZodStringFormat,
|
|
87
|
-
"format" | "coerce" | "when" | "pattern"
|
|
88
|
-
>;
|
|
89
|
-
export type $ZodCheckStringFormatParams = CheckParams<checks.$ZodCheckStringFormat, "format">;
|
|
90
|
-
// custom format
|
|
91
|
-
|
|
92
|
-
// Email
|
|
93
|
-
export type $ZodEmailParams = StringFormatParams<schemas.$ZodEmail, "when">;
|
|
94
|
-
export type $ZodCheckEmailParams = CheckStringFormatParams<schemas.$ZodEmail, "when">;
|
|
95
|
-
// @__NO_SIDE_EFFECTS__
|
|
96
|
-
export function _email<T extends schemas.$ZodEmail>(
|
|
97
|
-
Class: util.SchemaClass<T>,
|
|
98
|
-
params?: string | $ZodEmailParams | $ZodCheckEmailParams
|
|
99
|
-
): T {
|
|
100
|
-
return new Class({
|
|
101
|
-
type: "string",
|
|
102
|
-
format: "email",
|
|
103
|
-
check: "string_format",
|
|
104
|
-
abort: false,
|
|
105
|
-
...util.normalizeParams(params),
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
// GUID
|
|
110
|
-
export type $ZodGUIDParams = StringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
|
|
111
|
-
export type $ZodCheckGUIDParams = CheckStringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
|
|
112
|
-
// @__NO_SIDE_EFFECTS__
|
|
113
|
-
export function _guid<T extends schemas.$ZodGUID>(
|
|
114
|
-
Class: util.SchemaClass<T>,
|
|
115
|
-
params?: string | $ZodGUIDParams | $ZodCheckGUIDParams
|
|
116
|
-
): T {
|
|
117
|
-
return new Class({
|
|
118
|
-
type: "string",
|
|
119
|
-
format: "guid",
|
|
120
|
-
check: "string_format",
|
|
121
|
-
abort: false,
|
|
122
|
-
...util.normalizeParams(params),
|
|
123
|
-
});
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// UUID
|
|
127
|
-
export type $ZodUUIDParams = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
128
|
-
export type $ZodCheckUUIDParams = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
129
|
-
// @__NO_SIDE_EFFECTS__
|
|
130
|
-
export function _uuid<T extends schemas.$ZodUUID>(
|
|
131
|
-
Class: util.SchemaClass<T>,
|
|
132
|
-
params?: string | $ZodUUIDParams | $ZodCheckUUIDParams
|
|
133
|
-
): T {
|
|
134
|
-
return new Class({
|
|
135
|
-
type: "string",
|
|
136
|
-
format: "uuid",
|
|
137
|
-
check: "string_format",
|
|
138
|
-
abort: false,
|
|
139
|
-
...util.normalizeParams(params),
|
|
140
|
-
});
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// UUIDv4
|
|
144
|
-
export type $ZodUUIDv4Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
145
|
-
export type $ZodCheckUUIDv4Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
146
|
-
// @__NO_SIDE_EFFECTS__
|
|
147
|
-
export function _uuidv4<T extends schemas.$ZodUUID>(
|
|
148
|
-
Class: util.SchemaClass<T>,
|
|
149
|
-
params?: string | $ZodUUIDv4Params | $ZodCheckUUIDv4Params
|
|
150
|
-
): T {
|
|
151
|
-
return new Class({
|
|
152
|
-
type: "string",
|
|
153
|
-
format: "uuid",
|
|
154
|
-
check: "string_format",
|
|
155
|
-
abort: false,
|
|
156
|
-
version: "v4",
|
|
157
|
-
...util.normalizeParams(params),
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
// UUIDv6
|
|
162
|
-
export type $ZodUUIDv6Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
163
|
-
export type $ZodCheckUUIDv6Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
164
|
-
// @__NO_SIDE_EFFECTS__
|
|
165
|
-
export function _uuidv6<T extends schemas.$ZodUUID>(
|
|
166
|
-
Class: util.SchemaClass<T>,
|
|
167
|
-
params?: string | $ZodUUIDv6Params | $ZodCheckUUIDv6Params
|
|
168
|
-
): T {
|
|
169
|
-
return new Class({
|
|
170
|
-
type: "string",
|
|
171
|
-
format: "uuid",
|
|
172
|
-
check: "string_format",
|
|
173
|
-
abort: false,
|
|
174
|
-
version: "v6",
|
|
175
|
-
...util.normalizeParams(params),
|
|
176
|
-
});
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
// UUIDv7
|
|
180
|
-
export type $ZodUUIDv7Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
181
|
-
export type $ZodCheckUUIDv7Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
182
|
-
// @__NO_SIDE_EFFECTS__
|
|
183
|
-
export function _uuidv7<T extends schemas.$ZodUUID>(
|
|
184
|
-
Class: util.SchemaClass<T>,
|
|
185
|
-
params?: string | $ZodUUIDv7Params | $ZodCheckUUIDv7Params
|
|
186
|
-
): T {
|
|
187
|
-
return new Class({
|
|
188
|
-
type: "string",
|
|
189
|
-
format: "uuid",
|
|
190
|
-
check: "string_format",
|
|
191
|
-
abort: false,
|
|
192
|
-
version: "v7",
|
|
193
|
-
...util.normalizeParams(params),
|
|
194
|
-
});
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// URL
|
|
198
|
-
export type $ZodURLParams = StringFormatParams<schemas.$ZodURL, "when">;
|
|
199
|
-
export type $ZodCheckURLParams = CheckStringFormatParams<schemas.$ZodURL, "when">;
|
|
200
|
-
// @__NO_SIDE_EFFECTS__
|
|
201
|
-
export function _url<T extends schemas.$ZodURL>(
|
|
202
|
-
Class: util.SchemaClass<T>,
|
|
203
|
-
params?: string | $ZodURLParams | $ZodCheckURLParams
|
|
204
|
-
): T {
|
|
205
|
-
return new Class({
|
|
206
|
-
type: "string",
|
|
207
|
-
format: "url",
|
|
208
|
-
check: "string_format",
|
|
209
|
-
abort: false,
|
|
210
|
-
...util.normalizeParams(params),
|
|
211
|
-
});
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// Emoji
|
|
215
|
-
export type $ZodEmojiParams = StringFormatParams<schemas.$ZodEmoji, "when">;
|
|
216
|
-
export type $ZodCheckEmojiParams = CheckStringFormatParams<schemas.$ZodEmoji, "when">;
|
|
217
|
-
// @__NO_SIDE_EFFECTS__
|
|
218
|
-
export function _emoji<T extends schemas.$ZodEmoji>(
|
|
219
|
-
Class: util.SchemaClass<T>,
|
|
220
|
-
params?: string | $ZodEmojiParams | $ZodCheckEmojiParams
|
|
221
|
-
): T {
|
|
222
|
-
return new Class({
|
|
223
|
-
type: "string",
|
|
224
|
-
format: "emoji",
|
|
225
|
-
check: "string_format",
|
|
226
|
-
abort: false,
|
|
227
|
-
...util.normalizeParams(params),
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// NanoID
|
|
232
|
-
export type $ZodNanoIDParams = StringFormatParams<schemas.$ZodNanoID, "when">;
|
|
233
|
-
export type $ZodCheckNanoIDParams = CheckStringFormatParams<schemas.$ZodNanoID, "when">;
|
|
234
|
-
// @__NO_SIDE_EFFECTS__
|
|
235
|
-
export function _nanoid<T extends schemas.$ZodNanoID>(
|
|
236
|
-
Class: util.SchemaClass<T>,
|
|
237
|
-
params?: string | $ZodNanoIDParams | $ZodCheckNanoIDParams
|
|
238
|
-
): T {
|
|
239
|
-
return new Class({
|
|
240
|
-
type: "string",
|
|
241
|
-
format: "nanoid",
|
|
242
|
-
check: "string_format",
|
|
243
|
-
abort: false,
|
|
244
|
-
...util.normalizeParams(params),
|
|
245
|
-
});
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
// CUID
|
|
249
|
-
export type $ZodCUIDParams = StringFormatParams<schemas.$ZodCUID, "when">;
|
|
250
|
-
export type $ZodCheckCUIDParams = CheckStringFormatParams<schemas.$ZodCUID, "when">;
|
|
251
|
-
// @__NO_SIDE_EFFECTS__
|
|
252
|
-
export function _cuid<T extends schemas.$ZodCUID>(
|
|
253
|
-
Class: util.SchemaClass<T>,
|
|
254
|
-
params?: string | $ZodCUIDParams | $ZodCheckCUIDParams
|
|
255
|
-
): T {
|
|
256
|
-
return new Class({
|
|
257
|
-
type: "string",
|
|
258
|
-
format: "cuid",
|
|
259
|
-
check: "string_format",
|
|
260
|
-
abort: false,
|
|
261
|
-
...util.normalizeParams(params),
|
|
262
|
-
});
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
// CUID2
|
|
266
|
-
export type $ZodCUID2Params = StringFormatParams<schemas.$ZodCUID2, "when">;
|
|
267
|
-
export type $ZodCheckCUID2Params = CheckStringFormatParams<schemas.$ZodCUID2, "when">;
|
|
268
|
-
// @__NO_SIDE_EFFECTS__
|
|
269
|
-
export function _cuid2<T extends schemas.$ZodCUID2>(
|
|
270
|
-
Class: util.SchemaClass<T>,
|
|
271
|
-
params?: string | $ZodCUID2Params | $ZodCheckCUID2Params
|
|
272
|
-
): T {
|
|
273
|
-
return new Class({
|
|
274
|
-
type: "string",
|
|
275
|
-
format: "cuid2",
|
|
276
|
-
check: "string_format",
|
|
277
|
-
abort: false,
|
|
278
|
-
...util.normalizeParams(params),
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// ULID
|
|
283
|
-
export type $ZodULIDParams = StringFormatParams<schemas.$ZodULID, "when">;
|
|
284
|
-
export type $ZodCheckULIDParams = CheckStringFormatParams<schemas.$ZodULID, "when">;
|
|
285
|
-
// @__NO_SIDE_EFFECTS__
|
|
286
|
-
export function _ulid<T extends schemas.$ZodULID>(
|
|
287
|
-
Class: util.SchemaClass<T>,
|
|
288
|
-
params?: string | $ZodULIDParams | $ZodCheckULIDParams
|
|
289
|
-
): T {
|
|
290
|
-
return new Class({
|
|
291
|
-
type: "string",
|
|
292
|
-
format: "ulid",
|
|
293
|
-
check: "string_format",
|
|
294
|
-
abort: false,
|
|
295
|
-
...util.normalizeParams(params),
|
|
296
|
-
});
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// XID
|
|
300
|
-
export type $ZodXIDParams = StringFormatParams<schemas.$ZodXID, "when">;
|
|
301
|
-
export type $ZodCheckXIDParams = CheckStringFormatParams<schemas.$ZodXID, "when">;
|
|
302
|
-
// @__NO_SIDE_EFFECTS__
|
|
303
|
-
export function _xid<T extends schemas.$ZodXID>(
|
|
304
|
-
Class: util.SchemaClass<T>,
|
|
305
|
-
params?: string | $ZodXIDParams | $ZodCheckXIDParams
|
|
306
|
-
): T {
|
|
307
|
-
return new Class({
|
|
308
|
-
type: "string",
|
|
309
|
-
format: "xid",
|
|
310
|
-
check: "string_format",
|
|
311
|
-
abort: false,
|
|
312
|
-
...util.normalizeParams(params),
|
|
313
|
-
});
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
// KSUID
|
|
317
|
-
export type $ZodKSUIDParams = StringFormatParams<schemas.$ZodKSUID, "when">;
|
|
318
|
-
export type $ZodCheckKSUIDParams = CheckStringFormatParams<schemas.$ZodKSUID, "when">;
|
|
319
|
-
// @__NO_SIDE_EFFECTS__
|
|
320
|
-
export function _ksuid<T extends schemas.$ZodKSUID>(
|
|
321
|
-
Class: util.SchemaClass<T>,
|
|
322
|
-
params?: string | $ZodKSUIDParams | $ZodCheckKSUIDParams
|
|
323
|
-
): T {
|
|
324
|
-
return new Class({
|
|
325
|
-
type: "string",
|
|
326
|
-
format: "ksuid",
|
|
327
|
-
check: "string_format",
|
|
328
|
-
abort: false,
|
|
329
|
-
...util.normalizeParams(params),
|
|
330
|
-
});
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// IPv4
|
|
334
|
-
export type $ZodIPv4Params = StringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
|
|
335
|
-
export type $ZodCheckIPv4Params = CheckStringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
|
|
336
|
-
// @__NO_SIDE_EFFECTS__
|
|
337
|
-
export function _ipv4<T extends schemas.$ZodIPv4>(
|
|
338
|
-
Class: util.SchemaClass<T>,
|
|
339
|
-
params?: string | $ZodIPv4Params | $ZodCheckIPv4Params
|
|
340
|
-
): T {
|
|
341
|
-
return new Class({
|
|
342
|
-
type: "string",
|
|
343
|
-
format: "ipv4",
|
|
344
|
-
check: "string_format",
|
|
345
|
-
abort: false,
|
|
346
|
-
...util.normalizeParams(params),
|
|
347
|
-
});
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
// IPv6
|
|
351
|
-
export type $ZodIPv6Params = StringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
|
|
352
|
-
export type $ZodCheckIPv6Params = CheckStringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
|
|
353
|
-
// @__NO_SIDE_EFFECTS__
|
|
354
|
-
export function _ipv6<T extends schemas.$ZodIPv6>(
|
|
355
|
-
Class: util.SchemaClass<T>,
|
|
356
|
-
params?: string | $ZodIPv6Params | $ZodCheckIPv6Params
|
|
357
|
-
): T {
|
|
358
|
-
return new Class({
|
|
359
|
-
type: "string",
|
|
360
|
-
format: "ipv6",
|
|
361
|
-
check: "string_format",
|
|
362
|
-
abort: false,
|
|
363
|
-
...util.normalizeParams(params),
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
// MAC
|
|
368
|
-
export type $ZodMACParams = StringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
|
|
369
|
-
export type $ZodCheckMACParams = CheckStringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
|
|
370
|
-
// @__NO_SIDE_EFFECTS__
|
|
371
|
-
export function _mac<T extends schemas.$ZodMAC>(
|
|
372
|
-
Class: util.SchemaClass<T>,
|
|
373
|
-
params?: string | $ZodMACParams | $ZodCheckMACParams
|
|
374
|
-
): T {
|
|
375
|
-
return new Class({
|
|
376
|
-
type: "string",
|
|
377
|
-
format: "mac",
|
|
378
|
-
check: "string_format",
|
|
379
|
-
abort: false,
|
|
380
|
-
...util.normalizeParams(params),
|
|
381
|
-
});
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
// CIDRv4
|
|
385
|
-
export type $ZodCIDRv4Params = StringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
|
|
386
|
-
export type $ZodCheckCIDRv4Params = CheckStringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
|
|
387
|
-
// @__NO_SIDE_EFFECTS__
|
|
388
|
-
export function _cidrv4<T extends schemas.$ZodCIDRv4>(
|
|
389
|
-
Class: util.SchemaClass<T>,
|
|
390
|
-
params?: string | $ZodCIDRv4Params | $ZodCheckCIDRv4Params
|
|
391
|
-
): T {
|
|
392
|
-
return new Class({
|
|
393
|
-
type: "string",
|
|
394
|
-
format: "cidrv4",
|
|
395
|
-
check: "string_format",
|
|
396
|
-
abort: false,
|
|
397
|
-
...util.normalizeParams(params),
|
|
398
|
-
});
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
// CIDRv6
|
|
402
|
-
export type $ZodCIDRv6Params = StringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
|
|
403
|
-
export type $ZodCheckCIDRv6Params = CheckStringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
|
|
404
|
-
// @__NO_SIDE_EFFECTS__
|
|
405
|
-
export function _cidrv6<T extends schemas.$ZodCIDRv6>(
|
|
406
|
-
Class: util.SchemaClass<T>,
|
|
407
|
-
params?: string | $ZodCIDRv6Params | $ZodCheckCIDRv6Params
|
|
408
|
-
): T {
|
|
409
|
-
return new Class({
|
|
410
|
-
type: "string",
|
|
411
|
-
format: "cidrv6",
|
|
412
|
-
check: "string_format",
|
|
413
|
-
abort: false,
|
|
414
|
-
...util.normalizeParams(params),
|
|
415
|
-
});
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// Base64
|
|
419
|
-
export type $ZodBase64Params = StringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
|
|
420
|
-
export type $ZodCheckBase64Params = CheckStringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
|
|
421
|
-
// @__NO_SIDE_EFFECTS__
|
|
422
|
-
export function _base64<T extends schemas.$ZodBase64>(
|
|
423
|
-
Class: util.SchemaClass<T>,
|
|
424
|
-
params?: string | $ZodBase64Params | $ZodCheckBase64Params
|
|
425
|
-
): T {
|
|
426
|
-
return new Class({
|
|
427
|
-
type: "string",
|
|
428
|
-
format: "base64",
|
|
429
|
-
check: "string_format",
|
|
430
|
-
abort: false,
|
|
431
|
-
...util.normalizeParams(params),
|
|
432
|
-
});
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
// base64url
|
|
436
|
-
export type $ZodBase64URLParams = StringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
|
|
437
|
-
export type $ZodCheckBase64URLParams = CheckStringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
|
|
438
|
-
// @__NO_SIDE_EFFECTS__
|
|
439
|
-
export function _base64url<T extends schemas.$ZodBase64URL>(
|
|
440
|
-
Class: util.SchemaClass<T>,
|
|
441
|
-
params?: string | $ZodBase64URLParams | $ZodCheckBase64URLParams
|
|
442
|
-
): T {
|
|
443
|
-
return new Class({
|
|
444
|
-
type: "string",
|
|
445
|
-
format: "base64url",
|
|
446
|
-
check: "string_format",
|
|
447
|
-
abort: false,
|
|
448
|
-
...util.normalizeParams(params),
|
|
449
|
-
});
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
// E164
|
|
453
|
-
export type $ZodE164Params = StringFormatParams<schemas.$ZodE164, "when">;
|
|
454
|
-
export type $ZodCheckE164Params = CheckStringFormatParams<schemas.$ZodE164, "when">;
|
|
455
|
-
// @__NO_SIDE_EFFECTS__
|
|
456
|
-
export function _e164<T extends schemas.$ZodE164>(
|
|
457
|
-
Class: util.SchemaClass<T>,
|
|
458
|
-
params?: string | $ZodE164Params | $ZodCheckE164Params
|
|
459
|
-
): T {
|
|
460
|
-
return new Class({
|
|
461
|
-
type: "string",
|
|
462
|
-
format: "e164",
|
|
463
|
-
check: "string_format",
|
|
464
|
-
abort: false,
|
|
465
|
-
...util.normalizeParams(params),
|
|
466
|
-
});
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
// JWT
|
|
470
|
-
export type $ZodJWTParams = StringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
|
|
471
|
-
export type $ZodCheckJWTParams = CheckStringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
|
|
472
|
-
// @__NO_SIDE_EFFECTS__
|
|
473
|
-
export function _jwt<T extends schemas.$ZodJWT>(
|
|
474
|
-
Class: util.SchemaClass<T>,
|
|
475
|
-
params?: string | $ZodJWTParams | $ZodCheckJWTParams
|
|
476
|
-
): T {
|
|
477
|
-
return new Class({
|
|
478
|
-
type: "string",
|
|
479
|
-
format: "jwt",
|
|
480
|
-
check: "string_format",
|
|
481
|
-
abort: false,
|
|
482
|
-
...util.normalizeParams(params),
|
|
483
|
-
});
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
export const TimePrecision = {
|
|
487
|
-
Any: null,
|
|
488
|
-
Minute: -1,
|
|
489
|
-
Second: 0,
|
|
490
|
-
Millisecond: 3,
|
|
491
|
-
Microsecond: 6,
|
|
492
|
-
} as const;
|
|
493
|
-
// ISODateTime
|
|
494
|
-
export type $ZodISODateTimeParams = StringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
|
|
495
|
-
export type $ZodCheckISODateTimeParams = CheckStringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
|
|
496
|
-
// @__NO_SIDE_EFFECTS__
|
|
497
|
-
export function _isoDateTime<T extends schemas.$ZodISODateTime>(
|
|
498
|
-
Class: util.SchemaClass<T>,
|
|
499
|
-
params?: string | $ZodISODateTimeParams | $ZodCheckISODateTimeParams
|
|
500
|
-
): T {
|
|
501
|
-
return new Class({
|
|
502
|
-
type: "string",
|
|
503
|
-
format: "datetime",
|
|
504
|
-
check: "string_format",
|
|
505
|
-
offset: false,
|
|
506
|
-
local: false,
|
|
507
|
-
precision: null,
|
|
508
|
-
...util.normalizeParams(params),
|
|
509
|
-
});
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// ISODate
|
|
513
|
-
export type $ZodISODateParams = StringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
|
|
514
|
-
export type $ZodCheckISODateParams = CheckStringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
|
|
515
|
-
// @__NO_SIDE_EFFECTS__
|
|
516
|
-
export function _isoDate<T extends schemas.$ZodISODate>(
|
|
517
|
-
Class: util.SchemaClass<T>,
|
|
518
|
-
params?: string | $ZodISODateParams | $ZodCheckISODateParams
|
|
519
|
-
): T {
|
|
520
|
-
return new Class({
|
|
521
|
-
type: "string",
|
|
522
|
-
format: "date",
|
|
523
|
-
check: "string_format",
|
|
524
|
-
...util.normalizeParams(params),
|
|
525
|
-
});
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
// ISOTime
|
|
529
|
-
export type $ZodISOTimeParams = StringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
|
|
530
|
-
export type $ZodCheckISOTimeParams = CheckStringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
|
|
531
|
-
// @__NO_SIDE_EFFECTS__
|
|
532
|
-
export function _isoTime<T extends schemas.$ZodISOTime>(
|
|
533
|
-
Class: util.SchemaClass<T>,
|
|
534
|
-
params?: string | $ZodISOTimeParams | $ZodCheckISOTimeParams
|
|
535
|
-
): T {
|
|
536
|
-
return new Class({
|
|
537
|
-
type: "string",
|
|
538
|
-
format: "time",
|
|
539
|
-
check: "string_format",
|
|
540
|
-
precision: null,
|
|
541
|
-
...util.normalizeParams(params),
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
// ISODuration
|
|
546
|
-
export type $ZodISODurationParams = StringFormatParams<schemas.$ZodISODuration, "when">;
|
|
547
|
-
export type $ZodCheckISODurationParams = CheckStringFormatParams<schemas.$ZodISODuration, "when">;
|
|
548
|
-
// @__NO_SIDE_EFFECTS__
|
|
549
|
-
export function _isoDuration<T extends schemas.$ZodISODuration>(
|
|
550
|
-
Class: util.SchemaClass<T>,
|
|
551
|
-
params?: string | $ZodISODurationParams | $ZodCheckISODurationParams
|
|
552
|
-
): T {
|
|
553
|
-
return new Class({
|
|
554
|
-
type: "string",
|
|
555
|
-
format: "duration",
|
|
556
|
-
check: "string_format",
|
|
557
|
-
...util.normalizeParams(params),
|
|
558
|
-
});
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
// Number
|
|
562
|
-
export type $ZodNumberParams = TypeParams<schemas.$ZodNumber<number>, "coerce">;
|
|
563
|
-
export type $ZodNumberFormatParams = CheckTypeParams<schemas.$ZodNumberFormat, "format" | "coerce">;
|
|
564
|
-
export type $ZodCheckNumberFormatParams = CheckParams<checks.$ZodCheckNumberFormat, "format" | "when">;
|
|
565
|
-
// @__NO_SIDE_EFFECTS__
|
|
566
|
-
export function _number<T extends schemas.$ZodNumber>(
|
|
567
|
-
Class: util.SchemaClass<T>,
|
|
568
|
-
params?: string | $ZodNumberParams
|
|
569
|
-
): T {
|
|
570
|
-
return new Class({
|
|
571
|
-
type: "number",
|
|
572
|
-
checks: [],
|
|
573
|
-
...util.normalizeParams(params),
|
|
574
|
-
});
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
// @__NO_SIDE_EFFECTS__
|
|
578
|
-
export function _coercedNumber<T extends schemas.$ZodNumber>(
|
|
579
|
-
Class: util.SchemaClass<T>,
|
|
580
|
-
params?: string | $ZodNumberParams
|
|
581
|
-
): T {
|
|
582
|
-
return new Class({
|
|
583
|
-
type: "number",
|
|
584
|
-
coerce: true,
|
|
585
|
-
checks: [],
|
|
586
|
-
...util.normalizeParams(params),
|
|
587
|
-
});
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
// @__NO_SIDE_EFFECTS__
|
|
591
|
-
export function _int<T extends schemas.$ZodNumberFormat>(
|
|
592
|
-
Class: util.SchemaClass<T>,
|
|
593
|
-
params?: string | $ZodCheckNumberFormatParams
|
|
594
|
-
): T {
|
|
595
|
-
return new Class({
|
|
596
|
-
type: "number",
|
|
597
|
-
check: "number_format",
|
|
598
|
-
abort: false,
|
|
599
|
-
format: "safeint",
|
|
600
|
-
...util.normalizeParams(params),
|
|
601
|
-
});
|
|
602
|
-
}
|
|
603
|
-
// @__NO_SIDE_EFFECTS__
|
|
604
|
-
export function _float32<T extends schemas.$ZodNumberFormat>(
|
|
605
|
-
Class: util.SchemaClass<T>,
|
|
606
|
-
params?: string | $ZodCheckNumberFormatParams
|
|
607
|
-
): T {
|
|
608
|
-
return new Class({
|
|
609
|
-
type: "number",
|
|
610
|
-
check: "number_format",
|
|
611
|
-
abort: false,
|
|
612
|
-
format: "float32",
|
|
613
|
-
...util.normalizeParams(params),
|
|
614
|
-
});
|
|
615
|
-
}
|
|
616
|
-
// @__NO_SIDE_EFFECTS__
|
|
617
|
-
export function _float64<T extends schemas.$ZodNumberFormat>(
|
|
618
|
-
Class: util.SchemaClass<T>,
|
|
619
|
-
params?: string | $ZodCheckNumberFormatParams
|
|
620
|
-
): T {
|
|
621
|
-
return new Class({
|
|
622
|
-
type: "number",
|
|
623
|
-
check: "number_format",
|
|
624
|
-
abort: false,
|
|
625
|
-
format: "float64",
|
|
626
|
-
...util.normalizeParams(params),
|
|
627
|
-
});
|
|
628
|
-
}
|
|
629
|
-
// @__NO_SIDE_EFFECTS__
|
|
630
|
-
export function _int32<T extends schemas.$ZodNumberFormat>(
|
|
631
|
-
Class: util.SchemaClass<T>,
|
|
632
|
-
params?: string | $ZodCheckNumberFormatParams
|
|
633
|
-
): T {
|
|
634
|
-
return new Class({
|
|
635
|
-
type: "number",
|
|
636
|
-
check: "number_format",
|
|
637
|
-
abort: false,
|
|
638
|
-
format: "int32",
|
|
639
|
-
...util.normalizeParams(params),
|
|
640
|
-
});
|
|
641
|
-
}
|
|
642
|
-
// @__NO_SIDE_EFFECTS__
|
|
643
|
-
export function _uint32<T extends schemas.$ZodNumberFormat>(
|
|
644
|
-
Class: util.SchemaClass<T>,
|
|
645
|
-
params?: string | $ZodCheckNumberFormatParams
|
|
646
|
-
): T {
|
|
647
|
-
return new Class({
|
|
648
|
-
type: "number",
|
|
649
|
-
check: "number_format",
|
|
650
|
-
abort: false,
|
|
651
|
-
format: "uint32",
|
|
652
|
-
...util.normalizeParams(params),
|
|
653
|
-
});
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
// Boolean
|
|
657
|
-
export type $ZodBooleanParams = TypeParams<schemas.$ZodBoolean<boolean>, "coerce">;
|
|
658
|
-
// @__NO_SIDE_EFFECTS__
|
|
659
|
-
export function _boolean<T extends schemas.$ZodBoolean>(
|
|
660
|
-
Class: util.SchemaClass<T>,
|
|
661
|
-
params?: string | $ZodBooleanParams
|
|
662
|
-
): T {
|
|
663
|
-
return new Class({
|
|
664
|
-
type: "boolean",
|
|
665
|
-
...util.normalizeParams(params),
|
|
666
|
-
});
|
|
667
|
-
}
|
|
668
|
-
// @__NO_SIDE_EFFECTS__
|
|
669
|
-
export function _coercedBoolean<T extends schemas.$ZodBoolean>(
|
|
670
|
-
Class: util.SchemaClass<T>,
|
|
671
|
-
params?: string | $ZodBooleanParams
|
|
672
|
-
): T {
|
|
673
|
-
return new Class({
|
|
674
|
-
type: "boolean",
|
|
675
|
-
coerce: true,
|
|
676
|
-
...util.normalizeParams(params),
|
|
677
|
-
});
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
// BigInt
|
|
681
|
-
export type $ZodBigIntParams = TypeParams<schemas.$ZodBigInt<bigint>>;
|
|
682
|
-
export type $ZodBigIntFormatParams = CheckTypeParams<schemas.$ZodBigIntFormat, "format" | "coerce">;
|
|
683
|
-
export type $ZodCheckBigIntFormatParams = CheckParams<checks.$ZodCheckBigIntFormat, "format" | "when">;
|
|
684
|
-
// @__NO_SIDE_EFFECTS__
|
|
685
|
-
export function _bigint<T extends schemas.$ZodBigInt>(
|
|
686
|
-
Class: util.SchemaClass<T>,
|
|
687
|
-
params?: string | $ZodBigIntParams
|
|
688
|
-
): T {
|
|
689
|
-
return new Class({
|
|
690
|
-
type: "bigint",
|
|
691
|
-
...util.normalizeParams(params),
|
|
692
|
-
});
|
|
693
|
-
}
|
|
694
|
-
// @__NO_SIDE_EFFECTS__
|
|
695
|
-
export function _coercedBigint<T extends schemas.$ZodBigInt>(
|
|
696
|
-
Class: util.SchemaClass<T>,
|
|
697
|
-
params?: string | $ZodBigIntParams
|
|
698
|
-
): T {
|
|
699
|
-
return new Class({
|
|
700
|
-
type: "bigint",
|
|
701
|
-
coerce: true,
|
|
702
|
-
...util.normalizeParams(params),
|
|
703
|
-
});
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
// @__NO_SIDE_EFFECTS__
|
|
707
|
-
export function _int64<T extends schemas.$ZodBigIntFormat>(
|
|
708
|
-
Class: util.SchemaClass<T>,
|
|
709
|
-
params?: string | $ZodBigIntFormatParams
|
|
710
|
-
): T {
|
|
711
|
-
return new Class({
|
|
712
|
-
type: "bigint",
|
|
713
|
-
check: "bigint_format",
|
|
714
|
-
abort: false,
|
|
715
|
-
format: "int64",
|
|
716
|
-
...util.normalizeParams(params),
|
|
717
|
-
});
|
|
718
|
-
}
|
|
719
|
-
// @__NO_SIDE_EFFECTS__
|
|
720
|
-
export function _uint64<T extends schemas.$ZodBigIntFormat>(
|
|
721
|
-
Class: util.SchemaClass<T>,
|
|
722
|
-
params?: string | $ZodBigIntFormatParams
|
|
723
|
-
): T {
|
|
724
|
-
return new Class({
|
|
725
|
-
type: "bigint",
|
|
726
|
-
check: "bigint_format",
|
|
727
|
-
abort: false,
|
|
728
|
-
format: "uint64",
|
|
729
|
-
...util.normalizeParams(params),
|
|
730
|
-
});
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
// Symbol
|
|
734
|
-
export type $ZodSymbolParams = TypeParams<schemas.$ZodSymbol>;
|
|
735
|
-
// @__NO_SIDE_EFFECTS__
|
|
736
|
-
export function _symbol<T extends schemas.$ZodSymbol>(
|
|
737
|
-
Class: util.SchemaClass<T>,
|
|
738
|
-
params?: string | $ZodSymbolParams
|
|
739
|
-
): T {
|
|
740
|
-
return new Class({
|
|
741
|
-
type: "symbol",
|
|
742
|
-
...util.normalizeParams(params),
|
|
743
|
-
});
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
// Undefined
|
|
747
|
-
export type $ZodUndefinedParams = TypeParams<schemas.$ZodUndefined>;
|
|
748
|
-
// @__NO_SIDE_EFFECTS__
|
|
749
|
-
export function _undefined<T extends schemas.$ZodUndefined>(
|
|
750
|
-
Class: util.SchemaClass<T>,
|
|
751
|
-
params?: string | $ZodUndefinedParams
|
|
752
|
-
): T {
|
|
753
|
-
return new Class({
|
|
754
|
-
type: "undefined",
|
|
755
|
-
...util.normalizeParams(params),
|
|
756
|
-
});
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
// Null
|
|
760
|
-
export type $ZodNullParams = TypeParams<schemas.$ZodNull>;
|
|
761
|
-
// @__NO_SIDE_EFFECTS__
|
|
762
|
-
export function _null<T extends schemas.$ZodNull>(Class: util.SchemaClass<T>, params?: string | $ZodNullParams): T {
|
|
763
|
-
return new Class({
|
|
764
|
-
type: "null",
|
|
765
|
-
...util.normalizeParams(params),
|
|
766
|
-
});
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
// Any
|
|
770
|
-
export type $ZodAnyParams = TypeParams<schemas.$ZodAny>;
|
|
771
|
-
// @__NO_SIDE_EFFECTS__
|
|
772
|
-
export function _any<T extends schemas.$ZodAny>(Class: util.SchemaClass<T>): T {
|
|
773
|
-
return new Class({
|
|
774
|
-
type: "any",
|
|
775
|
-
});
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
// Unknown
|
|
779
|
-
export type $ZodUnknownParams = TypeParams<schemas.$ZodUnknown>;
|
|
780
|
-
// @__NO_SIDE_EFFECTS__
|
|
781
|
-
export function _unknown<T extends schemas.$ZodUnknown>(Class: util.SchemaClass<T>): T {
|
|
782
|
-
return new Class({
|
|
783
|
-
type: "unknown",
|
|
784
|
-
});
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
// Never
|
|
788
|
-
export type $ZodNeverParams = TypeParams<schemas.$ZodNever>;
|
|
789
|
-
// @__NO_SIDE_EFFECTS__
|
|
790
|
-
export function _never<T extends schemas.$ZodNever>(Class: util.SchemaClass<T>, params?: string | $ZodNeverParams): T {
|
|
791
|
-
return new Class({
|
|
792
|
-
type: "never",
|
|
793
|
-
...util.normalizeParams(params),
|
|
794
|
-
});
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
// Void
|
|
798
|
-
export type $ZodVoidParams = TypeParams<schemas.$ZodVoid>;
|
|
799
|
-
// @__NO_SIDE_EFFECTS__
|
|
800
|
-
export function _void<T extends schemas.$ZodVoid>(Class: util.SchemaClass<T>, params?: string | $ZodVoidParams): T {
|
|
801
|
-
return new Class({
|
|
802
|
-
type: "void",
|
|
803
|
-
...util.normalizeParams(params),
|
|
804
|
-
});
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
// Date
|
|
808
|
-
export type $ZodDateParams = TypeParams<schemas.$ZodDate, "coerce">;
|
|
809
|
-
// @__NO_SIDE_EFFECTS__
|
|
810
|
-
export function _date<T extends schemas.$ZodDate>(Class: util.SchemaClass<T>, params?: string | $ZodDateParams): T {
|
|
811
|
-
return new Class({
|
|
812
|
-
type: "date",
|
|
813
|
-
...util.normalizeParams(params),
|
|
814
|
-
});
|
|
815
|
-
}
|
|
816
|
-
// @__NO_SIDE_EFFECTS__
|
|
817
|
-
export function _coercedDate<T extends schemas.$ZodDate>(
|
|
818
|
-
Class: util.SchemaClass<T>,
|
|
819
|
-
params?: string | $ZodDateParams
|
|
820
|
-
): T {
|
|
821
|
-
return new Class({
|
|
822
|
-
type: "date",
|
|
823
|
-
coerce: true,
|
|
824
|
-
...util.normalizeParams(params),
|
|
825
|
-
});
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
// NaN
|
|
829
|
-
export type $ZodNaNParams = TypeParams<schemas.$ZodNaN>;
|
|
830
|
-
// @__NO_SIDE_EFFECTS__
|
|
831
|
-
export function _nan<T extends schemas.$ZodNaN>(Class: util.SchemaClass<T>, params?: string | $ZodNaNParams): T {
|
|
832
|
-
return new Class({
|
|
833
|
-
type: "nan",
|
|
834
|
-
...util.normalizeParams(params),
|
|
835
|
-
});
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
// export type $ZodCheckParams = CheckParams<checks.$ZodCheck, "abort" | "when">;
|
|
839
|
-
|
|
840
|
-
export type $ZodCheckLessThanParams = CheckParams<checks.$ZodCheckLessThan, "inclusive" | "value" | "when">;
|
|
841
|
-
// @__NO_SIDE_EFFECTS__
|
|
842
|
-
export function _lt(
|
|
843
|
-
value: util.Numeric,
|
|
844
|
-
params?: string | $ZodCheckLessThanParams
|
|
845
|
-
): checks.$ZodCheckLessThan<util.Numeric> {
|
|
846
|
-
return new checks.$ZodCheckLessThan({
|
|
847
|
-
check: "less_than",
|
|
848
|
-
...util.normalizeParams(params),
|
|
849
|
-
value,
|
|
850
|
-
inclusive: false,
|
|
851
|
-
});
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
// @__NO_SIDE_EFFECTS__
|
|
855
|
-
export function _lte(
|
|
856
|
-
value: util.Numeric,
|
|
857
|
-
params?: string | $ZodCheckLessThanParams
|
|
858
|
-
): checks.$ZodCheckLessThan<util.Numeric> {
|
|
859
|
-
return new checks.$ZodCheckLessThan({
|
|
860
|
-
check: "less_than",
|
|
861
|
-
|
|
862
|
-
...util.normalizeParams(params),
|
|
863
|
-
value,
|
|
864
|
-
inclusive: true,
|
|
865
|
-
});
|
|
866
|
-
}
|
|
867
|
-
export {
|
|
868
|
-
/** @deprecated Use `z.lte()` instead. */
|
|
869
|
-
_lte as _max,
|
|
870
|
-
};
|
|
871
|
-
|
|
872
|
-
// ZodCheckGreaterThan
|
|
873
|
-
export type $ZodCheckGreaterThanParams = CheckParams<checks.$ZodCheckGreaterThan, "inclusive" | "value" | "when">;
|
|
874
|
-
// @__NO_SIDE_EFFECTS__
|
|
875
|
-
export function _gt(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
|
|
876
|
-
return new checks.$ZodCheckGreaterThan({
|
|
877
|
-
check: "greater_than",
|
|
878
|
-
|
|
879
|
-
...util.normalizeParams(params),
|
|
880
|
-
value,
|
|
881
|
-
inclusive: false,
|
|
882
|
-
});
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
// @__NO_SIDE_EFFECTS__
|
|
886
|
-
export function _gte(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
|
|
887
|
-
return new checks.$ZodCheckGreaterThan({
|
|
888
|
-
check: "greater_than",
|
|
889
|
-
...util.normalizeParams(params),
|
|
890
|
-
value,
|
|
891
|
-
inclusive: true,
|
|
892
|
-
});
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
export {
|
|
896
|
-
/** @deprecated Use `z.gte()` instead. */
|
|
897
|
-
_gte as _min,
|
|
898
|
-
};
|
|
899
|
-
|
|
900
|
-
// @__NO_SIDE_EFFECTS__
|
|
901
|
-
export function _positive(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
|
|
902
|
-
return _gt(0, params);
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
// negative
|
|
906
|
-
// @__NO_SIDE_EFFECTS__
|
|
907
|
-
export function _negative(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan {
|
|
908
|
-
return _lt(0, params);
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// nonpositive
|
|
912
|
-
// @__NO_SIDE_EFFECTS__
|
|
913
|
-
export function _nonpositive(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan {
|
|
914
|
-
return _lte(0, params);
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
// nonnegative
|
|
918
|
-
// @__NO_SIDE_EFFECTS__
|
|
919
|
-
export function _nonnegative(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
|
|
920
|
-
return _gte(0, params);
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
export type $ZodCheckMultipleOfParams = CheckParams<checks.$ZodCheckMultipleOf, "value" | "when">;
|
|
924
|
-
// @__NO_SIDE_EFFECTS__
|
|
925
|
-
export function _multipleOf(
|
|
926
|
-
value: number | bigint,
|
|
927
|
-
params?: string | $ZodCheckMultipleOfParams
|
|
928
|
-
): checks.$ZodCheckMultipleOf {
|
|
929
|
-
return new checks.$ZodCheckMultipleOf({
|
|
930
|
-
check: "multiple_of",
|
|
931
|
-
...util.normalizeParams(params),
|
|
932
|
-
value,
|
|
933
|
-
});
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
export type $ZodCheckMaxSizeParams = CheckParams<checks.$ZodCheckMaxSize, "maximum" | "when">;
|
|
937
|
-
// @__NO_SIDE_EFFECTS__
|
|
938
|
-
export function _maxSize(
|
|
939
|
-
maximum: number,
|
|
940
|
-
params?: string | $ZodCheckMaxSizeParams
|
|
941
|
-
): checks.$ZodCheckMaxSize<util.HasSize> {
|
|
942
|
-
return new checks.$ZodCheckMaxSize({
|
|
943
|
-
check: "max_size",
|
|
944
|
-
...util.normalizeParams(params),
|
|
945
|
-
maximum,
|
|
946
|
-
});
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
export type $ZodCheckMinSizeParams = CheckParams<checks.$ZodCheckMinSize, "minimum" | "when">;
|
|
950
|
-
// @__NO_SIDE_EFFECTS__
|
|
951
|
-
export function _minSize(
|
|
952
|
-
minimum: number,
|
|
953
|
-
params?: string | $ZodCheckMinSizeParams
|
|
954
|
-
): checks.$ZodCheckMinSize<util.HasSize> {
|
|
955
|
-
return new checks.$ZodCheckMinSize({
|
|
956
|
-
check: "min_size",
|
|
957
|
-
...util.normalizeParams(params),
|
|
958
|
-
minimum,
|
|
959
|
-
});
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
export type $ZodCheckSizeEqualsParams = CheckParams<checks.$ZodCheckSizeEquals, "size" | "when">;
|
|
963
|
-
// @__NO_SIDE_EFFECTS__
|
|
964
|
-
export function _size(
|
|
965
|
-
size: number,
|
|
966
|
-
params?: string | $ZodCheckSizeEqualsParams
|
|
967
|
-
): checks.$ZodCheckSizeEquals<util.HasSize> {
|
|
968
|
-
return new checks.$ZodCheckSizeEquals({
|
|
969
|
-
check: "size_equals",
|
|
970
|
-
...util.normalizeParams(params),
|
|
971
|
-
size,
|
|
972
|
-
});
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
export type $ZodCheckMaxLengthParams = CheckParams<checks.$ZodCheckMaxLength, "maximum" | "when">;
|
|
976
|
-
// @__NO_SIDE_EFFECTS__
|
|
977
|
-
export function _maxLength(
|
|
978
|
-
maximum: number,
|
|
979
|
-
params?: string | $ZodCheckMaxLengthParams
|
|
980
|
-
): checks.$ZodCheckMaxLength<util.HasLength> {
|
|
981
|
-
const ch = new checks.$ZodCheckMaxLength({
|
|
982
|
-
check: "max_length",
|
|
983
|
-
...util.normalizeParams(params),
|
|
984
|
-
maximum,
|
|
985
|
-
});
|
|
986
|
-
return ch;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
export type $ZodCheckMinLengthParams = CheckParams<checks.$ZodCheckMinLength, "minimum" | "when">;
|
|
990
|
-
// @__NO_SIDE_EFFECTS__
|
|
991
|
-
export function _minLength(
|
|
992
|
-
minimum: number,
|
|
993
|
-
params?: string | $ZodCheckMinLengthParams
|
|
994
|
-
): checks.$ZodCheckMinLength<util.HasLength> {
|
|
995
|
-
return new checks.$ZodCheckMinLength({
|
|
996
|
-
check: "min_length",
|
|
997
|
-
...util.normalizeParams(params),
|
|
998
|
-
minimum,
|
|
999
|
-
});
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
export type $ZodCheckLengthEqualsParams = CheckParams<checks.$ZodCheckLengthEquals, "length" | "when">;
|
|
1003
|
-
// @__NO_SIDE_EFFECTS__
|
|
1004
|
-
export function _length(
|
|
1005
|
-
length: number,
|
|
1006
|
-
params?: string | $ZodCheckLengthEqualsParams
|
|
1007
|
-
): checks.$ZodCheckLengthEquals<util.HasLength> {
|
|
1008
|
-
return new checks.$ZodCheckLengthEquals({
|
|
1009
|
-
check: "length_equals",
|
|
1010
|
-
...util.normalizeParams(params),
|
|
1011
|
-
length,
|
|
1012
|
-
});
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
export type $ZodCheckRegexParams = CheckParams<checks.$ZodCheckRegex, "format" | "pattern" | "when">;
|
|
1016
|
-
// @__NO_SIDE_EFFECTS__
|
|
1017
|
-
export function _regex(pattern: RegExp, params?: string | $ZodCheckRegexParams): checks.$ZodCheckRegex {
|
|
1018
|
-
return new checks.$ZodCheckRegex({
|
|
1019
|
-
check: "string_format",
|
|
1020
|
-
format: "regex",
|
|
1021
|
-
...util.normalizeParams(params),
|
|
1022
|
-
pattern,
|
|
1023
|
-
});
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
export type $ZodCheckLowerCaseParams = CheckParams<checks.$ZodCheckLowerCase, "format" | "when">;
|
|
1027
|
-
// @__NO_SIDE_EFFECTS__
|
|
1028
|
-
export function _lowercase(params?: string | $ZodCheckLowerCaseParams): checks.$ZodCheckLowerCase {
|
|
1029
|
-
return new checks.$ZodCheckLowerCase({
|
|
1030
|
-
check: "string_format",
|
|
1031
|
-
format: "lowercase",
|
|
1032
|
-
...util.normalizeParams(params),
|
|
1033
|
-
});
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
export type $ZodCheckUpperCaseParams = CheckParams<checks.$ZodCheckUpperCase, "format" | "when">;
|
|
1037
|
-
|
|
1038
|
-
// @__NO_SIDE_EFFECTS__
|
|
1039
|
-
export function _uppercase(params?: string | $ZodCheckUpperCaseParams): checks.$ZodCheckUpperCase {
|
|
1040
|
-
return new checks.$ZodCheckUpperCase({
|
|
1041
|
-
check: "string_format",
|
|
1042
|
-
format: "uppercase",
|
|
1043
|
-
...util.normalizeParams(params),
|
|
1044
|
-
});
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
export type $ZodCheckIncludesParams = CheckParams<checks.$ZodCheckIncludes, "includes" | "format" | "when" | "pattern">;
|
|
1048
|
-
// @__NO_SIDE_EFFECTS__
|
|
1049
|
-
export function _includes(includes: string, params?: string | $ZodCheckIncludesParams): checks.$ZodCheckIncludes {
|
|
1050
|
-
return new checks.$ZodCheckIncludes({
|
|
1051
|
-
check: "string_format",
|
|
1052
|
-
format: "includes",
|
|
1053
|
-
...util.normalizeParams(params),
|
|
1054
|
-
includes,
|
|
1055
|
-
});
|
|
1056
|
-
}
|
|
1057
|
-
export type $ZodCheckStartsWithParams = CheckParams<
|
|
1058
|
-
checks.$ZodCheckStartsWith,
|
|
1059
|
-
"prefix" | "format" | "when" | "pattern"
|
|
1060
|
-
>;
|
|
1061
|
-
// @__NO_SIDE_EFFECTS__
|
|
1062
|
-
export function _startsWith(prefix: string, params?: string | $ZodCheckStartsWithParams): checks.$ZodCheckStartsWith {
|
|
1063
|
-
return new checks.$ZodCheckStartsWith({
|
|
1064
|
-
check: "string_format",
|
|
1065
|
-
format: "starts_with",
|
|
1066
|
-
...util.normalizeParams(params),
|
|
1067
|
-
prefix,
|
|
1068
|
-
});
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
export type $ZodCheckEndsWithParams = CheckParams<checks.$ZodCheckEndsWith, "suffix" | "format" | "pattern" | "when">;
|
|
1072
|
-
|
|
1073
|
-
// @__NO_SIDE_EFFECTS__
|
|
1074
|
-
export function _endsWith(suffix: string, params?: string | $ZodCheckEndsWithParams): checks.$ZodCheckEndsWith {
|
|
1075
|
-
return new checks.$ZodCheckEndsWith({
|
|
1076
|
-
check: "string_format",
|
|
1077
|
-
format: "ends_with",
|
|
1078
|
-
...util.normalizeParams(params),
|
|
1079
|
-
suffix,
|
|
1080
|
-
});
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
export type $ZodCheckPropertyParams = CheckParams<checks.$ZodCheckProperty, "property" | "schema" | "when">;
|
|
1084
|
-
// @__NO_SIDE_EFFECTS__
|
|
1085
|
-
export function _property<K extends string, T extends schemas.$ZodType>(
|
|
1086
|
-
property: K,
|
|
1087
|
-
schema: T,
|
|
1088
|
-
params?: string | $ZodCheckPropertyParams
|
|
1089
|
-
): checks.$ZodCheckProperty<{ [k in K]: core.output<T> }> {
|
|
1090
|
-
return new checks.$ZodCheckProperty({
|
|
1091
|
-
check: "property",
|
|
1092
|
-
property,
|
|
1093
|
-
schema,
|
|
1094
|
-
...util.normalizeParams(params),
|
|
1095
|
-
});
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
export type $ZodCheckMimeTypeParams = CheckParams<checks.$ZodCheckMimeType, "mime" | "when">;
|
|
1099
|
-
// @__NO_SIDE_EFFECTS__
|
|
1100
|
-
export function _mime(types: util.MimeTypes[], params?: string | $ZodCheckMimeTypeParams): checks.$ZodCheckMimeType {
|
|
1101
|
-
return new checks.$ZodCheckMimeType({
|
|
1102
|
-
check: "mime_type",
|
|
1103
|
-
mime: types,
|
|
1104
|
-
...util.normalizeParams(params),
|
|
1105
|
-
});
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
// @__NO_SIDE_EFFECTS__
|
|
1109
|
-
export function _overwrite<T>(tx: (input: T) => T): checks.$ZodCheckOverwrite<T> {
|
|
1110
|
-
return new checks.$ZodCheckOverwrite({
|
|
1111
|
-
check: "overwrite",
|
|
1112
|
-
tx,
|
|
1113
|
-
}) as checks.$ZodCheckOverwrite<T>;
|
|
1114
|
-
}
|
|
1115
|
-
// normalize
|
|
1116
|
-
// @__NO_SIDE_EFFECTS__
|
|
1117
|
-
export function _normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): checks.$ZodCheckOverwrite<string> {
|
|
1118
|
-
return _overwrite((input) => input.normalize(form));
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
// trim
|
|
1122
|
-
// @__NO_SIDE_EFFECTS__
|
|
1123
|
-
export function _trim(): checks.$ZodCheckOverwrite<string> {
|
|
1124
|
-
return _overwrite((input) => input.trim());
|
|
1125
|
-
}
|
|
1126
|
-
// toLowerCase
|
|
1127
|
-
// @__NO_SIDE_EFFECTS__
|
|
1128
|
-
export function _toLowerCase(): checks.$ZodCheckOverwrite<string> {
|
|
1129
|
-
return _overwrite((input) => input.toLowerCase());
|
|
1130
|
-
}
|
|
1131
|
-
// toUpperCase
|
|
1132
|
-
// @__NO_SIDE_EFFECTS__
|
|
1133
|
-
export function _toUpperCase(): checks.$ZodCheckOverwrite<string> {
|
|
1134
|
-
return _overwrite((input) => input.toUpperCase());
|
|
1135
|
-
}
|
|
1136
|
-
// slugify
|
|
1137
|
-
// @__NO_SIDE_EFFECTS__
|
|
1138
|
-
export function _slugify(): checks.$ZodCheckOverwrite<string> {
|
|
1139
|
-
return _overwrite((input) => util.slugify(input));
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
/////// collections ///////
|
|
1143
|
-
|
|
1144
|
-
// Array
|
|
1145
|
-
export type $ZodArrayParams = TypeParams<schemas.$ZodArray, "element">;
|
|
1146
|
-
// @__NO_SIDE_EFFECTS__
|
|
1147
|
-
export function _array<T extends schemas.$ZodType>(
|
|
1148
|
-
Class: util.SchemaClass<schemas.$ZodArray>,
|
|
1149
|
-
element: T,
|
|
1150
|
-
params?: string | $ZodArrayParams
|
|
1151
|
-
): schemas.$ZodArray<T> {
|
|
1152
|
-
return new Class({
|
|
1153
|
-
type: "array",
|
|
1154
|
-
element,
|
|
1155
|
-
// get element() {
|
|
1156
|
-
// return element;
|
|
1157
|
-
// },
|
|
1158
|
-
...util.normalizeParams(params),
|
|
1159
|
-
}) as any;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
export type $ZodObjectParams = TypeParams<schemas.$ZodObject, "shape" | "catchall">;
|
|
1163
|
-
|
|
1164
|
-
// ZodUnion
|
|
1165
|
-
export type $ZodUnionParams = TypeParams<schemas.$ZodUnion, "options">;
|
|
1166
|
-
// @__NO_SIDE_EFFECTS__
|
|
1167
|
-
export function _union<const T extends readonly schemas.$ZodObject[]>(
|
|
1168
|
-
Class: util.SchemaClass<schemas.$ZodUnion>,
|
|
1169
|
-
options: T,
|
|
1170
|
-
params?: string | $ZodUnionParams
|
|
1171
|
-
): schemas.$ZodUnion<T> {
|
|
1172
|
-
return new Class({
|
|
1173
|
-
type: "union",
|
|
1174
|
-
options,
|
|
1175
|
-
...util.normalizeParams(params),
|
|
1176
|
-
}) as any;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
// ZodXor
|
|
1180
|
-
export type $ZodXorParams = TypeParams<schemas.$ZodXor, "options">;
|
|
1181
|
-
export function _xor<const T extends readonly schemas.$ZodObject[]>(
|
|
1182
|
-
Class: util.SchemaClass<schemas.$ZodXor>,
|
|
1183
|
-
options: T,
|
|
1184
|
-
params?: string | $ZodXorParams
|
|
1185
|
-
): schemas.$ZodXor<T> {
|
|
1186
|
-
return new Class({
|
|
1187
|
-
type: "union",
|
|
1188
|
-
options,
|
|
1189
|
-
inclusive: false,
|
|
1190
|
-
...util.normalizeParams(params),
|
|
1191
|
-
}) as any;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
// ZodDiscriminatedUnion
|
|
1195
|
-
export interface $ZodTypeDiscriminableInternals extends schemas.$ZodTypeInternals {
|
|
1196
|
-
propValues: util.PropValues;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
export interface $ZodTypeDiscriminable extends schemas.$ZodType {
|
|
1200
|
-
_zod: $ZodTypeDiscriminableInternals;
|
|
1201
|
-
}
|
|
1202
|
-
export type $ZodDiscriminatedUnionParams = TypeParams<schemas.$ZodDiscriminatedUnion, "options" | "discriminator">;
|
|
1203
|
-
// @__NO_SIDE_EFFECTS__
|
|
1204
|
-
export function _discriminatedUnion<
|
|
1205
|
-
Types extends [$ZodTypeDiscriminable, ...$ZodTypeDiscriminable[]],
|
|
1206
|
-
Disc extends string,
|
|
1207
|
-
>(
|
|
1208
|
-
Class: util.SchemaClass<schemas.$ZodDiscriminatedUnion>,
|
|
1209
|
-
discriminator: Disc,
|
|
1210
|
-
options: Types,
|
|
1211
|
-
params?: string | $ZodDiscriminatedUnionParams
|
|
1212
|
-
): schemas.$ZodDiscriminatedUnion<Types, Disc> {
|
|
1213
|
-
return new Class({
|
|
1214
|
-
type: "union",
|
|
1215
|
-
options,
|
|
1216
|
-
discriminator,
|
|
1217
|
-
...util.normalizeParams(params),
|
|
1218
|
-
}) as any;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
// ZodIntersection
|
|
1222
|
-
export type $ZodIntersectionParams = TypeParams<schemas.$ZodIntersection, "left" | "right">;
|
|
1223
|
-
// @__NO_SIDE_EFFECTS__
|
|
1224
|
-
export function _intersection<T extends schemas.$ZodObject, U extends schemas.$ZodObject>(
|
|
1225
|
-
Class: util.SchemaClass<schemas.$ZodIntersection>,
|
|
1226
|
-
left: T,
|
|
1227
|
-
right: U
|
|
1228
|
-
): schemas.$ZodIntersection<T, U> {
|
|
1229
|
-
return new Class({
|
|
1230
|
-
type: "intersection",
|
|
1231
|
-
left,
|
|
1232
|
-
right,
|
|
1233
|
-
}) as any;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
// ZodTuple
|
|
1237
|
-
export type $ZodTupleParams = TypeParams<schemas.$ZodTuple, "items" | "rest">;
|
|
1238
|
-
// @__NO_SIDE_EFFECTS__
|
|
1239
|
-
export function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]]>(
|
|
1240
|
-
Class: util.SchemaClass<schemas.$ZodTuple>,
|
|
1241
|
-
items: T,
|
|
1242
|
-
params?: string | $ZodTupleParams
|
|
1243
|
-
): schemas.$ZodTuple<T, null>;
|
|
1244
|
-
// @__NO_SIDE_EFFECTS__
|
|
1245
|
-
export function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]], Rest extends schemas.$ZodType>(
|
|
1246
|
-
Class: util.SchemaClass<schemas.$ZodTuple>,
|
|
1247
|
-
items: T,
|
|
1248
|
-
rest: Rest,
|
|
1249
|
-
params?: string | $ZodTupleParams
|
|
1250
|
-
): schemas.$ZodTuple<T, Rest>;
|
|
1251
|
-
// export function _tuple(
|
|
1252
|
-
// Class: util.SchemaClass<schemas.$ZodTuple>,
|
|
1253
|
-
// items: [],
|
|
1254
|
-
// params?: string | $ZodTupleParams
|
|
1255
|
-
// ): schemas.$ZodTuple<[], null>;
|
|
1256
|
-
// @__NO_SIDE_EFFECTS__
|
|
1257
|
-
export function _tuple(
|
|
1258
|
-
Class: util.SchemaClass<schemas.$ZodTuple>,
|
|
1259
|
-
items: schemas.$ZodType[],
|
|
1260
|
-
_paramsOrRest?: string | $ZodTupleParams | schemas.$ZodType,
|
|
1261
|
-
_params?: string | $ZodTupleParams
|
|
1262
|
-
) {
|
|
1263
|
-
const hasRest = _paramsOrRest instanceof schemas.$ZodType;
|
|
1264
|
-
const params = hasRest ? _params : _paramsOrRest;
|
|
1265
|
-
const rest = hasRest ? _paramsOrRest : null;
|
|
1266
|
-
return new Class({
|
|
1267
|
-
type: "tuple",
|
|
1268
|
-
items,
|
|
1269
|
-
rest,
|
|
1270
|
-
...util.normalizeParams(params),
|
|
1271
|
-
});
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
// ZodRecord
|
|
1275
|
-
export type $ZodRecordParams = TypeParams<schemas.$ZodRecord, "keyType" | "valueType">;
|
|
1276
|
-
// @__NO_SIDE_EFFECTS__
|
|
1277
|
-
export function _record<Key extends schemas.$ZodRecordKey, Value extends schemas.$ZodObject>(
|
|
1278
|
-
Class: util.SchemaClass<schemas.$ZodRecord>,
|
|
1279
|
-
keyType: Key,
|
|
1280
|
-
valueType: Value,
|
|
1281
|
-
params?: string | $ZodRecordParams
|
|
1282
|
-
): schemas.$ZodRecord<Key, Value> {
|
|
1283
|
-
return new Class({
|
|
1284
|
-
type: "record",
|
|
1285
|
-
keyType,
|
|
1286
|
-
valueType,
|
|
1287
|
-
...util.normalizeParams(params),
|
|
1288
|
-
}) as any;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
// ZodMap
|
|
1292
|
-
export type $ZodMapParams = TypeParams<schemas.$ZodMap, "keyType" | "valueType">;
|
|
1293
|
-
// @__NO_SIDE_EFFECTS__
|
|
1294
|
-
export function _map<Key extends schemas.$ZodObject, Value extends schemas.$ZodObject>(
|
|
1295
|
-
Class: util.SchemaClass<schemas.$ZodMap>,
|
|
1296
|
-
keyType: Key,
|
|
1297
|
-
valueType: Value,
|
|
1298
|
-
params?: string | $ZodMapParams
|
|
1299
|
-
): schemas.$ZodMap<Key, Value> {
|
|
1300
|
-
return new Class({
|
|
1301
|
-
type: "map",
|
|
1302
|
-
keyType,
|
|
1303
|
-
valueType,
|
|
1304
|
-
...util.normalizeParams(params),
|
|
1305
|
-
}) as any;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
// ZodSet
|
|
1309
|
-
export type $ZodSetParams = TypeParams<schemas.$ZodSet, "valueType">;
|
|
1310
|
-
// @__NO_SIDE_EFFECTS__
|
|
1311
|
-
export function _set<Value extends schemas.$ZodObject>(
|
|
1312
|
-
Class: util.SchemaClass<schemas.$ZodSet>,
|
|
1313
|
-
valueType: Value,
|
|
1314
|
-
params?: string | $ZodSetParams
|
|
1315
|
-
): schemas.$ZodSet<Value> {
|
|
1316
|
-
return new Class({
|
|
1317
|
-
type: "set",
|
|
1318
|
-
valueType,
|
|
1319
|
-
...util.normalizeParams(params),
|
|
1320
|
-
}) as any;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
// ZodEnum
|
|
1324
|
-
export type $ZodEnumParams = TypeParams<schemas.$ZodEnum, "entries">;
|
|
1325
|
-
// @__NO_SIDE_EFFECTS__
|
|
1326
|
-
export function _enum<const T extends string[]>(
|
|
1327
|
-
Class: util.SchemaClass<schemas.$ZodEnum>,
|
|
1328
|
-
values: T,
|
|
1329
|
-
params?: string | $ZodEnumParams
|
|
1330
|
-
): schemas.$ZodEnum<util.ToEnum<T[number]>>;
|
|
1331
|
-
// @__NO_SIDE_EFFECTS__
|
|
1332
|
-
export function _enum<T extends util.EnumLike>(
|
|
1333
|
-
Class: util.SchemaClass<schemas.$ZodEnum>,
|
|
1334
|
-
entries: T,
|
|
1335
|
-
params?: string | $ZodEnumParams
|
|
1336
|
-
): schemas.$ZodEnum<T>;
|
|
1337
|
-
// @__NO_SIDE_EFFECTS__
|
|
1338
|
-
export function _enum(Class: util.SchemaClass<schemas.$ZodEnum>, values: any, params?: string | $ZodEnumParams) {
|
|
1339
|
-
const entries: any = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
|
|
1340
|
-
// if (Array.isArray(values)) {
|
|
1341
|
-
// for (const value of values) {
|
|
1342
|
-
// entries[value] = value;
|
|
1343
|
-
// }
|
|
1344
|
-
// } else {
|
|
1345
|
-
// Object.assign(entries, values);
|
|
1346
|
-
// }
|
|
1347
|
-
// const entries: util.EnumLike = {};
|
|
1348
|
-
// for (const val of values) {
|
|
1349
|
-
// entries[val] = val;
|
|
1350
|
-
// }
|
|
1351
|
-
|
|
1352
|
-
return new Class({
|
|
1353
|
-
type: "enum",
|
|
1354
|
-
entries,
|
|
1355
|
-
...util.normalizeParams(params),
|
|
1356
|
-
}) as any;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
// @__NO_SIDE_EFFECTS__
|
|
1360
|
-
/** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
|
|
1361
|
-
*
|
|
1362
|
-
* ```ts
|
|
1363
|
-
* enum Colors { red, green, blue }
|
|
1364
|
-
* z.enum(Colors);
|
|
1365
|
-
* ```
|
|
1366
|
-
*/
|
|
1367
|
-
export function _nativeEnum<T extends util.EnumLike>(
|
|
1368
|
-
Class: util.SchemaClass<schemas.$ZodEnum>,
|
|
1369
|
-
entries: T,
|
|
1370
|
-
params?: string | $ZodEnumParams
|
|
1371
|
-
): schemas.$ZodEnum<T> {
|
|
1372
|
-
return new Class({
|
|
1373
|
-
type: "enum",
|
|
1374
|
-
entries,
|
|
1375
|
-
...util.normalizeParams(params),
|
|
1376
|
-
}) as any;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
// ZodLiteral
|
|
1380
|
-
export type $ZodLiteralParams = TypeParams<schemas.$ZodLiteral, "values">;
|
|
1381
|
-
export function _literal<const T extends Array<util.Literal>>(
|
|
1382
|
-
Class: util.SchemaClass<schemas.$ZodLiteral>,
|
|
1383
|
-
value: T,
|
|
1384
|
-
params?: string | $ZodLiteralParams
|
|
1385
|
-
): schemas.$ZodLiteral<T[number]>;
|
|
1386
|
-
export function _literal<const T extends util.Literal>(
|
|
1387
|
-
Class: util.SchemaClass<schemas.$ZodLiteral>,
|
|
1388
|
-
value: T,
|
|
1389
|
-
params?: string | $ZodLiteralParams
|
|
1390
|
-
): schemas.$ZodLiteral<T>;
|
|
1391
|
-
// @__NO_SIDE_EFFECTS__
|
|
1392
|
-
export function _literal(Class: util.SchemaClass<schemas.$ZodLiteral>, value: any, params: any) {
|
|
1393
|
-
return new Class({
|
|
1394
|
-
type: "literal",
|
|
1395
|
-
values: Array.isArray(value) ? value : [value],
|
|
1396
|
-
...util.normalizeParams(params),
|
|
1397
|
-
});
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
// ZodFile
|
|
1401
|
-
export type $ZodFileParams = TypeParams<schemas.$ZodFile>;
|
|
1402
|
-
// @__NO_SIDE_EFFECTS__
|
|
1403
|
-
export function _file(Class: util.SchemaClass<schemas.$ZodFile>, params?: string | $ZodFileParams): schemas.$ZodFile {
|
|
1404
|
-
return new Class({
|
|
1405
|
-
type: "file",
|
|
1406
|
-
...util.normalizeParams(params),
|
|
1407
|
-
});
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
// ZodTransform
|
|
1411
|
-
export type $ZodTransformParams = TypeParams<schemas.$ZodTransform, "transform">;
|
|
1412
|
-
// @__NO_SIDE_EFFECTS__
|
|
1413
|
-
export function _transform<I = unknown, O = I>(
|
|
1414
|
-
Class: util.SchemaClass<schemas.$ZodTransform>,
|
|
1415
|
-
fn: (input: I, ctx?: schemas.ParsePayload) => O
|
|
1416
|
-
): schemas.$ZodTransform<Awaited<O>, I> {
|
|
1417
|
-
return new Class({
|
|
1418
|
-
type: "transform",
|
|
1419
|
-
transform: fn as any,
|
|
1420
|
-
}) as any;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
// ZodOptional
|
|
1424
|
-
export type $ZodOptionalParams = TypeParams<schemas.$ZodOptional, "innerType">;
|
|
1425
|
-
// @__NO_SIDE_EFFECTS__
|
|
1426
|
-
export function _optional<T extends schemas.$ZodObject>(
|
|
1427
|
-
Class: util.SchemaClass<schemas.$ZodOptional>,
|
|
1428
|
-
innerType: T
|
|
1429
|
-
): schemas.$ZodOptional<T> {
|
|
1430
|
-
return new Class({
|
|
1431
|
-
type: "optional",
|
|
1432
|
-
innerType,
|
|
1433
|
-
}) as any;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
// ZodNullable
|
|
1437
|
-
export type $ZodNullableParams = TypeParams<schemas.$ZodNullable, "innerType">;
|
|
1438
|
-
// @__NO_SIDE_EFFECTS__
|
|
1439
|
-
export function _nullable<T extends schemas.$ZodObject>(
|
|
1440
|
-
Class: util.SchemaClass<schemas.$ZodNullable>,
|
|
1441
|
-
innerType: T
|
|
1442
|
-
): schemas.$ZodNullable<T> {
|
|
1443
|
-
return new Class({
|
|
1444
|
-
type: "nullable",
|
|
1445
|
-
innerType,
|
|
1446
|
-
}) as any;
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
// ZodDefault
|
|
1450
|
-
export type $ZodDefaultParams = TypeParams<schemas.$ZodDefault, "innerType" | "defaultValue">;
|
|
1451
|
-
// @__NO_SIDE_EFFECTS__
|
|
1452
|
-
export function _default<T extends schemas.$ZodObject>(
|
|
1453
|
-
Class: util.SchemaClass<schemas.$ZodDefault>,
|
|
1454
|
-
innerType: T,
|
|
1455
|
-
defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)
|
|
1456
|
-
): schemas.$ZodDefault<T> {
|
|
1457
|
-
return new Class({
|
|
1458
|
-
type: "default",
|
|
1459
|
-
innerType,
|
|
1460
|
-
get defaultValue() {
|
|
1461
|
-
return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
|
|
1462
|
-
},
|
|
1463
|
-
}) as any;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
// ZodNonOptional
|
|
1467
|
-
export type $ZodNonOptionalParams = TypeParams<schemas.$ZodNonOptional, "innerType">;
|
|
1468
|
-
// @__NO_SIDE_EFFECTS__
|
|
1469
|
-
export function _nonoptional<T extends schemas.$ZodObject>(
|
|
1470
|
-
Class: util.SchemaClass<schemas.$ZodNonOptional>,
|
|
1471
|
-
innerType: T,
|
|
1472
|
-
params?: string | $ZodNonOptionalParams
|
|
1473
|
-
): schemas.$ZodNonOptional<T> {
|
|
1474
|
-
return new Class({
|
|
1475
|
-
type: "nonoptional",
|
|
1476
|
-
innerType,
|
|
1477
|
-
...util.normalizeParams(params),
|
|
1478
|
-
}) as any;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
// ZodSuccess
|
|
1482
|
-
export type $ZodSuccessParams = TypeParams<schemas.$ZodSuccess, "innerType">;
|
|
1483
|
-
// @__NO_SIDE_EFFECTS__
|
|
1484
|
-
export function _success<T extends schemas.$ZodObject>(
|
|
1485
|
-
Class: util.SchemaClass<schemas.$ZodSuccess>,
|
|
1486
|
-
innerType: T
|
|
1487
|
-
): schemas.$ZodSuccess<T> {
|
|
1488
|
-
return new Class({
|
|
1489
|
-
type: "success",
|
|
1490
|
-
innerType,
|
|
1491
|
-
}) as any;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
// ZodCatch
|
|
1495
|
-
export type $ZodCatchParams = TypeParams<schemas.$ZodCatch, "innerType" | "catchValue">;
|
|
1496
|
-
// @__NO_SIDE_EFFECTS__
|
|
1497
|
-
export function _catch<T extends schemas.$ZodObject>(
|
|
1498
|
-
Class: util.SchemaClass<schemas.$ZodCatch>,
|
|
1499
|
-
innerType: T,
|
|
1500
|
-
catchValue: core.output<T> | ((ctx: schemas.$ZodCatchCtx) => core.output<T>)
|
|
1501
|
-
): schemas.$ZodCatch<T> {
|
|
1502
|
-
return new Class({
|
|
1503
|
-
type: "catch",
|
|
1504
|
-
innerType,
|
|
1505
|
-
catchValue: (typeof catchValue === "function" ? catchValue : () => catchValue) as any,
|
|
1506
|
-
}) as any;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
// ZodPipe
|
|
1510
|
-
export type $ZodPipeParams = TypeParams<schemas.$ZodPipe, "in" | "out">;
|
|
1511
|
-
// @__NO_SIDE_EFFECTS__
|
|
1512
|
-
export function _pipe<
|
|
1513
|
-
const A extends schemas.$ZodType,
|
|
1514
|
-
B extends schemas.$ZodType<unknown, core.output<A>> = schemas.$ZodType<unknown, core.output<A>>,
|
|
1515
|
-
>(
|
|
1516
|
-
Class: util.SchemaClass<schemas.$ZodPipe>,
|
|
1517
|
-
in_: A,
|
|
1518
|
-
out: B | schemas.$ZodType<unknown, core.output<A>>
|
|
1519
|
-
): schemas.$ZodPipe<A, B> {
|
|
1520
|
-
return new Class({
|
|
1521
|
-
type: "pipe",
|
|
1522
|
-
in: in_,
|
|
1523
|
-
out,
|
|
1524
|
-
}) as any;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
// ZodReadonly
|
|
1528
|
-
export type $ZodReadonlyParams = TypeParams<schemas.$ZodReadonly, "innerType">;
|
|
1529
|
-
// @__NO_SIDE_EFFECTS__
|
|
1530
|
-
export function _readonly<T extends schemas.$ZodObject>(
|
|
1531
|
-
Class: util.SchemaClass<schemas.$ZodReadonly>,
|
|
1532
|
-
innerType: T
|
|
1533
|
-
): schemas.$ZodReadonly<T> {
|
|
1534
|
-
return new Class({
|
|
1535
|
-
type: "readonly",
|
|
1536
|
-
innerType,
|
|
1537
|
-
}) as any;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
// ZodTemplateLiteral
|
|
1541
|
-
export type $ZodTemplateLiteralParams = TypeParams<schemas.$ZodTemplateLiteral, "parts">;
|
|
1542
|
-
// @__NO_SIDE_EFFECTS__
|
|
1543
|
-
export function _templateLiteral<const Parts extends schemas.$ZodTemplateLiteralPart[]>(
|
|
1544
|
-
Class: util.SchemaClass<schemas.$ZodTemplateLiteral>,
|
|
1545
|
-
parts: Parts,
|
|
1546
|
-
params?: string | $ZodTemplateLiteralParams
|
|
1547
|
-
): schemas.$ZodTemplateLiteral<schemas.$PartsToTemplateLiteral<Parts>> {
|
|
1548
|
-
return new Class({
|
|
1549
|
-
type: "template_literal",
|
|
1550
|
-
parts,
|
|
1551
|
-
...util.normalizeParams(params),
|
|
1552
|
-
}) as any;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
// ZodLazy
|
|
1556
|
-
export type $ZodLazyParams = TypeParams<schemas.$ZodLazy, "getter">;
|
|
1557
|
-
// @__NO_SIDE_EFFECTS__
|
|
1558
|
-
export function _lazy<T extends schemas.$ZodType>(
|
|
1559
|
-
Class: util.SchemaClass<schemas.$ZodLazy>,
|
|
1560
|
-
getter: () => T
|
|
1561
|
-
): schemas.$ZodLazy<T> {
|
|
1562
|
-
return new Class({
|
|
1563
|
-
type: "lazy",
|
|
1564
|
-
getter,
|
|
1565
|
-
}) as any;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
// ZodPromise
|
|
1569
|
-
export type $ZodPromiseParams = TypeParams<schemas.$ZodPromise, "innerType">;
|
|
1570
|
-
// @__NO_SIDE_EFFECTS__
|
|
1571
|
-
export function _promise<T extends schemas.$ZodObject>(
|
|
1572
|
-
Class: util.SchemaClass<schemas.$ZodPromise>,
|
|
1573
|
-
innerType: T
|
|
1574
|
-
): schemas.$ZodPromise<T> {
|
|
1575
|
-
return new Class({
|
|
1576
|
-
type: "promise",
|
|
1577
|
-
innerType,
|
|
1578
|
-
}) as any;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
// ZodCustom
|
|
1582
|
-
export type $ZodCustomParams = CheckTypeParams<schemas.$ZodCustom, "fn">;
|
|
1583
|
-
// @__NO_SIDE_EFFECTS__
|
|
1584
|
-
export function _custom<O = unknown, I = O>(
|
|
1585
|
-
Class: util.SchemaClass<schemas.$ZodCustom>,
|
|
1586
|
-
fn: (data: O) => unknown,
|
|
1587
|
-
_params: string | $ZodCustomParams | undefined
|
|
1588
|
-
): schemas.$ZodCustom<O, I> {
|
|
1589
|
-
const norm = util.normalizeParams(_params);
|
|
1590
|
-
norm.abort ??= true; // default to abort:false
|
|
1591
|
-
const schema = new Class({
|
|
1592
|
-
type: "custom",
|
|
1593
|
-
check: "custom",
|
|
1594
|
-
fn: fn as any,
|
|
1595
|
-
...norm,
|
|
1596
|
-
});
|
|
1597
|
-
|
|
1598
|
-
return schema as any;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
// same as _custom but defaults to abort:false
|
|
1602
|
-
// @__NO_SIDE_EFFECTS__
|
|
1603
|
-
export function _refine<O = unknown, I = O>(
|
|
1604
|
-
Class: util.SchemaClass<schemas.$ZodCustom>,
|
|
1605
|
-
fn: (data: O) => unknown,
|
|
1606
|
-
_params: string | $ZodCustomParams | undefined
|
|
1607
|
-
): schemas.$ZodCustom<O, I> {
|
|
1608
|
-
const schema = new Class({
|
|
1609
|
-
type: "custom",
|
|
1610
|
-
check: "custom",
|
|
1611
|
-
fn: fn as any,
|
|
1612
|
-
...util.normalizeParams(_params),
|
|
1613
|
-
});
|
|
1614
|
-
|
|
1615
|
-
return schema as any;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
export type $ZodSuperRefineIssue<T extends errors.$ZodIssueBase = errors.$ZodIssue> = T extends any
|
|
1619
|
-
? RawIssue<T>
|
|
1620
|
-
: never;
|
|
1621
|
-
type RawIssue<T extends errors.$ZodIssueBase> = T extends any
|
|
1622
|
-
? util.Flatten<
|
|
1623
|
-
util.MakePartial<T, "message" | "path"> & {
|
|
1624
|
-
/** The schema or check that originated this issue. */
|
|
1625
|
-
readonly inst?: schemas.$ZodType | checks.$ZodCheck;
|
|
1626
|
-
/** If `true`, Zod will execute subsequent checks/refinements instead of immediately aborting */
|
|
1627
|
-
readonly continue?: boolean | undefined;
|
|
1628
|
-
} & Record<string, unknown>
|
|
1629
|
-
>
|
|
1630
|
-
: never;
|
|
1631
|
-
|
|
1632
|
-
export interface $RefinementCtx<T = unknown> extends schemas.ParsePayload<T> {
|
|
1633
|
-
addIssue(arg: string | $ZodSuperRefineIssue): void;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
// @__NO_SIDE_EFFECTS__
|
|
1637
|
-
export function _superRefine<T>(fn: (arg: T, payload: $RefinementCtx<T>) => void | Promise<void>): checks.$ZodCheck<T> {
|
|
1638
|
-
const ch = _check<T>((payload) => {
|
|
1639
|
-
(payload as $RefinementCtx).addIssue = (issue) => {
|
|
1640
|
-
if (typeof issue === "string") {
|
|
1641
|
-
payload.issues.push(util.issue(issue, payload.value, ch._zod.def));
|
|
1642
|
-
} else {
|
|
1643
|
-
// for Zod 3 backwards compatibility
|
|
1644
|
-
const _issue: any = issue;
|
|
1645
|
-
if (_issue.fatal) _issue.continue = false;
|
|
1646
|
-
_issue.code ??= "custom";
|
|
1647
|
-
_issue.input ??= payload.value;
|
|
1648
|
-
_issue.inst ??= ch;
|
|
1649
|
-
_issue.continue ??= !ch._zod.def.abort; // abort is always undefined, so this is always true...
|
|
1650
|
-
payload.issues.push(util.issue(_issue));
|
|
1651
|
-
}
|
|
1652
|
-
};
|
|
1653
|
-
|
|
1654
|
-
return fn(payload.value, payload as $RefinementCtx<T>);
|
|
1655
|
-
});
|
|
1656
|
-
return ch;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
// @__NO_SIDE_EFFECTS__
|
|
1660
|
-
export function _check<O = unknown>(fn: schemas.CheckFn<O>, params?: string | $ZodCustomParams): checks.$ZodCheck<O> {
|
|
1661
|
-
const ch = new checks.$ZodCheck({
|
|
1662
|
-
check: "custom",
|
|
1663
|
-
...util.normalizeParams(params),
|
|
1664
|
-
});
|
|
1665
|
-
|
|
1666
|
-
ch._zod.check = fn;
|
|
1667
|
-
return ch;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
// @__NO_SIDE_EFFECTS__
|
|
1671
|
-
export function describe<T>(description: string): checks.$ZodCheck<T> {
|
|
1672
|
-
const ch = new checks.$ZodCheck({ check: "describe" });
|
|
1673
|
-
ch._zod.onattach = [
|
|
1674
|
-
(inst) => {
|
|
1675
|
-
const existing = registries.globalRegistry.get(inst) ?? {};
|
|
1676
|
-
registries.globalRegistry.add(inst, { ...existing, description });
|
|
1677
|
-
},
|
|
1678
|
-
];
|
|
1679
|
-
ch._zod.check = () => {}; // no-op check
|
|
1680
|
-
return ch;
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
// @__NO_SIDE_EFFECTS__
|
|
1684
|
-
export function meta<T>(metadata: registries.GlobalMeta): checks.$ZodCheck<T> {
|
|
1685
|
-
const ch = new checks.$ZodCheck({ check: "meta" });
|
|
1686
|
-
ch._zod.onattach = [
|
|
1687
|
-
(inst) => {
|
|
1688
|
-
const existing = registries.globalRegistry.get(inst) ?? {};
|
|
1689
|
-
registries.globalRegistry.add(inst, { ...existing, ...metadata });
|
|
1690
|
-
},
|
|
1691
|
-
];
|
|
1692
|
-
ch._zod.check = () => {}; // no-op check
|
|
1693
|
-
return ch;
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
// export type $ZodCustomParams = CheckTypeParams<schemas.$ZodCustom, "fn">
|
|
1697
|
-
|
|
1698
|
-
///////// STRINGBOOL /////////
|
|
1699
|
-
|
|
1700
|
-
// stringbool
|
|
1701
|
-
export interface $ZodStringBoolParams extends TypeParams {
|
|
1702
|
-
truthy?: string[];
|
|
1703
|
-
falsy?: string[];
|
|
1704
|
-
/**
|
|
1705
|
-
* Options: `"sensitive"`, `"insensitive"`
|
|
1706
|
-
*
|
|
1707
|
-
* @default `"insensitive"`
|
|
1708
|
-
*/
|
|
1709
|
-
case?: "sensitive" | "insensitive" | undefined;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
// @__NO_SIDE_EFFECTS__
|
|
1713
|
-
export function _stringbool(
|
|
1714
|
-
Classes: {
|
|
1715
|
-
Codec?: typeof schemas.$ZodCodec;
|
|
1716
|
-
Boolean?: typeof schemas.$ZodBoolean;
|
|
1717
|
-
String?: typeof schemas.$ZodString;
|
|
1718
|
-
},
|
|
1719
|
-
_params?: string | $ZodStringBoolParams
|
|
1720
|
-
): schemas.$ZodCodec<schemas.$ZodString, schemas.$ZodBoolean> {
|
|
1721
|
-
const params = util.normalizeParams(_params);
|
|
1722
|
-
|
|
1723
|
-
let truthyArray = params.truthy ?? ["true", "1", "yes", "on", "y", "enabled"];
|
|
1724
|
-
let falsyArray = params.falsy ?? ["false", "0", "no", "off", "n", "disabled"];
|
|
1725
|
-
if (params.case !== "sensitive") {
|
|
1726
|
-
truthyArray = truthyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
|
|
1727
|
-
falsyArray = falsyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
const truthySet = new Set(truthyArray);
|
|
1731
|
-
const falsySet = new Set(falsyArray);
|
|
1732
|
-
|
|
1733
|
-
const _Codec = Classes.Codec ?? schemas.$ZodCodec;
|
|
1734
|
-
const _Boolean = Classes.Boolean ?? schemas.$ZodBoolean;
|
|
1735
|
-
const _String = Classes.String ?? schemas.$ZodString;
|
|
1736
|
-
|
|
1737
|
-
const stringSchema = new _String({ type: "string", error: params.error });
|
|
1738
|
-
const booleanSchema = new _Boolean({ type: "boolean", error: params.error });
|
|
1739
|
-
|
|
1740
|
-
const codec = new _Codec({
|
|
1741
|
-
type: "pipe",
|
|
1742
|
-
in: stringSchema as any,
|
|
1743
|
-
out: booleanSchema as any,
|
|
1744
|
-
transform: ((input: string, payload: schemas.ParsePayload<string>) => {
|
|
1745
|
-
let data: string = input;
|
|
1746
|
-
if (params.case !== "sensitive") data = data.toLowerCase();
|
|
1747
|
-
if (truthySet.has(data)) {
|
|
1748
|
-
return true;
|
|
1749
|
-
} else if (falsySet.has(data)) {
|
|
1750
|
-
return false;
|
|
1751
|
-
} else {
|
|
1752
|
-
payload.issues.push({
|
|
1753
|
-
code: "invalid_value",
|
|
1754
|
-
expected: "stringbool",
|
|
1755
|
-
values: [...truthySet, ...falsySet],
|
|
1756
|
-
input: payload.value,
|
|
1757
|
-
inst: codec,
|
|
1758
|
-
continue: false,
|
|
1759
|
-
});
|
|
1760
|
-
return {} as never;
|
|
1761
|
-
}
|
|
1762
|
-
}) as any,
|
|
1763
|
-
reverseTransform: ((input: boolean, _payload: schemas.ParsePayload<boolean>) => {
|
|
1764
|
-
if (input === true) {
|
|
1765
|
-
return truthyArray[0] || "true";
|
|
1766
|
-
} else {
|
|
1767
|
-
return falsyArray[0] || "false";
|
|
1768
|
-
}
|
|
1769
|
-
}) as any,
|
|
1770
|
-
error: params.error,
|
|
1771
|
-
}) as any;
|
|
1772
|
-
|
|
1773
|
-
return codec;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
// @__NO_SIDE_EFFECTS__
|
|
1777
|
-
export function _stringFormat<Format extends string>(
|
|
1778
|
-
Class: typeof schemas.$ZodCustomStringFormat,
|
|
1779
|
-
format: Format,
|
|
1780
|
-
fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp,
|
|
1781
|
-
_params: string | $ZodStringFormatParams = {}
|
|
1782
|
-
): schemas.$ZodCustomStringFormat<Format> {
|
|
1783
|
-
const params = util.normalizeParams(_params);
|
|
1784
|
-
const def: schemas.$ZodCustomStringFormatDef = {
|
|
1785
|
-
...util.normalizeParams(_params),
|
|
1786
|
-
check: "string_format",
|
|
1787
|
-
type: "string",
|
|
1788
|
-
format,
|
|
1789
|
-
fn: typeof fnOrRegex === "function" ? fnOrRegex : (val) => fnOrRegex.test(val),
|
|
1790
|
-
...params,
|
|
1791
|
-
};
|
|
1792
|
-
if (fnOrRegex instanceof RegExp) {
|
|
1793
|
-
def.pattern = fnOrRegex;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
const inst = new Class(def);
|
|
1797
|
-
return inst as any;
|
|
1798
|
-
}
|