@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,1647 +0,0 @@
|
|
|
1
|
-
import { $ as CreateOrganizationParams, B as CheckoutSignalValue, D as APIKeyResource, Ed as OrganizationCreationDefaultsResource, Et as SetActive, G as ClerkOptions, Qo as GetUserOrganizationSuggestionsParams, Qp as ClerkPaginatedResponse, Rf as BillingCheckoutResource, Uo as SignedInSessionResource, V as Clerk, Ws as OrganizationInvitationResource, Xo as GetUserOrganizationInvitationsParams, Yf as BillingPaymentMethodResource, Za as OrganizationMembershipResource, Zf as BillingPaymentResource, Zo as GetUserOrganizationMembershipParams, _ as UseSessionListReturn, _d as OrganizationDomainResource, ao as GetMembersParams, as as UserOrganizationInvitationResource, dp as BillingSubscriptionPlanPeriod, fo as OrganizationResource, fp as BillingSubscriptionResource, fs as OrganizationSuggestionResource, gp as CheckoutFlowResource, io as GetInvitationsParams, kr as ClientResource, mt as LoadedClerk, oo as GetMembershipRequestParams, op as BillingStatementResource, q as ClerkStatus, ro as GetDomainsParams, rs as UserResource, rt as GetAPIKeysParams, t as InitialState, tp as BillingPlanResource, um as ClerkAPIResponseError, v as UseSessionReturn, vo as OrganizationMembershipRequestResource, wu as ClerkAPIResponseError$1, x as UseUserReturn, xp as ForPayerType, ys as EnterpriseConnectionResource, zs as SessionVerificationLevel } from "../index-Cc98l5ga.mjs";
|
|
2
|
-
import "../moduleManager-BsmFyRrH.mjs";
|
|
3
|
-
import React, { PropsWithChildren, ReactNode } from "react";
|
|
4
|
-
import { dequal } from "dequal";
|
|
5
|
-
|
|
6
|
-
//#region src/react/hooks/createContextAndHook.d.ts
|
|
7
|
-
/**
|
|
8
|
-
* Assert that the context value exists, otherwise throw an error.
|
|
9
|
-
*
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
declare function assertContextExists(contextVal: unknown, msgOrCtx: string | React.Context<any>): asserts contextVal;
|
|
13
|
-
type Options$1 = {
|
|
14
|
-
assertCtxFn?: (v: unknown, msg: string) => void;
|
|
15
|
-
};
|
|
16
|
-
type ContextOf<T$1> = React.Context<{
|
|
17
|
-
value: T$1;
|
|
18
|
-
} | undefined>;
|
|
19
|
-
type UseCtxFn<T$1> = () => T$1;
|
|
20
|
-
/**
|
|
21
|
-
* Create and return a Context and two hooks that return the context value.
|
|
22
|
-
* The Context type is derived from the type passed in by the user.
|
|
23
|
-
*
|
|
24
|
-
* The first hook returned guarantees that the context exists so the returned value is always `CtxValue`
|
|
25
|
-
* The second hook makes no guarantees, so the returned value can be `CtxValue | undefined`
|
|
26
|
-
*
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
declare const createContextAndHook: <CtxVal>(displayName: string, options?: Options$1) => [ContextOf<CtxVal>, UseCtxFn<CtxVal>, UseCtxFn<CtxVal | Partial<CtxVal>>];
|
|
30
|
-
//#endregion
|
|
31
|
-
//#region src/react/types.d.ts
|
|
32
|
-
type ValueOrSetter<T$1 = unknown> = (size: T$1 | ((_size: T$1) => T$1)) => void;
|
|
33
|
-
type CacheSetter<CData = any> = (data?: CData | ((currentData?: CData) => Promise<undefined | CData> | undefined | CData)) => Promise<CData | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* @interface
|
|
36
|
-
*/
|
|
37
|
-
type PaginatedResources<T$1 = unknown, Infinite = false> = {
|
|
38
|
-
/**
|
|
39
|
-
* An array that contains the fetched data. For example, for the `memberships` attribute, data will be an array of [`OrganizationMembership`](https://clerk.com/docs/reference/types/organization-membership) objects.
|
|
40
|
-
*/
|
|
41
|
-
data: T$1[];
|
|
42
|
-
/**
|
|
43
|
-
* The total count of data that exist remotely.
|
|
44
|
-
*/
|
|
45
|
-
count: number;
|
|
46
|
-
/**
|
|
47
|
-
* Clerk's API response error object.
|
|
48
|
-
*/
|
|
49
|
-
error: ClerkAPIResponseError | null;
|
|
50
|
-
/**
|
|
51
|
-
* A boolean that is `true` if there is an ongoing request and there is no fetched data.
|
|
52
|
-
*/
|
|
53
|
-
isLoading: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* A boolean that is `true` if there is an ongoing request or a revalidation.
|
|
56
|
-
*/
|
|
57
|
-
isFetching: boolean;
|
|
58
|
-
/**
|
|
59
|
-
* A boolean that indicates the request failed.
|
|
60
|
-
*/
|
|
61
|
-
isError: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* The current page.
|
|
64
|
-
*/
|
|
65
|
-
page: number;
|
|
66
|
-
/**
|
|
67
|
-
* The total amount of pages. It is calculated based on `count`, `initialPage`, and `pageSize`.
|
|
68
|
-
*/
|
|
69
|
-
pageCount: number;
|
|
70
|
-
/**
|
|
71
|
-
* A function that triggers a specific page to be loaded.
|
|
72
|
-
*/
|
|
73
|
-
fetchPage: ValueOrSetter<number>;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* A function that triggers the previous page to be loaded. This is the same as `fetchPage(page => Math.max(0, page - 1))`.
|
|
77
|
-
*/
|
|
78
|
-
fetchPrevious: () => void;
|
|
79
|
-
/**
|
|
80
|
-
* A function that triggers the next page to be loaded. This is the same as `fetchPage(page => Math.min(pageCount, page + 1))`.
|
|
81
|
-
*/
|
|
82
|
-
fetchNext: () => void;
|
|
83
|
-
/**
|
|
84
|
-
* A boolean that indicates if there are available pages to be fetched.
|
|
85
|
-
*/
|
|
86
|
-
hasNextPage: boolean;
|
|
87
|
-
/**
|
|
88
|
-
* A boolean that indicates if there are available pages to be fetched.
|
|
89
|
-
*/
|
|
90
|
-
hasPreviousPage: boolean;
|
|
91
|
-
/**
|
|
92
|
-
* A function that triggers a revalidation of the current page.
|
|
93
|
-
*/
|
|
94
|
-
revalidate: () => Promise<void>;
|
|
95
|
-
/**
|
|
96
|
-
* A function that allows you to set the data manually.
|
|
97
|
-
*/
|
|
98
|
-
setData: Infinite extends true ? CacheSetter<(ClerkPaginatedResponse<T$1> | undefined)[]> : CacheSetter<ClerkPaginatedResponse<T$1> | undefined>;
|
|
99
|
-
};
|
|
100
|
-
type PaginatedResourcesWithDefault<T$1> = { [K in keyof PaginatedResources<T$1>]: PaginatedResources<T$1>[K] extends boolean ? false : undefined };
|
|
101
|
-
/**
|
|
102
|
-
* @inline
|
|
103
|
-
*/
|
|
104
|
-
type PaginatedHookConfig<T$1> = T$1 & {
|
|
105
|
-
/**
|
|
106
|
-
* If `true`, newly fetched data will be appended to the existing list rather than replacing it. Useful for implementing infinite scroll functionality.
|
|
107
|
-
*
|
|
108
|
-
* @default false
|
|
109
|
-
*/
|
|
110
|
-
infinite?: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* If `true`, the previous data will be kept in the cache until new data is fetched.
|
|
113
|
-
*
|
|
114
|
-
* @default false
|
|
115
|
-
*/
|
|
116
|
-
keepPreviousData?: boolean;
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* @interface
|
|
120
|
-
*/
|
|
121
|
-
type PagesOrInfiniteOptions = {
|
|
122
|
-
/**
|
|
123
|
-
* A number that specifies which page to fetch. For example, if `initialPage` is set to 10, it will skip the first 9 pages and fetch the 10th page.
|
|
124
|
-
*
|
|
125
|
-
* @default 1
|
|
126
|
-
*/
|
|
127
|
-
initialPage?: number;
|
|
128
|
-
/**
|
|
129
|
-
* A number that specifies the maximum number of results to return per page.
|
|
130
|
-
*
|
|
131
|
-
* @default 10
|
|
132
|
-
*/
|
|
133
|
-
pageSize?: number;
|
|
134
|
-
};
|
|
135
|
-
//#endregion
|
|
136
|
-
//#region src/react/hooks/useAPIKeys.d.ts
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
type UseAPIKeysParams = PaginatedHookConfig<GetAPIKeysParams & {
|
|
141
|
-
/**
|
|
142
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
143
|
-
*
|
|
144
|
-
* @default true
|
|
145
|
-
*/
|
|
146
|
-
enabled?: boolean;
|
|
147
|
-
}>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
type UseAPIKeysReturn<T$1 extends UseAPIKeysParams> = PaginatedResources<APIKeyResource, T$1 extends {
|
|
152
|
-
infinite: true;
|
|
153
|
-
} ? true : false>;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*
|
|
157
|
-
* The `useAPIKeys()` hook provides access to paginated API keys for the current user or organization.
|
|
158
|
-
*
|
|
159
|
-
* @example
|
|
160
|
-
* ### Basic usage with default pagination
|
|
161
|
-
*
|
|
162
|
-
* ```tsx
|
|
163
|
-
* const { data, isLoading, page, pageCount, fetchNext, fetchPrevious } = useAPIKeys({
|
|
164
|
-
* subject: 'user_123',
|
|
165
|
-
* pageSize: 10,
|
|
166
|
-
* initialPage: 1,
|
|
167
|
-
* });
|
|
168
|
-
* ```
|
|
169
|
-
*
|
|
170
|
-
* @example
|
|
171
|
-
* ### With search query
|
|
172
|
-
*
|
|
173
|
-
* ```tsx
|
|
174
|
-
* const [searchValue, setSearchValue] = useState('');
|
|
175
|
-
* const debouncedSearch = useDebounce(searchValue, 500);
|
|
176
|
-
*
|
|
177
|
-
* const { data, isLoading } = useAPIKeys({
|
|
178
|
-
* subject: 'user_123',
|
|
179
|
-
* query: debouncedSearch.trim(),
|
|
180
|
-
* pageSize: 10,
|
|
181
|
-
* });
|
|
182
|
-
* ```
|
|
183
|
-
*
|
|
184
|
-
* @example
|
|
185
|
-
* ### Infinite scroll
|
|
186
|
-
*
|
|
187
|
-
* ```tsx
|
|
188
|
-
* const { data, isLoading, fetchNext, hasNextPage } = useAPIKeys({
|
|
189
|
-
* subject: 'user_123',
|
|
190
|
-
* infinite: true,
|
|
191
|
-
* });
|
|
192
|
-
* ```
|
|
193
|
-
*/
|
|
194
|
-
declare function useAPIKeys<T$1 extends UseAPIKeysParams>(params?: T$1): UseAPIKeysReturn<T$1>;
|
|
195
|
-
//#endregion
|
|
196
|
-
//#region src/react/hooks/useOrganization.d.ts
|
|
197
|
-
/**
|
|
198
|
-
* @interface
|
|
199
|
-
*/
|
|
200
|
-
type UseOrganizationParams = {
|
|
201
|
-
/**
|
|
202
|
-
* If set to `true`, all default properties will be used.<br />
|
|
203
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
204
|
-
* <ul>
|
|
205
|
-
* <li>`enrollmentMode`: A string that filters the domains by the provided [enrollment mode](https://clerk.com/docs/guides/organizations/add-members/verified-domains#enable-verified-domains).</li>
|
|
206
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
207
|
-
* </ul>
|
|
208
|
-
*/
|
|
209
|
-
domains?: true | PaginatedHookConfig<GetDomainsParams>;
|
|
210
|
-
/**
|
|
211
|
-
* If set to `true`, all default properties will be used.<br />
|
|
212
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
213
|
-
* <ul>
|
|
214
|
-
* <li>`status`: A string that filters the membership requests by the provided status.</li>
|
|
215
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
216
|
-
* </ul>
|
|
217
|
-
*/
|
|
218
|
-
membershipRequests?: true | PaginatedHookConfig<GetMembershipRequestParams>;
|
|
219
|
-
/**
|
|
220
|
-
* If set to `true`, all default properties will be used.<br />
|
|
221
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
222
|
-
* <ul>
|
|
223
|
-
* <li>`role`: An array of [`OrganizationCustomRoleKey`](https://clerk.com/docs/reference/types/organization-custom-role-key).</li>
|
|
224
|
-
* <li>`query`: A string that filters the memberships by the provided string.</li>
|
|
225
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
226
|
-
* </ul>
|
|
227
|
-
*/
|
|
228
|
-
memberships?: true | PaginatedHookConfig<GetMembersParams>;
|
|
229
|
-
/**
|
|
230
|
-
* If set to `true`, all default properties will be used.<br />
|
|
231
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
232
|
-
* <ul>
|
|
233
|
-
* <li>`status`: A string that filters the invitations by the provided status.</li>
|
|
234
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
235
|
-
* </ul>
|
|
236
|
-
*/
|
|
237
|
-
invitations?: true | PaginatedHookConfig<GetInvitationsParams>;
|
|
238
|
-
};
|
|
239
|
-
/**
|
|
240
|
-
* @interface
|
|
241
|
-
*/
|
|
242
|
-
type UseOrganizationReturn<T$1 extends UseOrganizationParams> = {
|
|
243
|
-
/**
|
|
244
|
-
* A boolean that indicates whether Clerk has completed initialization. Initially `false`, becomes `true` once Clerk loads.
|
|
245
|
-
*/
|
|
246
|
-
isLoaded: false;
|
|
247
|
-
/**
|
|
248
|
-
* The currently Active Organization.
|
|
249
|
-
*/
|
|
250
|
-
organization: undefined;
|
|
251
|
-
/**
|
|
252
|
-
* The current Organization membership.
|
|
253
|
-
*/
|
|
254
|
-
membership: undefined;
|
|
255
|
-
/**
|
|
256
|
-
* Includes a paginated list of the Organization's domains.
|
|
257
|
-
*/
|
|
258
|
-
domains: PaginatedResourcesWithDefault<OrganizationDomainResource>;
|
|
259
|
-
/**
|
|
260
|
-
* Includes a paginated list of the Organization's membership requests.
|
|
261
|
-
*/
|
|
262
|
-
membershipRequests: PaginatedResourcesWithDefault<OrganizationMembershipRequestResource>;
|
|
263
|
-
/**
|
|
264
|
-
* Includes a paginated list of the Organization's memberships.
|
|
265
|
-
*/
|
|
266
|
-
memberships: PaginatedResourcesWithDefault<OrganizationMembershipResource>;
|
|
267
|
-
/**
|
|
268
|
-
* Includes a paginated list of the Organization's invitations.
|
|
269
|
-
*/
|
|
270
|
-
invitations: PaginatedResourcesWithDefault<OrganizationInvitationResource>;
|
|
271
|
-
} | {
|
|
272
|
-
isLoaded: true;
|
|
273
|
-
organization: OrganizationResource;
|
|
274
|
-
membership: undefined;
|
|
275
|
-
domains: PaginatedResourcesWithDefault<OrganizationDomainResource>;
|
|
276
|
-
membershipRequests: PaginatedResourcesWithDefault<OrganizationMembershipRequestResource>;
|
|
277
|
-
memberships: PaginatedResourcesWithDefault<OrganizationMembershipResource>;
|
|
278
|
-
invitations: PaginatedResourcesWithDefault<OrganizationInvitationResource>;
|
|
279
|
-
} | {
|
|
280
|
-
isLoaded: boolean;
|
|
281
|
-
organization: OrganizationResource | null;
|
|
282
|
-
membership: OrganizationMembershipResource | null | undefined;
|
|
283
|
-
domains: PaginatedResources<OrganizationDomainResource, T$1['membershipRequests'] extends {
|
|
284
|
-
infinite: true;
|
|
285
|
-
} ? true : false> | null;
|
|
286
|
-
membershipRequests: PaginatedResources<OrganizationMembershipRequestResource, T$1['membershipRequests'] extends {
|
|
287
|
-
infinite: true;
|
|
288
|
-
} ? true : false> | null;
|
|
289
|
-
memberships: PaginatedResources<OrganizationMembershipResource, T$1['memberships'] extends {
|
|
290
|
-
infinite: true;
|
|
291
|
-
} ? true : false> | null;
|
|
292
|
-
invitations: PaginatedResources<OrganizationInvitationResource, T$1['invitations'] extends {
|
|
293
|
-
infinite: true;
|
|
294
|
-
} ? true : false> | null;
|
|
295
|
-
};
|
|
296
|
-
/**
|
|
297
|
-
* The `useOrganization()` hook retrieves attributes of the currently Active Organization.
|
|
298
|
-
*
|
|
299
|
-
* @example
|
|
300
|
-
* ### Expand and paginate attributes
|
|
301
|
-
*
|
|
302
|
-
* To keep network usage to a minimum, developers are required to opt-in by specifying which resource they need to fetch and paginate through. By default, the `memberships`, `invitations`, `membershipRequests`, and `domains` attributes are not populated. You must pass `true` or an object with the desired properties to fetch and paginate the data.
|
|
303
|
-
*
|
|
304
|
-
* ```tsx
|
|
305
|
-
* // invitations.data will never be populated.
|
|
306
|
-
* const { invitations } = useOrganization()
|
|
307
|
-
*
|
|
308
|
-
* // Use default values to fetch invitations, such as initialPage = 1 and pageSize = 10
|
|
309
|
-
* const { invitations } = useOrganization({
|
|
310
|
-
* invitations: true,
|
|
311
|
-
* })
|
|
312
|
-
*
|
|
313
|
-
* // Pass your own values to fetch invitations
|
|
314
|
-
* const { invitations } = useOrganization({
|
|
315
|
-
* invitations: {
|
|
316
|
-
* pageSize: 20,
|
|
317
|
-
* initialPage: 2, // skips the first page
|
|
318
|
-
* },
|
|
319
|
-
* })
|
|
320
|
-
*
|
|
321
|
-
* // Aggregate pages in order to render an infinite list
|
|
322
|
-
* const { invitations } = useOrganization({
|
|
323
|
-
* invitations: {
|
|
324
|
-
* infinite: true,
|
|
325
|
-
* },
|
|
326
|
-
* })
|
|
327
|
-
* ```
|
|
328
|
-
*
|
|
329
|
-
* @example
|
|
330
|
-
* ### Infinite pagination
|
|
331
|
-
*
|
|
332
|
-
* The following example demonstrates how to use the `infinite` property to fetch and append new data to the existing list. The `memberships` attribute will be populated with the first page of the Organization's memberships. When the "Load more" button is clicked, the `fetchNext` helper function will be called to append the next page of memberships to the list.
|
|
333
|
-
*
|
|
334
|
-
* ```tsx
|
|
335
|
-
* import { useOrganization } from '@clerk/react'
|
|
336
|
-
*
|
|
337
|
-
* export default function MemberList() {
|
|
338
|
-
* const { memberships } = useOrganization({
|
|
339
|
-
* memberships: {
|
|
340
|
-
* infinite: true, // Append new data to the existing list
|
|
341
|
-
* keepPreviousData: true, // Persist the cached data until the new data has been fetched
|
|
342
|
-
* },
|
|
343
|
-
* })
|
|
344
|
-
*
|
|
345
|
-
* if (!memberships) {
|
|
346
|
-
* // Handle loading state
|
|
347
|
-
* return null
|
|
348
|
-
* }
|
|
349
|
-
*
|
|
350
|
-
* return (
|
|
351
|
-
* <div>
|
|
352
|
-
* <h2>Organization members</h2>
|
|
353
|
-
* <ul>
|
|
354
|
-
* {memberships.data?.map((membership) => (
|
|
355
|
-
* <li key={membership.id}>
|
|
356
|
-
* {membership.publicUserData.firstName} {membership.publicUserData.lastName} <
|
|
357
|
-
* {membership.publicUserData.identifier}> :: {membership.role}
|
|
358
|
-
* </li>
|
|
359
|
-
* ))}
|
|
360
|
-
* </ul>
|
|
361
|
-
*
|
|
362
|
-
* <button
|
|
363
|
-
* disabled={!memberships.hasNextPage} // Disable the button if there are no more available pages to be fetched
|
|
364
|
-
* onClick={memberships.fetchNext}
|
|
365
|
-
* >
|
|
366
|
-
* Load more
|
|
367
|
-
* </button>
|
|
368
|
-
* </div>
|
|
369
|
-
* )
|
|
370
|
-
* }
|
|
371
|
-
* ```
|
|
372
|
-
*
|
|
373
|
-
* @example
|
|
374
|
-
* ### Simple pagination
|
|
375
|
-
*
|
|
376
|
-
* The following example demonstrates how to use the `fetchPrevious` and `fetchNext` helper functions to paginate through the data. The `memberships` attribute will be populated with the first page of the Organization's memberships. When the "Previous page" or "Next page" button is clicked, the `fetchPrevious` or `fetchNext` helper function will be called to fetch the previous or next page of memberships.
|
|
377
|
-
*
|
|
378
|
-
* Notice the difference between this example's pagination and the infinite pagination example above.
|
|
379
|
-
*
|
|
380
|
-
* ```tsx
|
|
381
|
-
* import { useOrganization } from '@clerk/react'
|
|
382
|
-
*
|
|
383
|
-
* export default function MemberList() {
|
|
384
|
-
* const { memberships } = useOrganization({
|
|
385
|
-
* memberships: {
|
|
386
|
-
* keepPreviousData: true, // Persist the cached data until the new data has been fetched
|
|
387
|
-
* },
|
|
388
|
-
* })
|
|
389
|
-
*
|
|
390
|
-
* if (!memberships) {
|
|
391
|
-
* // Handle loading state
|
|
392
|
-
* return null
|
|
393
|
-
* }
|
|
394
|
-
*
|
|
395
|
-
* return (
|
|
396
|
-
* <div>
|
|
397
|
-
* <h2>Organization members</h2>
|
|
398
|
-
* <ul>
|
|
399
|
-
* {memberships.data?.map((membership) => (
|
|
400
|
-
* <li key={membership.id}>
|
|
401
|
-
* {membership.publicUserData.firstName} {membership.publicUserData.lastName} <
|
|
402
|
-
* {membership.publicUserData.identifier}> :: {membership.role}
|
|
403
|
-
* </li>
|
|
404
|
-
* ))}
|
|
405
|
-
* </ul>
|
|
406
|
-
*
|
|
407
|
-
* <button disabled={!memberships.hasPreviousPage} onClick={memberships.fetchPrevious}>
|
|
408
|
-
* Previous page
|
|
409
|
-
* </button>
|
|
410
|
-
*
|
|
411
|
-
* <button disabled={!memberships.hasNextPage} onClick={memberships.fetchNext}>
|
|
412
|
-
* Next page
|
|
413
|
-
* </button>
|
|
414
|
-
* </div>
|
|
415
|
-
* )
|
|
416
|
-
* }
|
|
417
|
-
* ```
|
|
418
|
-
*/
|
|
419
|
-
declare function useOrganization<T$1 extends UseOrganizationParams>(params?: T$1): UseOrganizationReturn<T$1>;
|
|
420
|
-
//#endregion
|
|
421
|
-
//#region src/react/hooks/useOrganizationCreationDefaults.types.d.ts
|
|
422
|
-
/**
|
|
423
|
-
* @interface
|
|
424
|
-
*/
|
|
425
|
-
type UseOrganizationCreationDefaultsParams = {
|
|
426
|
-
/**
|
|
427
|
-
* If true, the previous data will be kept in the cache until new data is fetched.
|
|
428
|
-
*
|
|
429
|
-
* @default true
|
|
430
|
-
*/
|
|
431
|
-
keepPreviousData?: boolean;
|
|
432
|
-
/**
|
|
433
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
434
|
-
*
|
|
435
|
-
* @default true
|
|
436
|
-
*/
|
|
437
|
-
enabled?: boolean;
|
|
438
|
-
};
|
|
439
|
-
/**
|
|
440
|
-
* @interface
|
|
441
|
-
*/
|
|
442
|
-
type UseOrganizationCreationDefaultsReturn = {
|
|
443
|
-
/**
|
|
444
|
-
* The organization creation defaults resource, `undefined` before the first fetch, or `null` if not available.
|
|
445
|
-
*/
|
|
446
|
-
data: OrganizationCreationDefaultsResource | undefined | null;
|
|
447
|
-
/**
|
|
448
|
-
* Any error that occurred during the data fetch, or `null` if no error occurred.
|
|
449
|
-
*/
|
|
450
|
-
error: ClerkAPIResponseError | null;
|
|
451
|
-
/**
|
|
452
|
-
* A boolean that indicates whether the initial data is still being fetched.
|
|
453
|
-
*/
|
|
454
|
-
isLoading: boolean;
|
|
455
|
-
/**
|
|
456
|
-
* A boolean that indicates whether any request is still in flight, including background updates.
|
|
457
|
-
*/
|
|
458
|
-
isFetching: boolean;
|
|
459
|
-
};
|
|
460
|
-
//#endregion
|
|
461
|
-
//#region src/react/hooks/useOrganizationCreationDefaults.d.ts
|
|
462
|
-
/**
|
|
463
|
-
* The `useOrganizationCreationDefaults()` hook retrieves the organization creation defaults for the current user.
|
|
464
|
-
*
|
|
465
|
-
* @example
|
|
466
|
-
* ### Basic usage
|
|
467
|
-
*
|
|
468
|
-
* ```tsx
|
|
469
|
-
* import { useOrganizationCreationDefaults } from '@clerk/clerk-react'
|
|
470
|
-
*
|
|
471
|
-
* export default function CreateOrganizationForm() {
|
|
472
|
-
* const { data, isLoading } = useOrganizationCreationDefaults()
|
|
473
|
-
*
|
|
474
|
-
* if (isLoading) return <div>Loading...</div>
|
|
475
|
-
*
|
|
476
|
-
* return (
|
|
477
|
-
* <form>
|
|
478
|
-
* <input defaultValue={data?.form.name} placeholder="Organization name" />
|
|
479
|
-
* <input defaultValue={data?.form.slug} placeholder="Slug" />
|
|
480
|
-
* <button type="submit">Create</button>
|
|
481
|
-
* </form>
|
|
482
|
-
* )
|
|
483
|
-
* }
|
|
484
|
-
* ```
|
|
485
|
-
*/
|
|
486
|
-
declare function useOrganizationCreationDefaults(params?: UseOrganizationCreationDefaultsParams): UseOrganizationCreationDefaultsReturn;
|
|
487
|
-
//#endregion
|
|
488
|
-
//#region src/react/hooks/useOrganizationList.d.ts
|
|
489
|
-
/**
|
|
490
|
-
* @interface
|
|
491
|
-
*/
|
|
492
|
-
type UseOrganizationListParams = {
|
|
493
|
-
/**
|
|
494
|
-
* If set to `true`, all default properties will be used.<br />
|
|
495
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
496
|
-
*
|
|
497
|
-
* <ul>
|
|
498
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
499
|
-
* </ul>
|
|
500
|
-
*/
|
|
501
|
-
userMemberships?: true | PaginatedHookConfig<GetUserOrganizationMembershipParams>;
|
|
502
|
-
/**
|
|
503
|
-
* If set to `true`, all default properties will be used.<br />
|
|
504
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
505
|
-
*
|
|
506
|
-
* <ul>
|
|
507
|
-
* <li>`status`: A string that filters the invitations by the provided status.</li>
|
|
508
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
509
|
-
* </ul>
|
|
510
|
-
*/
|
|
511
|
-
userInvitations?: true | PaginatedHookConfig<GetUserOrganizationInvitationsParams>;
|
|
512
|
-
/**
|
|
513
|
-
* If set to `true`, all default properties will be used.<br />
|
|
514
|
-
* Otherwise, accepts an object with the following optional properties:
|
|
515
|
-
*
|
|
516
|
-
* <ul>
|
|
517
|
-
* <li>`status`: A string that filters the suggestions by the provided status.</li>
|
|
518
|
-
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
|
|
519
|
-
* </ul>
|
|
520
|
-
*/
|
|
521
|
-
userSuggestions?: true | PaginatedHookConfig<GetUserOrganizationSuggestionsParams>;
|
|
522
|
-
};
|
|
523
|
-
/**
|
|
524
|
-
* @interface
|
|
525
|
-
*/
|
|
526
|
-
type UseOrganizationListReturn<T$1 extends UseOrganizationListParams> = {
|
|
527
|
-
/**
|
|
528
|
-
* A boolean that indicates whether Clerk has completed initialization and there is an authenticated user. Initially `false`, becomes `true` once Clerk loads with a user.
|
|
529
|
-
*/
|
|
530
|
-
isLoaded: false;
|
|
531
|
-
/**
|
|
532
|
-
* A function that returns a `Promise` which resolves to the newly created `Organization`.
|
|
533
|
-
*/
|
|
534
|
-
createOrganization: undefined;
|
|
535
|
-
/**
|
|
536
|
-
* A function that sets the active session and/or Organization.
|
|
537
|
-
*/
|
|
538
|
-
setActive: undefined;
|
|
539
|
-
/**
|
|
540
|
-
* Returns `PaginatedResources` which includes a list of the user's Organization memberships.
|
|
541
|
-
*/
|
|
542
|
-
userMemberships: PaginatedResourcesWithDefault<OrganizationMembershipResource>;
|
|
543
|
-
/**
|
|
544
|
-
* Returns `PaginatedResources` which includes a list of the user's Organization invitations.
|
|
545
|
-
*/
|
|
546
|
-
userInvitations: PaginatedResourcesWithDefault<UserOrganizationInvitationResource>;
|
|
547
|
-
/**
|
|
548
|
-
* Returns `PaginatedResources` which includes a list of suggestions for Organizations that the user can join.
|
|
549
|
-
*/
|
|
550
|
-
userSuggestions: PaginatedResourcesWithDefault<OrganizationSuggestionResource>;
|
|
551
|
-
} | {
|
|
552
|
-
isLoaded: boolean;
|
|
553
|
-
createOrganization: (CreateOrganizationParams: CreateOrganizationParams) => Promise<OrganizationResource>;
|
|
554
|
-
setActive: SetActive;
|
|
555
|
-
userMemberships: PaginatedResources<OrganizationMembershipResource, T$1['userMemberships'] extends {
|
|
556
|
-
infinite: true;
|
|
557
|
-
} ? true : false>;
|
|
558
|
-
userInvitations: PaginatedResources<UserOrganizationInvitationResource, T$1['userInvitations'] extends {
|
|
559
|
-
infinite: true;
|
|
560
|
-
} ? true : false>;
|
|
561
|
-
userSuggestions: PaginatedResources<OrganizationSuggestionResource, T$1['userSuggestions'] extends {
|
|
562
|
-
infinite: true;
|
|
563
|
-
} ? true : false>;
|
|
564
|
-
};
|
|
565
|
-
/**
|
|
566
|
-
* The `useOrganizationList()` hook provides access to the current user's organization memberships, invitations, and suggestions. It also includes methods for creating new organizations and managing the active organization.
|
|
567
|
-
*
|
|
568
|
-
* @example
|
|
569
|
-
* ### Expanding and paginating attributes
|
|
570
|
-
*
|
|
571
|
-
* To keep network usage to a minimum, developers are required to opt-in by specifying which resource they need to fetch and paginate through. So by default, the `userMemberships`, `userInvitations`, and `userSuggestions` attributes are not populated. You must pass true or an object with the desired properties to fetch and paginate the data.
|
|
572
|
-
*
|
|
573
|
-
* ```tsx
|
|
574
|
-
* // userMemberships.data will never be populated
|
|
575
|
-
* const { userMemberships } = useOrganizationList()
|
|
576
|
-
*
|
|
577
|
-
* // Use default values to fetch userMemberships, such as initialPage = 1 and pageSize = 10
|
|
578
|
-
* const { userMemberships } = useOrganizationList({
|
|
579
|
-
* userMemberships: true,
|
|
580
|
-
* })
|
|
581
|
-
*
|
|
582
|
-
* // Pass your own values to fetch userMemberships
|
|
583
|
-
* const { userMemberships } = useOrganizationList({
|
|
584
|
-
* userMemberships: {
|
|
585
|
-
* pageSize: 20,
|
|
586
|
-
* initialPage: 2, // skips the first page
|
|
587
|
-
* },
|
|
588
|
-
* })
|
|
589
|
-
*
|
|
590
|
-
* // Aggregate pages in order to render an infinite list
|
|
591
|
-
* const { userMemberships } = useOrganizationList({
|
|
592
|
-
* userMemberships: {
|
|
593
|
-
* infinite: true,
|
|
594
|
-
* },
|
|
595
|
-
* })
|
|
596
|
-
* ```
|
|
597
|
-
*
|
|
598
|
-
* @example
|
|
599
|
-
* ### Infinite pagination
|
|
600
|
-
*
|
|
601
|
-
* The following example demonstrates how to use the `infinite` property to fetch and append new data to the existing list. The `userMemberships` attribute will be populated with the first page of the user's Organization memberships. When the "Load more" button is clicked, the `fetchNext` helper function will be called to append the next page of memberships to the list.
|
|
602
|
-
*
|
|
603
|
-
* ```tsx {{ filename: 'src/components/JoinedOrganizations.tsx' }}
|
|
604
|
-
* import { useOrganizationList } from '@clerk/react'
|
|
605
|
-
* import React from 'react'
|
|
606
|
-
*
|
|
607
|
-
* const JoinedOrganizations = () => {
|
|
608
|
-
* const { isLoaded, setActive, userMemberships } = useOrganizationList({
|
|
609
|
-
* userMemberships: {
|
|
610
|
-
* infinite: true,
|
|
611
|
-
* },
|
|
612
|
-
* })
|
|
613
|
-
*
|
|
614
|
-
* if (!isLoaded) {
|
|
615
|
-
* return <>Loading</>
|
|
616
|
-
* }
|
|
617
|
-
*
|
|
618
|
-
* return (
|
|
619
|
-
* <>
|
|
620
|
-
* <ul>
|
|
621
|
-
* {userMemberships.data?.map((mem) => (
|
|
622
|
-
* <li key={mem.id}>
|
|
623
|
-
* <span>{mem.organization.name}</span>
|
|
624
|
-
* <button onClick={() => setActive({ organization: mem.organization.id })}>Select</button>
|
|
625
|
-
* </li>
|
|
626
|
-
* ))}
|
|
627
|
-
* </ul>
|
|
628
|
-
*
|
|
629
|
-
* <button disabled={!userMemberships.hasNextPage} onClick={() => userMemberships.fetchNext()}>
|
|
630
|
-
* Load more
|
|
631
|
-
* </button>
|
|
632
|
-
* </>
|
|
633
|
-
* )
|
|
634
|
-
* }
|
|
635
|
-
*
|
|
636
|
-
* export default JoinedOrganizations
|
|
637
|
-
* ```
|
|
638
|
-
*
|
|
639
|
-
* @example
|
|
640
|
-
* ### Simple pagination
|
|
641
|
-
*
|
|
642
|
-
* The following example demonstrates how to use the `fetchPrevious` and `fetchNext` helper functions to paginate through the data. The `userInvitations` attribute will be populated with the first page of invitations. When the "Previous page" or "Next page" button is clicked, the `fetchPrevious` or `fetchNext` helper function will be called to fetch the previous or next page of invitations.
|
|
643
|
-
*
|
|
644
|
-
* Notice the difference between this example's pagination and the infinite pagination example above.
|
|
645
|
-
*
|
|
646
|
-
* ```tsx {{ filename: 'src/components/UserInvitationsTable.tsx' }}
|
|
647
|
-
* import { useOrganizationList } from '@clerk/react'
|
|
648
|
-
* import React from 'react'
|
|
649
|
-
*
|
|
650
|
-
* const UserInvitationsTable = () => {
|
|
651
|
-
* const { isLoaded, userInvitations } = useOrganizationList({
|
|
652
|
-
* userInvitations: {
|
|
653
|
-
* infinite: true,
|
|
654
|
-
* keepPreviousData: true,
|
|
655
|
-
* },
|
|
656
|
-
* })
|
|
657
|
-
*
|
|
658
|
-
* if (!isLoaded || userInvitations.isLoading) {
|
|
659
|
-
* return <>Loading</>
|
|
660
|
-
* }
|
|
661
|
-
*
|
|
662
|
-
* return (
|
|
663
|
-
* <>
|
|
664
|
-
* <table>
|
|
665
|
-
* <thead>
|
|
666
|
-
* <tr>
|
|
667
|
-
* <th>Email</th>
|
|
668
|
-
* <th>Org name</th>
|
|
669
|
-
* </tr>
|
|
670
|
-
* </thead>
|
|
671
|
-
*
|
|
672
|
-
* <tbody>
|
|
673
|
-
* {userInvitations.data?.map((inv) => (
|
|
674
|
-
* <tr key={inv.id}>
|
|
675
|
-
* <th>{inv.emailAddress}</th>
|
|
676
|
-
* <th>{inv.publicOrganizationData.name}</th>
|
|
677
|
-
* </tr>
|
|
678
|
-
* ))}
|
|
679
|
-
* </tbody>
|
|
680
|
-
* </table>
|
|
681
|
-
*
|
|
682
|
-
* <button disabled={!userInvitations.hasPreviousPage} onClick={userInvitations.fetchPrevious}>
|
|
683
|
-
* Prev
|
|
684
|
-
* </button>
|
|
685
|
-
* <button disabled={!userInvitations.hasNextPage} onClick={userInvitations.fetchNext}>
|
|
686
|
-
* Next
|
|
687
|
-
* </button>
|
|
688
|
-
* </>
|
|
689
|
-
* )
|
|
690
|
-
* }
|
|
691
|
-
*
|
|
692
|
-
* export default UserInvitationsTable
|
|
693
|
-
* ```
|
|
694
|
-
*/
|
|
695
|
-
declare function useOrganizationList<T$1 extends UseOrganizationListParams>(params?: T$1): UseOrganizationListReturn<T$1>;
|
|
696
|
-
//#endregion
|
|
697
|
-
//#region src/react/hooks/useAttemptToEnableOrganizations.d.ts
|
|
698
|
-
/**
|
|
699
|
-
* Attempts to enable the organizations environment setting for a given caller
|
|
700
|
-
*
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
declare function useAttemptToEnableOrganizations(caller: 'useOrganization' | 'useOrganizationList'): void;
|
|
704
|
-
//#endregion
|
|
705
|
-
//#region src/react/hooks/useSafeLayoutEffect.d.ts
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
declare const useSafeLayoutEffect: typeof React.useEffect;
|
|
710
|
-
//#endregion
|
|
711
|
-
//#region src/react/hooks/useSession.d.ts
|
|
712
|
-
type UseSession = () => UseSessionReturn;
|
|
713
|
-
/**
|
|
714
|
-
* The `useSession()` hook provides access to the current user's [`Session`](https://clerk.com/docs/reference/objects/session) object, as well as helpers for setting the active session.
|
|
715
|
-
*
|
|
716
|
-
* @unionReturnHeadings
|
|
717
|
-
* ["Initialization", "Signed out", "Signed in"]
|
|
718
|
-
*
|
|
719
|
-
* @function
|
|
720
|
-
*
|
|
721
|
-
* @param [options] - An object containing options for the `useSession()` hook.
|
|
722
|
-
* @example
|
|
723
|
-
* ### Access the `Session` object
|
|
724
|
-
*
|
|
725
|
-
* The following example uses the `useSession()` hook to access the `Session` object, which has the `lastActiveAt` property. The `lastActiveAt` property is a `Date` object used to show the time the session was last active.
|
|
726
|
-
*
|
|
727
|
-
* <Tabs items='React,Next.js'>
|
|
728
|
-
* <Tab>
|
|
729
|
-
*
|
|
730
|
-
* ```tsx {{ filename: 'src/Home.tsx' }}
|
|
731
|
-
* import { useSession } from '@clerk/react'
|
|
732
|
-
*
|
|
733
|
-
* export default function Home() {
|
|
734
|
-
* const { isLoaded, session, isSignedIn } = useSession()
|
|
735
|
-
*
|
|
736
|
-
* if (!isLoaded) {
|
|
737
|
-
* // Handle loading state
|
|
738
|
-
* return null
|
|
739
|
-
* }
|
|
740
|
-
* if (!isSignedIn) {
|
|
741
|
-
* // Handle signed out state
|
|
742
|
-
* return null
|
|
743
|
-
* }
|
|
744
|
-
*
|
|
745
|
-
* return (
|
|
746
|
-
* <div>
|
|
747
|
-
* <p>This session has been active since {session.lastActiveAt.toLocaleString()}</p>
|
|
748
|
-
* </div>
|
|
749
|
-
* )
|
|
750
|
-
* }
|
|
751
|
-
* ```
|
|
752
|
-
*
|
|
753
|
-
* </Tab>
|
|
754
|
-
* <Tab>
|
|
755
|
-
*
|
|
756
|
-
* {@include ../../../docs/use-session.md#nextjs-01}
|
|
757
|
-
*
|
|
758
|
-
* </Tab>
|
|
759
|
-
* </Tabs>
|
|
760
|
-
*/
|
|
761
|
-
declare const useSession: UseSession;
|
|
762
|
-
//#endregion
|
|
763
|
-
//#region src/react/hooks/useSessionList.d.ts
|
|
764
|
-
/**
|
|
765
|
-
* The `useSessionList()` hook returns an array of [`Session`](https://clerk.com/docs/reference/objects/session) objects that have been registered on the client device.
|
|
766
|
-
*
|
|
767
|
-
* @unionReturnHeadings
|
|
768
|
-
* ["Initialization", "Loaded"]
|
|
769
|
-
*
|
|
770
|
-
* @function
|
|
771
|
-
*
|
|
772
|
-
* @example
|
|
773
|
-
* ### Get a list of sessions
|
|
774
|
-
*
|
|
775
|
-
* The following example uses `useSessionList()` to get a list of sessions that have been registered on the client device. The `sessions` property is used to show the number of times the user has visited the page.
|
|
776
|
-
*
|
|
777
|
-
* <Tabs items='React,Next.js'>
|
|
778
|
-
* <Tab>
|
|
779
|
-
*
|
|
780
|
-
* ```tsx {{ filename: 'src/Home.tsx' }}
|
|
781
|
-
* import { useSessionList } from '@clerk/react'
|
|
782
|
-
*
|
|
783
|
-
* export default function Home() {
|
|
784
|
-
* const { isLoaded, sessions } = useSessionList()
|
|
785
|
-
*
|
|
786
|
-
* if (!isLoaded) {
|
|
787
|
-
* // Handle loading state
|
|
788
|
-
* return null
|
|
789
|
-
* }
|
|
790
|
-
*
|
|
791
|
-
* return (
|
|
792
|
-
* <div>
|
|
793
|
-
* <p>Welcome back. You've been here {sessions.length} times before.</p>
|
|
794
|
-
* </div>
|
|
795
|
-
* )
|
|
796
|
-
* }
|
|
797
|
-
* ```
|
|
798
|
-
*
|
|
799
|
-
* </Tab>
|
|
800
|
-
* <Tab>
|
|
801
|
-
*
|
|
802
|
-
* {@include ../../../docs/use-session-list.md#nextjs-01}
|
|
803
|
-
*
|
|
804
|
-
* </Tab>
|
|
805
|
-
* </Tabs>
|
|
806
|
-
*/
|
|
807
|
-
declare const useSessionList: () => UseSessionListReturn;
|
|
808
|
-
//#endregion
|
|
809
|
-
//#region src/react/hooks/useUser.d.ts
|
|
810
|
-
/**
|
|
811
|
-
* The `useUser()` hook provides access to the current user's [`User`](https://clerk.com/docs/reference/objects/user) object, which contains all the data for a single user in your application and provides methods to manage their account. This hook also allows you to check if the user is signed in and if Clerk has loaded and initialized.
|
|
812
|
-
*
|
|
813
|
-
* @unionReturnHeadings
|
|
814
|
-
* ["Initialization", "Signed out", "Signed in"]
|
|
815
|
-
*
|
|
816
|
-
* @example
|
|
817
|
-
* ### Get the current user
|
|
818
|
-
*
|
|
819
|
-
* The following example uses the `useUser()` hook to access the [`User`](https://clerk.com/docs/reference/objects/user) object, which contains the current user's data such as their full name. The `isLoaded` and `isSignedIn` properties are used to handle the loading state and to check if the user is signed in, respectively.
|
|
820
|
-
*
|
|
821
|
-
* ```tsx {{ filename: 'src/Example.tsx' }}
|
|
822
|
-
* import { useUser } from '@clerk/react'
|
|
823
|
-
*
|
|
824
|
-
* export default function Example() {
|
|
825
|
-
* const { isSignedIn, user, isLoaded } = useUser()
|
|
826
|
-
*
|
|
827
|
-
* if (!isLoaded) {
|
|
828
|
-
* return <div>Loading...</div>
|
|
829
|
-
* }
|
|
830
|
-
*
|
|
831
|
-
* if (!isSignedIn) {
|
|
832
|
-
* return <div>Sign in to view this page</div>
|
|
833
|
-
* }
|
|
834
|
-
*
|
|
835
|
-
* return <div>Hello {user.firstName}!</div>
|
|
836
|
-
* }
|
|
837
|
-
* ```
|
|
838
|
-
*
|
|
839
|
-
* @example
|
|
840
|
-
* ### Update user data
|
|
841
|
-
*
|
|
842
|
-
* The following example uses the `useUser()` hook to access the [`User`](https://clerk.com/docs/reference/objects/user) object, which calls the [`update()`](https://clerk.com/docs/reference/objects/user#update) method to update the current user's information.
|
|
843
|
-
*
|
|
844
|
-
* <Tabs items='React,Next.js'>
|
|
845
|
-
* <Tab>
|
|
846
|
-
*
|
|
847
|
-
* ```tsx {{ filename: 'src/Home.tsx' }}
|
|
848
|
-
* import { useUser } from '@clerk/react'
|
|
849
|
-
*
|
|
850
|
-
* export default function Home() {
|
|
851
|
-
* const { isSignedIn, isLoaded, user } = useUser()
|
|
852
|
-
*
|
|
853
|
-
* if (!isLoaded) {
|
|
854
|
-
* // Handle loading state
|
|
855
|
-
* return null
|
|
856
|
-
* }
|
|
857
|
-
*
|
|
858
|
-
* if (!isSignedIn) return null
|
|
859
|
-
*
|
|
860
|
-
* const updateUser = async () => {
|
|
861
|
-
* await user.update({
|
|
862
|
-
* firstName: 'John',
|
|
863
|
-
* lastName: 'Doe',
|
|
864
|
-
* })
|
|
865
|
-
* }
|
|
866
|
-
*
|
|
867
|
-
* return (
|
|
868
|
-
* <>
|
|
869
|
-
* <button onClick={updateUser}>Update your name</button>
|
|
870
|
-
* <p>user.firstName: {user.firstName}</p>
|
|
871
|
-
* <p>user.lastName: {user.lastName}</p>
|
|
872
|
-
* </>
|
|
873
|
-
* )
|
|
874
|
-
* }
|
|
875
|
-
* ```
|
|
876
|
-
* </Tab>
|
|
877
|
-
* <Tab>
|
|
878
|
-
*
|
|
879
|
-
* {@include ../../../docs/use-user.md#nextjs-01}
|
|
880
|
-
*
|
|
881
|
-
* </Tab>
|
|
882
|
-
* </Tabs>
|
|
883
|
-
*
|
|
884
|
-
* @example
|
|
885
|
-
* ### Reload user data
|
|
886
|
-
*
|
|
887
|
-
* The following example uses the `useUser()` hook to access the [`User`](https://clerk.com/docs/reference/objects/user) object, which calls the [`reload()`](https://clerk.com/docs/reference/objects/user#reload) method to get the latest user's information.
|
|
888
|
-
*
|
|
889
|
-
* <Tabs items='React,Next.js'>
|
|
890
|
-
* <Tab>
|
|
891
|
-
*
|
|
892
|
-
* ```tsx {{ filename: 'src/Home.tsx' }}
|
|
893
|
-
* import { useUser } from '@clerk/react'
|
|
894
|
-
*
|
|
895
|
-
* export default function Home() {
|
|
896
|
-
* const { isSignedIn, isLoaded, user } = useUser();
|
|
897
|
-
*
|
|
898
|
-
* if (!isLoaded) {
|
|
899
|
-
* // Handle loading state
|
|
900
|
-
* return null;
|
|
901
|
-
* }
|
|
902
|
-
*
|
|
903
|
-
* if (!isSignedIn) return null;
|
|
904
|
-
*
|
|
905
|
-
* const updateUser = async () => {
|
|
906
|
-
* // Update data via an API endpoint
|
|
907
|
-
* const updateMetadata = await fetch('/api/updateMetadata', {
|
|
908
|
-
* method: 'POST',
|
|
909
|
-
* body: JSON.stringify({
|
|
910
|
-
* role: 'admin'
|
|
911
|
-
* })
|
|
912
|
-
* });
|
|
913
|
-
*
|
|
914
|
-
* // Check if the update was successful
|
|
915
|
-
* if ((await updateMetadata.json()).message !== 'success') {
|
|
916
|
-
* throw new Error('Error updating');
|
|
917
|
-
* }
|
|
918
|
-
*
|
|
919
|
-
* // If the update was successful, reload the user data
|
|
920
|
-
* await user.reload();
|
|
921
|
-
* };
|
|
922
|
-
*
|
|
923
|
-
* return (
|
|
924
|
-
* <>
|
|
925
|
-
* <button onClick={updateUser}>Update your metadata</button>
|
|
926
|
-
* <p>user role: {user.publicMetadata.role}</p>
|
|
927
|
-
* </>
|
|
928
|
-
* );
|
|
929
|
-
* }
|
|
930
|
-
* ```
|
|
931
|
-
*
|
|
932
|
-
* </Tab>
|
|
933
|
-
* <Tab>
|
|
934
|
-
*
|
|
935
|
-
* {@include ../../../docs/use-user.md#nextjs-02}
|
|
936
|
-
*
|
|
937
|
-
* </Tab>
|
|
938
|
-
* </Tabs>
|
|
939
|
-
*/
|
|
940
|
-
declare function useUser(): UseUserReturn;
|
|
941
|
-
//#endregion
|
|
942
|
-
//#region src/react/hooks/useClerk.d.ts
|
|
943
|
-
/**
|
|
944
|
-
* > [!WARNING]
|
|
945
|
-
* > This hook should only be used for advanced use cases, such as building a completely custom OAuth flow or as an escape hatch to access to the `Clerk` object.
|
|
946
|
-
*
|
|
947
|
-
* The `useClerk()` hook provides access to the [`Clerk`](https://clerk.com/docs/reference/objects/clerk) object, allowing you to build alternatives to any Clerk Component.
|
|
948
|
-
*
|
|
949
|
-
* @function
|
|
950
|
-
*
|
|
951
|
-
* @returns The `useClerk()` hook returns the `Clerk` object, which includes all the methods and properties listed in the [`Clerk` reference](https://clerk.com/docs/reference/objects/clerk).
|
|
952
|
-
*
|
|
953
|
-
* @example
|
|
954
|
-
*
|
|
955
|
-
* The following example uses the `useClerk()` hook to access the `clerk` object. The `clerk` object is used to call the [`openSignIn()`](https://clerk.com/docs/reference/objects/clerk#sign-in) method to open the sign-in modal.
|
|
956
|
-
*
|
|
957
|
-
* <Tabs items='React,Next.js'>
|
|
958
|
-
* <Tab>
|
|
959
|
-
*
|
|
960
|
-
* ```tsx {{ filename: 'src/Home.tsx' }}
|
|
961
|
-
* import { useClerk } from '@clerk/react'
|
|
962
|
-
*
|
|
963
|
-
* export default function Home() {
|
|
964
|
-
* const clerk = useClerk()
|
|
965
|
-
*
|
|
966
|
-
* return <button onClick={() => clerk.openSignIn({})}>Sign in</button>
|
|
967
|
-
* }
|
|
968
|
-
* ```
|
|
969
|
-
*
|
|
970
|
-
* </Tab>
|
|
971
|
-
* <Tab>
|
|
972
|
-
*
|
|
973
|
-
* {@include ../../../docs/use-clerk.md#nextjs-01}
|
|
974
|
-
*
|
|
975
|
-
* </Tab>
|
|
976
|
-
* </Tabs>
|
|
977
|
-
*/
|
|
978
|
-
declare const useClerk: () => LoadedClerk;
|
|
979
|
-
//#endregion
|
|
980
|
-
//#region src/react/hooks/useDeepEqualMemo.d.ts
|
|
981
|
-
type UseMemoFactory<T$1> = () => T$1;
|
|
982
|
-
type UseMemoDependencyArray = Exclude<Parameters<typeof React.useMemo>[1], 'undefined'>;
|
|
983
|
-
type UseDeepEqualMemo = <T>(factory: UseMemoFactory<T>, dependencyArray: UseMemoDependencyArray) => T;
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
declare const useDeepEqualMemo: UseDeepEqualMemo;
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
|
-
declare const isDeeplyEqual: typeof dequal;
|
|
992
|
-
//#endregion
|
|
993
|
-
//#region src/react/hooks/useReverification.d.ts
|
|
994
|
-
type ExcludeClerkError<T$1> = T$1 extends {
|
|
995
|
-
clerk_error: any;
|
|
996
|
-
} ? never : T$1;
|
|
997
|
-
/**
|
|
998
|
-
* @interface
|
|
999
|
-
*/
|
|
1000
|
-
type NeedsReverificationParameters = {
|
|
1001
|
-
/**
|
|
1002
|
-
* Marks the reverification process as cancelled and rejects the original request.
|
|
1003
|
-
*/
|
|
1004
|
-
cancel: () => void;
|
|
1005
|
-
/**
|
|
1006
|
-
* Marks the reverification process as complete and retries the original request.
|
|
1007
|
-
*/
|
|
1008
|
-
complete: () => void;
|
|
1009
|
-
/**
|
|
1010
|
-
* The verification level required for the reverification process.
|
|
1011
|
-
*/
|
|
1012
|
-
level: SessionVerificationLevel | undefined;
|
|
1013
|
-
};
|
|
1014
|
-
/**
|
|
1015
|
-
* The optional options object.
|
|
1016
|
-
*
|
|
1017
|
-
* @interface
|
|
1018
|
-
*/
|
|
1019
|
-
type UseReverificationOptions = {
|
|
1020
|
-
/**
|
|
1021
|
-
* Handler for the reverification process. Opts out of using the default UI. Use this to build a custom UI.
|
|
1022
|
-
*
|
|
1023
|
-
* @param properties - Callbacks and info to control the reverification flow.
|
|
1024
|
-
* @param properties.cancel - A function that will cancel the reverification process.
|
|
1025
|
-
* @param properties.complete - A function that will retry the original request after reverification.
|
|
1026
|
-
* @param properties.level - The level returned with the reverification hint.
|
|
1027
|
-
*/
|
|
1028
|
-
onNeedsReverification?: (properties: NeedsReverificationParameters) => void;
|
|
1029
|
-
};
|
|
1030
|
-
/**
|
|
1031
|
-
* @interface
|
|
1032
|
-
*/
|
|
1033
|
-
type UseReverificationResult<Fetcher$1 extends (...args: any[]) => Promise<any> | undefined> = (...args: Parameters<Fetcher$1>) => Promise<ExcludeClerkError<Awaited<ReturnType<Fetcher$1>>>>;
|
|
1034
|
-
/**
|
|
1035
|
-
* @interface
|
|
1036
|
-
*/
|
|
1037
|
-
type UseReverification = <Fetcher extends (...args: any[]) => Promise<any> | undefined, Options extends UseReverificationOptions = UseReverificationOptions>(
|
|
1038
|
-
/**
|
|
1039
|
-
* A function that returns a promise.
|
|
1040
|
-
*/
|
|
1041
|
-
fetcher: Fetcher,
|
|
1042
|
-
/**
|
|
1043
|
-
* Optional configuration object extending [`UseReverificationOptions`](https://clerk.com/docs/reference/hooks/use-reverification#use-reverification-options).
|
|
1044
|
-
*/
|
|
1045
|
-
options?: Options) => UseReverificationResult<Fetcher>;
|
|
1046
|
-
/**
|
|
1047
|
-
* > [!WARNING]
|
|
1048
|
-
* >
|
|
1049
|
-
* > Depending on the SDK you're using, this feature requires `@clerk/nextjs@6.12.7` or later, `@clerk/react@5.25.1` or later, and `@clerk/clerk-js@5.57.1` or later.
|
|
1050
|
-
*
|
|
1051
|
-
* The `useReverification()` hook is used to handle a session's reverification flow. If a request requires reverification, a modal will display, prompting the user to verify their credentials. Upon successful verification, the original request will automatically retry.
|
|
1052
|
-
*
|
|
1053
|
-
* @function
|
|
1054
|
-
*
|
|
1055
|
-
* @returns The `useReverification()` hook returns an array with the "enhanced" fetcher.
|
|
1056
|
-
*
|
|
1057
|
-
* @example
|
|
1058
|
-
* ### Handle cancellation of the reverification process
|
|
1059
|
-
*
|
|
1060
|
-
* The following example demonstrates how to handle scenarios where a user cancels the reverification flow, such as closing the modal, which might result in `myData` being `null`.
|
|
1061
|
-
*
|
|
1062
|
-
* In the following example, `myFetcher` would be a function in your backend that fetches data from the route that requires reverification. See the [guide on how to require reverification](https://clerk.com/docs/guides/secure/reverification) for more information.
|
|
1063
|
-
*
|
|
1064
|
-
* ```tsx {{ filename: 'src/components/MyButton.tsx' }}
|
|
1065
|
-
* import { useReverification } from '@clerk/react'
|
|
1066
|
-
* import { isReverificationCancelledError } from '@clerk/react/error'
|
|
1067
|
-
*
|
|
1068
|
-
* type MyData = {
|
|
1069
|
-
* balance: number
|
|
1070
|
-
* }
|
|
1071
|
-
*
|
|
1072
|
-
* export function MyButton() {
|
|
1073
|
-
* const fetchMyData = () => fetch('/api/balance').then(res=> res.json() as Promise<MyData>)
|
|
1074
|
-
* const enhancedFetcher = useReverification(fetchMyData);
|
|
1075
|
-
*
|
|
1076
|
-
* const handleClick = async () => {
|
|
1077
|
-
* try {
|
|
1078
|
-
* const myData = await enhancedFetcher()
|
|
1079
|
-
* // ^ is types as `MyData`
|
|
1080
|
-
* } catch (e) {
|
|
1081
|
-
* // Handle error returned from the fetcher here
|
|
1082
|
-
*
|
|
1083
|
-
* // You can also handle cancellation with the following
|
|
1084
|
-
* if (isReverificationCancelledError(err)) {
|
|
1085
|
-
* // Handle the cancellation error here
|
|
1086
|
-
* }
|
|
1087
|
-
* }
|
|
1088
|
-
* }
|
|
1089
|
-
*
|
|
1090
|
-
* return <button onClick={handleClick}>Update User</button>
|
|
1091
|
-
* }
|
|
1092
|
-
* ```
|
|
1093
|
-
*/
|
|
1094
|
-
declare const useReverification: UseReverification;
|
|
1095
|
-
//#endregion
|
|
1096
|
-
//#region src/react/hooks/createBillingPaginatedHook.d.ts
|
|
1097
|
-
/**
|
|
1098
|
-
* @interface
|
|
1099
|
-
*/
|
|
1100
|
-
interface HookParams extends PaginatedHookConfig<PagesOrInfiniteOptions & {
|
|
1101
|
-
/**
|
|
1102
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
1103
|
-
*
|
|
1104
|
-
* @default true
|
|
1105
|
-
*/
|
|
1106
|
-
enabled?: boolean;
|
|
1107
|
-
/**
|
|
1108
|
-
* On `cache` mode, no request will be triggered when the hook is mounted and the data will be fetched from the cache.
|
|
1109
|
-
*
|
|
1110
|
-
* @default undefined
|
|
1111
|
-
*
|
|
1112
|
-
* @hidden
|
|
1113
|
-
*
|
|
1114
|
-
* @experimental
|
|
1115
|
-
*/
|
|
1116
|
-
__experimental_mode?: 'cache';
|
|
1117
|
-
}> {
|
|
1118
|
-
/**
|
|
1119
|
-
* Specifies whether to fetch for the current user or Organization.
|
|
1120
|
-
*
|
|
1121
|
-
* @default 'user'
|
|
1122
|
-
*/
|
|
1123
|
-
for?: ForPayerType;
|
|
1124
|
-
}
|
|
1125
|
-
//#endregion
|
|
1126
|
-
//#region src/react/hooks/useStatements.d.ts
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
declare const useStatements: <T extends HookParams>(params?: T | undefined) => PaginatedResources<BillingStatementResource, T extends {
|
|
1131
|
-
infinite: true;
|
|
1132
|
-
} ? true : false>;
|
|
1133
|
-
//#endregion
|
|
1134
|
-
//#region src/react/hooks/usePaymentAttempts.d.ts
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
declare const usePaymentAttempts: <T extends HookParams>(params?: T | undefined) => PaginatedResources<BillingPaymentResource, T extends {
|
|
1139
|
-
infinite: true;
|
|
1140
|
-
} ? true : false>;
|
|
1141
|
-
//#endregion
|
|
1142
|
-
//#region src/react/hooks/usePaymentMethods.d.ts
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
declare const usePaymentMethods: <T extends HookParams>(params?: T | undefined) => PaginatedResources<BillingPaymentMethodResource, T extends {
|
|
1147
|
-
infinite: true;
|
|
1148
|
-
} ? true : false>;
|
|
1149
|
-
//#endregion
|
|
1150
|
-
//#region src/react/hooks/usePlans.d.ts
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
declare const usePlans: <T extends HookParams>(params?: T | undefined) => PaginatedResources<BillingPlanResource, T extends {
|
|
1155
|
-
infinite: true;
|
|
1156
|
-
} ? true : false>;
|
|
1157
|
-
//#endregion
|
|
1158
|
-
//#region src/react/hooks/useSubscription.types.d.ts
|
|
1159
|
-
/**
|
|
1160
|
-
* @interface
|
|
1161
|
-
*/
|
|
1162
|
-
type UseSubscriptionParams = {
|
|
1163
|
-
/**
|
|
1164
|
-
* Specifies whether to fetch the Subscription for an Organization or a user.
|
|
1165
|
-
*
|
|
1166
|
-
* @default 'user'
|
|
1167
|
-
*/
|
|
1168
|
-
for?: ForPayerType;
|
|
1169
|
-
/**
|
|
1170
|
-
* If true, the previous data will be kept in the cache until new data is fetched.
|
|
1171
|
-
*
|
|
1172
|
-
* @default false
|
|
1173
|
-
*/
|
|
1174
|
-
keepPreviousData?: boolean;
|
|
1175
|
-
/**
|
|
1176
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
1177
|
-
*
|
|
1178
|
-
* @default true
|
|
1179
|
-
*/
|
|
1180
|
-
enabled?: boolean;
|
|
1181
|
-
};
|
|
1182
|
-
/**
|
|
1183
|
-
* @interface
|
|
1184
|
-
*/
|
|
1185
|
-
type SubscriptionResult = {
|
|
1186
|
-
/**
|
|
1187
|
-
* The subscription object, `undefined` before the first fetch, or `null` if no subscription exists.
|
|
1188
|
-
*/
|
|
1189
|
-
data: BillingSubscriptionResource | undefined | null;
|
|
1190
|
-
/**
|
|
1191
|
-
* Any error that occurred during the data fetch, or `undefined` if no error occurred.
|
|
1192
|
-
*/
|
|
1193
|
-
error: Error | undefined;
|
|
1194
|
-
/**
|
|
1195
|
-
* A boolean that indicates whether the initial data is still being fetched.
|
|
1196
|
-
*/
|
|
1197
|
-
isLoading: boolean;
|
|
1198
|
-
/**
|
|
1199
|
-
* A boolean that indicates whether any request is still in flight, including background updates.
|
|
1200
|
-
*/
|
|
1201
|
-
isFetching: boolean;
|
|
1202
|
-
/**
|
|
1203
|
-
* Function to manually revalidate or refresh the subscription data.
|
|
1204
|
-
*/
|
|
1205
|
-
revalidate: () => Promise<void> | void;
|
|
1206
|
-
};
|
|
1207
|
-
//#endregion
|
|
1208
|
-
//#region src/react/hooks/useSubscription.d.ts
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
|
-
declare function useSubscription(params?: UseSubscriptionParams): SubscriptionResult;
|
|
1213
|
-
//#endregion
|
|
1214
|
-
//#region src/react/contexts.d.ts
|
|
1215
|
-
declare const ClerkInstanceContext: React.Context<{
|
|
1216
|
-
value: LoadedClerk;
|
|
1217
|
-
} | undefined>, useClerkInstanceContext: () => LoadedClerk;
|
|
1218
|
-
/**
|
|
1219
|
-
* Provides initial Clerk state (session, user, organization data) from server-side rendering
|
|
1220
|
-
* to child components via React context.
|
|
1221
|
-
*
|
|
1222
|
-
* Passing in a promise is only supported for React >= 19.
|
|
1223
|
-
*
|
|
1224
|
-
* The initialState is snapshotted on mount and cannot change during the component lifecycle.
|
|
1225
|
-
*
|
|
1226
|
-
* Note that different parts of the React tree can use separate InitialStateProvider instances
|
|
1227
|
-
* with different initialState values if needed.
|
|
1228
|
-
*/
|
|
1229
|
-
declare function InitialStateProvider({
|
|
1230
|
-
children,
|
|
1231
|
-
initialState
|
|
1232
|
-
}: {
|
|
1233
|
-
children: React.ReactNode;
|
|
1234
|
-
initialState: InitialState | Promise<InitialState> | undefined;
|
|
1235
|
-
}): React.JSX.Element;
|
|
1236
|
-
declare function useInitialStateContext(): InitialState | undefined;
|
|
1237
|
-
declare const OptionsContext: React.Context<ClerkOptions>;
|
|
1238
|
-
/**
|
|
1239
|
-
* @interface
|
|
1240
|
-
*/
|
|
1241
|
-
type UseCheckoutOptions = {
|
|
1242
|
-
/**
|
|
1243
|
-
* Specifies if the checkout is for an Organization.
|
|
1244
|
-
*
|
|
1245
|
-
* @default 'user'
|
|
1246
|
-
*/
|
|
1247
|
-
for?: ForPayerType;
|
|
1248
|
-
/**
|
|
1249
|
-
* The billing period for the Plan.
|
|
1250
|
-
*/
|
|
1251
|
-
planPeriod: BillingSubscriptionPlanPeriod;
|
|
1252
|
-
/**
|
|
1253
|
-
* The ID of the Subscription Plan to check out (e.g. `cplan_xxx`).
|
|
1254
|
-
*/
|
|
1255
|
-
planId: string;
|
|
1256
|
-
};
|
|
1257
|
-
declare const __experimental_CheckoutProvider: ({
|
|
1258
|
-
children,
|
|
1259
|
-
...rest
|
|
1260
|
-
}: PropsWithChildren<UseCheckoutOptions>) => React.JSX.Element;
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
|
-
declare function useOptionsContext(): ClerkOptions;
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
declare function useAssertWrappedByClerkProvider(displayNameOrFn: string | (() => void)): void;
|
|
1269
|
-
//#endregion
|
|
1270
|
-
//#region src/react/hooks/useCheckout.d.ts
|
|
1271
|
-
type UseCheckoutParams = Parameters<typeof __experimental_CheckoutProvider>[0];
|
|
1272
|
-
/**
|
|
1273
|
-
* @function
|
|
1274
|
-
*
|
|
1275
|
-
* @param [options] - An object containing the configuration for the checkout flow.
|
|
1276
|
-
*
|
|
1277
|
-
* **Required** if the hook is used without a `<CheckoutProvider />` wrapping the component tree.
|
|
1278
|
-
*/
|
|
1279
|
-
declare const useCheckout: (options?: UseCheckoutParams) => CheckoutSignalValue;
|
|
1280
|
-
//#endregion
|
|
1281
|
-
//#region src/react/hooks/useStatementQuery.types.d.ts
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
type UseStatementQueryParams = {
|
|
1286
|
-
/**
|
|
1287
|
-
* The statement ID to fetch.
|
|
1288
|
-
*/
|
|
1289
|
-
statementId?: string | null;
|
|
1290
|
-
/**
|
|
1291
|
-
* Specifies whether to fetch the statement for an organization or a user.
|
|
1292
|
-
*
|
|
1293
|
-
* @default 'user'
|
|
1294
|
-
*/
|
|
1295
|
-
for?: ForPayerType;
|
|
1296
|
-
/**
|
|
1297
|
-
* If true, the previous data will be kept in the cache until new data is fetched.
|
|
1298
|
-
*
|
|
1299
|
-
* @default false
|
|
1300
|
-
*/
|
|
1301
|
-
keepPreviousData?: boolean;
|
|
1302
|
-
/**
|
|
1303
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
1304
|
-
*
|
|
1305
|
-
* @default true
|
|
1306
|
-
*/
|
|
1307
|
-
enabled?: boolean;
|
|
1308
|
-
};
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
|
-
type StatementQueryResult = {
|
|
1313
|
-
/**
|
|
1314
|
-
* The statement object, `undefined` before the first fetch, or `null` if no statement exists.
|
|
1315
|
-
*/
|
|
1316
|
-
data: BillingStatementResource | undefined | null;
|
|
1317
|
-
/**
|
|
1318
|
-
* Any error that occurred during the data fetch, or `undefined` if no error occurred.
|
|
1319
|
-
*/
|
|
1320
|
-
error: ClerkAPIResponseError$1 | null;
|
|
1321
|
-
/**
|
|
1322
|
-
* A boolean that indicates whether the initial data is still being fetched.
|
|
1323
|
-
*/
|
|
1324
|
-
isLoading: boolean;
|
|
1325
|
-
/**
|
|
1326
|
-
* A boolean that indicates whether any request is still in flight, including background updates.
|
|
1327
|
-
*/
|
|
1328
|
-
isFetching: boolean;
|
|
1329
|
-
};
|
|
1330
|
-
//#endregion
|
|
1331
|
-
//#region src/react/hooks/useStatementQuery.d.ts
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
declare function useStatementQuery(params?: UseStatementQueryParams): StatementQueryResult;
|
|
1336
|
-
//#endregion
|
|
1337
|
-
//#region src/react/hooks/usePlanDetailsQuery.types.d.ts
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
|
-
type UsePlanDetailsQueryParams = {
|
|
1342
|
-
/**
|
|
1343
|
-
* The plan ID to fetch.
|
|
1344
|
-
*/
|
|
1345
|
-
planId?: string | null;
|
|
1346
|
-
/**
|
|
1347
|
-
* Initial plan data to use before fetching.
|
|
1348
|
-
*/
|
|
1349
|
-
initialPlan?: BillingPlanResource | null;
|
|
1350
|
-
/**
|
|
1351
|
-
* If true, the previous data will be kept in the cache until new data is fetched.
|
|
1352
|
-
*
|
|
1353
|
-
* @default true
|
|
1354
|
-
*/
|
|
1355
|
-
keepPreviousData?: boolean;
|
|
1356
|
-
/**
|
|
1357
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
1358
|
-
*
|
|
1359
|
-
* @default true
|
|
1360
|
-
*/
|
|
1361
|
-
enabled?: boolean;
|
|
1362
|
-
};
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
type PlanDetailsQueryResult = {
|
|
1367
|
-
/**
|
|
1368
|
-
* The plan object, `undefined` before the first fetch, or `null` if no plan exists.
|
|
1369
|
-
*/
|
|
1370
|
-
data: BillingPlanResource | undefined | null;
|
|
1371
|
-
/**
|
|
1372
|
-
* Any error that occurred during the data fetch, or `undefined` if no error occurred.
|
|
1373
|
-
*/
|
|
1374
|
-
error: ClerkAPIResponseError | null;
|
|
1375
|
-
/**
|
|
1376
|
-
* A boolean that indicates whether the initial data is still being fetched.
|
|
1377
|
-
*/
|
|
1378
|
-
isLoading: boolean;
|
|
1379
|
-
/**
|
|
1380
|
-
* A boolean that indicates whether any request is still in flight, including background updates.
|
|
1381
|
-
*/
|
|
1382
|
-
isFetching: boolean;
|
|
1383
|
-
};
|
|
1384
|
-
//#endregion
|
|
1385
|
-
//#region src/react/hooks/usePlanDetailsQuery.d.ts
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
|
-
declare function __internal_usePlanDetailsQuery(params?: UsePlanDetailsQueryParams): PlanDetailsQueryResult;
|
|
1390
|
-
//#endregion
|
|
1391
|
-
//#region src/react/hooks/usePaymentAttemptQuery.types.d.ts
|
|
1392
|
-
/**
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
1395
|
-
type UsePaymentAttemptQueryParams = {
|
|
1396
|
-
/**
|
|
1397
|
-
* The payment attempt ID to fetch.
|
|
1398
|
-
*/
|
|
1399
|
-
paymentAttemptId: string;
|
|
1400
|
-
/**
|
|
1401
|
-
* Specifies whether to fetch the payment attempt for an organization or a user.
|
|
1402
|
-
*
|
|
1403
|
-
* @default 'user'
|
|
1404
|
-
*/
|
|
1405
|
-
for?: ForPayerType;
|
|
1406
|
-
/**
|
|
1407
|
-
* If true, the previous data will be kept in the cache until new data is fetched.
|
|
1408
|
-
*
|
|
1409
|
-
* @default false
|
|
1410
|
-
*/
|
|
1411
|
-
keepPreviousData?: boolean;
|
|
1412
|
-
/**
|
|
1413
|
-
* If `true`, a request will be triggered when the hook is mounted.
|
|
1414
|
-
*
|
|
1415
|
-
* @default true
|
|
1416
|
-
*/
|
|
1417
|
-
enabled?: boolean;
|
|
1418
|
-
};
|
|
1419
|
-
/**
|
|
1420
|
-
* @internal
|
|
1421
|
-
*/
|
|
1422
|
-
type PaymentAttemptQueryResult = {
|
|
1423
|
-
/**
|
|
1424
|
-
* The payment attempt object, `undefined` before the first fetch, or `null` if no payment attempt exists.
|
|
1425
|
-
*/
|
|
1426
|
-
data: BillingPaymentResource | undefined | null;
|
|
1427
|
-
/**
|
|
1428
|
-
* Any error that occurred during the data fetch, or `undefined` if no error occurred.
|
|
1429
|
-
*/
|
|
1430
|
-
error: ClerkAPIResponseError | null;
|
|
1431
|
-
/**
|
|
1432
|
-
* A boolean that indicates whether the initial data is still being fetched.
|
|
1433
|
-
*/
|
|
1434
|
-
isLoading: boolean;
|
|
1435
|
-
/**
|
|
1436
|
-
* A boolean that indicates whether any request is still in flight, including background updates.
|
|
1437
|
-
*/
|
|
1438
|
-
isFetching: boolean;
|
|
1439
|
-
};
|
|
1440
|
-
//#endregion
|
|
1441
|
-
//#region src/react/hooks/usePaymentAttemptQuery.d.ts
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
declare function usePaymentAttemptQuery(params: UsePaymentAttemptQueryParams): PaymentAttemptQueryResult;
|
|
1446
|
-
//#endregion
|
|
1447
|
-
//#region src/react/hooks/useUserEnterpriseConnections.d.ts
|
|
1448
|
-
type UseUserEnterpriseConnectionsParams = {
|
|
1449
|
-
enabled?: boolean;
|
|
1450
|
-
keepPreviousData?: boolean;
|
|
1451
|
-
withOrganizationAccountLinking?: boolean;
|
|
1452
|
-
};
|
|
1453
|
-
type UseUserEnterpriseConnectionsReturn = {
|
|
1454
|
-
data: EnterpriseConnectionResource[] | undefined;
|
|
1455
|
-
error: Error | null;
|
|
1456
|
-
isLoading: boolean;
|
|
1457
|
-
isFetching: boolean;
|
|
1458
|
-
};
|
|
1459
|
-
/**
|
|
1460
|
-
* Enterprise connections for the signed-in user
|
|
1461
|
-
*
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
|
-
declare function useUserEnterpriseConnections(params?: UseUserEnterpriseConnectionsParams): UseUserEnterpriseConnectionsReturn;
|
|
1465
|
-
//#endregion
|
|
1466
|
-
//#region src/react/hooks/base/useUserBase.d.ts
|
|
1467
|
-
declare function useUserBase(): UserResource | null | undefined;
|
|
1468
|
-
//#endregion
|
|
1469
|
-
//#region src/react/hooks/base/useClientBase.d.ts
|
|
1470
|
-
declare function useClientBase(): ClientResource | null | undefined;
|
|
1471
|
-
//#endregion
|
|
1472
|
-
//#region src/react/hooks/base/useSessionBase.d.ts
|
|
1473
|
-
declare function useSessionBase(): SignedInSessionResource | null | undefined;
|
|
1474
|
-
//#endregion
|
|
1475
|
-
//#region src/react/hooks/base/useOrganizationBase.d.ts
|
|
1476
|
-
declare function useOrganizationBase(): OrganizationResource | null | undefined;
|
|
1477
|
-
//#endregion
|
|
1478
|
-
//#region src/react/ClerkContextProvider.d.ts
|
|
1479
|
-
type ClerkContextProps = {
|
|
1480
|
-
clerk: Clerk;
|
|
1481
|
-
clerkStatus?: ClerkStatus;
|
|
1482
|
-
children: React.ReactNode;
|
|
1483
|
-
initialState?: InitialState | Promise<InitialState>;
|
|
1484
|
-
};
|
|
1485
|
-
declare function ClerkContextProvider(props: ClerkContextProps): JSX.Element | null;
|
|
1486
|
-
//#endregion
|
|
1487
|
-
//#region src/react/billing/payment-element.d.ts
|
|
1488
|
-
type PaymentElementError = {
|
|
1489
|
-
gateway: 'stripe';
|
|
1490
|
-
error: {
|
|
1491
|
-
/**
|
|
1492
|
-
* For some errors that could be handled programmatically, a short string indicating the [error code](https://stripe.com/docs/error-codes) reported.
|
|
1493
|
-
*/
|
|
1494
|
-
code?: string;
|
|
1495
|
-
message?: string;
|
|
1496
|
-
type: string;
|
|
1497
|
-
};
|
|
1498
|
-
};
|
|
1499
|
-
type internalStripeAppearance = {
|
|
1500
|
-
colorPrimary: string;
|
|
1501
|
-
colorBackground: string;
|
|
1502
|
-
colorText: string;
|
|
1503
|
-
colorTextSecondary: string;
|
|
1504
|
-
colorSuccess: string;
|
|
1505
|
-
colorDanger: string;
|
|
1506
|
-
colorWarning: string;
|
|
1507
|
-
fontWeightNormal: string;
|
|
1508
|
-
fontWeightMedium: string;
|
|
1509
|
-
fontWeightBold: string;
|
|
1510
|
-
fontSizeXl: string;
|
|
1511
|
-
fontSizeLg: string;
|
|
1512
|
-
fontSizeSm: string;
|
|
1513
|
-
fontSizeXs: string;
|
|
1514
|
-
borderRadius: string;
|
|
1515
|
-
spacingUnit: string;
|
|
1516
|
-
};
|
|
1517
|
-
/**
|
|
1518
|
-
* @interface
|
|
1519
|
-
*/
|
|
1520
|
-
type PaymentElementProviderProps = {
|
|
1521
|
-
/**
|
|
1522
|
-
* An optional checkout resource object. When provided, the payment element is scoped to the specific checkout session.
|
|
1523
|
-
*/
|
|
1524
|
-
checkout?: CheckoutFlowResource | BillingCheckoutResource | ReturnType<typeof useCheckout>['checkout'];
|
|
1525
|
-
/**
|
|
1526
|
-
* An optional object to customize the appearance of the Stripe Payment Element. This allows you to match the form's styling to your application's theme.
|
|
1527
|
-
*/
|
|
1528
|
-
stripeAppearance?: internalStripeAppearance;
|
|
1529
|
-
/**
|
|
1530
|
-
* Specifies whether to fetch for the current user or Organization.
|
|
1531
|
-
*
|
|
1532
|
-
* @default 'user'
|
|
1533
|
-
*/
|
|
1534
|
-
for?: ForPayerType;
|
|
1535
|
-
/**
|
|
1536
|
-
* An optional description to display to the user within the payment element UI.
|
|
1537
|
-
*/
|
|
1538
|
-
paymentDescription?: string;
|
|
1539
|
-
};
|
|
1540
|
-
declare const PaymentElementProvider: ({
|
|
1541
|
-
children,
|
|
1542
|
-
...props
|
|
1543
|
-
}: PropsWithChildren<PaymentElementProviderProps>) => React.JSX.Element;
|
|
1544
|
-
/**
|
|
1545
|
-
* @interface
|
|
1546
|
-
*/
|
|
1547
|
-
type PaymentElementProps = {
|
|
1548
|
-
/**
|
|
1549
|
-
* Optional fallback content, such as a loading skeleton, to display while the payment form is being initialized.
|
|
1550
|
-
*/
|
|
1551
|
-
fallback?: ReactNode;
|
|
1552
|
-
};
|
|
1553
|
-
declare const PaymentElement: ({
|
|
1554
|
-
fallback
|
|
1555
|
-
}: PaymentElementProps) => React.JSX.Element;
|
|
1556
|
-
/**
|
|
1557
|
-
* @interface
|
|
1558
|
-
*/
|
|
1559
|
-
type UsePaymentElementReturn = {
|
|
1560
|
-
/**
|
|
1561
|
-
* A function that submits the payment form data to the payment provider. It returns a promise that resolves with either a `data` object containing a payment token on success, or an `error` object on failure.
|
|
1562
|
-
*/
|
|
1563
|
-
submit: () => Promise<{
|
|
1564
|
-
data: {
|
|
1565
|
-
gateway: 'stripe';
|
|
1566
|
-
paymentToken: string;
|
|
1567
|
-
};
|
|
1568
|
-
error: null;
|
|
1569
|
-
} | {
|
|
1570
|
-
data: null;
|
|
1571
|
-
error: PaymentElementError;
|
|
1572
|
-
}>;
|
|
1573
|
-
/**
|
|
1574
|
-
* A function that resets the payment form to its initial, empty state.
|
|
1575
|
-
*/
|
|
1576
|
-
reset: () => Promise<void>;
|
|
1577
|
-
/**
|
|
1578
|
-
* A boolean that indicates if the payment form UI has been rendered and is ready for user input. This is useful for disabling a submit button until the form is interactive.
|
|
1579
|
-
*/
|
|
1580
|
-
isFormReady: boolean;
|
|
1581
|
-
} & ({
|
|
1582
|
-
/**
|
|
1583
|
-
* An object containing information about the initialized payment provider. It is `undefined` until `isProviderReady` is `true`.
|
|
1584
|
-
*/
|
|
1585
|
-
provider: {
|
|
1586
|
-
name: 'stripe';
|
|
1587
|
-
};
|
|
1588
|
-
/**
|
|
1589
|
-
* A boolean that indicates if the underlying payment provider (e.g. Stripe) has been fully initialized.
|
|
1590
|
-
*/
|
|
1591
|
-
isProviderReady: true;
|
|
1592
|
-
} | {
|
|
1593
|
-
provider: undefined;
|
|
1594
|
-
isProviderReady: false;
|
|
1595
|
-
});
|
|
1596
|
-
declare const usePaymentElement: () => UsePaymentElementReturn;
|
|
1597
|
-
//#endregion
|
|
1598
|
-
//#region src/react/PortalProvider.d.ts
|
|
1599
|
-
type PortalProviderProps = React.PropsWithChildren<{
|
|
1600
|
-
/**
|
|
1601
|
-
* Function that returns the container element where portals should be rendered.
|
|
1602
|
-
* This allows Clerk components to render inside external dialogs/popovers
|
|
1603
|
-
* (e.g., Radix Dialog, React Aria Components) instead of document.body.
|
|
1604
|
-
*/
|
|
1605
|
-
getContainer: () => HTMLElement | null;
|
|
1606
|
-
}>;
|
|
1607
|
-
/**
|
|
1608
|
-
* UNSAFE_PortalProvider allows you to specify a custom container for Clerk floating UI elements
|
|
1609
|
-
* (popovers, modals, tooltips, etc.) that use portals.
|
|
1610
|
-
*
|
|
1611
|
-
* Only components within this provider will be affected. Components outside the provider
|
|
1612
|
-
* will continue to use the default document.body for portals.
|
|
1613
|
-
*
|
|
1614
|
-
* This is particularly useful when using Clerk components inside external UI libraries
|
|
1615
|
-
* like Radix Dialog or React Aria Components, where portaled elements need to render
|
|
1616
|
-
* within the dialog's container to remain interactable.
|
|
1617
|
-
*
|
|
1618
|
-
* @example
|
|
1619
|
-
* ```tsx
|
|
1620
|
-
* function Example() {
|
|
1621
|
-
* const containerRef = useRef(null);
|
|
1622
|
-
* return (
|
|
1623
|
-
* <RadixDialog ref={containerRef}>
|
|
1624
|
-
* <UNSAFE_PortalProvider getContainer={() => containerRef.current}>
|
|
1625
|
-
* <UserButton />
|
|
1626
|
-
* </UNSAFE_PortalProvider>
|
|
1627
|
-
* </RadixDialog>
|
|
1628
|
-
* );
|
|
1629
|
-
* }
|
|
1630
|
-
* ```
|
|
1631
|
-
*/
|
|
1632
|
-
declare const UNSAFE_PortalProvider: {
|
|
1633
|
-
({
|
|
1634
|
-
children,
|
|
1635
|
-
getContainer
|
|
1636
|
-
}: PortalProviderProps): React.JSX.Element;
|
|
1637
|
-
displayName: string;
|
|
1638
|
-
};
|
|
1639
|
-
/**
|
|
1640
|
-
* Hook to get the current portal root container.
|
|
1641
|
-
* Returns the getContainer function from context if inside a PortalProvider,
|
|
1642
|
-
* otherwise returns a function that returns null (default behavior).
|
|
1643
|
-
*/
|
|
1644
|
-
declare const usePortalRoot: () => (() => HTMLElement | null);
|
|
1645
|
-
//#endregion
|
|
1646
|
-
export { ClerkContextProvider, ClerkInstanceContext, InitialStateProvider, OptionsContext, PaymentElementProps, PaymentElementProviderProps, UNSAFE_PortalProvider, UseOrganizationCreationDefaultsParams, UseOrganizationCreationDefaultsReturn, UsePaymentElementReturn, type UseSubscriptionParams, UseUserEnterpriseConnectionsParams, UseUserEnterpriseConnectionsReturn, __experimental_CheckoutProvider, PaymentElement as __experimental_PaymentElement, PaymentElementProvider as __experimental_PaymentElementProvider, useAPIKeys as __experimental_useAPIKeys, useCheckout as __experimental_useCheckout, usePaymentAttempts as __experimental_usePaymentAttempts, usePaymentElement as __experimental_usePaymentElement, usePaymentMethods as __experimental_usePaymentMethods, usePlans as __experimental_usePlans, useStatements as __experimental_useStatements, useSubscription as __experimental_useSubscription, useClientBase as __internal_useClientBase, useOrganizationBase as __internal_useOrganizationBase, usePaymentAttemptQuery as __internal_usePaymentAttemptQuery, __internal_usePlanDetailsQuery, useSessionBase as __internal_useSessionBase, useStatementQuery as __internal_useStatementQuery, useUserBase as __internal_useUserBase, useUserEnterpriseConnections as __internal_useUserEnterpriseConnections, assertContextExists, createContextAndHook, isDeeplyEqual, useAssertWrappedByClerkProvider, useAttemptToEnableOrganizations, useClerk, useClerkInstanceContext, useDeepEqualMemo, useInitialStateContext, useOptionsContext, useOrganization, useOrganizationCreationDefaults, useOrganizationList, usePortalRoot, useReverification, useSafeLayoutEffect, useSession, useSessionList, useUser };
|
|
1647
|
-
//# sourceMappingURL=index.d.mts.map
|