@vibedeckx/win32-x64 0.1.16 → 0.1.17
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.js +22 -9
- 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/package.json +1 -1
- 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/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 → 6equd_Nx1lA2hpAwGRSKw}/_buildManifest.js +0 -0
- /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → 6equd_Nx1lA2hpAwGRSKw}/_clientMiddlewareManifest.json +0 -0
- /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → 6equd_Nx1lA2hpAwGRSKw}/_ssgManifest.js +0 -0
|
@@ -1,1391 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore file */
|
|
2
|
-
|
|
3
|
-
import type { QueryClient } from './queryClient'
|
|
4
|
-
import type { DehydrateOptions, HydrateOptions } from './hydration'
|
|
5
|
-
import type { MutationState } from './mutation'
|
|
6
|
-
import type { FetchDirection, Query, QueryBehavior } from './query'
|
|
7
|
-
import type { RetryDelayValue, RetryValue } from './retryer'
|
|
8
|
-
import type { QueryFilters, QueryTypeFilter, SkipToken } from './utils'
|
|
9
|
-
import type { QueryCache } from './queryCache'
|
|
10
|
-
import type { MutationCache } from './mutationCache'
|
|
11
|
-
|
|
12
|
-
export type NonUndefinedGuard<T> = T extends undefined ? never : T
|
|
13
|
-
|
|
14
|
-
export type DistributiveOmit<
|
|
15
|
-
TObject,
|
|
16
|
-
TKey extends keyof TObject,
|
|
17
|
-
> = TObject extends any ? Omit<TObject, TKey> : never
|
|
18
|
-
|
|
19
|
-
export type OmitKeyof<
|
|
20
|
-
TObject,
|
|
21
|
-
TKey extends TStrictly extends 'safely'
|
|
22
|
-
?
|
|
23
|
-
| keyof TObject
|
|
24
|
-
| (string & Record<never, never>)
|
|
25
|
-
| (number & Record<never, never>)
|
|
26
|
-
| (symbol & Record<never, never>)
|
|
27
|
-
: keyof TObject,
|
|
28
|
-
TStrictly extends 'strictly' | 'safely' = 'strictly',
|
|
29
|
-
> = Omit<TObject, TKey>
|
|
30
|
-
|
|
31
|
-
export type Override<TTargetA, TTargetB> = {
|
|
32
|
-
[AKey in keyof TTargetA]: AKey extends keyof TTargetB
|
|
33
|
-
? TTargetB[AKey]
|
|
34
|
-
: TTargetA[AKey]
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export type NoInfer<T> = [T][T extends any ? 0 : never]
|
|
38
|
-
|
|
39
|
-
export interface Register {
|
|
40
|
-
// defaultError: Error
|
|
41
|
-
// queryMeta: Record<string, unknown>
|
|
42
|
-
// mutationMeta: Record<string, unknown>
|
|
43
|
-
// queryKey: ReadonlyArray<unknown>
|
|
44
|
-
// mutationKey: ReadonlyArray<unknown>
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export type DefaultError = Register extends {
|
|
48
|
-
defaultError: infer TError
|
|
49
|
-
}
|
|
50
|
-
? TError
|
|
51
|
-
: Error
|
|
52
|
-
|
|
53
|
-
export type QueryKey = Register extends {
|
|
54
|
-
queryKey: infer TQueryKey
|
|
55
|
-
}
|
|
56
|
-
? TQueryKey extends ReadonlyArray<unknown>
|
|
57
|
-
? TQueryKey
|
|
58
|
-
: TQueryKey extends Array<unknown>
|
|
59
|
-
? TQueryKey
|
|
60
|
-
: ReadonlyArray<unknown>
|
|
61
|
-
: ReadonlyArray<unknown>
|
|
62
|
-
|
|
63
|
-
export const dataTagSymbol = Symbol('dataTagSymbol')
|
|
64
|
-
export type dataTagSymbol = typeof dataTagSymbol
|
|
65
|
-
export const dataTagErrorSymbol = Symbol('dataTagErrorSymbol')
|
|
66
|
-
export type dataTagErrorSymbol = typeof dataTagErrorSymbol
|
|
67
|
-
export const unsetMarker = Symbol('unsetMarker')
|
|
68
|
-
export type UnsetMarker = typeof unsetMarker
|
|
69
|
-
export type AnyDataTag = {
|
|
70
|
-
[dataTagSymbol]: any
|
|
71
|
-
[dataTagErrorSymbol]: any
|
|
72
|
-
}
|
|
73
|
-
export type DataTag<
|
|
74
|
-
TType,
|
|
75
|
-
TValue,
|
|
76
|
-
TError = UnsetMarker,
|
|
77
|
-
> = TType extends AnyDataTag
|
|
78
|
-
? TType
|
|
79
|
-
: TType & {
|
|
80
|
-
[dataTagSymbol]: TValue
|
|
81
|
-
[dataTagErrorSymbol]: TError
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export type InferDataFromTag<TQueryFnData, TTaggedQueryKey extends QueryKey> =
|
|
85
|
-
TTaggedQueryKey extends DataTag<unknown, infer TaggedValue, unknown>
|
|
86
|
-
? TaggedValue
|
|
87
|
-
: TQueryFnData
|
|
88
|
-
|
|
89
|
-
export type InferErrorFromTag<TError, TTaggedQueryKey extends QueryKey> =
|
|
90
|
-
TTaggedQueryKey extends DataTag<unknown, unknown, infer TaggedError>
|
|
91
|
-
? TaggedError extends UnsetMarker
|
|
92
|
-
? TError
|
|
93
|
-
: TaggedError
|
|
94
|
-
: TError
|
|
95
|
-
|
|
96
|
-
export type QueryFunction<
|
|
97
|
-
T = unknown,
|
|
98
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
99
|
-
TPageParam = never,
|
|
100
|
-
> = (context: QueryFunctionContext<TQueryKey, TPageParam>) => T | Promise<T>
|
|
101
|
-
|
|
102
|
-
export type StaleTime = number | 'static'
|
|
103
|
-
|
|
104
|
-
export type StaleTimeFunction<
|
|
105
|
-
TQueryFnData = unknown,
|
|
106
|
-
TError = DefaultError,
|
|
107
|
-
TData = TQueryFnData,
|
|
108
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
109
|
-
> =
|
|
110
|
-
| StaleTime
|
|
111
|
-
| ((query: Query<TQueryFnData, TError, TData, TQueryKey>) => StaleTime)
|
|
112
|
-
|
|
113
|
-
export type Enabled<
|
|
114
|
-
TQueryFnData = unknown,
|
|
115
|
-
TError = DefaultError,
|
|
116
|
-
TData = TQueryFnData,
|
|
117
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
118
|
-
> =
|
|
119
|
-
| boolean
|
|
120
|
-
| ((query: Query<TQueryFnData, TError, TData, TQueryKey>) => boolean)
|
|
121
|
-
|
|
122
|
-
export type QueryPersister<
|
|
123
|
-
T = unknown,
|
|
124
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
125
|
-
TPageParam = never,
|
|
126
|
-
> = [TPageParam] extends [never]
|
|
127
|
-
? (
|
|
128
|
-
queryFn: QueryFunction<T, TQueryKey, never>,
|
|
129
|
-
context: QueryFunctionContext<TQueryKey>,
|
|
130
|
-
query: Query,
|
|
131
|
-
) => T | Promise<T>
|
|
132
|
-
: (
|
|
133
|
-
queryFn: QueryFunction<T, TQueryKey, TPageParam>,
|
|
134
|
-
context: QueryFunctionContext<TQueryKey>,
|
|
135
|
-
query: Query,
|
|
136
|
-
) => T | Promise<T>
|
|
137
|
-
|
|
138
|
-
export type QueryFunctionContext<
|
|
139
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
140
|
-
TPageParam = never,
|
|
141
|
-
> = [TPageParam] extends [never]
|
|
142
|
-
? {
|
|
143
|
-
client: QueryClient
|
|
144
|
-
queryKey: TQueryKey
|
|
145
|
-
signal: AbortSignal
|
|
146
|
-
meta: QueryMeta | undefined
|
|
147
|
-
pageParam?: unknown
|
|
148
|
-
/**
|
|
149
|
-
* @deprecated
|
|
150
|
-
* if you want access to the direction, you can add it to the pageParam
|
|
151
|
-
*/
|
|
152
|
-
direction?: unknown
|
|
153
|
-
}
|
|
154
|
-
: {
|
|
155
|
-
client: QueryClient
|
|
156
|
-
queryKey: TQueryKey
|
|
157
|
-
signal: AbortSignal
|
|
158
|
-
pageParam: TPageParam
|
|
159
|
-
/**
|
|
160
|
-
* @deprecated
|
|
161
|
-
* if you want access to the direction, you can add it to the pageParam
|
|
162
|
-
*/
|
|
163
|
-
direction: FetchDirection
|
|
164
|
-
meta: QueryMeta | undefined
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export type InitialDataFunction<T> = () => T | undefined
|
|
168
|
-
|
|
169
|
-
type NonFunctionGuard<T> = T extends Function ? never : T
|
|
170
|
-
|
|
171
|
-
export type PlaceholderDataFunction<
|
|
172
|
-
TQueryFnData = unknown,
|
|
173
|
-
TError = DefaultError,
|
|
174
|
-
TQueryData = TQueryFnData,
|
|
175
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
176
|
-
> = (
|
|
177
|
-
previousData: TQueryData | undefined,
|
|
178
|
-
previousQuery: Query<TQueryFnData, TError, TQueryData, TQueryKey> | undefined,
|
|
179
|
-
) => TQueryData | undefined
|
|
180
|
-
|
|
181
|
-
export type QueriesPlaceholderDataFunction<TQueryData> = (
|
|
182
|
-
previousData: undefined,
|
|
183
|
-
previousQuery: undefined,
|
|
184
|
-
) => TQueryData | undefined
|
|
185
|
-
|
|
186
|
-
export type QueryKeyHashFunction<TQueryKey extends QueryKey> = (
|
|
187
|
-
queryKey: TQueryKey,
|
|
188
|
-
) => string
|
|
189
|
-
|
|
190
|
-
export type GetPreviousPageParamFunction<TPageParam, TQueryFnData = unknown> = (
|
|
191
|
-
firstPage: TQueryFnData,
|
|
192
|
-
allPages: Array<TQueryFnData>,
|
|
193
|
-
firstPageParam: TPageParam,
|
|
194
|
-
allPageParams: Array<TPageParam>,
|
|
195
|
-
) => TPageParam | undefined | null
|
|
196
|
-
|
|
197
|
-
export type GetNextPageParamFunction<TPageParam, TQueryFnData = unknown> = (
|
|
198
|
-
lastPage: TQueryFnData,
|
|
199
|
-
allPages: Array<TQueryFnData>,
|
|
200
|
-
lastPageParam: TPageParam,
|
|
201
|
-
allPageParams: Array<TPageParam>,
|
|
202
|
-
) => TPageParam | undefined | null
|
|
203
|
-
|
|
204
|
-
export interface InfiniteData<TData, TPageParam = unknown> {
|
|
205
|
-
pages: Array<TData>
|
|
206
|
-
pageParams: Array<TPageParam>
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
export type QueryMeta = Register extends {
|
|
210
|
-
queryMeta: infer TQueryMeta
|
|
211
|
-
}
|
|
212
|
-
? TQueryMeta extends Record<string, unknown>
|
|
213
|
-
? TQueryMeta
|
|
214
|
-
: Record<string, unknown>
|
|
215
|
-
: Record<string, unknown>
|
|
216
|
-
|
|
217
|
-
export type NetworkMode = 'online' | 'always' | 'offlineFirst'
|
|
218
|
-
|
|
219
|
-
export type NotifyOnChangeProps =
|
|
220
|
-
| Array<keyof InfiniteQueryObserverResult>
|
|
221
|
-
| 'all'
|
|
222
|
-
| undefined
|
|
223
|
-
| (() => Array<keyof InfiniteQueryObserverResult> | 'all' | undefined)
|
|
224
|
-
|
|
225
|
-
export interface QueryOptions<
|
|
226
|
-
TQueryFnData = unknown,
|
|
227
|
-
TError = DefaultError,
|
|
228
|
-
TData = TQueryFnData,
|
|
229
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
230
|
-
TPageParam = never,
|
|
231
|
-
> {
|
|
232
|
-
/**
|
|
233
|
-
* If `false`, failed queries will not retry by default.
|
|
234
|
-
* If `true`, failed queries will retry infinitely., failureCount: num
|
|
235
|
-
* If set to an integer number, e.g. 3, failed queries will retry until the failed query count meets that number.
|
|
236
|
-
* If set to a function `(failureCount, error) => boolean` failed queries will retry until the function returns false.
|
|
237
|
-
*/
|
|
238
|
-
retry?: RetryValue<TError>
|
|
239
|
-
retryDelay?: RetryDelayValue<TError>
|
|
240
|
-
networkMode?: NetworkMode
|
|
241
|
-
/**
|
|
242
|
-
* The time in milliseconds that unused/inactive cache data remains in memory.
|
|
243
|
-
* When a query's cache becomes unused or inactive, that cache data will be garbage collected after this duration.
|
|
244
|
-
* When different garbage collection times are specified, the longest one will be used.
|
|
245
|
-
* Setting it to `Infinity` will disable garbage collection.
|
|
246
|
-
*/
|
|
247
|
-
gcTime?: number
|
|
248
|
-
queryFn?: QueryFunction<TQueryFnData, TQueryKey, TPageParam> | SkipToken
|
|
249
|
-
persister?: QueryPersister<
|
|
250
|
-
NoInfer<TQueryFnData>,
|
|
251
|
-
NoInfer<TQueryKey>,
|
|
252
|
-
NoInfer<TPageParam>
|
|
253
|
-
>
|
|
254
|
-
queryHash?: string
|
|
255
|
-
queryKey?: TQueryKey
|
|
256
|
-
queryKeyHashFn?: QueryKeyHashFunction<TQueryKey>
|
|
257
|
-
initialData?: TData | InitialDataFunction<TData>
|
|
258
|
-
initialDataUpdatedAt?: number | (() => number | undefined)
|
|
259
|
-
behavior?: QueryBehavior<TQueryFnData, TError, TData, TQueryKey>
|
|
260
|
-
/**
|
|
261
|
-
* Set this to `false` to disable structural sharing between query results.
|
|
262
|
-
* Set this to a function which accepts the old and new data and returns resolved data of the same type to implement custom structural sharing logic.
|
|
263
|
-
* Defaults to `true`.
|
|
264
|
-
*/
|
|
265
|
-
structuralSharing?:
|
|
266
|
-
| boolean
|
|
267
|
-
| ((oldData: unknown | undefined, newData: unknown) => unknown)
|
|
268
|
-
_defaulted?: boolean
|
|
269
|
-
/**
|
|
270
|
-
* Additional payload to be stored on each query.
|
|
271
|
-
* Use this property to pass information that can be used in other places.
|
|
272
|
-
*/
|
|
273
|
-
meta?: QueryMeta
|
|
274
|
-
/**
|
|
275
|
-
* Maximum number of pages to store in the data of an infinite query.
|
|
276
|
-
*/
|
|
277
|
-
maxPages?: number
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
export interface InitialPageParam<TPageParam = unknown> {
|
|
281
|
-
initialPageParam: TPageParam
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
export interface InfiniteQueryPageParamsOptions<
|
|
285
|
-
TQueryFnData = unknown,
|
|
286
|
-
TPageParam = unknown,
|
|
287
|
-
> extends InitialPageParam<TPageParam> {
|
|
288
|
-
/**
|
|
289
|
-
* This function can be set to automatically get the previous cursor for infinite queries.
|
|
290
|
-
* The result will also be used to determine the value of `hasPreviousPage`.
|
|
291
|
-
*/
|
|
292
|
-
getPreviousPageParam?: GetPreviousPageParamFunction<TPageParam, TQueryFnData>
|
|
293
|
-
/**
|
|
294
|
-
* This function can be set to automatically get the next cursor for infinite queries.
|
|
295
|
-
* The result will also be used to determine the value of `hasNextPage`.
|
|
296
|
-
*/
|
|
297
|
-
getNextPageParam: GetNextPageParamFunction<TPageParam, TQueryFnData>
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export type ThrowOnError<
|
|
301
|
-
TQueryFnData,
|
|
302
|
-
TError,
|
|
303
|
-
TQueryData,
|
|
304
|
-
TQueryKey extends QueryKey,
|
|
305
|
-
> =
|
|
306
|
-
| boolean
|
|
307
|
-
| ((
|
|
308
|
-
error: TError,
|
|
309
|
-
query: Query<TQueryFnData, TError, TQueryData, TQueryKey>,
|
|
310
|
-
) => boolean)
|
|
311
|
-
|
|
312
|
-
export interface QueryObserverOptions<
|
|
313
|
-
TQueryFnData = unknown,
|
|
314
|
-
TError = DefaultError,
|
|
315
|
-
TData = TQueryFnData,
|
|
316
|
-
TQueryData = TQueryFnData,
|
|
317
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
318
|
-
TPageParam = never,
|
|
319
|
-
> extends WithRequired<
|
|
320
|
-
QueryOptions<TQueryFnData, TError, TQueryData, TQueryKey, TPageParam>,
|
|
321
|
-
'queryKey'
|
|
322
|
-
> {
|
|
323
|
-
/**
|
|
324
|
-
* Set this to `false` or a function that returns `false` to disable automatic refetching when the query mounts or changes query keys.
|
|
325
|
-
* To refetch the query, use the `refetch` method returned from the `useQuery` instance.
|
|
326
|
-
* Accepts a boolean or function that returns a boolean.
|
|
327
|
-
* Defaults to `true`.
|
|
328
|
-
*/
|
|
329
|
-
enabled?: Enabled<TQueryFnData, TError, TQueryData, TQueryKey>
|
|
330
|
-
/**
|
|
331
|
-
* The time in milliseconds after data is considered stale.
|
|
332
|
-
* If set to `Infinity`, the data will never be considered stale.
|
|
333
|
-
* If set to a function, the function will be executed with the query to compute a `staleTime`.
|
|
334
|
-
* Defaults to `0`.
|
|
335
|
-
*/
|
|
336
|
-
staleTime?: StaleTimeFunction<TQueryFnData, TError, TQueryData, TQueryKey>
|
|
337
|
-
/**
|
|
338
|
-
* If set to a number, the query will continuously refetch at this frequency in milliseconds.
|
|
339
|
-
* If set to a function, the function will be executed with the latest data and query to compute a frequency
|
|
340
|
-
* Defaults to `false`.
|
|
341
|
-
*/
|
|
342
|
-
refetchInterval?:
|
|
343
|
-
| number
|
|
344
|
-
| false
|
|
345
|
-
| ((
|
|
346
|
-
query: Query<TQueryFnData, TError, TQueryData, TQueryKey>,
|
|
347
|
-
) => number | false | undefined)
|
|
348
|
-
/**
|
|
349
|
-
* If set to `true`, the query will continue to refetch while their tab/window is in the background.
|
|
350
|
-
* Defaults to `false`.
|
|
351
|
-
*/
|
|
352
|
-
refetchIntervalInBackground?: boolean
|
|
353
|
-
/**
|
|
354
|
-
* If set to `true`, the query will refetch on window focus if the data is stale.
|
|
355
|
-
* If set to `false`, the query will not refetch on window focus.
|
|
356
|
-
* If set to `'always'`, the query will always refetch on window focus.
|
|
357
|
-
* If set to a function, the function will be executed with the latest data and query to compute the value.
|
|
358
|
-
* Defaults to `true`.
|
|
359
|
-
*/
|
|
360
|
-
refetchOnWindowFocus?:
|
|
361
|
-
| boolean
|
|
362
|
-
| 'always'
|
|
363
|
-
| ((
|
|
364
|
-
query: Query<TQueryFnData, TError, TQueryData, TQueryKey>,
|
|
365
|
-
) => boolean | 'always')
|
|
366
|
-
/**
|
|
367
|
-
* If set to `true`, the query will refetch on reconnect if the data is stale.
|
|
368
|
-
* If set to `false`, the query will not refetch on reconnect.
|
|
369
|
-
* If set to `'always'`, the query will always refetch on reconnect.
|
|
370
|
-
* If set to a function, the function will be executed with the latest data and query to compute the value.
|
|
371
|
-
* Defaults to the value of `networkOnline` (`true`)
|
|
372
|
-
*/
|
|
373
|
-
refetchOnReconnect?:
|
|
374
|
-
| boolean
|
|
375
|
-
| 'always'
|
|
376
|
-
| ((
|
|
377
|
-
query: Query<TQueryFnData, TError, TQueryData, TQueryKey>,
|
|
378
|
-
) => boolean | 'always')
|
|
379
|
-
/**
|
|
380
|
-
* If set to `true`, the query will refetch on mount if the data is stale.
|
|
381
|
-
* If set to `false`, will disable additional instances of a query to trigger background refetch.
|
|
382
|
-
* If set to `'always'`, the query will always refetch on mount.
|
|
383
|
-
* If set to a function, the function will be executed with the latest data and query to compute the value
|
|
384
|
-
* Defaults to `true`.
|
|
385
|
-
*/
|
|
386
|
-
refetchOnMount?:
|
|
387
|
-
| boolean
|
|
388
|
-
| 'always'
|
|
389
|
-
| ((
|
|
390
|
-
query: Query<TQueryFnData, TError, TQueryData, TQueryKey>,
|
|
391
|
-
) => boolean | 'always')
|
|
392
|
-
/**
|
|
393
|
-
* If set to `false`, the query will not be retried on mount if it contains an error.
|
|
394
|
-
* Defaults to `true`.
|
|
395
|
-
*/
|
|
396
|
-
retryOnMount?: boolean
|
|
397
|
-
/**
|
|
398
|
-
* If set, the component will only re-render if any of the listed properties change.
|
|
399
|
-
* When set to `['data', 'error']`, the component will only re-render when the `data` or `error` properties change.
|
|
400
|
-
* When set to `'all'`, the component will re-render whenever a query is updated.
|
|
401
|
-
* When set to a function, the function will be executed to compute the list of properties.
|
|
402
|
-
* By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.
|
|
403
|
-
*/
|
|
404
|
-
notifyOnChangeProps?: NotifyOnChangeProps
|
|
405
|
-
/**
|
|
406
|
-
* Whether errors should be thrown instead of setting the `error` property.
|
|
407
|
-
* If set to `true` or `suspense` is `true`, all errors will be thrown to the error boundary.
|
|
408
|
-
* If set to `false` and `suspense` is `false`, errors are returned as state.
|
|
409
|
-
* If set to a function, it will be passed the error and the query, and it should return a boolean indicating whether to show the error in an error boundary (`true`) or return the error as state (`false`).
|
|
410
|
-
* Defaults to `false`.
|
|
411
|
-
*/
|
|
412
|
-
throwOnError?: ThrowOnError<TQueryFnData, TError, TQueryData, TQueryKey>
|
|
413
|
-
/**
|
|
414
|
-
* This option can be used to transform or select a part of the data returned by the query function.
|
|
415
|
-
*/
|
|
416
|
-
select?: (data: TQueryData) => TData
|
|
417
|
-
/**
|
|
418
|
-
* If set to `true`, the query will suspend when `status === 'pending'`
|
|
419
|
-
* and throw errors when `status === 'error'`.
|
|
420
|
-
* Defaults to `false`.
|
|
421
|
-
*/
|
|
422
|
-
suspense?: boolean
|
|
423
|
-
/**
|
|
424
|
-
* If set, this value will be used as the placeholder data for this particular query observer while the query is still in the `loading` data and no initialData has been provided.
|
|
425
|
-
*/
|
|
426
|
-
placeholderData?:
|
|
427
|
-
| NonFunctionGuard<TQueryData>
|
|
428
|
-
| PlaceholderDataFunction<
|
|
429
|
-
NonFunctionGuard<TQueryData>,
|
|
430
|
-
TError,
|
|
431
|
-
NonFunctionGuard<TQueryData>,
|
|
432
|
-
TQueryKey
|
|
433
|
-
>
|
|
434
|
-
|
|
435
|
-
_optimisticResults?: 'optimistic' | 'isRestoring'
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* Enable prefetching during rendering
|
|
439
|
-
*/
|
|
440
|
-
experimental_prefetchInRender?: boolean
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
export type WithRequired<TTarget, TKey extends keyof TTarget> = TTarget & {
|
|
444
|
-
[_ in TKey]: {}
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
export type DefaultedQueryObserverOptions<
|
|
448
|
-
TQueryFnData = unknown,
|
|
449
|
-
TError = DefaultError,
|
|
450
|
-
TData = TQueryFnData,
|
|
451
|
-
TQueryData = TQueryFnData,
|
|
452
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
453
|
-
> = WithRequired<
|
|
454
|
-
QueryObserverOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey>,
|
|
455
|
-
'throwOnError' | 'refetchOnReconnect' | 'queryHash'
|
|
456
|
-
>
|
|
457
|
-
|
|
458
|
-
export interface InfiniteQueryObserverOptions<
|
|
459
|
-
TQueryFnData = unknown,
|
|
460
|
-
TError = DefaultError,
|
|
461
|
-
TData = TQueryFnData,
|
|
462
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
463
|
-
TPageParam = unknown,
|
|
464
|
-
>
|
|
465
|
-
extends
|
|
466
|
-
QueryObserverOptions<
|
|
467
|
-
TQueryFnData,
|
|
468
|
-
TError,
|
|
469
|
-
TData,
|
|
470
|
-
InfiniteData<TQueryFnData, TPageParam>,
|
|
471
|
-
TQueryKey,
|
|
472
|
-
TPageParam
|
|
473
|
-
>,
|
|
474
|
-
InfiniteQueryPageParamsOptions<TQueryFnData, TPageParam> {}
|
|
475
|
-
|
|
476
|
-
export type DefaultedInfiniteQueryObserverOptions<
|
|
477
|
-
TQueryFnData = unknown,
|
|
478
|
-
TError = DefaultError,
|
|
479
|
-
TData = TQueryFnData,
|
|
480
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
481
|
-
TPageParam = unknown,
|
|
482
|
-
> = WithRequired<
|
|
483
|
-
InfiniteQueryObserverOptions<
|
|
484
|
-
TQueryFnData,
|
|
485
|
-
TError,
|
|
486
|
-
TData,
|
|
487
|
-
TQueryKey,
|
|
488
|
-
TPageParam
|
|
489
|
-
>,
|
|
490
|
-
'throwOnError' | 'refetchOnReconnect' | 'queryHash'
|
|
491
|
-
>
|
|
492
|
-
|
|
493
|
-
export interface FetchQueryOptions<
|
|
494
|
-
TQueryFnData = unknown,
|
|
495
|
-
TError = DefaultError,
|
|
496
|
-
TData = TQueryFnData,
|
|
497
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
498
|
-
TPageParam = never,
|
|
499
|
-
> extends WithRequired<
|
|
500
|
-
QueryOptions<TQueryFnData, TError, TData, TQueryKey, TPageParam>,
|
|
501
|
-
'queryKey'
|
|
502
|
-
> {
|
|
503
|
-
initialPageParam?: never
|
|
504
|
-
/**
|
|
505
|
-
* The time in milliseconds after data is considered stale.
|
|
506
|
-
* If the data is fresh it will be returned from the cache.
|
|
507
|
-
*/
|
|
508
|
-
staleTime?: StaleTimeFunction<TQueryFnData, TError, TData, TQueryKey>
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
export interface EnsureQueryDataOptions<
|
|
512
|
-
TQueryFnData = unknown,
|
|
513
|
-
TError = DefaultError,
|
|
514
|
-
TData = TQueryFnData,
|
|
515
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
516
|
-
TPageParam = never,
|
|
517
|
-
> extends FetchQueryOptions<
|
|
518
|
-
TQueryFnData,
|
|
519
|
-
TError,
|
|
520
|
-
TData,
|
|
521
|
-
TQueryKey,
|
|
522
|
-
TPageParam
|
|
523
|
-
> {
|
|
524
|
-
revalidateIfStale?: boolean
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
export type EnsureInfiniteQueryDataOptions<
|
|
528
|
-
TQueryFnData = unknown,
|
|
529
|
-
TError = DefaultError,
|
|
530
|
-
TData = TQueryFnData,
|
|
531
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
532
|
-
TPageParam = unknown,
|
|
533
|
-
> = FetchInfiniteQueryOptions<
|
|
534
|
-
TQueryFnData,
|
|
535
|
-
TError,
|
|
536
|
-
TData,
|
|
537
|
-
TQueryKey,
|
|
538
|
-
TPageParam
|
|
539
|
-
> & {
|
|
540
|
-
revalidateIfStale?: boolean
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
type FetchInfiniteQueryPages<TQueryFnData = unknown, TPageParam = unknown> =
|
|
544
|
-
| { pages?: never }
|
|
545
|
-
| {
|
|
546
|
-
pages: number
|
|
547
|
-
getNextPageParam: GetNextPageParamFunction<TPageParam, TQueryFnData>
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
export type FetchInfiniteQueryOptions<
|
|
551
|
-
TQueryFnData = unknown,
|
|
552
|
-
TError = DefaultError,
|
|
553
|
-
TData = TQueryFnData,
|
|
554
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
555
|
-
TPageParam = unknown,
|
|
556
|
-
> = Omit<
|
|
557
|
-
FetchQueryOptions<
|
|
558
|
-
TQueryFnData,
|
|
559
|
-
TError,
|
|
560
|
-
InfiniteData<TData, TPageParam>,
|
|
561
|
-
TQueryKey,
|
|
562
|
-
TPageParam
|
|
563
|
-
>,
|
|
564
|
-
'initialPageParam'
|
|
565
|
-
> &
|
|
566
|
-
InitialPageParam<TPageParam> &
|
|
567
|
-
FetchInfiniteQueryPages<TQueryFnData, TPageParam>
|
|
568
|
-
|
|
569
|
-
export interface ResultOptions {
|
|
570
|
-
throwOnError?: boolean
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
export interface RefetchOptions extends ResultOptions {
|
|
574
|
-
/**
|
|
575
|
-
* If set to `true`, a currently running request will be cancelled before a new request is made
|
|
576
|
-
*
|
|
577
|
-
* If set to `false`, no refetch will be made if there is already a request running.
|
|
578
|
-
*
|
|
579
|
-
* Defaults to `true`.
|
|
580
|
-
*/
|
|
581
|
-
cancelRefetch?: boolean
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
export interface InvalidateQueryFilters<
|
|
585
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
586
|
-
> extends QueryFilters<TQueryKey> {
|
|
587
|
-
refetchType?: QueryTypeFilter | 'none'
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
export interface RefetchQueryFilters<
|
|
591
|
-
TQueryKey extends QueryKey = QueryKey,
|
|
592
|
-
> extends QueryFilters<TQueryKey> {}
|
|
593
|
-
|
|
594
|
-
export interface InvalidateOptions extends RefetchOptions {}
|
|
595
|
-
export interface ResetOptions extends RefetchOptions {}
|
|
596
|
-
|
|
597
|
-
export interface FetchNextPageOptions extends ResultOptions {
|
|
598
|
-
/**
|
|
599
|
-
* If set to `true`, calling `fetchNextPage` repeatedly will invoke `queryFn` every time,
|
|
600
|
-
* whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.
|
|
601
|
-
*
|
|
602
|
-
* If set to `false`, calling `fetchNextPage` repeatedly won't have any effect until the first invocation has resolved.
|
|
603
|
-
*
|
|
604
|
-
* Defaults to `true`.
|
|
605
|
-
*/
|
|
606
|
-
cancelRefetch?: boolean
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
export interface FetchPreviousPageOptions extends ResultOptions {
|
|
610
|
-
/**
|
|
611
|
-
* If set to `true`, calling `fetchPreviousPage` repeatedly will invoke `queryFn` every time,
|
|
612
|
-
* whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.
|
|
613
|
-
*
|
|
614
|
-
* If set to `false`, calling `fetchPreviousPage` repeatedly won't have any effect until the first invocation has resolved.
|
|
615
|
-
*
|
|
616
|
-
* Defaults to `true`.
|
|
617
|
-
*/
|
|
618
|
-
cancelRefetch?: boolean
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
export type QueryStatus = 'pending' | 'error' | 'success'
|
|
622
|
-
export type FetchStatus = 'fetching' | 'paused' | 'idle'
|
|
623
|
-
|
|
624
|
-
export interface QueryObserverBaseResult<
|
|
625
|
-
TData = unknown,
|
|
626
|
-
TError = DefaultError,
|
|
627
|
-
> {
|
|
628
|
-
/**
|
|
629
|
-
* The last successfully resolved data for the query.
|
|
630
|
-
*/
|
|
631
|
-
data: TData | undefined
|
|
632
|
-
/**
|
|
633
|
-
* The timestamp for when the query most recently returned the `status` as `"success"`.
|
|
634
|
-
*/
|
|
635
|
-
dataUpdatedAt: number
|
|
636
|
-
/**
|
|
637
|
-
* The error object for the query, if an error was thrown.
|
|
638
|
-
* - Defaults to `null`.
|
|
639
|
-
*/
|
|
640
|
-
error: TError | null
|
|
641
|
-
/**
|
|
642
|
-
* The timestamp for when the query most recently returned the `status` as `"error"`.
|
|
643
|
-
*/
|
|
644
|
-
errorUpdatedAt: number
|
|
645
|
-
/**
|
|
646
|
-
* The failure count for the query.
|
|
647
|
-
* - Incremented every time the query fails.
|
|
648
|
-
* - Reset to `0` when the query succeeds.
|
|
649
|
-
*/
|
|
650
|
-
failureCount: number
|
|
651
|
-
/**
|
|
652
|
-
* The failure reason for the query retry.
|
|
653
|
-
* - Reset to `null` when the query succeeds.
|
|
654
|
-
*/
|
|
655
|
-
failureReason: TError | null
|
|
656
|
-
/**
|
|
657
|
-
* The sum of all errors.
|
|
658
|
-
*/
|
|
659
|
-
errorUpdateCount: number
|
|
660
|
-
/**
|
|
661
|
-
* A derived boolean from the `status` variable, provided for convenience.
|
|
662
|
-
* - `true` if the query attempt resulted in an error.
|
|
663
|
-
*/
|
|
664
|
-
isError: boolean
|
|
665
|
-
/**
|
|
666
|
-
* Will be `true` if the query has been fetched.
|
|
667
|
-
*/
|
|
668
|
-
isFetched: boolean
|
|
669
|
-
/**
|
|
670
|
-
* Will be `true` if the query has been fetched after the component mounted.
|
|
671
|
-
* - This property can be used to not show any previously cached data.
|
|
672
|
-
*/
|
|
673
|
-
isFetchedAfterMount: boolean
|
|
674
|
-
/**
|
|
675
|
-
* A derived boolean from the `fetchStatus` variable, provided for convenience.
|
|
676
|
-
* - `true` whenever the `queryFn` is executing, which includes initial `pending` as well as background refetch.
|
|
677
|
-
*/
|
|
678
|
-
isFetching: boolean
|
|
679
|
-
/**
|
|
680
|
-
* Is `true` whenever the first fetch for a query is in-flight.
|
|
681
|
-
* - Is the same as `isFetching && isPending`.
|
|
682
|
-
*/
|
|
683
|
-
isLoading: boolean
|
|
684
|
-
/**
|
|
685
|
-
* Will be `pending` if there's no cached data and no query attempt was finished yet.
|
|
686
|
-
*/
|
|
687
|
-
isPending: boolean
|
|
688
|
-
/**
|
|
689
|
-
* Will be `true` if the query failed while fetching for the first time.
|
|
690
|
-
*/
|
|
691
|
-
isLoadingError: boolean
|
|
692
|
-
/**
|
|
693
|
-
* @deprecated `isInitialLoading` is being deprecated in favor of `isLoading`
|
|
694
|
-
* and will be removed in the next major version.
|
|
695
|
-
*/
|
|
696
|
-
isInitialLoading: boolean
|
|
697
|
-
/**
|
|
698
|
-
* A derived boolean from the `fetchStatus` variable, provided for convenience.
|
|
699
|
-
* - The query wanted to fetch, but has been `paused`.
|
|
700
|
-
*/
|
|
701
|
-
isPaused: boolean
|
|
702
|
-
/**
|
|
703
|
-
* Will be `true` if the data shown is the placeholder data.
|
|
704
|
-
*/
|
|
705
|
-
isPlaceholderData: boolean
|
|
706
|
-
/**
|
|
707
|
-
* Will be `true` if the query failed while refetching.
|
|
708
|
-
*/
|
|
709
|
-
isRefetchError: boolean
|
|
710
|
-
/**
|
|
711
|
-
* Is `true` whenever a background refetch is in-flight, which _does not_ include initial `pending`.
|
|
712
|
-
* - Is the same as `isFetching && !isPending`.
|
|
713
|
-
*/
|
|
714
|
-
isRefetching: boolean
|
|
715
|
-
/**
|
|
716
|
-
* Will be `true` if the data in the cache is invalidated or if the data is older than the given `staleTime`.
|
|
717
|
-
*/
|
|
718
|
-
isStale: boolean
|
|
719
|
-
/**
|
|
720
|
-
* A derived boolean from the `status` variable, provided for convenience.
|
|
721
|
-
* - `true` if the query has received a response with no errors and is ready to display its data.
|
|
722
|
-
*/
|
|
723
|
-
isSuccess: boolean
|
|
724
|
-
/**
|
|
725
|
-
* `true` if this observer is enabled, `false` otherwise.
|
|
726
|
-
*/
|
|
727
|
-
isEnabled: boolean
|
|
728
|
-
/**
|
|
729
|
-
* A function to manually refetch the query.
|
|
730
|
-
*/
|
|
731
|
-
refetch: (
|
|
732
|
-
options?: RefetchOptions,
|
|
733
|
-
) => Promise<QueryObserverResult<TData, TError>>
|
|
734
|
-
/**
|
|
735
|
-
* The status of the query.
|
|
736
|
-
* - Will be:
|
|
737
|
-
* - `pending` if there's no cached data and no query attempt was finished yet.
|
|
738
|
-
* - `error` if the query attempt resulted in an error.
|
|
739
|
-
* - `success` if the query has received a response with no errors and is ready to display its data.
|
|
740
|
-
*/
|
|
741
|
-
status: QueryStatus
|
|
742
|
-
/**
|
|
743
|
-
* The fetch status of the query.
|
|
744
|
-
* - `fetching`: Is `true` whenever the queryFn is executing, which includes initial `pending` as well as background refetch.
|
|
745
|
-
* - `paused`: The query wanted to fetch, but has been `paused`.
|
|
746
|
-
* - `idle`: The query is not fetching.
|
|
747
|
-
* - See [Network Mode](https://tanstack.com/query/latest/docs/framework/react/guides/network-mode) for more information.
|
|
748
|
-
*/
|
|
749
|
-
fetchStatus: FetchStatus
|
|
750
|
-
/**
|
|
751
|
-
* A stable promise that will be resolved with the data of the query.
|
|
752
|
-
* Requires the `experimental_prefetchInRender` feature flag to be enabled.
|
|
753
|
-
* @example
|
|
754
|
-
*
|
|
755
|
-
* ### Enabling the feature flag
|
|
756
|
-
* ```ts
|
|
757
|
-
* const client = new QueryClient({
|
|
758
|
-
* defaultOptions: {
|
|
759
|
-
* queries: {
|
|
760
|
-
* experimental_prefetchInRender: true,
|
|
761
|
-
* },
|
|
762
|
-
* },
|
|
763
|
-
* })
|
|
764
|
-
* ```
|
|
765
|
-
*
|
|
766
|
-
* ### Usage
|
|
767
|
-
* ```tsx
|
|
768
|
-
* import { useQuery } from '@tanstack/react-query'
|
|
769
|
-
* import React from 'react'
|
|
770
|
-
* import { fetchTodos, type Todo } from './api'
|
|
771
|
-
*
|
|
772
|
-
* function TodoList({ query }: { query: UseQueryResult<Todo[], Error> }) {
|
|
773
|
-
* const data = React.use(query.promise)
|
|
774
|
-
*
|
|
775
|
-
* return (
|
|
776
|
-
* <ul>
|
|
777
|
-
* {data.map(todo => (
|
|
778
|
-
* <li key={todo.id}>{todo.title}</li>
|
|
779
|
-
* ))}
|
|
780
|
-
* </ul>
|
|
781
|
-
* )
|
|
782
|
-
* }
|
|
783
|
-
*
|
|
784
|
-
* export function App() {
|
|
785
|
-
* const query = useQuery({ queryKey: ['todos'], queryFn: fetchTodos })
|
|
786
|
-
*
|
|
787
|
-
* return (
|
|
788
|
-
* <>
|
|
789
|
-
* <h1>Todos</h1>
|
|
790
|
-
* <React.Suspense fallback={<div>Loading...</div>}>
|
|
791
|
-
* <TodoList query={query} />
|
|
792
|
-
* </React.Suspense>
|
|
793
|
-
* </>
|
|
794
|
-
* )
|
|
795
|
-
* }
|
|
796
|
-
* ```
|
|
797
|
-
*/
|
|
798
|
-
promise: Promise<TData>
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
export interface QueryObserverPendingResult<
|
|
802
|
-
TData = unknown,
|
|
803
|
-
TError = DefaultError,
|
|
804
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
805
|
-
data: undefined
|
|
806
|
-
error: null
|
|
807
|
-
isError: false
|
|
808
|
-
isPending: true
|
|
809
|
-
isLoadingError: false
|
|
810
|
-
isRefetchError: false
|
|
811
|
-
isSuccess: false
|
|
812
|
-
isPlaceholderData: false
|
|
813
|
-
status: 'pending'
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
export interface QueryObserverLoadingResult<
|
|
817
|
-
TData = unknown,
|
|
818
|
-
TError = DefaultError,
|
|
819
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
820
|
-
data: undefined
|
|
821
|
-
error: null
|
|
822
|
-
isError: false
|
|
823
|
-
isPending: true
|
|
824
|
-
isLoading: true
|
|
825
|
-
isLoadingError: false
|
|
826
|
-
isRefetchError: false
|
|
827
|
-
isSuccess: false
|
|
828
|
-
isPlaceholderData: false
|
|
829
|
-
status: 'pending'
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
export interface QueryObserverLoadingErrorResult<
|
|
833
|
-
TData = unknown,
|
|
834
|
-
TError = DefaultError,
|
|
835
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
836
|
-
data: undefined
|
|
837
|
-
error: TError
|
|
838
|
-
isError: true
|
|
839
|
-
isPending: false
|
|
840
|
-
isLoading: false
|
|
841
|
-
isLoadingError: true
|
|
842
|
-
isRefetchError: false
|
|
843
|
-
isSuccess: false
|
|
844
|
-
isPlaceholderData: false
|
|
845
|
-
status: 'error'
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
export interface QueryObserverRefetchErrorResult<
|
|
849
|
-
TData = unknown,
|
|
850
|
-
TError = DefaultError,
|
|
851
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
852
|
-
data: TData
|
|
853
|
-
error: TError
|
|
854
|
-
isError: true
|
|
855
|
-
isPending: false
|
|
856
|
-
isLoading: false
|
|
857
|
-
isLoadingError: false
|
|
858
|
-
isRefetchError: true
|
|
859
|
-
isSuccess: false
|
|
860
|
-
isPlaceholderData: false
|
|
861
|
-
status: 'error'
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
export interface QueryObserverSuccessResult<
|
|
865
|
-
TData = unknown,
|
|
866
|
-
TError = DefaultError,
|
|
867
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
868
|
-
data: TData
|
|
869
|
-
error: null
|
|
870
|
-
isError: false
|
|
871
|
-
isPending: false
|
|
872
|
-
isLoading: false
|
|
873
|
-
isLoadingError: false
|
|
874
|
-
isRefetchError: false
|
|
875
|
-
isSuccess: true
|
|
876
|
-
isPlaceholderData: false
|
|
877
|
-
status: 'success'
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
export interface QueryObserverPlaceholderResult<
|
|
881
|
-
TData = unknown,
|
|
882
|
-
TError = DefaultError,
|
|
883
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
884
|
-
data: TData
|
|
885
|
-
isError: false
|
|
886
|
-
error: null
|
|
887
|
-
isPending: false
|
|
888
|
-
isLoading: false
|
|
889
|
-
isLoadingError: false
|
|
890
|
-
isRefetchError: false
|
|
891
|
-
isSuccess: true
|
|
892
|
-
isPlaceholderData: true
|
|
893
|
-
status: 'success'
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
export type DefinedQueryObserverResult<
|
|
897
|
-
TData = unknown,
|
|
898
|
-
TError = DefaultError,
|
|
899
|
-
> =
|
|
900
|
-
| QueryObserverRefetchErrorResult<TData, TError>
|
|
901
|
-
| QueryObserverSuccessResult<TData, TError>
|
|
902
|
-
|
|
903
|
-
export type QueryObserverResult<TData = unknown, TError = DefaultError> =
|
|
904
|
-
| DefinedQueryObserverResult<TData, TError>
|
|
905
|
-
| QueryObserverLoadingErrorResult<TData, TError>
|
|
906
|
-
| QueryObserverLoadingResult<TData, TError>
|
|
907
|
-
| QueryObserverPendingResult<TData, TError>
|
|
908
|
-
| QueryObserverPlaceholderResult<TData, TError>
|
|
909
|
-
|
|
910
|
-
export interface InfiniteQueryObserverBaseResult<
|
|
911
|
-
TData = unknown,
|
|
912
|
-
TError = DefaultError,
|
|
913
|
-
> extends QueryObserverBaseResult<TData, TError> {
|
|
914
|
-
/**
|
|
915
|
-
* This function allows you to fetch the next "page" of results.
|
|
916
|
-
*/
|
|
917
|
-
fetchNextPage: (
|
|
918
|
-
options?: FetchNextPageOptions,
|
|
919
|
-
) => Promise<InfiniteQueryObserverResult<TData, TError>>
|
|
920
|
-
/**
|
|
921
|
-
* This function allows you to fetch the previous "page" of results.
|
|
922
|
-
*/
|
|
923
|
-
fetchPreviousPage: (
|
|
924
|
-
options?: FetchPreviousPageOptions,
|
|
925
|
-
) => Promise<InfiniteQueryObserverResult<TData, TError>>
|
|
926
|
-
/**
|
|
927
|
-
* Will be `true` if there is a next page to be fetched (known via the `getNextPageParam` option).
|
|
928
|
-
*/
|
|
929
|
-
hasNextPage: boolean
|
|
930
|
-
/**
|
|
931
|
-
* Will be `true` if there is a previous page to be fetched (known via the `getPreviousPageParam` option).
|
|
932
|
-
*/
|
|
933
|
-
hasPreviousPage: boolean
|
|
934
|
-
/**
|
|
935
|
-
* Will be `true` if the query failed while fetching the next page.
|
|
936
|
-
*/
|
|
937
|
-
isFetchNextPageError: boolean
|
|
938
|
-
/**
|
|
939
|
-
* Will be `true` while fetching the next page with `fetchNextPage`.
|
|
940
|
-
*/
|
|
941
|
-
isFetchingNextPage: boolean
|
|
942
|
-
/**
|
|
943
|
-
* Will be `true` if the query failed while fetching the previous page.
|
|
944
|
-
*/
|
|
945
|
-
isFetchPreviousPageError: boolean
|
|
946
|
-
/**
|
|
947
|
-
* Will be `true` while fetching the previous page with `fetchPreviousPage`.
|
|
948
|
-
*/
|
|
949
|
-
isFetchingPreviousPage: boolean
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export interface InfiniteQueryObserverPendingResult<
|
|
953
|
-
TData = unknown,
|
|
954
|
-
TError = DefaultError,
|
|
955
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
956
|
-
data: undefined
|
|
957
|
-
error: null
|
|
958
|
-
isError: false
|
|
959
|
-
isPending: true
|
|
960
|
-
isLoadingError: false
|
|
961
|
-
isRefetchError: false
|
|
962
|
-
isFetchNextPageError: false
|
|
963
|
-
isFetchPreviousPageError: false
|
|
964
|
-
isSuccess: false
|
|
965
|
-
isPlaceholderData: false
|
|
966
|
-
status: 'pending'
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
export interface InfiniteQueryObserverLoadingResult<
|
|
970
|
-
TData = unknown,
|
|
971
|
-
TError = DefaultError,
|
|
972
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
973
|
-
data: undefined
|
|
974
|
-
error: null
|
|
975
|
-
isError: false
|
|
976
|
-
isPending: true
|
|
977
|
-
isLoading: true
|
|
978
|
-
isLoadingError: false
|
|
979
|
-
isRefetchError: false
|
|
980
|
-
isFetchNextPageError: false
|
|
981
|
-
isFetchPreviousPageError: false
|
|
982
|
-
isSuccess: false
|
|
983
|
-
isPlaceholderData: false
|
|
984
|
-
status: 'pending'
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
export interface InfiniteQueryObserverLoadingErrorResult<
|
|
988
|
-
TData = unknown,
|
|
989
|
-
TError = DefaultError,
|
|
990
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
991
|
-
data: undefined
|
|
992
|
-
error: TError
|
|
993
|
-
isError: true
|
|
994
|
-
isPending: false
|
|
995
|
-
isLoading: false
|
|
996
|
-
isLoadingError: true
|
|
997
|
-
isRefetchError: false
|
|
998
|
-
isFetchNextPageError: false
|
|
999
|
-
isFetchPreviousPageError: false
|
|
1000
|
-
isSuccess: false
|
|
1001
|
-
isPlaceholderData: false
|
|
1002
|
-
status: 'error'
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
export interface InfiniteQueryObserverRefetchErrorResult<
|
|
1006
|
-
TData = unknown,
|
|
1007
|
-
TError = DefaultError,
|
|
1008
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
1009
|
-
data: TData
|
|
1010
|
-
error: TError
|
|
1011
|
-
isError: true
|
|
1012
|
-
isPending: false
|
|
1013
|
-
isLoading: false
|
|
1014
|
-
isLoadingError: false
|
|
1015
|
-
isRefetchError: true
|
|
1016
|
-
isSuccess: false
|
|
1017
|
-
isPlaceholderData: false
|
|
1018
|
-
status: 'error'
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
export interface InfiniteQueryObserverSuccessResult<
|
|
1022
|
-
TData = unknown,
|
|
1023
|
-
TError = DefaultError,
|
|
1024
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
1025
|
-
data: TData
|
|
1026
|
-
error: null
|
|
1027
|
-
isError: false
|
|
1028
|
-
isPending: false
|
|
1029
|
-
isLoading: false
|
|
1030
|
-
isLoadingError: false
|
|
1031
|
-
isRefetchError: false
|
|
1032
|
-
isFetchNextPageError: false
|
|
1033
|
-
isFetchPreviousPageError: false
|
|
1034
|
-
isSuccess: true
|
|
1035
|
-
isPlaceholderData: false
|
|
1036
|
-
status: 'success'
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
export interface InfiniteQueryObserverPlaceholderResult<
|
|
1040
|
-
TData = unknown,
|
|
1041
|
-
TError = DefaultError,
|
|
1042
|
-
> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
1043
|
-
data: TData
|
|
1044
|
-
isError: false
|
|
1045
|
-
error: null
|
|
1046
|
-
isPending: false
|
|
1047
|
-
isLoading: false
|
|
1048
|
-
isLoadingError: false
|
|
1049
|
-
isRefetchError: false
|
|
1050
|
-
isSuccess: true
|
|
1051
|
-
isPlaceholderData: true
|
|
1052
|
-
isFetchNextPageError: false
|
|
1053
|
-
isFetchPreviousPageError: false
|
|
1054
|
-
status: 'success'
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
export type DefinedInfiniteQueryObserverResult<
|
|
1058
|
-
TData = unknown,
|
|
1059
|
-
TError = DefaultError,
|
|
1060
|
-
> =
|
|
1061
|
-
| InfiniteQueryObserverRefetchErrorResult<TData, TError>
|
|
1062
|
-
| InfiniteQueryObserverSuccessResult<TData, TError>
|
|
1063
|
-
|
|
1064
|
-
export type InfiniteQueryObserverResult<
|
|
1065
|
-
TData = unknown,
|
|
1066
|
-
TError = DefaultError,
|
|
1067
|
-
> =
|
|
1068
|
-
| DefinedInfiniteQueryObserverResult<TData, TError>
|
|
1069
|
-
| InfiniteQueryObserverLoadingErrorResult<TData, TError>
|
|
1070
|
-
| InfiniteQueryObserverLoadingResult<TData, TError>
|
|
1071
|
-
| InfiniteQueryObserverPendingResult<TData, TError>
|
|
1072
|
-
| InfiniteQueryObserverPlaceholderResult<TData, TError>
|
|
1073
|
-
|
|
1074
|
-
export type MutationKey = Register extends {
|
|
1075
|
-
mutationKey: infer TMutationKey
|
|
1076
|
-
}
|
|
1077
|
-
? TMutationKey extends ReadonlyArray<unknown>
|
|
1078
|
-
? TMutationKey
|
|
1079
|
-
: TMutationKey extends Array<unknown>
|
|
1080
|
-
? TMutationKey
|
|
1081
|
-
: ReadonlyArray<unknown>
|
|
1082
|
-
: ReadonlyArray<unknown>
|
|
1083
|
-
|
|
1084
|
-
export type MutationStatus = 'idle' | 'pending' | 'success' | 'error'
|
|
1085
|
-
|
|
1086
|
-
export type MutationScope = {
|
|
1087
|
-
id: string
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
export type MutationMeta = Register extends {
|
|
1091
|
-
mutationMeta: infer TMutationMeta
|
|
1092
|
-
}
|
|
1093
|
-
? TMutationMeta extends Record<string, unknown>
|
|
1094
|
-
? TMutationMeta
|
|
1095
|
-
: Record<string, unknown>
|
|
1096
|
-
: Record<string, unknown>
|
|
1097
|
-
|
|
1098
|
-
export type MutationFunctionContext = {
|
|
1099
|
-
client: QueryClient
|
|
1100
|
-
meta: MutationMeta | undefined
|
|
1101
|
-
mutationKey?: MutationKey
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
export type MutationFunction<TData = unknown, TVariables = unknown> = (
|
|
1105
|
-
variables: TVariables,
|
|
1106
|
-
context: MutationFunctionContext,
|
|
1107
|
-
) => Promise<TData>
|
|
1108
|
-
|
|
1109
|
-
export interface MutationOptions<
|
|
1110
|
-
TData = unknown,
|
|
1111
|
-
TError = DefaultError,
|
|
1112
|
-
TVariables = void,
|
|
1113
|
-
TOnMutateResult = unknown,
|
|
1114
|
-
> {
|
|
1115
|
-
mutationFn?: MutationFunction<TData, TVariables>
|
|
1116
|
-
mutationKey?: MutationKey
|
|
1117
|
-
onMutate?: (
|
|
1118
|
-
variables: TVariables,
|
|
1119
|
-
context: MutationFunctionContext,
|
|
1120
|
-
) => Promise<TOnMutateResult> | TOnMutateResult
|
|
1121
|
-
onSuccess?: (
|
|
1122
|
-
data: TData,
|
|
1123
|
-
variables: TVariables,
|
|
1124
|
-
onMutateResult: TOnMutateResult,
|
|
1125
|
-
context: MutationFunctionContext,
|
|
1126
|
-
) => Promise<unknown> | unknown
|
|
1127
|
-
onError?: (
|
|
1128
|
-
error: TError,
|
|
1129
|
-
variables: TVariables,
|
|
1130
|
-
onMutateResult: TOnMutateResult | undefined,
|
|
1131
|
-
context: MutationFunctionContext,
|
|
1132
|
-
) => Promise<unknown> | unknown
|
|
1133
|
-
onSettled?: (
|
|
1134
|
-
data: TData | undefined,
|
|
1135
|
-
error: TError | null,
|
|
1136
|
-
variables: TVariables,
|
|
1137
|
-
onMutateResult: TOnMutateResult | undefined,
|
|
1138
|
-
context: MutationFunctionContext,
|
|
1139
|
-
) => Promise<unknown> | unknown
|
|
1140
|
-
retry?: RetryValue<TError>
|
|
1141
|
-
retryDelay?: RetryDelayValue<TError>
|
|
1142
|
-
networkMode?: NetworkMode
|
|
1143
|
-
gcTime?: number
|
|
1144
|
-
_defaulted?: boolean
|
|
1145
|
-
meta?: MutationMeta
|
|
1146
|
-
scope?: MutationScope
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
export interface MutationObserverOptions<
|
|
1150
|
-
TData = unknown,
|
|
1151
|
-
TError = DefaultError,
|
|
1152
|
-
TVariables = void,
|
|
1153
|
-
TOnMutateResult = unknown,
|
|
1154
|
-
> extends MutationOptions<TData, TError, TVariables, TOnMutateResult> {
|
|
1155
|
-
throwOnError?: boolean | ((error: TError) => boolean)
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
export interface MutateOptions<
|
|
1159
|
-
TData = unknown,
|
|
1160
|
-
TError = DefaultError,
|
|
1161
|
-
TVariables = void,
|
|
1162
|
-
TOnMutateResult = unknown,
|
|
1163
|
-
> {
|
|
1164
|
-
onSuccess?: (
|
|
1165
|
-
data: TData,
|
|
1166
|
-
variables: TVariables,
|
|
1167
|
-
onMutateResult: TOnMutateResult | undefined,
|
|
1168
|
-
context: MutationFunctionContext,
|
|
1169
|
-
) => void
|
|
1170
|
-
onError?: (
|
|
1171
|
-
error: TError,
|
|
1172
|
-
variables: TVariables,
|
|
1173
|
-
onMutateResult: TOnMutateResult | undefined,
|
|
1174
|
-
context: MutationFunctionContext,
|
|
1175
|
-
) => void
|
|
1176
|
-
onSettled?: (
|
|
1177
|
-
data: TData | undefined,
|
|
1178
|
-
error: TError | null,
|
|
1179
|
-
variables: TVariables,
|
|
1180
|
-
onMutateResult: TOnMutateResult | undefined,
|
|
1181
|
-
context: MutationFunctionContext,
|
|
1182
|
-
) => void
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
export type MutateFunction<
|
|
1186
|
-
TData = unknown,
|
|
1187
|
-
TError = DefaultError,
|
|
1188
|
-
TVariables = void,
|
|
1189
|
-
TOnMutateResult = unknown,
|
|
1190
|
-
> = (
|
|
1191
|
-
variables: TVariables,
|
|
1192
|
-
options?: MutateOptions<TData, TError, TVariables, TOnMutateResult>,
|
|
1193
|
-
) => Promise<TData>
|
|
1194
|
-
|
|
1195
|
-
export interface MutationObserverBaseResult<
|
|
1196
|
-
TData = unknown,
|
|
1197
|
-
TError = DefaultError,
|
|
1198
|
-
TVariables = void,
|
|
1199
|
-
TOnMutateResult = unknown,
|
|
1200
|
-
> extends MutationState<TData, TError, TVariables, TOnMutateResult> {
|
|
1201
|
-
/**
|
|
1202
|
-
* The last successfully resolved data for the mutation.
|
|
1203
|
-
*/
|
|
1204
|
-
data: TData | undefined
|
|
1205
|
-
/**
|
|
1206
|
-
* The variables object passed to the `mutationFn`.
|
|
1207
|
-
*/
|
|
1208
|
-
variables: TVariables | undefined
|
|
1209
|
-
/**
|
|
1210
|
-
* The error object for the mutation, if an error was encountered.
|
|
1211
|
-
* - Defaults to `null`.
|
|
1212
|
-
*/
|
|
1213
|
-
error: TError | null
|
|
1214
|
-
/**
|
|
1215
|
-
* A boolean variable derived from `status`.
|
|
1216
|
-
* - `true` if the last mutation attempt resulted in an error.
|
|
1217
|
-
*/
|
|
1218
|
-
isError: boolean
|
|
1219
|
-
/**
|
|
1220
|
-
* A boolean variable derived from `status`.
|
|
1221
|
-
* - `true` if the mutation is in its initial state prior to executing.
|
|
1222
|
-
*/
|
|
1223
|
-
isIdle: boolean
|
|
1224
|
-
/**
|
|
1225
|
-
* A boolean variable derived from `status`.
|
|
1226
|
-
* - `true` if the mutation is currently executing.
|
|
1227
|
-
*/
|
|
1228
|
-
isPending: boolean
|
|
1229
|
-
/**
|
|
1230
|
-
* A boolean variable derived from `status`.
|
|
1231
|
-
* - `true` if the last mutation attempt was successful.
|
|
1232
|
-
*/
|
|
1233
|
-
isSuccess: boolean
|
|
1234
|
-
/**
|
|
1235
|
-
* The status of the mutation.
|
|
1236
|
-
* - Will be:
|
|
1237
|
-
* - `idle` initial status prior to the mutation function executing.
|
|
1238
|
-
* - `pending` if the mutation is currently executing.
|
|
1239
|
-
* - `error` if the last mutation attempt resulted in an error.
|
|
1240
|
-
* - `success` if the last mutation attempt was successful.
|
|
1241
|
-
*/
|
|
1242
|
-
status: MutationStatus
|
|
1243
|
-
/**
|
|
1244
|
-
* The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
|
|
1245
|
-
* @param variables - The variables object to pass to the `mutationFn`.
|
|
1246
|
-
* @param options.onSuccess - This function will fire when the mutation is successful and will be passed the mutation's result.
|
|
1247
|
-
* @param options.onError - This function will fire if the mutation encounters an error and will be passed the error.
|
|
1248
|
-
* @param options.onSettled - This function will fire when the mutation is either successfully fetched or encounters an error and be passed either the data or error.
|
|
1249
|
-
* @remarks
|
|
1250
|
-
* - If you make multiple requests, `onSuccess` will fire only after the latest call you've made.
|
|
1251
|
-
* - All the callback functions (`onSuccess`, `onError`, `onSettled`) are void functions, and the returned value will be ignored.
|
|
1252
|
-
*/
|
|
1253
|
-
mutate: MutateFunction<TData, TError, TVariables, TOnMutateResult>
|
|
1254
|
-
/**
|
|
1255
|
-
* A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
|
|
1256
|
-
*/
|
|
1257
|
-
reset: () => void
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
export interface MutationObserverIdleResult<
|
|
1261
|
-
TData = unknown,
|
|
1262
|
-
TError = DefaultError,
|
|
1263
|
-
TVariables = void,
|
|
1264
|
-
TOnMutateResult = unknown,
|
|
1265
|
-
> extends MutationObserverBaseResult<
|
|
1266
|
-
TData,
|
|
1267
|
-
TError,
|
|
1268
|
-
TVariables,
|
|
1269
|
-
TOnMutateResult
|
|
1270
|
-
> {
|
|
1271
|
-
data: undefined
|
|
1272
|
-
variables: undefined
|
|
1273
|
-
error: null
|
|
1274
|
-
isError: false
|
|
1275
|
-
isIdle: true
|
|
1276
|
-
isPending: false
|
|
1277
|
-
isSuccess: false
|
|
1278
|
-
status: 'idle'
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
export interface MutationObserverLoadingResult<
|
|
1282
|
-
TData = unknown,
|
|
1283
|
-
TError = DefaultError,
|
|
1284
|
-
TVariables = void,
|
|
1285
|
-
TOnMutateResult = unknown,
|
|
1286
|
-
> extends MutationObserverBaseResult<
|
|
1287
|
-
TData,
|
|
1288
|
-
TError,
|
|
1289
|
-
TVariables,
|
|
1290
|
-
TOnMutateResult
|
|
1291
|
-
> {
|
|
1292
|
-
data: undefined
|
|
1293
|
-
variables: TVariables
|
|
1294
|
-
error: null
|
|
1295
|
-
isError: false
|
|
1296
|
-
isIdle: false
|
|
1297
|
-
isPending: true
|
|
1298
|
-
isSuccess: false
|
|
1299
|
-
status: 'pending'
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
export interface MutationObserverErrorResult<
|
|
1303
|
-
TData = unknown,
|
|
1304
|
-
TError = DefaultError,
|
|
1305
|
-
TVariables = void,
|
|
1306
|
-
TOnMutateResult = unknown,
|
|
1307
|
-
> extends MutationObserverBaseResult<
|
|
1308
|
-
TData,
|
|
1309
|
-
TError,
|
|
1310
|
-
TVariables,
|
|
1311
|
-
TOnMutateResult
|
|
1312
|
-
> {
|
|
1313
|
-
data: undefined
|
|
1314
|
-
error: TError
|
|
1315
|
-
variables: TVariables
|
|
1316
|
-
isError: true
|
|
1317
|
-
isIdle: false
|
|
1318
|
-
isPending: false
|
|
1319
|
-
isSuccess: false
|
|
1320
|
-
status: 'error'
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
export interface MutationObserverSuccessResult<
|
|
1324
|
-
TData = unknown,
|
|
1325
|
-
TError = DefaultError,
|
|
1326
|
-
TVariables = void,
|
|
1327
|
-
TOnMutateResult = unknown,
|
|
1328
|
-
> extends MutationObserverBaseResult<
|
|
1329
|
-
TData,
|
|
1330
|
-
TError,
|
|
1331
|
-
TVariables,
|
|
1332
|
-
TOnMutateResult
|
|
1333
|
-
> {
|
|
1334
|
-
data: TData
|
|
1335
|
-
error: null
|
|
1336
|
-
variables: TVariables
|
|
1337
|
-
isError: false
|
|
1338
|
-
isIdle: false
|
|
1339
|
-
isPending: false
|
|
1340
|
-
isSuccess: true
|
|
1341
|
-
status: 'success'
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export type MutationObserverResult<
|
|
1345
|
-
TData = unknown,
|
|
1346
|
-
TError = DefaultError,
|
|
1347
|
-
TVariables = void,
|
|
1348
|
-
TOnMutateResult = unknown,
|
|
1349
|
-
> =
|
|
1350
|
-
| MutationObserverIdleResult<TData, TError, TVariables, TOnMutateResult>
|
|
1351
|
-
| MutationObserverLoadingResult<TData, TError, TVariables, TOnMutateResult>
|
|
1352
|
-
| MutationObserverErrorResult<TData, TError, TVariables, TOnMutateResult>
|
|
1353
|
-
| MutationObserverSuccessResult<TData, TError, TVariables, TOnMutateResult>
|
|
1354
|
-
|
|
1355
|
-
export interface QueryClientConfig {
|
|
1356
|
-
queryCache?: QueryCache
|
|
1357
|
-
mutationCache?: MutationCache
|
|
1358
|
-
defaultOptions?: DefaultOptions
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
export interface DefaultOptions<TError = DefaultError> {
|
|
1362
|
-
queries?: OmitKeyof<
|
|
1363
|
-
QueryObserverOptions<unknown, TError>,
|
|
1364
|
-
'suspense' | 'queryKey'
|
|
1365
|
-
>
|
|
1366
|
-
mutations?: MutationObserverOptions<unknown, TError, unknown, unknown>
|
|
1367
|
-
hydrate?: HydrateOptions['defaultOptions']
|
|
1368
|
-
dehydrate?: DehydrateOptions
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
export interface CancelOptions {
|
|
1372
|
-
revert?: boolean
|
|
1373
|
-
silent?: boolean
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
export interface SetDataOptions {
|
|
1377
|
-
updatedAt?: number
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
export type NotifyEventType =
|
|
1381
|
-
| 'added'
|
|
1382
|
-
| 'removed'
|
|
1383
|
-
| 'updated'
|
|
1384
|
-
| 'observerAdded'
|
|
1385
|
-
| 'observerRemoved'
|
|
1386
|
-
| 'observerResultsUpdated'
|
|
1387
|
-
| 'observerOptionsUpdated'
|
|
1388
|
-
|
|
1389
|
-
export interface NotifyEvent {
|
|
1390
|
-
type: NotifyEventType
|
|
1391
|
-
}
|