@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.
Files changed (2229) hide show
  1. package/dist/process-manager.js +22 -9
  2. package/dist/routes/terminal-routes.js +7 -0
  3. package/dist/routes/websocket-routes.js +6 -0
  4. package/dist/ui/404/index.html +1 -1
  5. package/dist/ui/404.html +1 -1
  6. package/dist/ui/__next.__PAGE__.txt +2 -2
  7. package/dist/ui/__next._full.txt +2 -2
  8. package/dist/ui/__next._head.txt +1 -1
  9. package/dist/ui/__next._index.txt +1 -1
  10. package/dist/ui/__next._tree.txt +1 -1
  11. package/dist/ui/_next/static/chunks/{d272cd438400a22c.js → 869e15bfcbb5dbd1.js} +1 -1
  12. package/dist/ui/_not-found/__next._full.txt +1 -1
  13. package/dist/ui/_not-found/__next._head.txt +1 -1
  14. package/dist/ui/_not-found/__next._index.txt +1 -1
  15. package/dist/ui/_not-found/__next._not-found/__PAGE__.txt +1 -1
  16. package/dist/ui/_not-found/__next._not-found.txt +1 -1
  17. package/dist/ui/_not-found/__next._tree.txt +1 -1
  18. package/dist/ui/_not-found/index.html +1 -1
  19. package/dist/ui/_not-found/index.txt +1 -1
  20. package/dist/ui/index.html +1 -1
  21. package/dist/ui/index.txt +2 -2
  22. package/package.json +1 -1
  23. package/node_modules/@ai-sdk/deepseek/dist/index.d.mts +0 -68
  24. package/node_modules/@ai-sdk/deepseek/dist/index.d.ts +0 -68
  25. package/node_modules/@ai-sdk/deepseek/dist/index.js.map +0 -1
  26. package/node_modules/@ai-sdk/deepseek/dist/index.mjs.map +0 -1
  27. package/node_modules/@ai-sdk/deepseek/src/chat/convert-to-deepseek-chat-messages.ts +0 -177
  28. package/node_modules/@ai-sdk/deepseek/src/chat/convert-to-deepseek-usage.ts +0 -56
  29. package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-api-types.ts +0 -157
  30. package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-language-model.ts +0 -534
  31. package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-chat-options.ts +0 -22
  32. package/node_modules/@ai-sdk/deepseek/src/chat/deepseek-prepare-tools.ts +0 -82
  33. package/node_modules/@ai-sdk/deepseek/src/chat/get-response-metadata.ts +0 -15
  34. package/node_modules/@ai-sdk/deepseek/src/chat/map-deepseek-finish-reason.ts +0 -20
  35. package/node_modules/@ai-sdk/deepseek/src/deepseek-provider.ts +0 -108
  36. package/node_modules/@ai-sdk/deepseek/src/index.ts +0 -12
  37. package/node_modules/@ai-sdk/deepseek/src/version.ts +0 -6
  38. package/node_modules/@ai-sdk/gateway/dist/index.d.mts +0 -713
  39. package/node_modules/@ai-sdk/gateway/dist/index.d.ts +0 -713
  40. package/node_modules/@ai-sdk/gateway/dist/index.js.map +0 -1
  41. package/node_modules/@ai-sdk/gateway/dist/index.mjs.map +0 -1
  42. package/node_modules/@ai-sdk/gateway/src/errors/as-gateway-error.ts +0 -74
  43. package/node_modules/@ai-sdk/gateway/src/errors/create-gateway-error.ts +0 -132
  44. package/node_modules/@ai-sdk/gateway/src/errors/extract-api-call-response.ts +0 -15
  45. package/node_modules/@ai-sdk/gateway/src/errors/gateway-authentication-error.ts +0 -84
  46. package/node_modules/@ai-sdk/gateway/src/errors/gateway-error.ts +0 -47
  47. package/node_modules/@ai-sdk/gateway/src/errors/gateway-internal-server-error.ts +0 -33
  48. package/node_modules/@ai-sdk/gateway/src/errors/gateway-invalid-request-error.ts +0 -33
  49. package/node_modules/@ai-sdk/gateway/src/errors/gateway-model-not-found-error.ts +0 -47
  50. package/node_modules/@ai-sdk/gateway/src/errors/gateway-rate-limit-error.ts +0 -33
  51. package/node_modules/@ai-sdk/gateway/src/errors/gateway-response-error.ts +0 -42
  52. package/node_modules/@ai-sdk/gateway/src/errors/gateway-timeout-error.ts +0 -59
  53. package/node_modules/@ai-sdk/gateway/src/errors/index.ts +0 -17
  54. package/node_modules/@ai-sdk/gateway/src/errors/parse-auth-method.ts +0 -23
  55. package/node_modules/@ai-sdk/gateway/src/gateway-config.ts +0 -7
  56. package/node_modules/@ai-sdk/gateway/src/gateway-embedding-model-settings.ts +0 -26
  57. package/node_modules/@ai-sdk/gateway/src/gateway-embedding-model.ts +0 -109
  58. package/node_modules/@ai-sdk/gateway/src/gateway-fetch-metadata.ts +0 -129
  59. package/node_modules/@ai-sdk/gateway/src/gateway-generation-info.ts +0 -147
  60. package/node_modules/@ai-sdk/gateway/src/gateway-image-model-settings.ts +0 -25
  61. package/node_modules/@ai-sdk/gateway/src/gateway-image-model.ts +0 -169
  62. package/node_modules/@ai-sdk/gateway/src/gateway-language-model-settings.ts +0 -190
  63. package/node_modules/@ai-sdk/gateway/src/gateway-language-model.ts +0 -212
  64. package/node_modules/@ai-sdk/gateway/src/gateway-model-entry.ts +0 -58
  65. package/node_modules/@ai-sdk/gateway/src/gateway-provider-options.ts +0 -90
  66. package/node_modules/@ai-sdk/gateway/src/gateway-provider.ts +0 -387
  67. package/node_modules/@ai-sdk/gateway/src/gateway-spend-report.ts +0 -191
  68. package/node_modules/@ai-sdk/gateway/src/gateway-tools.ts +0 -26
  69. package/node_modules/@ai-sdk/gateway/src/gateway-video-model-settings.ts +0 -25
  70. package/node_modules/@ai-sdk/gateway/src/gateway-video-model.ts +0 -259
  71. package/node_modules/@ai-sdk/gateway/src/index.ts +0 -41
  72. package/node_modules/@ai-sdk/gateway/src/tool/parallel-search.ts +0 -295
  73. package/node_modules/@ai-sdk/gateway/src/tool/perplexity-search.ts +0 -294
  74. package/node_modules/@ai-sdk/gateway/src/vercel-environment.ts +0 -6
  75. package/node_modules/@ai-sdk/gateway/src/version.ts +0 -6
  76. package/node_modules/@ai-sdk/provider/dist/index.d.mts +0 -4030
  77. package/node_modules/@ai-sdk/provider/dist/index.d.ts +0 -4030
  78. package/node_modules/@ai-sdk/provider/dist/index.js.map +0 -1
  79. package/node_modules/@ai-sdk/provider/dist/index.mjs.map +0 -1
  80. package/node_modules/@ai-sdk/provider/src/embedding-model/index.ts +0 -2
  81. package/node_modules/@ai-sdk/provider/src/embedding-model/v2/embedding-model-v2-embedding.ts +0 -5
  82. package/node_modules/@ai-sdk/provider/src/embedding-model/v2/embedding-model-v2.ts +0 -113
  83. package/node_modules/@ai-sdk/provider/src/embedding-model/v2/index.ts +0 -2
  84. package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-call-options.ts +0 -26
  85. package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-embedding.ts +0 -5
  86. package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3-result.ts +0 -48
  87. package/node_modules/@ai-sdk/provider/src/embedding-model/v3/embedding-model-v3.ts +0 -54
  88. package/node_modules/@ai-sdk/provider/src/embedding-model/v3/index.ts +0 -4
  89. package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/index.ts +0 -1
  90. package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/v3/embedding-model-v3-middleware.ts +0 -69
  91. package/node_modules/@ai-sdk/provider/src/embedding-model-middleware/v3/index.ts +0 -1
  92. package/node_modules/@ai-sdk/provider/src/errors/ai-sdk-error.ts +0 -62
  93. package/node_modules/@ai-sdk/provider/src/errors/api-call-error.ts +0 -59
  94. package/node_modules/@ai-sdk/provider/src/errors/empty-response-body-error.ts +0 -17
  95. package/node_modules/@ai-sdk/provider/src/errors/get-error-message.ts +0 -15
  96. package/node_modules/@ai-sdk/provider/src/errors/index.ts +0 -16
  97. package/node_modules/@ai-sdk/provider/src/errors/invalid-argument-error.ts +0 -32
  98. package/node_modules/@ai-sdk/provider/src/errors/invalid-prompt-error.ts +0 -33
  99. package/node_modules/@ai-sdk/provider/src/errors/invalid-response-data-error.ts +0 -31
  100. package/node_modules/@ai-sdk/provider/src/errors/json-parse-error.ts +0 -29
  101. package/node_modules/@ai-sdk/provider/src/errors/load-api-key-error.ts +0 -17
  102. package/node_modules/@ai-sdk/provider/src/errors/load-setting-error.ts +0 -17
  103. package/node_modules/@ai-sdk/provider/src/errors/no-content-generated-error.ts +0 -22
  104. package/node_modules/@ai-sdk/provider/src/errors/no-such-model-error.ts +0 -47
  105. package/node_modules/@ai-sdk/provider/src/errors/too-many-embedding-values-for-call-error.ts +0 -40
  106. package/node_modules/@ai-sdk/provider/src/errors/type-validation-error.ts +0 -108
  107. package/node_modules/@ai-sdk/provider/src/errors/unsupported-functionality-error.ts +0 -26
  108. package/node_modules/@ai-sdk/provider/src/image-model/index.ts +0 -2
  109. package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2-call-options.ts +0 -60
  110. package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2-call-warning.ts +0 -16
  111. package/node_modules/@ai-sdk/provider/src/image-model/v2/image-model-v2.ts +0 -104
  112. package/node_modules/@ai-sdk/provider/src/image-model/v2/index.ts +0 -6
  113. package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-call-options.ts +0 -74
  114. package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-file.ts +0 -44
  115. package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3-usage.ts +0 -19
  116. package/node_modules/@ai-sdk/provider/src/image-model/v3/image-model-v3.ts +0 -110
  117. package/node_modules/@ai-sdk/provider/src/image-model/v3/index.ts +0 -7
  118. package/node_modules/@ai-sdk/provider/src/image-model-middleware/index.ts +0 -1
  119. package/node_modules/@ai-sdk/provider/src/image-model-middleware/v3/image-model-v3-middleware.ts +0 -61
  120. package/node_modules/@ai-sdk/provider/src/image-model-middleware/v3/index.ts +0 -1
  121. package/node_modules/@ai-sdk/provider/src/index.ts +0 -16
  122. package/node_modules/@ai-sdk/provider/src/json-value/index.ts +0 -2
  123. package/node_modules/@ai-sdk/provider/src/json-value/is-json.ts +0 -40
  124. package/node_modules/@ai-sdk/provider/src/json-value/json-value.ts +0 -17
  125. package/node_modules/@ai-sdk/provider/src/language-model/index.ts +0 -2
  126. package/node_modules/@ai-sdk/provider/src/language-model/v2/index.ts +0 -18
  127. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-call-options.ts +0 -127
  128. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-call-warning.ts +0 -23
  129. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-content.ts +0 -14
  130. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-data-content.ts +0 -4
  131. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-file.ts +0 -25
  132. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-finish-reason.ts +0 -20
  133. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-function-tool.ts +0 -37
  134. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-prompt.ts +0 -218
  135. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-provider-defined-tool.ts +0 -24
  136. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-reasoning.ts +0 -14
  137. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-response-metadata.ts +0 -16
  138. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-source.ts +0 -67
  139. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-stream-part.ts +0 -102
  140. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-text.ts +0 -15
  141. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-call.ts +0 -35
  142. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-choice.ts +0 -5
  143. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-tool-result.ts +0 -40
  144. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2-usage.ts +0 -34
  145. package/node_modules/@ai-sdk/provider/src/language-model/v2/language-model-v2.ts +0 -137
  146. package/node_modules/@ai-sdk/provider/src/language-model/v3/index.ts +0 -21
  147. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-call-options.ts +0 -125
  148. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-content.ts +0 -16
  149. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-data-content.ts +0 -4
  150. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-file.ts +0 -32
  151. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-finish-reason.ts +0 -33
  152. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-function-tool.ts +0 -53
  153. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-generate-result.ts +0 -63
  154. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-prompt.ts +0 -422
  155. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-provider-tool.ts +0 -28
  156. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-reasoning.ts +0 -14
  157. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-response-metadata.ts +0 -16
  158. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-source.ts +0 -67
  159. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-stream-part.ts +0 -106
  160. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-stream-result.ts +0 -32
  161. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-text.ts +0 -15
  162. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-approval-request.ts +0 -27
  163. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-call.ts +0 -41
  164. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-choice.ts +0 -5
  165. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-tool-result.ts +0 -51
  166. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3-usage.ts +0 -59
  167. package/node_modules/@ai-sdk/provider/src/language-model/v3/language-model-v3.ts +0 -61
  168. package/node_modules/@ai-sdk/provider/src/language-model-middleware/index.ts +0 -2
  169. package/node_modules/@ai-sdk/provider/src/language-model-middleware/v2/index.ts +0 -1
  170. package/node_modules/@ai-sdk/provider/src/language-model-middleware/v2/language-model-v2-middleware.ts +0 -82
  171. package/node_modules/@ai-sdk/provider/src/language-model-middleware/v3/index.ts +0 -1
  172. package/node_modules/@ai-sdk/provider/src/language-model-middleware/v3/language-model-v3-middleware.ts +0 -84
  173. package/node_modules/@ai-sdk/provider/src/provider/index.ts +0 -2
  174. package/node_modules/@ai-sdk/provider/src/provider/v2/index.ts +0 -1
  175. package/node_modules/@ai-sdk/provider/src/provider/v2/provider-v2.ts +0 -64
  176. package/node_modules/@ai-sdk/provider/src/provider/v3/index.ts +0 -1
  177. package/node_modules/@ai-sdk/provider/src/provider/v3/provider-v3.ts +0 -93
  178. package/node_modules/@ai-sdk/provider/src/reranking-model/index.ts +0 -1
  179. package/node_modules/@ai-sdk/provider/src/reranking-model/v3/index.ts +0 -2
  180. package/node_modules/@ai-sdk/provider/src/reranking-model/v3/reranking-model-v3-call-options.ts +0 -40
  181. package/node_modules/@ai-sdk/provider/src/reranking-model/v3/reranking-model-v3.ts +0 -90
  182. package/node_modules/@ai-sdk/provider/src/shared/index.ts +0 -2
  183. package/node_modules/@ai-sdk/provider/src/shared/v2/index.ts +0 -3
  184. package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-headers.ts +0 -1
  185. package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-provider-metadata.ts +0 -27
  186. package/node_modules/@ai-sdk/provider/src/shared/v2/shared-v2-provider-options.ts +0 -24
  187. package/node_modules/@ai-sdk/provider/src/shared/v3/index.ts +0 -4
  188. package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-headers.ts +0 -1
  189. package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-provider-metadata.ts +0 -24
  190. package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-provider-options.ts +0 -24
  191. package/node_modules/@ai-sdk/provider/src/shared/v3/shared-v3-warning.ts +0 -50
  192. package/node_modules/@ai-sdk/provider/src/speech-model/index.ts +0 -2
  193. package/node_modules/@ai-sdk/provider/src/speech-model/v2/index.ts +0 -3
  194. package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2-call-options.ts +0 -62
  195. package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2-call-warning.ts +0 -16
  196. package/node_modules/@ai-sdk/provider/src/speech-model/v2/speech-model-v2.ts +0 -89
  197. package/node_modules/@ai-sdk/provider/src/speech-model/v3/index.ts +0 -2
  198. package/node_modules/@ai-sdk/provider/src/speech-model/v3/speech-model-v3-call-options.ts +0 -62
  199. package/node_modules/@ai-sdk/provider/src/speech-model/v3/speech-model-v3.ts +0 -89
  200. package/node_modules/@ai-sdk/provider/src/transcription-model/index.ts +0 -2
  201. package/node_modules/@ai-sdk/provider/src/transcription-model/v2/index.ts +0 -3
  202. package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2-call-options.ts +0 -48
  203. package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2-call-warning.ts +0 -16
  204. package/node_modules/@ai-sdk/provider/src/transcription-model/v2/transcription-model-v2.ts +0 -117
  205. package/node_modules/@ai-sdk/provider/src/transcription-model/v3/index.ts +0 -2
  206. package/node_modules/@ai-sdk/provider/src/transcription-model/v3/transcription-model-v3-call-options.ts +0 -45
  207. package/node_modules/@ai-sdk/provider/src/transcription-model/v3/transcription-model-v3.ts +0 -117
  208. package/node_modules/@ai-sdk/provider/src/video-model/index.ts +0 -1
  209. package/node_modules/@ai-sdk/provider/src/video-model/v3/index.ts +0 -6
  210. package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3-call-options.ts +0 -81
  211. package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3-file.ts +0 -40
  212. package/node_modules/@ai-sdk/provider/src/video-model/v3/video-model-v3.ts +0 -132
  213. package/node_modules/@ai-sdk/provider-utils/dist/index.d.mts +0 -1433
  214. package/node_modules/@ai-sdk/provider-utils/dist/index.d.ts +0 -1433
  215. package/node_modules/@ai-sdk/provider-utils/dist/index.js.map +0 -1
  216. package/node_modules/@ai-sdk/provider-utils/dist/index.mjs.map +0 -1
  217. package/node_modules/@ai-sdk/provider-utils/src/add-additional-properties-to-json-schema.ts +0 -53
  218. package/node_modules/@ai-sdk/provider-utils/src/combine-headers.ts +0 -11
  219. package/node_modules/@ai-sdk/provider-utils/src/convert-async-iterator-to-readable-stream.ts +0 -47
  220. package/node_modules/@ai-sdk/provider-utils/src/convert-image-model-file-to-data-uri.ts +0 -19
  221. package/node_modules/@ai-sdk/provider-utils/src/convert-to-form-data.ts +0 -61
  222. package/node_modules/@ai-sdk/provider-utils/src/create-tool-name-mapping.ts +0 -82
  223. package/node_modules/@ai-sdk/provider-utils/src/delay.ts +0 -47
  224. package/node_modules/@ai-sdk/provider-utils/src/delayed-promise.ts +0 -61
  225. package/node_modules/@ai-sdk/provider-utils/src/download-blob.ts +0 -57
  226. package/node_modules/@ai-sdk/provider-utils/src/download-error.ts +0 -39
  227. package/node_modules/@ai-sdk/provider-utils/src/extract-response-headers.ts +0 -9
  228. package/node_modules/@ai-sdk/provider-utils/src/fetch-function.ts +0 -4
  229. package/node_modules/@ai-sdk/provider-utils/src/generate-id.ts +0 -57
  230. package/node_modules/@ai-sdk/provider-utils/src/get-error-message.ts +0 -15
  231. package/node_modules/@ai-sdk/provider-utils/src/get-from-api.ts +0 -97
  232. package/node_modules/@ai-sdk/provider-utils/src/get-runtime-environment-user-agent.ts +0 -24
  233. package/node_modules/@ai-sdk/provider-utils/src/handle-fetch-error.ts +0 -72
  234. package/node_modules/@ai-sdk/provider-utils/src/index.ts +0 -73
  235. package/node_modules/@ai-sdk/provider-utils/src/inject-json-instruction.ts +0 -63
  236. package/node_modules/@ai-sdk/provider-utils/src/is-abort-error.ts +0 -8
  237. package/node_modules/@ai-sdk/provider-utils/src/is-async-iterable.ts +0 -3
  238. package/node_modules/@ai-sdk/provider-utils/src/is-non-nullable.ts +0 -12
  239. package/node_modules/@ai-sdk/provider-utils/src/is-url-supported.ts +0 -40
  240. package/node_modules/@ai-sdk/provider-utils/src/load-api-key.ts +0 -45
  241. package/node_modules/@ai-sdk/provider-utils/src/load-optional-setting.ts +0 -30
  242. package/node_modules/@ai-sdk/provider-utils/src/load-setting.ts +0 -62
  243. package/node_modules/@ai-sdk/provider-utils/src/maybe-promise-like.ts +0 -3
  244. package/node_modules/@ai-sdk/provider-utils/src/media-type-to-extension.ts +0 -22
  245. package/node_modules/@ai-sdk/provider-utils/src/normalize-headers.ts +0 -38
  246. package/node_modules/@ai-sdk/provider-utils/src/parse-json-event-stream.ts +0 -33
  247. package/node_modules/@ai-sdk/provider-utils/src/parse-json.ts +0 -122
  248. package/node_modules/@ai-sdk/provider-utils/src/parse-provider-options.ts +0 -32
  249. package/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts +0 -166
  250. package/node_modules/@ai-sdk/provider-utils/src/provider-tool-factory.ts +0 -125
  251. package/node_modules/@ai-sdk/provider-utils/src/read-response-with-size-limit.ts +0 -97
  252. package/node_modules/@ai-sdk/provider-utils/src/remove-undefined-entries.ts +0 -12
  253. package/node_modules/@ai-sdk/provider-utils/src/resolve.ts +0 -17
  254. package/node_modules/@ai-sdk/provider-utils/src/response-handler.ts +0 -186
  255. package/node_modules/@ai-sdk/provider-utils/src/schema.ts +0 -267
  256. package/node_modules/@ai-sdk/provider-utils/src/secure-json-parse.ts +0 -96
  257. package/node_modules/@ai-sdk/provider-utils/src/strip-file-extension.ts +0 -13
  258. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/get-relative-path.ts +0 -7
  259. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/index.ts +0 -1
  260. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/options.ts +0 -98
  261. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parse-def.ts +0 -109
  262. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parse-types.ts +0 -57
  263. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/any.ts +0 -5
  264. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/array.ts +0 -38
  265. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/bigint.ts +0 -44
  266. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/boolean.ts +0 -7
  267. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/branded.ts +0 -7
  268. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/catch.ts +0 -7
  269. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/date.ts +0 -64
  270. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/default.ts +0 -14
  271. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/effects.ts +0 -14
  272. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/enum.ts +0 -13
  273. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/intersection.ts +0 -52
  274. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/literal.ts +0 -29
  275. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/map.ts +0 -47
  276. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/native-enum.ts +0 -31
  277. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/never.ts +0 -9
  278. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/null.ts +0 -9
  279. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/nullable.ts +0 -42
  280. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/number.ts +0 -44
  281. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/object.ts +0 -88
  282. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/optional.ts +0 -23
  283. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/pipeline.ts +0 -29
  284. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/promise.ts +0 -11
  285. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/readonly.ts +0 -7
  286. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/record.ts +0 -71
  287. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/set.ts +0 -35
  288. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/string.ts +0 -426
  289. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/tuple.ts +0 -61
  290. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/undefined.ts +0 -11
  291. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/union.ts +0 -144
  292. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/parsers/unknown.ts +0 -7
  293. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/refs.ts +0 -39
  294. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/select-parser.ts +0 -115
  295. package/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/zod3-to-json-schema.ts +0 -93
  296. package/node_modules/@ai-sdk/provider-utils/src/types/assistant-model-message.ts +0 -39
  297. package/node_modules/@ai-sdk/provider-utils/src/types/content-part.ts +0 -379
  298. package/node_modules/@ai-sdk/provider-utils/src/types/data-content.ts +0 -4
  299. package/node_modules/@ai-sdk/provider-utils/src/types/execute-tool.ts +0 -27
  300. package/node_modules/@ai-sdk/provider-utils/src/types/index.ts +0 -40
  301. package/node_modules/@ai-sdk/provider-utils/src/types/model-message.ts +0 -14
  302. package/node_modules/@ai-sdk/provider-utils/src/types/provider-options.ts +0 -9
  303. package/node_modules/@ai-sdk/provider-utils/src/types/system-model-message.ts +0 -20
  304. package/node_modules/@ai-sdk/provider-utils/src/types/tool-approval-request.ts +0 -16
  305. package/node_modules/@ai-sdk/provider-utils/src/types/tool-approval-response.ts +0 -27
  306. package/node_modules/@ai-sdk/provider-utils/src/types/tool-call.ts +0 -31
  307. package/node_modules/@ai-sdk/provider-utils/src/types/tool-model-message.ts +0 -23
  308. package/node_modules/@ai-sdk/provider-utils/src/types/tool-result.ts +0 -35
  309. package/node_modules/@ai-sdk/provider-utils/src/types/tool.ts +0 -324
  310. package/node_modules/@ai-sdk/provider-utils/src/types/user-model-message.ts +0 -22
  311. package/node_modules/@ai-sdk/provider-utils/src/uint8-utils.ts +0 -26
  312. package/node_modules/@ai-sdk/provider-utils/src/validate-download-url.ts +0 -148
  313. package/node_modules/@ai-sdk/provider-utils/src/validate-types.ts +0 -87
  314. package/node_modules/@ai-sdk/provider-utils/src/version.ts +0 -6
  315. package/node_modules/@ai-sdk/provider-utils/src/with-user-agent-suffix.ts +0 -27
  316. package/node_modules/@ai-sdk/provider-utils/src/without-trailing-slash.ts +0 -3
  317. package/node_modules/@clerk/backend/dist/api/endpoints/APIKeysApi.d.ts +0 -76
  318. package/node_modules/@clerk/backend/dist/api/endpoints/APIKeysApi.d.ts.map +0 -1
  319. package/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts +0 -7
  320. package/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts.map +0 -1
  321. package/node_modules/@clerk/backend/dist/api/endpoints/AccountlessApplicationsAPI.d.ts +0 -11
  322. package/node_modules/@clerk/backend/dist/api/endpoints/AccountlessApplicationsAPI.d.ts.map +0 -1
  323. package/node_modules/@clerk/backend/dist/api/endpoints/ActorTokenApi.d.ts +0 -47
  324. package/node_modules/@clerk/backend/dist/api/endpoints/ActorTokenApi.d.ts.map +0 -1
  325. package/node_modules/@clerk/backend/dist/api/endpoints/AgentTaskApi.d.ts +0 -47
  326. package/node_modules/@clerk/backend/dist/api/endpoints/AgentTaskApi.d.ts.map +0 -1
  327. package/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts +0 -16
  328. package/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts.map +0 -1
  329. package/node_modules/@clerk/backend/dist/api/endpoints/BetaFeaturesApi.d.ts +0 -29
  330. package/node_modules/@clerk/backend/dist/api/endpoints/BetaFeaturesApi.d.ts.map +0 -1
  331. package/node_modules/@clerk/backend/dist/api/endpoints/BillingApi.d.ts +0 -47
  332. package/node_modules/@clerk/backend/dist/api/endpoints/BillingApi.d.ts.map +0 -1
  333. package/node_modules/@clerk/backend/dist/api/endpoints/BlocklistIdentifierApi.d.ts +0 -15
  334. package/node_modules/@clerk/backend/dist/api/endpoints/BlocklistIdentifierApi.d.ts.map +0 -1
  335. package/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts +0 -16
  336. package/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts.map +0 -1
  337. package/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts +0 -46
  338. package/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts.map +0 -1
  339. package/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts +0 -20
  340. package/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts.map +0 -1
  341. package/node_modules/@clerk/backend/dist/api/endpoints/EnterpriseConnectionApi.d.ts +0 -62
  342. package/node_modules/@clerk/backend/dist/api/endpoints/EnterpriseConnectionApi.d.ts.map +0 -1
  343. package/node_modules/@clerk/backend/dist/api/endpoints/IdPOAuthAccessTokenApi.d.ts +0 -6
  344. package/node_modules/@clerk/backend/dist/api/endpoints/IdPOAuthAccessTokenApi.d.ts.map +0 -1
  345. package/node_modules/@clerk/backend/dist/api/endpoints/InstanceApi.d.ts +0 -70
  346. package/node_modules/@clerk/backend/dist/api/endpoints/InstanceApi.d.ts.map +0 -1
  347. package/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts +0 -50
  348. package/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts.map +0 -1
  349. package/node_modules/@clerk/backend/dist/api/endpoints/JwksApi.d.ts +0 -6
  350. package/node_modules/@clerk/backend/dist/api/endpoints/JwksApi.d.ts.map +0 -1
  351. package/node_modules/@clerk/backend/dist/api/endpoints/JwtTemplatesApi.d.ts +0 -50
  352. package/node_modules/@clerk/backend/dist/api/endpoints/JwtTemplatesApi.d.ts.map +0 -1
  353. package/node_modules/@clerk/backend/dist/api/endpoints/M2MTokenApi.d.ts +0 -87
  354. package/node_modules/@clerk/backend/dist/api/endpoints/M2MTokenApi.d.ts.map +0 -1
  355. package/node_modules/@clerk/backend/dist/api/endpoints/MachineApi.d.ts +0 -81
  356. package/node_modules/@clerk/backend/dist/api/endpoints/MachineApi.d.ts.map +0 -1
  357. package/node_modules/@clerk/backend/dist/api/endpoints/OAuthApplicationsApi.d.ts +0 -49
  358. package/node_modules/@clerk/backend/dist/api/endpoints/OAuthApplicationsApi.d.ts.map +0 -1
  359. package/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts +0 -200
  360. package/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts.map +0 -1
  361. package/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts +0 -22
  362. package/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts.map +0 -1
  363. package/node_modules/@clerk/backend/dist/api/endpoints/ProxyCheckApi.d.ts +0 -11
  364. package/node_modules/@clerk/backend/dist/api/endpoints/ProxyCheckApi.d.ts.map +0 -1
  365. package/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts +0 -14
  366. package/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts.map +0 -1
  367. package/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts +0 -69
  368. package/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts.map +0 -1
  369. package/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts +0 -52
  370. package/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts.map +0 -1
  371. package/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts +0 -12
  372. package/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts.map +0 -1
  373. package/node_modules/@clerk/backend/dist/api/endpoints/SignUpApi.d.ts +0 -13
  374. package/node_modules/@clerk/backend/dist/api/endpoints/SignUpApi.d.ts.map +0 -1
  375. package/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts +0 -6
  376. package/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts.map +0 -1
  377. package/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts +0 -178
  378. package/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts.map +0 -1
  379. package/node_modules/@clerk/backend/dist/api/endpoints/WaitlistEntryApi.d.ts +0 -61
  380. package/node_modules/@clerk/backend/dist/api/endpoints/WaitlistEntryApi.d.ts.map +0 -1
  381. package/node_modules/@clerk/backend/dist/api/endpoints/WebhookApi.d.ts +0 -8
  382. package/node_modules/@clerk/backend/dist/api/endpoints/WebhookApi.d.ts.map +0 -1
  383. package/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts +0 -33
  384. package/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts.map +0 -1
  385. package/node_modules/@clerk/backend/dist/api/endpoints/util-types.d.ts +0 -2
  386. package/node_modules/@clerk/backend/dist/api/endpoints/util-types.d.ts.map +0 -1
  387. package/node_modules/@clerk/backend/dist/api/factory.d.ts +0 -51
  388. package/node_modules/@clerk/backend/dist/api/factory.d.ts.map +0 -1
  389. package/node_modules/@clerk/backend/dist/api/index.d.ts +0 -3
  390. package/node_modules/@clerk/backend/dist/api/index.d.ts.map +0 -1
  391. package/node_modules/@clerk/backend/dist/api/request.d.ts +0 -76
  392. package/node_modules/@clerk/backend/dist/api/request.d.ts.map +0 -1
  393. package/node_modules/@clerk/backend/dist/api/resources/APIKey.d.ts +0 -137
  394. package/node_modules/@clerk/backend/dist/api/resources/APIKey.d.ts.map +0 -1
  395. package/node_modules/@clerk/backend/dist/api/resources/AccountlessApplication.d.ts +0 -10
  396. package/node_modules/@clerk/backend/dist/api/resources/AccountlessApplication.d.ts.map +0 -1
  397. package/node_modules/@clerk/backend/dist/api/resources/ActorToken.d.ts +0 -15
  398. package/node_modules/@clerk/backend/dist/api/resources/ActorToken.d.ts.map +0 -1
  399. package/node_modules/@clerk/backend/dist/api/resources/AgentTask.d.ts +0 -42
  400. package/node_modules/@clerk/backend/dist/api/resources/AgentTask.d.ts.map +0 -1
  401. package/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts +0 -66
  402. package/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts.map +0 -1
  403. package/node_modules/@clerk/backend/dist/api/resources/BlocklistIdentifier.d.ts +0 -13
  404. package/node_modules/@clerk/backend/dist/api/resources/BlocklistIdentifier.d.ts.map +0 -1
  405. package/node_modules/@clerk/backend/dist/api/resources/Client.d.ts +0 -83
  406. package/node_modules/@clerk/backend/dist/api/resources/Client.d.ts.map +0 -1
  407. package/node_modules/@clerk/backend/dist/api/resources/CnameTarget.d.ts +0 -9
  408. package/node_modules/@clerk/backend/dist/api/resources/CnameTarget.d.ts.map +0 -1
  409. package/node_modules/@clerk/backend/dist/api/resources/CommercePlan.d.ts +0 -141
  410. package/node_modules/@clerk/backend/dist/api/resources/CommercePlan.d.ts.map +0 -1
  411. package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscription.d.ts +0 -99
  412. package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscription.d.ts.map +0 -1
  413. package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscriptionItem.d.ts +0 -167
  414. package/node_modules/@clerk/backend/dist/api/resources/CommerceSubscriptionItem.d.ts.map +0 -1
  415. package/node_modules/@clerk/backend/dist/api/resources/Cookies.d.ts +0 -7
  416. package/node_modules/@clerk/backend/dist/api/resources/Cookies.d.ts.map +0 -1
  417. package/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts +0 -10
  418. package/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts.map +0 -1
  419. package/node_modules/@clerk/backend/dist/api/resources/Deserializer.d.ts +0 -26
  420. package/node_modules/@clerk/backend/dist/api/resources/Deserializer.d.ts.map +0 -1
  421. package/node_modules/@clerk/backend/dist/api/resources/Domain.d.ts +0 -15
  422. package/node_modules/@clerk/backend/dist/api/resources/Domain.d.ts.map +0 -1
  423. package/node_modules/@clerk/backend/dist/api/resources/Email.d.ts +0 -17
  424. package/node_modules/@clerk/backend/dist/api/resources/Email.d.ts.map +0 -1
  425. package/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts +0 -47
  426. package/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts.map +0 -1
  427. package/node_modules/@clerk/backend/dist/api/resources/EnterpriseAccount.d.ts +0 -225
  428. package/node_modules/@clerk/backend/dist/api/resources/EnterpriseAccount.d.ts.map +0 -1
  429. package/node_modules/@clerk/backend/dist/api/resources/EnterpriseConnection.d.ts +0 -89
  430. package/node_modules/@clerk/backend/dist/api/resources/EnterpriseConnection.d.ts.map +0 -1
  431. package/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts +0 -42
  432. package/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts.map +0 -1
  433. package/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts +0 -134
  434. package/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts.map +0 -1
  435. package/node_modules/@clerk/backend/dist/api/resources/Feature.d.ts +0 -51
  436. package/node_modules/@clerk/backend/dist/api/resources/Feature.d.ts.map +0 -1
  437. package/node_modules/@clerk/backend/dist/api/resources/HandshakePayload.d.ts +0 -9
  438. package/node_modules/@clerk/backend/dist/api/resources/HandshakePayload.d.ts.map +0 -1
  439. package/node_modules/@clerk/backend/dist/api/resources/IdPOAuthAccessToken.d.ts +0 -23
  440. package/node_modules/@clerk/backend/dist/api/resources/IdPOAuthAccessToken.d.ts.map +0 -1
  441. package/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts +0 -25
  442. package/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts.map +0 -1
  443. package/node_modules/@clerk/backend/dist/api/resources/Instance.d.ts +0 -9
  444. package/node_modules/@clerk/backend/dist/api/resources/Instance.d.ts.map +0 -1
  445. package/node_modules/@clerk/backend/dist/api/resources/InstanceRestrictions.d.ts +0 -11
  446. package/node_modules/@clerk/backend/dist/api/resources/InstanceRestrictions.d.ts.map +0 -1
  447. package/node_modules/@clerk/backend/dist/api/resources/InstanceSettings.d.ts +0 -11
  448. package/node_modules/@clerk/backend/dist/api/resources/InstanceSettings.d.ts.map +0 -1
  449. package/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts +0 -76
  450. package/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts.map +0 -1
  451. package/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts +0 -971
  452. package/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts.map +0 -1
  453. package/node_modules/@clerk/backend/dist/api/resources/JwtTemplate.d.ts +0 -15
  454. package/node_modules/@clerk/backend/dist/api/resources/JwtTemplate.d.ts.map +0 -1
  455. package/node_modules/@clerk/backend/dist/api/resources/M2MToken.d.ts +0 -31
  456. package/node_modules/@clerk/backend/dist/api/resources/M2MToken.d.ts.map +0 -1
  457. package/node_modules/@clerk/backend/dist/api/resources/Machine.d.ts +0 -17
  458. package/node_modules/@clerk/backend/dist/api/resources/Machine.d.ts.map +0 -1
  459. package/node_modules/@clerk/backend/dist/api/resources/MachineScope.d.ts +0 -13
  460. package/node_modules/@clerk/backend/dist/api/resources/MachineScope.d.ts.map +0 -1
  461. package/node_modules/@clerk/backend/dist/api/resources/MachineSecretKey.d.ts +0 -10
  462. package/node_modules/@clerk/backend/dist/api/resources/MachineSecretKey.d.ts.map +0 -1
  463. package/node_modules/@clerk/backend/dist/api/resources/OAuthApplication.d.ts +0 -169
  464. package/node_modules/@clerk/backend/dist/api/resources/OAuthApplication.d.ts.map +0 -1
  465. package/node_modules/@clerk/backend/dist/api/resources/OauthAccessToken.d.ts +0 -83
  466. package/node_modules/@clerk/backend/dist/api/resources/OauthAccessToken.d.ts.map +0 -1
  467. package/node_modules/@clerk/backend/dist/api/resources/Organization.d.ts +0 -115
  468. package/node_modules/@clerk/backend/dist/api/resources/Organization.d.ts.map +0 -1
  469. package/node_modules/@clerk/backend/dist/api/resources/OrganizationDomain.d.ts +0 -18
  470. package/node_modules/@clerk/backend/dist/api/resources/OrganizationDomain.d.ts.map +0 -1
  471. package/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts +0 -116
  472. package/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts.map +0 -1
  473. package/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts +0 -140
  474. package/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts.map +0 -1
  475. package/node_modules/@clerk/backend/dist/api/resources/OrganizationSettings.d.ts +0 -17
  476. package/node_modules/@clerk/backend/dist/api/resources/OrganizationSettings.d.ts.map +0 -1
  477. package/node_modules/@clerk/backend/dist/api/resources/PhoneNumber.d.ts +0 -63
  478. package/node_modules/@clerk/backend/dist/api/resources/PhoneNumber.d.ts.map +0 -1
  479. package/node_modules/@clerk/backend/dist/api/resources/ProxyCheck.d.ts +0 -13
  480. package/node_modules/@clerk/backend/dist/api/resources/ProxyCheck.d.ts.map +0 -1
  481. package/node_modules/@clerk/backend/dist/api/resources/RedirectUrl.d.ts +0 -47
  482. package/node_modules/@clerk/backend/dist/api/resources/RedirectUrl.d.ts.map +0 -1
  483. package/node_modules/@clerk/backend/dist/api/resources/SMSMessage.d.ts +0 -13
  484. package/node_modules/@clerk/backend/dist/api/resources/SMSMessage.d.ts.map +0 -1
  485. package/node_modules/@clerk/backend/dist/api/resources/SamlConnection.d.ts +0 -215
  486. package/node_modules/@clerk/backend/dist/api/resources/SamlConnection.d.ts.map +0 -1
  487. package/node_modules/@clerk/backend/dist/api/resources/Session.d.ts +0 -176
  488. package/node_modules/@clerk/backend/dist/api/resources/Session.d.ts.map +0 -1
  489. package/node_modules/@clerk/backend/dist/api/resources/SignInTokens.d.ts +0 -13
  490. package/node_modules/@clerk/backend/dist/api/resources/SignInTokens.d.ts.map +0 -1
  491. package/node_modules/@clerk/backend/dist/api/resources/SignUpAttempt.d.ts +0 -44
  492. package/node_modules/@clerk/backend/dist/api/resources/SignUpAttempt.d.ts.map +0 -1
  493. package/node_modules/@clerk/backend/dist/api/resources/TestingToken.d.ts +0 -8
  494. package/node_modules/@clerk/backend/dist/api/resources/TestingToken.d.ts.map +0 -1
  495. package/node_modules/@clerk/backend/dist/api/resources/Token.d.ts +0 -7
  496. package/node_modules/@clerk/backend/dist/api/resources/Token.d.ts.map +0 -1
  497. package/node_modules/@clerk/backend/dist/api/resources/User.d.ts +0 -296
  498. package/node_modules/@clerk/backend/dist/api/resources/User.d.ts.map +0 -1
  499. package/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts +0 -90
  500. package/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts.map +0 -1
  501. package/node_modules/@clerk/backend/dist/api/resources/WaitlistEntry.d.ts +0 -67
  502. package/node_modules/@clerk/backend/dist/api/resources/WaitlistEntry.d.ts.map +0 -1
  503. package/node_modules/@clerk/backend/dist/api/resources/Web3Wallet.d.ts +0 -36
  504. package/node_modules/@clerk/backend/dist/api/resources/Web3Wallet.d.ts.map +0 -1
  505. package/node_modules/@clerk/backend/dist/api/resources/Webhooks.d.ts +0 -32
  506. package/node_modules/@clerk/backend/dist/api/resources/Webhooks.d.ts.map +0 -1
  507. package/node_modules/@clerk/backend/dist/api/resources/index.d.ts +0 -57
  508. package/node_modules/@clerk/backend/dist/api/resources/index.d.ts.map +0 -1
  509. package/node_modules/@clerk/backend/dist/chunk-7KLH7JRZ.mjs.map +0 -1
  510. package/node_modules/@clerk/backend/dist/chunk-I4B6KCGC.mjs.map +0 -1
  511. package/node_modules/@clerk/backend/dist/chunk-P263NW7Z.mjs.map +0 -1
  512. package/node_modules/@clerk/backend/dist/chunk-QR37SKMP.mjs.map +0 -1
  513. package/node_modules/@clerk/backend/dist/chunk-TOROEX6P.mjs.map +0 -1
  514. package/node_modules/@clerk/backend/dist/chunk-YBVFDYDR.mjs.map +0 -1
  515. package/node_modules/@clerk/backend/dist/constants.d.ts +0 -91
  516. package/node_modules/@clerk/backend/dist/constants.d.ts.map +0 -1
  517. package/node_modules/@clerk/backend/dist/createRedirect.d.ts +0 -25
  518. package/node_modules/@clerk/backend/dist/createRedirect.d.ts.map +0 -1
  519. package/node_modules/@clerk/backend/dist/errors.d.ts +0 -67
  520. package/node_modules/@clerk/backend/dist/errors.d.ts.map +0 -1
  521. package/node_modules/@clerk/backend/dist/errors.js.map +0 -1
  522. package/node_modules/@clerk/backend/dist/errors.mjs.map +0 -1
  523. package/node_modules/@clerk/backend/dist/fixtures/index.d.ts +0 -105
  524. package/node_modules/@clerk/backend/dist/fixtures/index.d.ts.map +0 -1
  525. package/node_modules/@clerk/backend/dist/fixtures/machine.d.ts +0 -72
  526. package/node_modules/@clerk/backend/dist/fixtures/machine.d.ts.map +0 -1
  527. package/node_modules/@clerk/backend/dist/index.d.ts +0 -49
  528. package/node_modules/@clerk/backend/dist/index.d.ts.map +0 -1
  529. package/node_modules/@clerk/backend/dist/index.js.map +0 -1
  530. package/node_modules/@clerk/backend/dist/index.mjs.map +0 -1
  531. package/node_modules/@clerk/backend/dist/internal.d.ts +0 -20
  532. package/node_modules/@clerk/backend/dist/internal.d.ts.map +0 -1
  533. package/node_modules/@clerk/backend/dist/internal.js.map +0 -1
  534. package/node_modules/@clerk/backend/dist/internal.mjs.map +0 -1
  535. package/node_modules/@clerk/backend/dist/jwt/algorithms.d.ts +0 -3
  536. package/node_modules/@clerk/backend/dist/jwt/algorithms.d.ts.map +0 -1
  537. package/node_modules/@clerk/backend/dist/jwt/assertions.d.ts +0 -10
  538. package/node_modules/@clerk/backend/dist/jwt/assertions.d.ts.map +0 -1
  539. package/node_modules/@clerk/backend/dist/jwt/cryptoKeys.d.ts +0 -2
  540. package/node_modules/@clerk/backend/dist/jwt/cryptoKeys.d.ts.map +0 -1
  541. package/node_modules/@clerk/backend/dist/jwt/index.d.ts +0 -7
  542. package/node_modules/@clerk/backend/dist/jwt/index.d.ts.map +0 -1
  543. package/node_modules/@clerk/backend/dist/jwt/index.js.map +0 -1
  544. package/node_modules/@clerk/backend/dist/jwt/index.mjs.map +0 -1
  545. package/node_modules/@clerk/backend/dist/jwt/legacyReturn.d.ts +0 -4
  546. package/node_modules/@clerk/backend/dist/jwt/legacyReturn.d.ts.map +0 -1
  547. package/node_modules/@clerk/backend/dist/jwt/signJwt.d.ts +0 -20
  548. package/node_modules/@clerk/backend/dist/jwt/signJwt.d.ts.map +0 -1
  549. package/node_modules/@clerk/backend/dist/jwt/types.d.ts +0 -18
  550. package/node_modules/@clerk/backend/dist/jwt/types.d.ts.map +0 -1
  551. package/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts +0 -38
  552. package/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts.map +0 -1
  553. package/node_modules/@clerk/backend/dist/jwt/verifyMachineJwt.d.ts +0 -19
  554. package/node_modules/@clerk/backend/dist/jwt/verifyMachineJwt.d.ts.map +0 -1
  555. package/node_modules/@clerk/backend/dist/mock-server.d.ts +0 -4
  556. package/node_modules/@clerk/backend/dist/mock-server.d.ts.map +0 -1
  557. package/node_modules/@clerk/backend/dist/proxy.d.ts +0 -72
  558. package/node_modules/@clerk/backend/dist/proxy.d.ts.map +0 -1
  559. package/node_modules/@clerk/backend/dist/proxy.js.map +0 -1
  560. package/node_modules/@clerk/backend/dist/proxy.mjs.map +0 -1
  561. package/node_modules/@clerk/backend/dist/runtime.d.ts +0 -26
  562. package/node_modules/@clerk/backend/dist/runtime.d.ts.map +0 -1
  563. package/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts +0 -193
  564. package/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts.map +0 -1
  565. package/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts +0 -120
  566. package/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts.map +0 -1
  567. package/node_modules/@clerk/backend/dist/tokens/authenticateContext.d.ts +0 -78
  568. package/node_modules/@clerk/backend/dist/tokens/authenticateContext.d.ts.map +0 -1
  569. package/node_modules/@clerk/backend/dist/tokens/clerkRequest.d.ts +0 -29
  570. package/node_modules/@clerk/backend/dist/tokens/clerkRequest.d.ts.map +0 -1
  571. package/node_modules/@clerk/backend/dist/tokens/clerkUrl.d.ts +0 -18
  572. package/node_modules/@clerk/backend/dist/tokens/clerkUrl.d.ts.map +0 -1
  573. package/node_modules/@clerk/backend/dist/tokens/cookie.d.ts +0 -3
  574. package/node_modules/@clerk/backend/dist/tokens/cookie.d.ts.map +0 -1
  575. package/node_modules/@clerk/backend/dist/tokens/factory.d.ts +0 -29
  576. package/node_modules/@clerk/backend/dist/tokens/factory.d.ts.map +0 -1
  577. package/node_modules/@clerk/backend/dist/tokens/handshake.d.ts +0 -64
  578. package/node_modules/@clerk/backend/dist/tokens/handshake.d.ts.map +0 -1
  579. package/node_modules/@clerk/backend/dist/tokens/keys.d.ts +0 -54
  580. package/node_modules/@clerk/backend/dist/tokens/keys.d.ts.map +0 -1
  581. package/node_modules/@clerk/backend/dist/tokens/machine.d.ts +0 -85
  582. package/node_modules/@clerk/backend/dist/tokens/machine.d.ts.map +0 -1
  583. package/node_modules/@clerk/backend/dist/tokens/organizationMatcher.d.ts +0 -11
  584. package/node_modules/@clerk/backend/dist/tokens/organizationMatcher.d.ts.map +0 -1
  585. package/node_modules/@clerk/backend/dist/tokens/request.d.ts +0 -60
  586. package/node_modules/@clerk/backend/dist/tokens/request.d.ts.map +0 -1
  587. package/node_modules/@clerk/backend/dist/tokens/tokenTypes.d.ts +0 -19
  588. package/node_modules/@clerk/backend/dist/tokens/tokenTypes.d.ts.map +0 -1
  589. package/node_modules/@clerk/backend/dist/tokens/types.d.ts +0 -253
  590. package/node_modules/@clerk/backend/dist/tokens/types.d.ts.map +0 -1
  591. package/node_modules/@clerk/backend/dist/tokens/verify.d.ts +0 -109
  592. package/node_modules/@clerk/backend/dist/tokens/verify.d.ts.map +0 -1
  593. package/node_modules/@clerk/backend/dist/util/decorateObjectWithResources.d.ts +0 -22
  594. package/node_modules/@clerk/backend/dist/util/decorateObjectWithResources.d.ts.map +0 -1
  595. package/node_modules/@clerk/backend/dist/util/mergePreDefinedOptions.d.ts +0 -2
  596. package/node_modules/@clerk/backend/dist/util/mergePreDefinedOptions.d.ts.map +0 -1
  597. package/node_modules/@clerk/backend/dist/util/optionsAssertions.d.ts +0 -3
  598. package/node_modules/@clerk/backend/dist/util/optionsAssertions.d.ts.map +0 -1
  599. package/node_modules/@clerk/backend/dist/util/path.d.ts +0 -4
  600. package/node_modules/@clerk/backend/dist/util/path.d.ts.map +0 -1
  601. package/node_modules/@clerk/backend/dist/util/rfc4648.d.ts +0 -26
  602. package/node_modules/@clerk/backend/dist/util/rfc4648.d.ts.map +0 -1
  603. package/node_modules/@clerk/backend/dist/util/shared.d.ts +0 -7
  604. package/node_modules/@clerk/backend/dist/util/shared.d.ts.map +0 -1
  605. package/node_modules/@clerk/backend/dist/webhooks.d.ts +0 -50
  606. package/node_modules/@clerk/backend/dist/webhooks.d.ts.map +0 -1
  607. package/node_modules/@clerk/backend/dist/webhooks.js.map +0 -1
  608. package/node_modules/@clerk/backend/dist/webhooks.mjs.map +0 -1
  609. package/node_modules/@clerk/fastify/dist/chunk-RY4T2JMQ.mjs.map +0 -1
  610. package/node_modules/@clerk/fastify/dist/index-CWnSaB0B.d.mts +0 -25
  611. package/node_modules/@clerk/fastify/dist/index-CWnSaB0B.d.ts +0 -25
  612. package/node_modules/@clerk/fastify/dist/index.d.mts +0 -16
  613. package/node_modules/@clerk/fastify/dist/index.d.ts +0 -16
  614. package/node_modules/@clerk/fastify/dist/index.js.map +0 -1
  615. package/node_modules/@clerk/fastify/dist/index.mjs.map +0 -1
  616. package/node_modules/@clerk/fastify/dist/types.d.mts +0 -4
  617. package/node_modules/@clerk/fastify/dist/types.d.ts +0 -4
  618. package/node_modules/@clerk/fastify/dist/types.js.map +0 -1
  619. package/node_modules/@clerk/fastify/dist/types.mjs.map +0 -1
  620. package/node_modules/@clerk/fastify/dist/webhooks.d.mts +0 -19
  621. package/node_modules/@clerk/fastify/dist/webhooks.d.ts +0 -19
  622. package/node_modules/@clerk/fastify/dist/webhooks.js.map +0 -1
  623. package/node_modules/@clerk/fastify/dist/webhooks.mjs.map +0 -1
  624. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.mts +0 -9
  625. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.mts.map +0 -1
  626. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.ts +0 -9
  627. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.d.ts.map +0 -1
  628. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.js.map +0 -1
  629. package/node_modules/@clerk/shared/dist/runtime/alternativePhoneCode.mjs.map +0 -1
  630. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.mts +0 -11
  631. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.mts.map +0 -1
  632. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.ts +0 -11
  633. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.d.ts.map +0 -1
  634. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.js.map +0 -1
  635. package/node_modules/@clerk/shared/dist/runtime/apiUrlFromPublishableKey.mjs.map +0 -1
  636. package/node_modules/@clerk/shared/dist/runtime/authorization-Du_JQmnH.js.map +0 -1
  637. package/node_modules/@clerk/shared/dist/runtime/authorization-Un7v7f6J.mjs.map +0 -1
  638. package/node_modules/@clerk/shared/dist/runtime/authorization-errors-B7aH39AU.js.map +0 -1
  639. package/node_modules/@clerk/shared/dist/runtime/authorization-errors-CBHAr6Ld.mjs.map +0 -1
  640. package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.mts +0 -26
  641. package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.mts.map +0 -1
  642. package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.ts +0 -26
  643. package/node_modules/@clerk/shared/dist/runtime/authorization-errors.d.ts.map +0 -1
  644. package/node_modules/@clerk/shared/dist/runtime/authorization.d.mts +0 -72
  645. package/node_modules/@clerk/shared/dist/runtime/authorization.d.mts.map +0 -1
  646. package/node_modules/@clerk/shared/dist/runtime/authorization.d.ts +0 -72
  647. package/node_modules/@clerk/shared/dist/runtime/authorization.d.ts.map +0 -1
  648. package/node_modules/@clerk/shared/dist/runtime/browser-CMFCxUv7.mjs.map +0 -1
  649. package/node_modules/@clerk/shared/dist/runtime/browser-CaHqvEp1.js.map +0 -1
  650. package/node_modules/@clerk/shared/dist/runtime/browser.d.mts +0 -35
  651. package/node_modules/@clerk/shared/dist/runtime/browser.d.mts.map +0 -1
  652. package/node_modules/@clerk/shared/dist/runtime/browser.d.ts +0 -35
  653. package/node_modules/@clerk/shared/dist/runtime/browser.d.ts.map +0 -1
  654. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.mts +0 -8
  655. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.mts.map +0 -1
  656. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.ts +0 -8
  657. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.d.ts.map +0 -1
  658. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.js.map +0 -1
  659. package/node_modules/@clerk/shared/dist/runtime/buildAccountsBaseUrl.mjs.map +0 -1
  660. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.mts +0 -22
  661. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.mts.map +0 -1
  662. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.ts +0 -22
  663. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.d.ts.map +0 -1
  664. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.js.map +0 -1
  665. package/node_modules/@clerk/shared/dist/runtime/clerkEventBus.mjs.map +0 -1
  666. package/node_modules/@clerk/shared/dist/runtime/clerkRuntimeError-CaS4sM5w.js.map +0 -1
  667. package/node_modules/@clerk/shared/dist/runtime/clerkRuntimeError-DqAmLuLY.mjs.map +0 -1
  668. package/node_modules/@clerk/shared/dist/runtime/color.d.mts +0 -18
  669. package/node_modules/@clerk/shared/dist/runtime/color.d.mts.map +0 -1
  670. package/node_modules/@clerk/shared/dist/runtime/color.d.ts +0 -18
  671. package/node_modules/@clerk/shared/dist/runtime/color.d.ts.map +0 -1
  672. package/node_modules/@clerk/shared/dist/runtime/color.js.map +0 -1
  673. package/node_modules/@clerk/shared/dist/runtime/color.mjs.map +0 -1
  674. package/node_modules/@clerk/shared/dist/runtime/complexity-DEun2UD2.js.map +0 -1
  675. package/node_modules/@clerk/shared/dist/runtime/complexity-DydNJOmy.mjs.map +0 -1
  676. package/node_modules/@clerk/shared/dist/runtime/constants-BUzkV8jh.js.map +0 -1
  677. package/node_modules/@clerk/shared/dist/runtime/constants-Bta24VLk.mjs.map +0 -1
  678. package/node_modules/@clerk/shared/dist/runtime/constants-BulbbNR9.mjs.map +0 -1
  679. package/node_modules/@clerk/shared/dist/runtime/constants-WYhx_umW.js.map +0 -1
  680. package/node_modules/@clerk/shared/dist/runtime/constants.d.mts +0 -21
  681. package/node_modules/@clerk/shared/dist/runtime/constants.d.mts.map +0 -1
  682. package/node_modules/@clerk/shared/dist/runtime/constants.d.ts +0 -21
  683. package/node_modules/@clerk/shared/dist/runtime/constants.d.ts.map +0 -1
  684. package/node_modules/@clerk/shared/dist/runtime/cookie.d.mts +0 -30
  685. package/node_modules/@clerk/shared/dist/runtime/cookie.d.mts.map +0 -1
  686. package/node_modules/@clerk/shared/dist/runtime/cookie.d.ts +0 -30
  687. package/node_modules/@clerk/shared/dist/runtime/cookie.d.ts.map +0 -1
  688. package/node_modules/@clerk/shared/dist/runtime/cookie.js.map +0 -1
  689. package/node_modules/@clerk/shared/dist/runtime/cookie.mjs.map +0 -1
  690. package/node_modules/@clerk/shared/dist/runtime/createDeferredPromise-Bq0Rf2GM.js.map +0 -1
  691. package/node_modules/@clerk/shared/dist/runtime/createDeferredPromise-CYCAgyvC.mjs.map +0 -1
  692. package/node_modules/@clerk/shared/dist/runtime/date.d.mts +0 -37
  693. package/node_modules/@clerk/shared/dist/runtime/date.d.mts.map +0 -1
  694. package/node_modules/@clerk/shared/dist/runtime/date.d.ts +0 -37
  695. package/node_modules/@clerk/shared/dist/runtime/date.d.ts.map +0 -1
  696. package/node_modules/@clerk/shared/dist/runtime/date.js.map +0 -1
  697. package/node_modules/@clerk/shared/dist/runtime/date.mjs.map +0 -1
  698. package/node_modules/@clerk/shared/dist/runtime/deprecated--jK9xTNh.mjs.map +0 -1
  699. package/node_modules/@clerk/shared/dist/runtime/deprecated-841w0zq7.js.map +0 -1
  700. package/node_modules/@clerk/shared/dist/runtime/deprecated.d.mts +0 -40
  701. package/node_modules/@clerk/shared/dist/runtime/deprecated.d.mts.map +0 -1
  702. package/node_modules/@clerk/shared/dist/runtime/deprecated.d.ts +0 -40
  703. package/node_modules/@clerk/shared/dist/runtime/deprecated.d.ts.map +0 -1
  704. package/node_modules/@clerk/shared/dist/runtime/deriveState-CQUgOdaO.mjs.map +0 -1
  705. package/node_modules/@clerk/shared/dist/runtime/deriveState-zgq99aY1.js.map +0 -1
  706. package/node_modules/@clerk/shared/dist/runtime/deriveState.d.mts +0 -28
  707. package/node_modules/@clerk/shared/dist/runtime/deriveState.d.mts.map +0 -1
  708. package/node_modules/@clerk/shared/dist/runtime/deriveState.d.ts +0 -28
  709. package/node_modules/@clerk/shared/dist/runtime/deriveState.d.ts.map +0 -1
  710. package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.mts +0 -13
  711. package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.mts.map +0 -1
  712. package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.ts +0 -13
  713. package/node_modules/@clerk/shared/dist/runtime/devBrowser.d.ts.map +0 -1
  714. package/node_modules/@clerk/shared/dist/runtime/devBrowser.js.map +0 -1
  715. package/node_modules/@clerk/shared/dist/runtime/devBrowser.mjs.map +0 -1
  716. package/node_modules/@clerk/shared/dist/runtime/dom/index.d.mts +0 -2
  717. package/node_modules/@clerk/shared/dist/runtime/dom/index.d.ts +0 -2
  718. package/node_modules/@clerk/shared/dist/runtime/dom/waitForElement.d.mts +0 -2
  719. package/node_modules/@clerk/shared/dist/runtime/dom/waitForElement.d.ts +0 -2
  720. package/node_modules/@clerk/shared/dist/runtime/encoders-CAjYroSe.mjs.map +0 -1
  721. package/node_modules/@clerk/shared/dist/runtime/encoders-C_EA3--l.js.map +0 -1
  722. package/node_modules/@clerk/shared/dist/runtime/error-D-ayZ5nL.mjs.map +0 -1
  723. package/node_modules/@clerk/shared/dist/runtime/error-kcck_bbZ.js.map +0 -1
  724. package/node_modules/@clerk/shared/dist/runtime/error.d.mts +0 -3
  725. package/node_modules/@clerk/shared/dist/runtime/error.d.ts +0 -3
  726. package/node_modules/@clerk/shared/dist/runtime/errors-FAXDzRsM.js.map +0 -1
  727. package/node_modules/@clerk/shared/dist/runtime/errors-oOcNTWU9.mjs.map +0 -1
  728. package/node_modules/@clerk/shared/dist/runtime/esm-D9kK-xzr.js.map +0 -1
  729. package/node_modules/@clerk/shared/dist/runtime/esm-DGPYZuZb.mjs.map +0 -1
  730. package/node_modules/@clerk/shared/dist/runtime/eventBus-TFTcHo0F.mjs.map +0 -1
  731. package/node_modules/@clerk/shared/dist/runtime/eventBus-mLhN9dkg.js.map +0 -1
  732. package/node_modules/@clerk/shared/dist/runtime/eventBus.d.mts +0 -117
  733. package/node_modules/@clerk/shared/dist/runtime/eventBus.d.mts.map +0 -1
  734. package/node_modules/@clerk/shared/dist/runtime/eventBus.d.ts +0 -117
  735. package/node_modules/@clerk/shared/dist/runtime/eventBus.d.ts.map +0 -1
  736. package/node_modules/@clerk/shared/dist/runtime/file.d.mts +0 -21
  737. package/node_modules/@clerk/shared/dist/runtime/file.d.mts.map +0 -1
  738. package/node_modules/@clerk/shared/dist/runtime/file.d.ts +0 -21
  739. package/node_modules/@clerk/shared/dist/runtime/file.d.ts.map +0 -1
  740. package/node_modules/@clerk/shared/dist/runtime/file.js.map +0 -1
  741. package/node_modules/@clerk/shared/dist/runtime/file.mjs.map +0 -1
  742. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.mts +0 -12
  743. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.mts.map +0 -1
  744. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.ts +0 -12
  745. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.d.ts.map +0 -1
  746. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.js.map +0 -1
  747. package/node_modules/@clerk/shared/dist/runtime/getEnvVariable.mjs.map +0 -1
  748. package/node_modules/@clerk/shared/dist/runtime/getToken.d.mts +0 -46
  749. package/node_modules/@clerk/shared/dist/runtime/getToken.d.mts.map +0 -1
  750. package/node_modules/@clerk/shared/dist/runtime/getToken.d.ts +0 -46
  751. package/node_modules/@clerk/shared/dist/runtime/getToken.d.ts.map +0 -1
  752. package/node_modules/@clerk/shared/dist/runtime/getToken.js.map +0 -1
  753. package/node_modules/@clerk/shared/dist/runtime/getToken.mjs.map +0 -1
  754. package/node_modules/@clerk/shared/dist/runtime/globs-D0Kpu4g1.js.map +0 -1
  755. package/node_modules/@clerk/shared/dist/runtime/globs-u_gXJPLt.mjs.map +0 -1
  756. package/node_modules/@clerk/shared/dist/runtime/globs.d.mts +0 -7
  757. package/node_modules/@clerk/shared/dist/runtime/globs.d.mts.map +0 -1
  758. package/node_modules/@clerk/shared/dist/runtime/globs.d.ts +0 -7
  759. package/node_modules/@clerk/shared/dist/runtime/globs.d.ts.map +0 -1
  760. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-4-yw9hYF.d.ts +0 -7
  761. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-4-yw9hYF.d.ts.map +0 -1
  762. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BWsoUzyL.d.mts +0 -7
  763. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BWsoUzyL.d.mts.map +0 -1
  764. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-BmJC8Cue.js.map +0 -1
  765. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn-iAIjw-kJ.mjs.map +0 -1
  766. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.mts +0 -11
  767. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.mts.map +0 -1
  768. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.ts +0 -11
  769. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.d.ts.map +0 -1
  770. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.js.map +0 -1
  771. package/node_modules/@clerk/shared/dist/runtime/handleValueOrFn.mjs.map +0 -1
  772. package/node_modules/@clerk/shared/dist/runtime/hex-txii11Pj.mjs.map +0 -1
  773. package/node_modules/@clerk/shared/dist/runtime/hex-zF8OyMcG.js.map +0 -1
  774. package/node_modules/@clerk/shared/dist/runtime/index-BK_NVS1t.d.ts +0 -10885
  775. package/node_modules/@clerk/shared/dist/runtime/index-BK_NVS1t.d.ts.map +0 -1
  776. package/node_modules/@clerk/shared/dist/runtime/index-Cc98l5ga.d.mts +0 -10885
  777. package/node_modules/@clerk/shared/dist/runtime/index-Cc98l5ga.d.mts.map +0 -1
  778. package/node_modules/@clerk/shared/dist/runtime/index.d.mts +0 -1
  779. package/node_modules/@clerk/shared/dist/runtime/index.d.ts +0 -1
  780. package/node_modules/@clerk/shared/dist/runtime/index.js.map +0 -1
  781. package/node_modules/@clerk/shared/dist/runtime/index.mjs.map +0 -1
  782. package/node_modules/@clerk/shared/dist/runtime/injectedWeb3EthProviders-BqNbQ8Of.js.map +0 -1
  783. package/node_modules/@clerk/shared/dist/runtime/injectedWeb3EthProviders-Cp_aXKsI.mjs.map +0 -1
  784. package/node_modules/@clerk/shared/dist/runtime/injectedWeb3SolanaProviders-Cbd4CVu9.js.map +0 -1
  785. package/node_modules/@clerk/shared/dist/runtime/injectedWeb3SolanaProviders-DRQuwtHF.mjs.map +0 -1
  786. package/node_modules/@clerk/shared/dist/runtime/instance-BmZr0cdE.mjs.map +0 -1
  787. package/node_modules/@clerk/shared/dist/runtime/instance-C1LlVxIp.js.map +0 -1
  788. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts +0 -31
  789. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts.map +0 -1
  790. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts +0 -31
  791. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts.map +0 -1
  792. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.js.map +0 -1
  793. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/completeSignUpFlow.mjs.map +0 -1
  794. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.mts +0 -18
  795. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.mts.map +0 -1
  796. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.ts +0 -18
  797. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.d.ts.map +0 -1
  798. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.js.map +0 -1
  799. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/componentGuards.mjs.map +0 -1
  800. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.mts +0 -54
  801. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.mts.map +0 -1
  802. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.ts +0 -54
  803. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/constants.d.ts.map +0 -1
  804. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.mts +0 -12
  805. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.mts.map +0 -1
  806. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.ts +0 -12
  807. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.d.ts.map +0 -1
  808. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.js.map +0 -1
  809. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/email.mjs.map +0 -1
  810. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.mts +0 -8
  811. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.mts.map +0 -1
  812. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.ts +0 -8
  813. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/encoders.d.ts.map +0 -1
  814. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.mts +0 -113
  815. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.mts.map +0 -1
  816. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.ts +0 -113
  817. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/errors.d.ts.map +0 -1
  818. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.mts +0 -5
  819. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.mts.map +0 -1
  820. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.ts +0 -5
  821. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/hex.d.ts.map +0 -1
  822. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts +0 -15
  823. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts.map +0 -1
  824. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts +0 -15
  825. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts.map +0 -1
  826. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts +0 -13
  827. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts.map +0 -1
  828. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts +0 -13
  829. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts.map +0 -1
  830. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.mts +0 -10
  831. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.mts.map +0 -1
  832. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.ts +0 -10
  833. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.d.ts.map +0 -1
  834. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.js.map +0 -1
  835. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/organization.mjs.map +0 -1
  836. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.mts +0 -61
  837. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.mts.map +0 -1
  838. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.ts +0 -61
  839. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.d.ts.map +0 -1
  840. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.js.map +0 -1
  841. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passkeys.mjs.map +0 -1
  842. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.mts +0 -11
  843. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.mts.map +0 -1
  844. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.ts +0 -11
  845. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/complexity.d.ts.map +0 -1
  846. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts +0 -12
  847. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts.map +0 -1
  848. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts +0 -12
  849. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts.map +0 -1
  850. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.js.map +0 -1
  851. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.mjs.map +0 -1
  852. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.mts +0 -19
  853. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.mts.map +0 -1
  854. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.ts +0 -19
  855. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.d.ts.map +0 -1
  856. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.js.map +0 -1
  857. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/password.mjs.map +0 -1
  858. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.mts +0 -20
  859. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.mts.map +0 -1
  860. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.ts +0 -20
  861. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/passwords/strength.d.ts.map +0 -1
  862. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.mts +0 -6
  863. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.mts.map +0 -1
  864. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.ts +0 -6
  865. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/path.d.ts.map +0 -1
  866. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.mts +0 -36
  867. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.mts.map +0 -1
  868. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.ts +0 -36
  869. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryParams.d.ts.map +0 -1
  870. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.mts +0 -19
  871. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.mts.map +0 -1
  872. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.ts +0 -19
  873. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.d.ts.map +0 -1
  874. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.js.map +0 -1
  875. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/queryStateParams.mjs.map +0 -1
  876. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.mts +0 -9
  877. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.mts.map +0 -1
  878. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.ts +0 -9
  879. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/querystring.d.ts.map +0 -1
  880. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.mts +0 -23
  881. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.mts.map +0 -1
  882. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.ts +0 -23
  883. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.d.ts.map +0 -1
  884. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.js.map +0 -1
  885. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/redirectUrls.mjs.map +0 -1
  886. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.mts +0 -8
  887. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.mts.map +0 -1
  888. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.ts +0 -8
  889. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.d.ts.map +0 -1
  890. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.js.map +0 -1
  891. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/runtime.mjs.map +0 -1
  892. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.mts +0 -31
  893. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.mts.map +0 -1
  894. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.ts +0 -31
  895. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.d.ts.map +0 -1
  896. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.js.map +0 -1
  897. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/sessionTasks.mjs.map +0 -1
  898. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.mts +0 -18
  899. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.mts.map +0 -1
  900. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.ts +0 -18
  901. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.d.ts.map +0 -1
  902. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.js.map +0 -1
  903. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/thirdPartyDomains.mjs.map +0 -1
  904. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/url.d.mts +0 -4
  905. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/url.d.ts +0 -4
  906. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.mts +0 -23
  907. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.mts.map +0 -1
  908. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.ts +0 -23
  909. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.d.ts.map +0 -1
  910. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.js.map +0 -1
  911. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/user.mjs.map +0 -1
  912. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.mts +0 -25
  913. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.mts.map +0 -1
  914. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.ts +0 -25
  915. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.d.ts.map +0 -1
  916. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.js.map +0 -1
  917. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/warnings.mjs.map +0 -1
  918. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.mts +0 -32
  919. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.mts.map +0 -1
  920. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.ts +0 -32
  921. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.d.ts.map +0 -1
  922. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.js.map +0 -1
  923. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/web3.mjs.map +0 -1
  924. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.mts +0 -15
  925. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.mts.map +0 -1
  926. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.ts +0 -15
  927. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.d.ts.map +0 -1
  928. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.js.map +0 -1
  929. package/node_modules/@clerk/shared/dist/runtime/internal/clerk-js/windowNavigate.mjs.map +0 -1
  930. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob-CoF80qYz.mjs.map +0 -1
  931. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob-Hkpnx2p8.js.map +0 -1
  932. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.mts +0 -9
  933. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.mts.map +0 -1
  934. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.ts +0 -9
  935. package/node_modules/@clerk/shared/dist/runtime/isomorphicAtob.d.ts.map +0 -1
  936. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa-DWmLcIHi.mjs.map +0 -1
  937. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa-_pSA92Q9.js.map +0 -1
  938. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.mts +0 -5
  939. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.mts.map +0 -1
  940. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.ts +0 -5
  941. package/node_modules/@clerk/shared/dist/runtime/isomorphicBtoa.d.ts.map +0 -1
  942. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.mts +0 -23
  943. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.mts.map +0 -1
  944. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.ts +0 -23
  945. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.d.ts.map +0 -1
  946. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.js.map +0 -1
  947. package/node_modules/@clerk/shared/dist/runtime/jwtPayloadParser.mjs.map +0 -1
  948. package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.mts +0 -271
  949. package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.mts.map +0 -1
  950. package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.ts +0 -271
  951. package/node_modules/@clerk/shared/dist/runtime/keyless/index.d.ts.map +0 -1
  952. package/node_modules/@clerk/shared/dist/runtime/keyless/index.js.map +0 -1
  953. package/node_modules/@clerk/shared/dist/runtime/keyless/index.mjs.map +0 -1
  954. package/node_modules/@clerk/shared/dist/runtime/keys-BI9hmfja.js.map +0 -1
  955. package/node_modules/@clerk/shared/dist/runtime/keys-DuxzP8MU.mjs.map +0 -1
  956. package/node_modules/@clerk/shared/dist/runtime/keys.d.mts +0 -103
  957. package/node_modules/@clerk/shared/dist/runtime/keys.d.mts.map +0 -1
  958. package/node_modules/@clerk/shared/dist/runtime/keys.d.ts +0 -103
  959. package/node_modules/@clerk/shared/dist/runtime/keys.d.ts.map +0 -1
  960. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.mts +0 -88
  961. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.mts.map +0 -1
  962. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.ts +0 -88
  963. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.d.ts.map +0 -1
  964. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.js.map +0 -1
  965. package/node_modules/@clerk/shared/dist/runtime/loadClerkJsScript.mjs.map +0 -1
  966. package/node_modules/@clerk/shared/dist/runtime/loadScript-BnB9d_IW.js.map +0 -1
  967. package/node_modules/@clerk/shared/dist/runtime/loadScript-UG_epen4.mjs.map +0 -1
  968. package/node_modules/@clerk/shared/dist/runtime/loadScript.d.mts +0 -15
  969. package/node_modules/@clerk/shared/dist/runtime/loadScript.d.mts.map +0 -1
  970. package/node_modules/@clerk/shared/dist/runtime/loadScript.d.ts +0 -15
  971. package/node_modules/@clerk/shared/dist/runtime/loadScript.d.ts.map +0 -1
  972. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.mts +0 -18
  973. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.mts.map +0 -1
  974. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.ts +0 -18
  975. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.d.ts.map +0 -1
  976. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.js.map +0 -1
  977. package/node_modules/@clerk/shared/dist/runtime/localStorageBroadcastChannel.mjs.map +0 -1
  978. package/node_modules/@clerk/shared/dist/runtime/logger-BOte4sQb.js.map +0 -1
  979. package/node_modules/@clerk/shared/dist/runtime/logger-DISzhF9M.mjs.map +0 -1
  980. package/node_modules/@clerk/shared/dist/runtime/logger.d.mts +0 -12
  981. package/node_modules/@clerk/shared/dist/runtime/logger.d.mts.map +0 -1
  982. package/node_modules/@clerk/shared/dist/runtime/logger.d.ts +0 -12
  983. package/node_modules/@clerk/shared/dist/runtime/logger.d.ts.map +0 -1
  984. package/node_modules/@clerk/shared/dist/runtime/moduleManager-BsmFyRrH.d.mts +0 -21
  985. package/node_modules/@clerk/shared/dist/runtime/moduleManager-BsmFyRrH.d.mts.map +0 -1
  986. package/node_modules/@clerk/shared/dist/runtime/moduleManager-WB15hU3T.d.ts +0 -21
  987. package/node_modules/@clerk/shared/dist/runtime/moduleManager-WB15hU3T.d.ts.map +0 -1
  988. package/node_modules/@clerk/shared/dist/runtime/moduleManager.d.mts +0 -2
  989. package/node_modules/@clerk/shared/dist/runtime/moduleManager.d.ts +0 -2
  990. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler-DFm5qdPh.js.map +0 -1
  991. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler-Dkdkho_6.mjs.map +0 -1
  992. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.mts +0 -34
  993. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.mts.map +0 -1
  994. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.ts +0 -34
  995. package/node_modules/@clerk/shared/dist/runtime/netlifyCacheHandler.d.ts.map +0 -1
  996. package/node_modules/@clerk/shared/dist/runtime/noop-B7RzLU-c.mjs.map +0 -1
  997. package/node_modules/@clerk/shared/dist/runtime/noop-CVg8oVJr.js.map +0 -1
  998. package/node_modules/@clerk/shared/dist/runtime/oauth.d.mts +0 -19
  999. package/node_modules/@clerk/shared/dist/runtime/oauth.d.mts.map +0 -1
  1000. package/node_modules/@clerk/shared/dist/runtime/oauth.d.ts +0 -19
  1001. package/node_modules/@clerk/shared/dist/runtime/oauth.d.ts.map +0 -1
  1002. package/node_modules/@clerk/shared/dist/runtime/oauth.js.map +0 -1
  1003. package/node_modules/@clerk/shared/dist/runtime/oauth.mjs.map +0 -1
  1004. package/node_modules/@clerk/shared/dist/runtime/object-DYaB_9gA.mjs.map +0 -1
  1005. package/node_modules/@clerk/shared/dist/runtime/object-DklYlVP-.js.map +0 -1
  1006. package/node_modules/@clerk/shared/dist/runtime/object.d.mts +0 -8
  1007. package/node_modules/@clerk/shared/dist/runtime/object.d.mts.map +0 -1
  1008. package/node_modules/@clerk/shared/dist/runtime/object.d.ts +0 -8
  1009. package/node_modules/@clerk/shared/dist/runtime/object.d.ts.map +0 -1
  1010. package/node_modules/@clerk/shared/dist/runtime/organization-BzM6mhUv.js.map +0 -1
  1011. package/node_modules/@clerk/shared/dist/runtime/organization-Cy_ag_4B.mjs.map +0 -1
  1012. package/node_modules/@clerk/shared/dist/runtime/organization.d.mts +0 -15
  1013. package/node_modules/@clerk/shared/dist/runtime/organization.d.mts.map +0 -1
  1014. package/node_modules/@clerk/shared/dist/runtime/organization.d.ts +0 -15
  1015. package/node_modules/@clerk/shared/dist/runtime/organization.d.ts.map +0 -1
  1016. package/node_modules/@clerk/shared/dist/runtime/path-BLD6zl1u.mjs.map +0 -1
  1017. package/node_modules/@clerk/shared/dist/runtime/path-ci3QmWY8.js.map +0 -1
  1018. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.mts +0 -17
  1019. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.mts.map +0 -1
  1020. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.ts +0 -17
  1021. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.d.ts.map +0 -1
  1022. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.js.map +0 -1
  1023. package/node_modules/@clerk/shared/dist/runtime/pathMatcher.mjs.map +0 -1
  1024. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp-7eww5BY6.mjs.map +0 -1
  1025. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp-Do-462DY.js.map +0 -1
  1026. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.mts +0 -85
  1027. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.mts.map +0 -1
  1028. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.ts +0 -85
  1029. package/node_modules/@clerk/shared/dist/runtime/pathToRegexp.d.ts.map +0 -1
  1030. package/node_modules/@clerk/shared/dist/runtime/poller.d.mts +0 -20
  1031. package/node_modules/@clerk/shared/dist/runtime/poller.d.mts.map +0 -1
  1032. package/node_modules/@clerk/shared/dist/runtime/poller.d.ts +0 -20
  1033. package/node_modules/@clerk/shared/dist/runtime/poller.d.ts.map +0 -1
  1034. package/node_modules/@clerk/shared/dist/runtime/poller.js.map +0 -1
  1035. package/node_modules/@clerk/shared/dist/runtime/poller.mjs.map +0 -1
  1036. package/node_modules/@clerk/shared/dist/runtime/proxy-BcfViKjn.mjs.map +0 -1
  1037. package/node_modules/@clerk/shared/dist/runtime/proxy-DahrnOq8.js.map +0 -1
  1038. package/node_modules/@clerk/shared/dist/runtime/proxy.d.mts +0 -24
  1039. package/node_modules/@clerk/shared/dist/runtime/proxy.d.mts.map +0 -1
  1040. package/node_modules/@clerk/shared/dist/runtime/proxy.d.ts +0 -24
  1041. package/node_modules/@clerk/shared/dist/runtime/proxy.d.ts.map +0 -1
  1042. package/node_modules/@clerk/shared/dist/runtime/queryParams-DSUymAGT.js.map +0 -1
  1043. package/node_modules/@clerk/shared/dist/runtime/queryParams-Dlt0oVDg.mjs.map +0 -1
  1044. package/node_modules/@clerk/shared/dist/runtime/querystring-BFj_iDi0.js.map +0 -1
  1045. package/node_modules/@clerk/shared/dist/runtime/querystring-pXtwII0l.mjs.map +0 -1
  1046. package/node_modules/@clerk/shared/dist/runtime/react/index.d.mts +0 -1647
  1047. package/node_modules/@clerk/shared/dist/runtime/react/index.d.mts.map +0 -1
  1048. package/node_modules/@clerk/shared/dist/runtime/react/index.d.ts +0 -1647
  1049. package/node_modules/@clerk/shared/dist/runtime/react/index.d.ts.map +0 -1
  1050. package/node_modules/@clerk/shared/dist/runtime/react/index.js.map +0 -1
  1051. package/node_modules/@clerk/shared/dist/runtime/react/index.mjs.map +0 -1
  1052. package/node_modules/@clerk/shared/dist/runtime/retry-DGCmqlcR.js.map +0 -1
  1053. package/node_modules/@clerk/shared/dist/runtime/retry-DqRIhHV5.mjs.map +0 -1
  1054. package/node_modules/@clerk/shared/dist/runtime/retry.d.mts +0 -60
  1055. package/node_modules/@clerk/shared/dist/runtime/retry.d.mts.map +0 -1
  1056. package/node_modules/@clerk/shared/dist/runtime/retry.d.ts +0 -60
  1057. package/node_modules/@clerk/shared/dist/runtime/retry.d.ts.map +0 -1
  1058. package/node_modules/@clerk/shared/dist/runtime/router.d.mts +0 -100
  1059. package/node_modules/@clerk/shared/dist/runtime/router.d.mts.map +0 -1
  1060. package/node_modules/@clerk/shared/dist/runtime/router.d.ts +0 -100
  1061. package/node_modules/@clerk/shared/dist/runtime/router.d.ts.map +0 -1
  1062. package/node_modules/@clerk/shared/dist/runtime/router.js.map +0 -1
  1063. package/node_modules/@clerk/shared/dist/runtime/router.mjs.map +0 -1
  1064. package/node_modules/@clerk/shared/dist/runtime/runtimeEnvironment-D1yr0yUs.mjs.map +0 -1
  1065. package/node_modules/@clerk/shared/dist/runtime/runtimeEnvironment-DJJWo5AR.js.map +0 -1
  1066. package/node_modules/@clerk/shared/dist/runtime/safeImport.d.mts +0 -18
  1067. package/node_modules/@clerk/shared/dist/runtime/safeImport.d.mts.map +0 -1
  1068. package/node_modules/@clerk/shared/dist/runtime/safeImport.d.ts +0 -18
  1069. package/node_modules/@clerk/shared/dist/runtime/safeImport.d.ts.map +0 -1
  1070. package/node_modules/@clerk/shared/dist/runtime/safeImport.js.map +0 -1
  1071. package/node_modules/@clerk/shared/dist/runtime/safeImport.mjs.map +0 -1
  1072. package/node_modules/@clerk/shared/dist/runtime/saml.d.mts +0 -8
  1073. package/node_modules/@clerk/shared/dist/runtime/saml.d.mts.map +0 -1
  1074. package/node_modules/@clerk/shared/dist/runtime/saml.d.ts +0 -8
  1075. package/node_modules/@clerk/shared/dist/runtime/saml.d.ts.map +0 -1
  1076. package/node_modules/@clerk/shared/dist/runtime/saml.js.map +0 -1
  1077. package/node_modules/@clerk/shared/dist/runtime/saml.mjs.map +0 -1
  1078. package/node_modules/@clerk/shared/dist/runtime/strength-DMrZQDoO.js.map +0 -1
  1079. package/node_modules/@clerk/shared/dist/runtime/strength-DPtAse7d.mjs.map +0 -1
  1080. package/node_modules/@clerk/shared/dist/runtime/telemetry--P0a0tSk.js.map +0 -1
  1081. package/node_modules/@clerk/shared/dist/runtime/telemetry-DE2JFEBf.mjs.map +0 -1
  1082. package/node_modules/@clerk/shared/dist/runtime/telemetry.d.mts +0 -143
  1083. package/node_modules/@clerk/shared/dist/runtime/telemetry.d.mts.map +0 -1
  1084. package/node_modules/@clerk/shared/dist/runtime/telemetry.d.ts +0 -143
  1085. package/node_modules/@clerk/shared/dist/runtime/telemetry.d.ts.map +0 -1
  1086. package/node_modules/@clerk/shared/dist/runtime/types/index.d.mts +0 -3
  1087. package/node_modules/@clerk/shared/dist/runtime/types/index.d.ts +0 -3
  1088. package/node_modules/@clerk/shared/dist/runtime/ui/index.d.mts +0 -3
  1089. package/node_modules/@clerk/shared/dist/runtime/ui/index.d.ts +0 -3
  1090. package/node_modules/@clerk/shared/dist/runtime/underscore-BX6Ucmg5.js.map +0 -1
  1091. package/node_modules/@clerk/shared/dist/runtime/underscore-ClYSgvuy.mjs.map +0 -1
  1092. package/node_modules/@clerk/shared/dist/runtime/underscore.d.mts +0 -63
  1093. package/node_modules/@clerk/shared/dist/runtime/underscore.d.mts.map +0 -1
  1094. package/node_modules/@clerk/shared/dist/runtime/underscore.d.ts +0 -63
  1095. package/node_modules/@clerk/shared/dist/runtime/underscore.d.ts.map +0 -1
  1096. package/node_modules/@clerk/shared/dist/runtime/url-C6gPMFx5.mjs.map +0 -1
  1097. package/node_modules/@clerk/shared/dist/runtime/url-CKcDCvyG.d.ts +0 -144
  1098. package/node_modules/@clerk/shared/dist/runtime/url-CKcDCvyG.d.ts.map +0 -1
  1099. package/node_modules/@clerk/shared/dist/runtime/url-CoXV4i87.js.map +0 -1
  1100. package/node_modules/@clerk/shared/dist/runtime/url-DaPDWryr.mjs.map +0 -1
  1101. package/node_modules/@clerk/shared/dist/runtime/url-Ou22U773.d.mts +0 -144
  1102. package/node_modules/@clerk/shared/dist/runtime/url-Ou22U773.d.mts.map +0 -1
  1103. package/node_modules/@clerk/shared/dist/runtime/url-sAcxbiir.js.map +0 -1
  1104. package/node_modules/@clerk/shared/dist/runtime/url.d.mts +0 -78
  1105. package/node_modules/@clerk/shared/dist/runtime/url.d.mts.map +0 -1
  1106. package/node_modules/@clerk/shared/dist/runtime/url.d.ts +0 -78
  1107. package/node_modules/@clerk/shared/dist/runtime/url.d.ts.map +0 -1
  1108. package/node_modules/@clerk/shared/dist/runtime/utils/index.d.mts +0 -65
  1109. package/node_modules/@clerk/shared/dist/runtime/utils/index.d.mts.map +0 -1
  1110. package/node_modules/@clerk/shared/dist/runtime/utils/index.d.ts +0 -65
  1111. package/node_modules/@clerk/shared/dist/runtime/utils/index.d.ts.map +0 -1
  1112. package/node_modules/@clerk/shared/dist/runtime/utils-TXJdVJx7.mjs.map +0 -1
  1113. package/node_modules/@clerk/shared/dist/runtime/utils-Y3tB5LFT.js.map +0 -1
  1114. package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.mts +0 -58
  1115. package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.mts.map +0 -1
  1116. package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.ts +0 -58
  1117. package/node_modules/@clerk/shared/dist/runtime/versionCheck.d.ts.map +0 -1
  1118. package/node_modules/@clerk/shared/dist/runtime/versionCheck.js.map +0 -1
  1119. package/node_modules/@clerk/shared/dist/runtime/versionCheck.mjs.map +0 -1
  1120. package/node_modules/@clerk/shared/dist/runtime/versionSelector-BSa0YYBu.mjs.map +0 -1
  1121. package/node_modules/@clerk/shared/dist/runtime/versionSelector-CoS6g9-B.js.map +0 -1
  1122. package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.mts +0 -17
  1123. package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.mts.map +0 -1
  1124. package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.ts +0 -17
  1125. package/node_modules/@clerk/shared/dist/runtime/versionSelector.d.ts.map +0 -1
  1126. package/node_modules/@clerk/shared/dist/runtime/waitForElement-CB9iynCD.mjs.map +0 -1
  1127. package/node_modules/@clerk/shared/dist/runtime/waitForElement-DGxKWlwM.js.map +0 -1
  1128. package/node_modules/@clerk/shared/dist/runtime/waitForElement-DLpcirWQ.d.ts +0 -8
  1129. package/node_modules/@clerk/shared/dist/runtime/waitForElement-DLpcirWQ.d.ts.map +0 -1
  1130. package/node_modules/@clerk/shared/dist/runtime/waitForElement-DZxkXjac.d.mts +0 -8
  1131. package/node_modules/@clerk/shared/dist/runtime/waitForElement-DZxkXjac.d.mts.map +0 -1
  1132. package/node_modules/@clerk/shared/dist/runtime/web3.d.mts +0 -8
  1133. package/node_modules/@clerk/shared/dist/runtime/web3.d.mts.map +0 -1
  1134. package/node_modules/@clerk/shared/dist/runtime/web3.d.ts +0 -8
  1135. package/node_modules/@clerk/shared/dist/runtime/web3.d.ts.map +0 -1
  1136. package/node_modules/@clerk/shared/dist/runtime/web3.js.map +0 -1
  1137. package/node_modules/@clerk/shared/dist/runtime/web3.mjs.map +0 -1
  1138. package/node_modules/@clerk/shared/dist/runtime/webauthn.d.mts +0 -16
  1139. package/node_modules/@clerk/shared/dist/runtime/webauthn.d.mts.map +0 -1
  1140. package/node_modules/@clerk/shared/dist/runtime/webauthn.d.ts +0 -16
  1141. package/node_modules/@clerk/shared/dist/runtime/webauthn.d.ts.map +0 -1
  1142. package/node_modules/@clerk/shared/dist/runtime/webauthn.js.map +0 -1
  1143. package/node_modules/@clerk/shared/dist/runtime/webauthn.mjs.map +0 -1
  1144. package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.mts +0 -17
  1145. package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.mts.map +0 -1
  1146. package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.ts +0 -17
  1147. package/node_modules/@clerk/shared/dist/runtime/workerTimers/index.d.ts.map +0 -1
  1148. package/node_modules/@clerk/shared/dist/runtime/workerTimers-CDy8bBJS.mjs.map +0 -1
  1149. package/node_modules/@clerk/shared/dist/runtime/workerTimers-D-HZtmjt.js.map +0 -1
  1150. package/node_modules/@clerk/shared/dist/types/index.d.mts +0 -10584
  1151. package/node_modules/@clerk/shared/dist/types/index.d.mts.map +0 -1
  1152. package/node_modules/@clerk/shared/dist/types/index.d.ts +0 -10584
  1153. package/node_modules/@clerk/shared/dist/types/index.d.ts.map +0 -1
  1154. package/node_modules/@fastify/ajv-compiler/types/index.test-d.ts +0 -302
  1155. package/node_modules/@fastify/error/types/index.test-d.ts +0 -92
  1156. package/node_modules/@fastify/fast-json-stringify-compiler/types/index.test-d.ts +0 -142
  1157. package/node_modules/@fastify/merge-json-schemas/types/index.test-d.ts +0 -52
  1158. package/node_modules/@fastify/proxy-addr/types/index.test-d.ts +0 -27
  1159. package/node_modules/@fastify/send/types/index.test-d.ts +0 -67
  1160. package/node_modules/@fastify/static/types/index.test-d.ts +0 -240
  1161. package/node_modules/@fastify/websocket/types/index.test-d.ts +0 -176
  1162. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.d.ts +0 -4
  1163. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.d.ts.map +0 -1
  1164. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.js.map +0 -1
  1165. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.d.ts +0 -34
  1166. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.d.ts.map +0 -1
  1167. package/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.js.map +0 -1
  1168. package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.d.ts +0 -6
  1169. package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.d.ts.map +0 -1
  1170. package/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.js.map +0 -1
  1171. package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.d.ts +0 -2
  1172. package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.d.ts.map +0 -1
  1173. package/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.js.map +0 -1
  1174. package/node_modules/@isaacs/cliui/dist/commonjs/index.d.ts +0 -41
  1175. package/node_modules/@isaacs/cliui/dist/commonjs/index.d.ts.map +0 -1
  1176. package/node_modules/@isaacs/cliui/dist/commonjs/index.js.map +0 -1
  1177. package/node_modules/@isaacs/cliui/dist/commonjs/index.min.js.map +0 -7
  1178. package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts +0 -5
  1179. package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts.map +0 -1
  1180. package/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.js.map +0 -1
  1181. package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.d.ts +0 -2
  1182. package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.d.ts.map +0 -1
  1183. package/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.js.map +0 -1
  1184. package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts +0 -7
  1185. package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts.map +0 -1
  1186. package/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.js.map +0 -1
  1187. package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.d.ts +0 -4
  1188. package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.d.ts.map +0 -1
  1189. package/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.js.map +0 -1
  1190. package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.d.ts +0 -34
  1191. package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.d.ts.map +0 -1
  1192. package/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.js.map +0 -1
  1193. package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.d.ts +0 -6
  1194. package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.d.ts.map +0 -1
  1195. package/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.js.map +0 -1
  1196. package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.d.ts +0 -2
  1197. package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.d.ts.map +0 -1
  1198. package/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.js.map +0 -1
  1199. package/node_modules/@isaacs/cliui/dist/esm/index.d.ts +0 -41
  1200. package/node_modules/@isaacs/cliui/dist/esm/index.d.ts.map +0 -1
  1201. package/node_modules/@isaacs/cliui/dist/esm/index.js.map +0 -1
  1202. package/node_modules/@isaacs/cliui/dist/esm/index.min.js.map +0 -7
  1203. package/node_modules/@isaacs/cliui/dist/esm/string-width/index.d.ts +0 -5
  1204. package/node_modules/@isaacs/cliui/dist/esm/string-width/index.d.ts.map +0 -1
  1205. package/node_modules/@isaacs/cliui/dist/esm/string-width/index.js.map +0 -1
  1206. package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.d.ts +0 -2
  1207. package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.d.ts.map +0 -1
  1208. package/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.js.map +0 -1
  1209. package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.d.ts +0 -7
  1210. package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.d.ts.map +0 -1
  1211. package/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.js.map +0 -1
  1212. package/node_modules/@openrouter/ai-sdk-provider/dist/index.d.mts +0 -239
  1213. package/node_modules/@openrouter/ai-sdk-provider/dist/index.d.ts +0 -239
  1214. package/node_modules/@openrouter/ai-sdk-provider/dist/index.js.map +0 -1
  1215. package/node_modules/@openrouter/ai-sdk-provider/dist/index.mjs.map +0 -1
  1216. package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.d.mts +0 -156
  1217. package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.d.ts +0 -156
  1218. package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.js.map +0 -1
  1219. package/node_modules/@openrouter/ai-sdk-provider/dist/internal/index.mjs.map +0 -1
  1220. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.d.mts +0 -1252
  1221. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.d.ts +0 -1252
  1222. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.js.map +0 -1
  1223. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider/dist/index.mjs.map +0 -1
  1224. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.d.mts +0 -352
  1225. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.d.ts +0 -352
  1226. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.js.map +0 -1
  1227. package/node_modules/@openrouter/ai-sdk-provider/node_modules/@ai-sdk/provider-utils/dist/index.mjs.map +0 -1
  1228. package/node_modules/@openrouter/ai-sdk-provider/node_modules/secure-json-parse/types/index.test-d.ts +0 -31
  1229. package/node_modules/@pinojs/redact/index.test-d.ts +0 -22
  1230. package/node_modules/@stablelib/base64/base64.bench.ts +0 -25
  1231. package/node_modules/@stablelib/base64/base64.test.ts +0 -85
  1232. package/node_modules/@stablelib/base64/base64.ts +0 -283
  1233. package/node_modules/@standard-schema/spec/dist/index.d.cts +0 -119
  1234. package/node_modules/@standard-schema/spec/dist/index.d.ts +0 -119
  1235. package/node_modules/@stricli/core/dist/index.d.cts +0 -1443
  1236. package/node_modules/@stricli/core/dist/index.d.ts +0 -1443
  1237. package/node_modules/@tanstack/query-core/src/focusManager.ts +0 -86
  1238. package/node_modules/@tanstack/query-core/src/hydration.ts +0 -285
  1239. package/node_modules/@tanstack/query-core/src/index.ts +0 -55
  1240. package/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts +0 -176
  1241. package/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts +0 -190
  1242. package/node_modules/@tanstack/query-core/src/mutation.ts +0 -417
  1243. package/node_modules/@tanstack/query-core/src/mutationCache.ts +0 -244
  1244. package/node_modules/@tanstack/query-core/src/mutationObserver.ts +0 -227
  1245. package/node_modules/@tanstack/query-core/src/notifyManager.ts +0 -99
  1246. package/node_modules/@tanstack/query-core/src/onlineManager.ts +0 -71
  1247. package/node_modules/@tanstack/query-core/src/queriesObserver.ts +0 -298
  1248. package/node_modules/@tanstack/query-core/src/query.ts +0 -756
  1249. package/node_modules/@tanstack/query-core/src/queryCache.ts +0 -223
  1250. package/node_modules/@tanstack/query-core/src/queryClient.ts +0 -648
  1251. package/node_modules/@tanstack/query-core/src/queryObserver.ts +0 -833
  1252. package/node_modules/@tanstack/query-core/src/removable.ts +0 -39
  1253. package/node_modules/@tanstack/query-core/src/retryer.ts +0 -228
  1254. package/node_modules/@tanstack/query-core/src/streamedQuery.ts +0 -122
  1255. package/node_modules/@tanstack/query-core/src/subscribable.ts +0 -30
  1256. package/node_modules/@tanstack/query-core/src/thenable.ts +0 -111
  1257. package/node_modules/@tanstack/query-core/src/timeoutManager.ts +0 -135
  1258. package/node_modules/@tanstack/query-core/src/types.ts +0 -1391
  1259. package/node_modules/@tanstack/query-core/src/utils.ts +0 -497
  1260. package/node_modules/@vercel/oidc/dist/auth-config.d.ts +0 -30
  1261. package/node_modules/@vercel/oidc/dist/get-context.d.ts +0 -6
  1262. package/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.d.ts +0 -49
  1263. package/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.test.d.ts +0 -1
  1264. package/node_modules/@vercel/oidc/dist/index-browser.d.ts +0 -3
  1265. package/node_modules/@vercel/oidc/dist/index-browser.test.d.ts +0 -1
  1266. package/node_modules/@vercel/oidc/dist/index.d.ts +0 -2
  1267. package/node_modules/@vercel/oidc/dist/oauth.d.ts +0 -17
  1268. package/node_modules/@vercel/oidc/dist/token-error.d.ts +0 -5
  1269. package/node_modules/@vercel/oidc/dist/token-io.d.ts +0 -2
  1270. package/node_modules/@vercel/oidc/dist/token-util.d.ts +0 -21
  1271. package/node_modules/@vercel/oidc/dist/token-util.test.d.ts +0 -1
  1272. package/node_modules/@vercel/oidc/dist/token.d.ts +0 -1
  1273. package/node_modules/@vercel/oidc/dist/token.test.d.ts +0 -1
  1274. package/node_modules/agent-base/dist/helpers.d.ts +0 -15
  1275. package/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
  1276. package/node_modules/agent-base/dist/helpers.js.map +0 -1
  1277. package/node_modules/agent-base/dist/index.d.ts +0 -41
  1278. package/node_modules/agent-base/dist/index.d.ts.map +0 -1
  1279. package/node_modules/agent-base/dist/index.js.map +0 -1
  1280. package/node_modules/ai/dist/index.d.mts +0 -6403
  1281. package/node_modules/ai/dist/index.d.ts +0 -6403
  1282. package/node_modules/ai/dist/index.js.map +0 -1
  1283. package/node_modules/ai/dist/index.mjs.map +0 -1
  1284. package/node_modules/ai/dist/internal/index.d.mts +0 -314
  1285. package/node_modules/ai/dist/internal/index.d.ts +0 -314
  1286. package/node_modules/ai/dist/internal/index.js.map +0 -1
  1287. package/node_modules/ai/dist/internal/index.mjs.map +0 -1
  1288. package/node_modules/ai/src/agent/agent.ts +0 -124
  1289. package/node_modules/ai/src/agent/create-agent-ui-stream-response.ts +0 -61
  1290. package/node_modules/ai/src/agent/create-agent-ui-stream.ts +0 -84
  1291. package/node_modules/ai/src/agent/index.ts +0 -33
  1292. package/node_modules/ai/src/agent/infer-agent-tools.ts +0 -7
  1293. package/node_modules/ai/src/agent/infer-agent-ui-message.ts +0 -11
  1294. package/node_modules/ai/src/agent/pipe-agent-ui-stream-to-response.ts +0 -64
  1295. package/node_modules/ai/src/agent/tool-loop-agent-settings.ts +0 -195
  1296. package/node_modules/ai/src/agent/tool-loop-agent.ts +0 -146
  1297. package/node_modules/ai/src/embed/embed-many-result.ts +0 -53
  1298. package/node_modules/ai/src/embed/embed-many.ts +0 -386
  1299. package/node_modules/ai/src/embed/embed-result.ts +0 -50
  1300. package/node_modules/ai/src/embed/embed.ts +0 -217
  1301. package/node_modules/ai/src/embed/index.ts +0 -4
  1302. package/node_modules/ai/src/error/index.ts +0 -37
  1303. package/node_modules/ai/src/error/invalid-argument-error.ts +0 -34
  1304. package/node_modules/ai/src/error/invalid-stream-part-error.ts +0 -28
  1305. package/node_modules/ai/src/error/invalid-tool-approval-error.ts +0 -26
  1306. package/node_modules/ai/src/error/invalid-tool-input-error.ts +0 -33
  1307. package/node_modules/ai/src/error/missing-tool-result-error.ts +0 -28
  1308. package/node_modules/ai/src/error/no-image-generated-error.ts +0 -39
  1309. package/node_modules/ai/src/error/no-object-generated-error.ts +0 -70
  1310. package/node_modules/ai/src/error/no-output-generated-error.ts +0 -26
  1311. package/node_modules/ai/src/error/no-speech-generated-error.ts +0 -28
  1312. package/node_modules/ai/src/error/no-such-tool-error.ts +0 -35
  1313. package/node_modules/ai/src/error/no-transcript-generated-error.ts +0 -30
  1314. package/node_modules/ai/src/error/no-video-generated-error.ts +0 -57
  1315. package/node_modules/ai/src/error/tool-call-not-found-for-approval-error.ts +0 -32
  1316. package/node_modules/ai/src/error/tool-call-repair-error.ts +0 -30
  1317. package/node_modules/ai/src/error/ui-message-stream-error.ts +0 -48
  1318. package/node_modules/ai/src/error/unsupported-model-version-error.ts +0 -23
  1319. package/node_modules/ai/src/error/verify-no-object-generated-error.ts +0 -27
  1320. package/node_modules/ai/src/generate-image/generate-image-result.ts +0 -42
  1321. package/node_modules/ai/src/generate-image/generate-image.ts +0 -361
  1322. package/node_modules/ai/src/generate-image/index.ts +0 -18
  1323. package/node_modules/ai/src/generate-object/generate-object-result.ts +0 -67
  1324. package/node_modules/ai/src/generate-object/generate-object.ts +0 -514
  1325. package/node_modules/ai/src/generate-object/index.ts +0 -9
  1326. package/node_modules/ai/src/generate-object/inject-json-instruction.ts +0 -30
  1327. package/node_modules/ai/src/generate-object/output-strategy.ts +0 -415
  1328. package/node_modules/ai/src/generate-object/parse-and-validate-object-result.ts +0 -111
  1329. package/node_modules/ai/src/generate-object/repair-text.ts +0 -12
  1330. package/node_modules/ai/src/generate-object/stream-object-result.ts +0 -120
  1331. package/node_modules/ai/src/generate-object/stream-object.ts +0 -984
  1332. package/node_modules/ai/src/generate-object/validate-object-generation-input.ts +0 -144
  1333. package/node_modules/ai/src/generate-speech/generate-speech-result.ts +0 -30
  1334. package/node_modules/ai/src/generate-speech/generate-speech.ts +0 -191
  1335. package/node_modules/ai/src/generate-speech/generated-audio-file.ts +0 -65
  1336. package/node_modules/ai/src/generate-speech/index.ts +0 -3
  1337. package/node_modules/ai/src/generate-text/callback-events.ts +0 -332
  1338. package/node_modules/ai/src/generate-text/collect-tool-approvals.ts +0 -116
  1339. package/node_modules/ai/src/generate-text/content-part.ts +0 -25
  1340. package/node_modules/ai/src/generate-text/execute-tool-call.ts +0 -197
  1341. package/node_modules/ai/src/generate-text/extract-reasoning-content.ts +0 -17
  1342. package/node_modules/ai/src/generate-text/extract-text-content.ts +0 -15
  1343. package/node_modules/ai/src/generate-text/generate-text-result.ts +0 -168
  1344. package/node_modules/ai/src/generate-text/generate-text.ts +0 -1582
  1345. package/node_modules/ai/src/generate-text/generated-file.ts +0 -70
  1346. package/node_modules/ai/src/generate-text/index.ts +0 -79
  1347. package/node_modules/ai/src/generate-text/is-approval-needed.ts +0 -29
  1348. package/node_modules/ai/src/generate-text/output-utils.ts +0 -23
  1349. package/node_modules/ai/src/generate-text/output.ts +0 -590
  1350. package/node_modules/ai/src/generate-text/parse-tool-call.ts +0 -188
  1351. package/node_modules/ai/src/generate-text/prepare-step.ts +0 -103
  1352. package/node_modules/ai/src/generate-text/prune-messages.ts +0 -167
  1353. package/node_modules/ai/src/generate-text/reasoning-output.ts +0 -20
  1354. package/node_modules/ai/src/generate-text/reasoning.ts +0 -8
  1355. package/node_modules/ai/src/generate-text/response-message.ts +0 -10
  1356. package/node_modules/ai/src/generate-text/run-tools-transformation.ts +0 -448
  1357. package/node_modules/ai/src/generate-text/smooth-stream.ts +0 -162
  1358. package/node_modules/ai/src/generate-text/step-result.ts +0 -290
  1359. package/node_modules/ai/src/generate-text/stop-condition.ts +0 -33
  1360. package/node_modules/ai/src/generate-text/stream-text-result.ts +0 -463
  1361. package/node_modules/ai/src/generate-text/stream-text.ts +0 -2844
  1362. package/node_modules/ai/src/generate-text/to-response-messages.ts +0 -163
  1363. package/node_modules/ai/src/generate-text/tool-approval-request-output.ts +0 -21
  1364. package/node_modules/ai/src/generate-text/tool-call-repair-function.ts +0 -27
  1365. package/node_modules/ai/src/generate-text/tool-call.ts +0 -47
  1366. package/node_modules/ai/src/generate-text/tool-error.ts +0 -34
  1367. package/node_modules/ai/src/generate-text/tool-output-denied.ts +0 -21
  1368. package/node_modules/ai/src/generate-text/tool-output.ts +0 -7
  1369. package/node_modules/ai/src/generate-text/tool-result.ts +0 -36
  1370. package/node_modules/ai/src/generate-text/tool-set.ts +0 -14
  1371. package/node_modules/ai/src/generate-video/generate-video-result.ts +0 -36
  1372. package/node_modules/ai/src/generate-video/generate-video.ts +0 -402
  1373. package/node_modules/ai/src/generate-video/index.ts +0 -3
  1374. package/node_modules/ai/src/global.ts +0 -36
  1375. package/node_modules/ai/src/index.ts +0 -49
  1376. package/node_modules/ai/src/logger/index.ts +0 -6
  1377. package/node_modules/ai/src/logger/log-warnings.ts +0 -140
  1378. package/node_modules/ai/src/middleware/add-tool-input-examples-middleware.ts +0 -90
  1379. package/node_modules/ai/src/middleware/default-embedding-settings-middleware.ts +0 -22
  1380. package/node_modules/ai/src/middleware/default-settings-middleware.ts +0 -33
  1381. package/node_modules/ai/src/middleware/extract-json-middleware.ts +0 -197
  1382. package/node_modules/ai/src/middleware/extract-reasoning-middleware.ts +0 -249
  1383. package/node_modules/ai/src/middleware/index.ts +0 -10
  1384. package/node_modules/ai/src/middleware/simulate-streaming-middleware.ts +0 -79
  1385. package/node_modules/ai/src/middleware/wrap-embedding-model.ts +0 -86
  1386. package/node_modules/ai/src/middleware/wrap-image-model.ts +0 -85
  1387. package/node_modules/ai/src/middleware/wrap-language-model.ts +0 -104
  1388. package/node_modules/ai/src/middleware/wrap-provider.ts +0 -51
  1389. package/node_modules/ai/src/model/as-embedding-model-v3.ts +0 -24
  1390. package/node_modules/ai/src/model/as-image-model-v3.ts +0 -24
  1391. package/node_modules/ai/src/model/as-language-model-v3.ts +0 -103
  1392. package/node_modules/ai/src/model/as-provider-v3.ts +0 -36
  1393. package/node_modules/ai/src/model/as-speech-model-v3.ts +0 -24
  1394. package/node_modules/ai/src/model/as-transcription-model-v3.ts +0 -24
  1395. package/node_modules/ai/src/model/resolve-model.ts +0 -159
  1396. package/node_modules/ai/src/prompt/call-settings.ts +0 -148
  1397. package/node_modules/ai/src/prompt/content-part.ts +0 -215
  1398. package/node_modules/ai/src/prompt/convert-to-language-model-prompt.ts +0 -526
  1399. package/node_modules/ai/src/prompt/create-tool-model-output.ts +0 -34
  1400. package/node_modules/ai/src/prompt/data-content.ts +0 -134
  1401. package/node_modules/ai/src/prompt/index.ts +0 -27
  1402. package/node_modules/ai/src/prompt/invalid-data-content-error.ts +0 -29
  1403. package/node_modules/ai/src/prompt/invalid-message-role-error.ts +0 -27
  1404. package/node_modules/ai/src/prompt/message-conversion-error.ts +0 -28
  1405. package/node_modules/ai/src/prompt/message.ts +0 -68
  1406. package/node_modules/ai/src/prompt/prepare-call-settings.ts +0 -108
  1407. package/node_modules/ai/src/prompt/prepare-tools-and-tool-choice.ts +0 -86
  1408. package/node_modules/ai/src/prompt/prompt.ts +0 -43
  1409. package/node_modules/ai/src/prompt/split-data-url.ts +0 -17
  1410. package/node_modules/ai/src/prompt/standardize-prompt.ts +0 -99
  1411. package/node_modules/ai/src/prompt/wrap-gateway-error.ts +0 -29
  1412. package/node_modules/ai/src/registry/custom-provider.ts +0 -176
  1413. package/node_modules/ai/src/registry/index.ts +0 -7
  1414. package/node_modules/ai/src/registry/no-such-provider-error.ts +0 -41
  1415. package/node_modules/ai/src/registry/provider-registry.ts +0 -327
  1416. package/node_modules/ai/src/rerank/index.ts +0 -2
  1417. package/node_modules/ai/src/rerank/rerank-result.ts +0 -70
  1418. package/node_modules/ai/src/rerank/rerank.ts +0 -239
  1419. package/node_modules/ai/src/telemetry/assemble-operation-name.ts +0 -21
  1420. package/node_modules/ai/src/telemetry/get-base-telemetry-attributes.ts +0 -53
  1421. package/node_modules/ai/src/telemetry/get-global-telemetry-integration.ts +0 -85
  1422. package/node_modules/ai/src/telemetry/get-tracer.ts +0 -20
  1423. package/node_modules/ai/src/telemetry/index.ts +0 -4
  1424. package/node_modules/ai/src/telemetry/noop-tracer.ts +0 -69
  1425. package/node_modules/ai/src/telemetry/record-span.ts +0 -75
  1426. package/node_modules/ai/src/telemetry/select-telemetry-attributes.ts +0 -78
  1427. package/node_modules/ai/src/telemetry/stringify-for-telemetry.ts +0 -33
  1428. package/node_modules/ai/src/telemetry/telemetry-integration-registry.ts +0 -17
  1429. package/node_modules/ai/src/telemetry/telemetry-integration.ts +0 -24
  1430. package/node_modules/ai/src/telemetry/telemetry-settings.ts +0 -53
  1431. package/node_modules/ai/src/text-stream/create-text-stream-response.ts +0 -30
  1432. package/node_modules/ai/src/text-stream/index.ts +0 -2
  1433. package/node_modules/ai/src/text-stream/pipe-text-stream-to-response.ts +0 -38
  1434. package/node_modules/ai/src/transcribe/index.ts +0 -2
  1435. package/node_modules/ai/src/transcribe/transcribe-result.ts +0 -60
  1436. package/node_modules/ai/src/transcribe/transcribe.ts +0 -187
  1437. package/node_modules/ai/src/types/embedding-model-middleware.ts +0 -3
  1438. package/node_modules/ai/src/types/embedding-model.ts +0 -18
  1439. package/node_modules/ai/src/types/image-model-middleware.ts +0 -3
  1440. package/node_modules/ai/src/types/image-model-response-metadata.ts +0 -16
  1441. package/node_modules/ai/src/types/image-model.ts +0 -19
  1442. package/node_modules/ai/src/types/index.ts +0 -29
  1443. package/node_modules/ai/src/types/json-value.ts +0 -15
  1444. package/node_modules/ai/src/types/language-model-middleware.ts +0 -3
  1445. package/node_modules/ai/src/types/language-model-request-metadata.ts +0 -6
  1446. package/node_modules/ai/src/types/language-model-response-metadata.ts +0 -21
  1447. package/node_modules/ai/src/types/language-model.ts +0 -104
  1448. package/node_modules/ai/src/types/provider-metadata.ts +0 -16
  1449. package/node_modules/ai/src/types/provider.ts +0 -55
  1450. package/node_modules/ai/src/types/reranking-model.ts +0 -6
  1451. package/node_modules/ai/src/types/speech-model-response-metadata.ts +0 -21
  1452. package/node_modules/ai/src/types/speech-model.ts +0 -6
  1453. package/node_modules/ai/src/types/transcription-model-response-metadata.ts +0 -16
  1454. package/node_modules/ai/src/types/transcription-model.ts +0 -9
  1455. package/node_modules/ai/src/types/usage.ts +0 -200
  1456. package/node_modules/ai/src/types/video-model-response-metadata.ts +0 -28
  1457. package/node_modules/ai/src/types/video-model.ts +0 -11
  1458. package/node_modules/ai/src/types/warning.ts +0 -7
  1459. package/node_modules/ai/src/ui/call-completion-api.ts +0 -157
  1460. package/node_modules/ai/src/ui/chat-transport.ts +0 -83
  1461. package/node_modules/ai/src/ui/chat.ts +0 -786
  1462. package/node_modules/ai/src/ui/convert-file-list-to-file-ui-parts.ts +0 -36
  1463. package/node_modules/ai/src/ui/convert-to-model-messages.ts +0 -379
  1464. package/node_modules/ai/src/ui/default-chat-transport.ts +0 -36
  1465. package/node_modules/ai/src/ui/direct-chat-transport.ts +0 -117
  1466. package/node_modules/ai/src/ui/http-chat-transport.ts +0 -273
  1467. package/node_modules/ai/src/ui/index.ts +0 -72
  1468. package/node_modules/ai/src/ui/last-assistant-message-is-complete-with-approval-responses.ts +0 -44
  1469. package/node_modules/ai/src/ui/last-assistant-message-is-complete-with-tool-calls.ts +0 -39
  1470. package/node_modules/ai/src/ui/process-text-stream.ts +0 -16
  1471. package/node_modules/ai/src/ui/process-ui-message-stream.ts +0 -845
  1472. package/node_modules/ai/src/ui/text-stream-chat-transport.ts +0 -23
  1473. package/node_modules/ai/src/ui/transform-text-to-ui-message-stream.ts +0 -27
  1474. package/node_modules/ai/src/ui/ui-messages.ts +0 -540
  1475. package/node_modules/ai/src/ui/use-completion.ts +0 -84
  1476. package/node_modules/ai/src/ui/validate-ui-messages.ts +0 -510
  1477. package/node_modules/ai/src/ui-message-stream/create-ui-message-stream-response.ts +0 -44
  1478. package/node_modules/ai/src/ui-message-stream/create-ui-message-stream.ts +0 -145
  1479. package/node_modules/ai/src/ui-message-stream/get-response-ui-message-id.ts +0 -35
  1480. package/node_modules/ai/src/ui-message-stream/handle-ui-message-stream-finish.ts +0 -170
  1481. package/node_modules/ai/src/ui-message-stream/index.ts +0 -14
  1482. package/node_modules/ai/src/ui-message-stream/json-to-sse-transform-stream.ts +0 -17
  1483. package/node_modules/ai/src/ui-message-stream/pipe-ui-message-stream-to-response.ts +0 -51
  1484. package/node_modules/ai/src/ui-message-stream/read-ui-message-stream.ts +0 -87
  1485. package/node_modules/ai/src/ui-message-stream/ui-message-chunks.ts +0 -350
  1486. package/node_modules/ai/src/ui-message-stream/ui-message-stream-headers.ts +0 -7
  1487. package/node_modules/ai/src/ui-message-stream/ui-message-stream-on-finish-callback.ts +0 -32
  1488. package/node_modules/ai/src/ui-message-stream/ui-message-stream-on-step-finish-callback.ts +0 -25
  1489. package/node_modules/ai/src/ui-message-stream/ui-message-stream-response-init.ts +0 -14
  1490. package/node_modules/ai/src/ui-message-stream/ui-message-stream-writer.ts +0 -24
  1491. package/node_modules/ai/src/util/as-array.ts +0 -3
  1492. package/node_modules/ai/src/util/async-iterable-stream.ts +0 -94
  1493. package/node_modules/ai/src/util/consume-stream.ts +0 -31
  1494. package/node_modules/ai/src/util/cosine-similarity.ts +0 -46
  1495. package/node_modules/ai/src/util/create-resolvable-promise.ts +0 -30
  1496. package/node_modules/ai/src/util/create-stitchable-stream.ts +0 -112
  1497. package/node_modules/ai/src/util/data-url.ts +0 -17
  1498. package/node_modules/ai/src/util/deep-partial.ts +0 -84
  1499. package/node_modules/ai/src/util/detect-media-type.ts +0 -226
  1500. package/node_modules/ai/src/util/download/create-download.ts +0 -13
  1501. package/node_modules/ai/src/util/download/download-function.ts +0 -45
  1502. package/node_modules/ai/src/util/download/download.ts +0 -74
  1503. package/node_modules/ai/src/util/error-handler.ts +0 -1
  1504. package/node_modules/ai/src/util/fix-json.ts +0 -401
  1505. package/node_modules/ai/src/util/get-potential-start-index.ts +0 -39
  1506. package/node_modules/ai/src/util/index.ts +0 -12
  1507. package/node_modules/ai/src/util/is-deep-equal-data.ts +0 -48
  1508. package/node_modules/ai/src/util/is-non-empty-object.ts +0 -5
  1509. package/node_modules/ai/src/util/job.ts +0 -1
  1510. package/node_modules/ai/src/util/log-v2-compatibility-warning.ts +0 -21
  1511. package/node_modules/ai/src/util/merge-abort-signals.ts +0 -43
  1512. package/node_modules/ai/src/util/merge-objects.ts +0 -79
  1513. package/node_modules/ai/src/util/notify.ts +0 -22
  1514. package/node_modules/ai/src/util/now.ts +0 -4
  1515. package/node_modules/ai/src/util/parse-partial-json.ts +0 -30
  1516. package/node_modules/ai/src/util/prepare-headers.ts +0 -14
  1517. package/node_modules/ai/src/util/prepare-retries.ts +0 -47
  1518. package/node_modules/ai/src/util/retry-error.ts +0 -41
  1519. package/node_modules/ai/src/util/retry-with-exponential-backoff.ts +0 -154
  1520. package/node_modules/ai/src/util/serial-job-executor.ts +0 -36
  1521. package/node_modules/ai/src/util/simulate-readable-stream.ts +0 -39
  1522. package/node_modules/ai/src/util/split-array.ts +0 -20
  1523. package/node_modules/ai/src/util/value-of.ts +0 -65
  1524. package/node_modules/ai/src/util/write-to-server-response.ts +0 -49
  1525. package/node_modules/ai/src/version.ts +0 -5
  1526. package/node_modules/ajv/dist/2019.d.ts +0 -19
  1527. package/node_modules/ajv/dist/2019.js.map +0 -1
  1528. package/node_modules/ajv/dist/2020.d.ts +0 -19
  1529. package/node_modules/ajv/dist/2020.js.map +0 -1
  1530. package/node_modules/ajv/dist/ajv.d.ts +0 -18
  1531. package/node_modules/ajv/dist/ajv.js.map +0 -1
  1532. package/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  1533. package/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
  1534. package/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  1535. package/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
  1536. package/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  1537. package/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
  1538. package/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  1539. package/node_modules/ajv/dist/compile/errors.js.map +0 -1
  1540. package/node_modules/ajv/dist/compile/index.d.ts +0 -80
  1541. package/node_modules/ajv/dist/compile/index.js.map +0 -1
  1542. package/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  1543. package/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
  1544. package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  1545. package/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
  1546. package/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  1547. package/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
  1548. package/node_modules/ajv/dist/compile/names.d.ts +0 -20
  1549. package/node_modules/ajv/dist/compile/names.js.map +0 -1
  1550. package/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  1551. package/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
  1552. package/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  1553. package/node_modules/ajv/dist/compile/resolve.js.map +0 -1
  1554. package/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  1555. package/node_modules/ajv/dist/compile/rules.js.map +0 -1
  1556. package/node_modules/ajv/dist/compile/util.d.ts +0 -40
  1557. package/node_modules/ajv/dist/compile/util.js.map +0 -1
  1558. package/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  1559. package/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
  1560. package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  1561. package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
  1562. package/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  1563. package/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
  1564. package/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  1565. package/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
  1566. package/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  1567. package/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
  1568. package/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  1569. package/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
  1570. package/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  1571. package/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
  1572. package/node_modules/ajv/dist/core.d.ts +0 -174
  1573. package/node_modules/ajv/dist/core.js.map +0 -1
  1574. package/node_modules/ajv/dist/jtd.d.ts +0 -47
  1575. package/node_modules/ajv/dist/jtd.js.map +0 -1
  1576. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  1577. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
  1578. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  1579. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
  1580. package/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  1581. package/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
  1582. package/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  1583. package/node_modules/ajv/dist/runtime/equal.js.map +0 -1
  1584. package/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  1585. package/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
  1586. package/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  1587. package/node_modules/ajv/dist/runtime/quote.js.map +0 -1
  1588. package/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  1589. package/node_modules/ajv/dist/runtime/re2.js.map +0 -1
  1590. package/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  1591. package/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
  1592. package/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  1593. package/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
  1594. package/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  1595. package/node_modules/ajv/dist/runtime/uri.js.map +0 -1
  1596. package/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  1597. package/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
  1598. package/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  1599. package/node_modules/ajv/dist/standalone/index.js.map +0 -1
  1600. package/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  1601. package/node_modules/ajv/dist/standalone/instance.js.map +0 -1
  1602. package/node_modules/ajv/dist/types/index.d.ts +0 -183
  1603. package/node_modules/ajv/dist/types/index.js.map +0 -1
  1604. package/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  1605. package/node_modules/ajv/dist/types/json-schema.js.map +0 -1
  1606. package/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  1607. package/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
  1608. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  1609. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  1610. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  1611. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  1612. package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  1613. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
  1614. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  1615. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
  1616. package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  1617. package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
  1618. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  1619. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
  1620. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  1621. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  1622. package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  1623. package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
  1624. package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  1625. package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
  1626. package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  1627. package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
  1628. package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  1629. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
  1630. package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  1631. package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
  1632. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  1633. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
  1634. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  1635. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  1636. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  1637. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  1638. package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  1639. package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
  1640. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  1641. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  1642. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  1643. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
  1644. package/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  1645. package/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
  1646. package/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  1647. package/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
  1648. package/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  1649. package/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
  1650. package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  1651. package/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
  1652. package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  1653. package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
  1654. package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  1655. package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
  1656. package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  1657. package/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
  1658. package/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  1659. package/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
  1660. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  1661. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  1662. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  1663. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  1664. package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  1665. package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
  1666. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  1667. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  1668. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  1669. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  1670. package/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  1671. package/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
  1672. package/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  1673. package/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
  1674. package/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  1675. package/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
  1676. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  1677. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
  1678. package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  1679. package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
  1680. package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  1681. package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
  1682. package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  1683. package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
  1684. package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  1685. package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
  1686. package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  1687. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
  1688. package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  1689. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
  1690. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  1691. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  1692. package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  1693. package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
  1694. package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  1695. package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
  1696. package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  1697. package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
  1698. package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  1699. package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
  1700. package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  1701. package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
  1702. package/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  1703. package/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
  1704. package/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  1705. package/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
  1706. package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  1707. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
  1708. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  1709. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  1710. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  1711. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  1712. package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  1713. package/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
  1714. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  1715. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  1716. package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  1717. package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
  1718. package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  1719. package/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
  1720. package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  1721. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
  1722. package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  1723. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
  1724. package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  1725. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
  1726. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  1727. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
  1728. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  1729. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
  1730. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  1731. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
  1732. package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  1733. package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
  1734. package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  1735. package/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
  1736. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  1737. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  1738. package/node_modules/ajv/lib/2019.ts +0 -81
  1739. package/node_modules/ajv/lib/2020.ts +0 -75
  1740. package/node_modules/ajv/lib/ajv.ts +0 -70
  1741. package/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  1742. package/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  1743. package/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  1744. package/node_modules/ajv/lib/compile/errors.ts +0 -184
  1745. package/node_modules/ajv/lib/compile/index.ts +0 -324
  1746. package/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  1747. package/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
  1748. package/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  1749. package/node_modules/ajv/lib/compile/names.ts +0 -27
  1750. package/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  1751. package/node_modules/ajv/lib/compile/resolve.ts +0 -149
  1752. package/node_modules/ajv/lib/compile/rules.ts +0 -50
  1753. package/node_modules/ajv/lib/compile/util.ts +0 -213
  1754. package/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  1755. package/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  1756. package/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  1757. package/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  1758. package/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  1759. package/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  1760. package/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  1761. package/node_modules/ajv/lib/core.ts +0 -892
  1762. package/node_modules/ajv/lib/jtd.ts +0 -132
  1763. package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  1764. package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  1765. package/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  1766. package/node_modules/ajv/lib/runtime/equal.ts +0 -7
  1767. package/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  1768. package/node_modules/ajv/lib/runtime/quote.ts +0 -31
  1769. package/node_modules/ajv/lib/runtime/re2.ts +0 -6
  1770. package/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  1771. package/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  1772. package/node_modules/ajv/lib/runtime/uri.ts +0 -6
  1773. package/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  1774. package/node_modules/ajv/lib/standalone/index.ts +0 -100
  1775. package/node_modules/ajv/lib/standalone/instance.ts +0 -36
  1776. package/node_modules/ajv/lib/types/index.ts +0 -244
  1777. package/node_modules/ajv/lib/types/json-schema.ts +0 -187
  1778. package/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  1779. package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  1780. package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  1781. package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  1782. package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  1783. package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  1784. package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  1785. package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  1786. package/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  1787. package/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  1788. package/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  1789. package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  1790. package/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  1791. package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  1792. package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  1793. package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  1794. package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  1795. package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  1796. package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  1797. package/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  1798. package/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  1799. package/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  1800. package/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  1801. package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  1802. package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  1803. package/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  1804. package/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  1805. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  1806. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  1807. package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  1808. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  1809. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  1810. package/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  1811. package/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  1812. package/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  1813. package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  1814. package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  1815. package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  1816. package/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  1817. package/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  1818. package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  1819. package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  1820. package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  1821. package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  1822. package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  1823. package/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  1824. package/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  1825. package/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  1826. package/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  1827. package/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  1828. package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  1829. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  1830. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  1831. package/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  1832. package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  1833. package/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  1834. package/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  1835. package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  1836. package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  1837. package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  1838. package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  1839. package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  1840. package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  1841. package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
  1842. package/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  1843. package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  1844. package/node_modules/ajv-formats/dist/formats.d.ts +0 -9
  1845. package/node_modules/ajv-formats/dist/formats.js.map +0 -1
  1846. package/node_modules/ajv-formats/dist/index.d.ts +0 -15
  1847. package/node_modules/ajv-formats/dist/index.js.map +0 -1
  1848. package/node_modules/ajv-formats/dist/limit.d.ts +0 -10
  1849. package/node_modules/ajv-formats/dist/limit.js.map +0 -1
  1850. package/node_modules/ajv-formats/src/formats.ts +0 -269
  1851. package/node_modules/ajv-formats/src/index.ts +0 -62
  1852. package/node_modules/ajv-formats/src/limit.ts +0 -99
  1853. package/node_modules/balanced-match/dist/commonjs/index.d.ts +0 -9
  1854. package/node_modules/balanced-match/dist/commonjs/index.d.ts.map +0 -1
  1855. package/node_modules/balanced-match/dist/commonjs/index.js.map +0 -1
  1856. package/node_modules/balanced-match/dist/esm/index.d.ts +0 -9
  1857. package/node_modules/balanced-match/dist/esm/index.d.ts.map +0 -1
  1858. package/node_modules/balanced-match/dist/esm/index.js.map +0 -1
  1859. package/node_modules/brace-expansion/dist/commonjs/index.d.ts +0 -6
  1860. package/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +0 -1
  1861. package/node_modules/brace-expansion/dist/commonjs/index.js.map +0 -1
  1862. package/node_modules/brace-expansion/dist/esm/index.d.ts +0 -6
  1863. package/node_modules/brace-expansion/dist/esm/index.d.ts.map +0 -1
  1864. package/node_modules/brace-expansion/dist/esm/index.js.map +0 -1
  1865. package/node_modules/cookie/dist/index.d.ts +0 -148
  1866. package/node_modules/cookie/dist/index.js.map +0 -1
  1867. package/node_modules/eventsource-parser/dist/index.cjs.map +0 -1
  1868. package/node_modules/eventsource-parser/dist/index.d.cts +0 -144
  1869. package/node_modules/eventsource-parser/dist/index.d.ts +0 -144
  1870. package/node_modules/eventsource-parser/dist/index.js.map +0 -1
  1871. package/node_modules/eventsource-parser/dist/stream.cjs.map +0 -1
  1872. package/node_modules/eventsource-parser/dist/stream.d.cts +0 -118
  1873. package/node_modules/eventsource-parser/dist/stream.d.ts +0 -118
  1874. package/node_modules/eventsource-parser/dist/stream.js.map +0 -1
  1875. package/node_modules/eventsource-parser/src/errors.ts +0 -44
  1876. package/node_modules/eventsource-parser/src/index.ts +0 -3
  1877. package/node_modules/eventsource-parser/src/parse.ts +0 -232
  1878. package/node_modules/eventsource-parser/src/stream.ts +0 -88
  1879. package/node_modules/eventsource-parser/src/types.ts +0 -97
  1880. package/node_modules/fast-json-stringify/types/index.test-d.ts +0 -259
  1881. package/node_modules/fast-uri/types/index.test-d.ts +0 -17
  1882. package/node_modules/fastify-plugin/types/example-async.test-d.ts +0 -19
  1883. package/node_modules/fastify-plugin/types/example-callback.test-d.ts +0 -19
  1884. package/node_modules/fastify-plugin/types/plugin.test-d.ts +0 -166
  1885. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
  1886. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
  1887. package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
  1888. package/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
  1889. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
  1890. package/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
  1891. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
  1892. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
  1893. package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
  1894. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
  1895. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
  1896. package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
  1897. package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
  1898. package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
  1899. package/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
  1900. package/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
  1901. package/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
  1902. package/node_modules/foreground-child/dist/esm/index.js.map +0 -1
  1903. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
  1904. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
  1905. package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
  1906. package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
  1907. package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
  1908. package/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
  1909. package/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
  1910. package/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
  1911. package/node_modules/glob/dist/commonjs/glob.js.map +0 -1
  1912. package/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
  1913. package/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
  1914. package/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
  1915. package/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
  1916. package/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
  1917. package/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
  1918. package/node_modules/glob/dist/commonjs/index.d.ts +0 -97
  1919. package/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
  1920. package/node_modules/glob/dist/commonjs/index.js.map +0 -1
  1921. package/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
  1922. package/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
  1923. package/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
  1924. package/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
  1925. package/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
  1926. package/node_modules/glob/dist/commonjs/processor.js.map +0 -1
  1927. package/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
  1928. package/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
  1929. package/node_modules/glob/dist/commonjs/walker.js.map +0 -1
  1930. package/node_modules/glob/dist/esm/bin.d.mts +0 -3
  1931. package/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
  1932. package/node_modules/glob/dist/esm/bin.mjs.map +0 -1
  1933. package/node_modules/glob/dist/esm/glob.d.ts +0 -388
  1934. package/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
  1935. package/node_modules/glob/dist/esm/glob.js.map +0 -1
  1936. package/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
  1937. package/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
  1938. package/node_modules/glob/dist/esm/has-magic.js.map +0 -1
  1939. package/node_modules/glob/dist/esm/ignore.d.ts +0 -24
  1940. package/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
  1941. package/node_modules/glob/dist/esm/ignore.js.map +0 -1
  1942. package/node_modules/glob/dist/esm/index.d.ts +0 -97
  1943. package/node_modules/glob/dist/esm/index.d.ts.map +0 -1
  1944. package/node_modules/glob/dist/esm/index.js.map +0 -1
  1945. package/node_modules/glob/dist/esm/pattern.d.ts +0 -76
  1946. package/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
  1947. package/node_modules/glob/dist/esm/pattern.js.map +0 -1
  1948. package/node_modules/glob/dist/esm/processor.d.ts +0 -59
  1949. package/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
  1950. package/node_modules/glob/dist/esm/processor.js.map +0 -1
  1951. package/node_modules/glob/dist/esm/walker.d.ts +0 -97
  1952. package/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
  1953. package/node_modules/glob/dist/esm/walker.js.map +0 -1
  1954. package/node_modules/https-proxy-agent/dist/index.d.ts +0 -47
  1955. package/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
  1956. package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
  1957. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -15
  1958. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
  1959. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
  1960. package/node_modules/ip-address/dist/address-error.d.ts +0 -5
  1961. package/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
  1962. package/node_modules/ip-address/dist/address-error.js.map +0 -1
  1963. package/node_modules/ip-address/dist/common.d.ts +0 -15
  1964. package/node_modules/ip-address/dist/common.d.ts.map +0 -1
  1965. package/node_modules/ip-address/dist/common.js.map +0 -1
  1966. package/node_modules/ip-address/dist/ip-address.d.ts +0 -8
  1967. package/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
  1968. package/node_modules/ip-address/dist/ip-address.js.map +0 -1
  1969. package/node_modules/ip-address/dist/ipv4.d.ts +0 -209
  1970. package/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
  1971. package/node_modules/ip-address/dist/ipv4.js.map +0 -1
  1972. package/node_modules/ip-address/dist/ipv6.d.ts +0 -428
  1973. package/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
  1974. package/node_modules/ip-address/dist/ipv6.js.map +0 -1
  1975. package/node_modules/ip-address/dist/v4/constants.d.ts +0 -5
  1976. package/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
  1977. package/node_modules/ip-address/dist/v4/constants.js.map +0 -1
  1978. package/node_modules/ip-address/dist/v6/constants.d.ts +0 -45
  1979. package/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
  1980. package/node_modules/ip-address/dist/v6/constants.js.map +0 -1
  1981. package/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
  1982. package/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
  1983. package/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
  1984. package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -6
  1985. package/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
  1986. package/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
  1987. package/node_modules/ip-address/src/address-error.ts +0 -11
  1988. package/node_modules/ip-address/src/common.ts +0 -55
  1989. package/node_modules/ip-address/src/ip-address.ts +0 -7
  1990. package/node_modules/ip-address/src/ipv4.ts +0 -394
  1991. package/node_modules/ip-address/src/ipv6.ts +0 -1212
  1992. package/node_modules/ip-address/src/v4/constants.ts +0 -7
  1993. package/node_modules/ip-address/src/v6/constants.ts +0 -79
  1994. package/node_modules/ip-address/src/v6/helpers.ts +0 -48
  1995. package/node_modules/ip-address/src/v6/regular-expressions.ts +0 -94
  1996. package/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -323
  1997. package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
  1998. package/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
  1999. package/node_modules/jackspeak/dist/commonjs/index.min.js.map +0 -7
  2000. package/node_modules/jackspeak/dist/esm/index.d.ts +0 -323
  2001. package/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
  2002. package/node_modules/jackspeak/dist/esm/index.js.map +0 -1
  2003. package/node_modules/jackspeak/dist/esm/index.min.js.map +0 -7
  2004. package/node_modules/json-schema-ref-resolver/types/index.test-d.ts +0 -23
  2005. package/node_modules/light-my-request/node_modules/process-warning/types/index.test-d.ts +0 -36
  2006. package/node_modules/light-my-request/types/index.test-d.ts +0 -149
  2007. package/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1323
  2008. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
  2009. package/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
  2010. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
  2011. package/node_modules/lru-cache/dist/esm/index.d.ts +0 -1323
  2012. package/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
  2013. package/node_modules/lru-cache/dist/esm/index.js.map +0 -1
  2014. package/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
  2015. package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
  2016. package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
  2017. package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
  2018. package/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -22
  2019. package/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
  2020. package/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
  2021. package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
  2022. package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
  2023. package/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
  2024. package/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -15
  2025. package/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
  2026. package/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
  2027. package/node_modules/minimatch/dist/commonjs/index.d.ts +0 -174
  2028. package/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
  2029. package/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
  2030. package/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -22
  2031. package/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
  2032. package/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
  2033. package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
  2034. package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
  2035. package/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
  2036. package/node_modules/minimatch/dist/esm/ast.d.ts +0 -22
  2037. package/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
  2038. package/node_modules/minimatch/dist/esm/ast.js.map +0 -1
  2039. package/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
  2040. package/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
  2041. package/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
  2042. package/node_modules/minimatch/dist/esm/escape.d.ts +0 -15
  2043. package/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
  2044. package/node_modules/minimatch/dist/esm/escape.js.map +0 -1
  2045. package/node_modules/minimatch/dist/esm/index.d.ts +0 -174
  2046. package/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
  2047. package/node_modules/minimatch/dist/esm/index.js.map +0 -1
  2048. package/node_modules/minimatch/dist/esm/unescape.d.ts +0 -22
  2049. package/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
  2050. package/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
  2051. package/node_modules/minipass/dist/commonjs/index.d.ts +0 -545
  2052. package/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
  2053. package/node_modules/minipass/dist/commonjs/index.js.map +0 -1
  2054. package/node_modules/minipass/dist/esm/index.d.ts +0 -545
  2055. package/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
  2056. package/node_modules/minipass/dist/esm/index.js.map +0 -1
  2057. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
  2058. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
  2059. package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
  2060. package/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
  2061. package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
  2062. package/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
  2063. package/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1115
  2064. package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
  2065. package/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
  2066. package/node_modules/path-scurry/dist/esm/index.d.ts +0 -1115
  2067. package/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
  2068. package/node_modules/path-scurry/dist/esm/index.js.map +0 -1
  2069. package/node_modules/process-warning/types/index.test-d.ts +0 -36
  2070. package/node_modules/ret/dist/index.d.ts +0 -7
  2071. package/node_modules/ret/dist/index.js.map +0 -1
  2072. package/node_modules/ret/dist/reconstruct.d.ts +0 -2
  2073. package/node_modules/ret/dist/reconstruct.js.map +0 -1
  2074. package/node_modules/ret/dist/sets-lookup.d.ts +0 -5
  2075. package/node_modules/ret/dist/sets-lookup.js.map +0 -1
  2076. package/node_modules/ret/dist/sets.d.ts +0 -9
  2077. package/node_modules/ret/dist/sets.js.map +0 -1
  2078. package/node_modules/ret/dist/tokenizer.d.ts +0 -8
  2079. package/node_modules/ret/dist/tokenizer.js.map +0 -1
  2080. package/node_modules/ret/dist/types/index.d.ts +0 -3
  2081. package/node_modules/ret/dist/types/index.js.map +0 -1
  2082. package/node_modules/ret/dist/types/set-lookup.d.ts +0 -8
  2083. package/node_modules/ret/dist/types/set-lookup.js.map +0 -1
  2084. package/node_modules/ret/dist/types/tokens.d.ts +0 -41
  2085. package/node_modules/ret/dist/types/tokens.js.map +0 -1
  2086. package/node_modules/ret/dist/types/types.d.ts +0 -10
  2087. package/node_modules/ret/dist/types/types.js.map +0 -1
  2088. package/node_modules/ret/dist/util.d.ts +0 -18
  2089. package/node_modules/ret/dist/util.js.map +0 -1
  2090. package/node_modules/ret/dist/write-set-tokens.d.ts +0 -14
  2091. package/node_modules/ret/dist/write-set-tokens.js.map +0 -1
  2092. package/node_modules/rfdc/index.test-d.ts +0 -13
  2093. package/node_modules/safe-regex2/types/index.test-d.ts +0 -12
  2094. package/node_modules/secure-json-parse/types/index.test-d.ts +0 -43
  2095. package/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
  2096. package/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
  2097. package/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
  2098. package/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
  2099. package/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
  2100. package/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
  2101. package/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
  2102. package/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
  2103. package/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
  2104. package/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
  2105. package/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
  2106. package/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
  2107. package/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
  2108. package/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
  2109. package/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
  2110. package/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
  2111. package/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
  2112. package/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
  2113. package/node_modules/socks-proxy-agent/dist/index.d.ts +0 -27
  2114. package/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
  2115. package/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
  2116. package/node_modules/standardwebhooks/dist/index.d.ts +0 -24
  2117. package/node_modules/standardwebhooks/dist/index.js.map +0 -1
  2118. package/node_modules/standardwebhooks/dist/timing_safe_equal.d.ts +0 -1
  2119. package/node_modules/standardwebhooks/dist/timing_safe_equal.js.map +0 -1
  2120. package/node_modules/std-env/dist/index.d.cts +0 -92
  2121. package/node_modules/std-env/dist/index.d.mts +0 -92
  2122. package/node_modules/std-env/dist/index.d.ts +0 -92
  2123. package/node_modules/zod/src/index.ts +0 -4
  2124. package/node_modules/zod/src/locales/index.ts +0 -1
  2125. package/node_modules/zod/src/mini/index.ts +0 -3
  2126. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  2127. package/node_modules/zod/src/v3/errors.ts +0 -13
  2128. package/node_modules/zod/src/v3/external.ts +0 -6
  2129. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  2130. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  2131. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  2132. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  2133. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  2134. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  2135. package/node_modules/zod/src/v3/index.ts +0 -4
  2136. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  2137. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  2138. package/node_modules/zod/src/v3/types.ts +0 -5138
  2139. package/node_modules/zod/src/v4/classic/checks.ts +0 -32
  2140. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  2141. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  2142. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  2143. package/node_modules/zod/src/v4/classic/external.ts +0 -51
  2144. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
  2145. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  2146. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  2147. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  2148. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
  2149. package/node_modules/zod/src/v4/core/api.ts +0 -1798
  2150. package/node_modules/zod/src/v4/core/checks.ts +0 -1293
  2151. package/node_modules/zod/src/v4/core/config.ts +0 -15
  2152. package/node_modules/zod/src/v4/core/core.ts +0 -138
  2153. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  2154. package/node_modules/zod/src/v4/core/errors.ts +0 -448
  2155. package/node_modules/zod/src/v4/core/index.ts +0 -16
  2156. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  2157. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
  2158. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  2159. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  2160. package/node_modules/zod/src/v4/core/regexes.ts +0 -183
  2161. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  2162. package/node_modules/zod/src/v4/core/schemas.ts +0 -4538
  2163. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  2164. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
  2165. package/node_modules/zod/src/v4/core/util.ts +0 -966
  2166. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  2167. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  2168. package/node_modules/zod/src/v4/index.ts +0 -4
  2169. package/node_modules/zod/src/v4/locales/ar.ts +0 -115
  2170. package/node_modules/zod/src/v4/locales/az.ts +0 -111
  2171. package/node_modules/zod/src/v4/locales/be.ts +0 -176
  2172. package/node_modules/zod/src/v4/locales/bg.ts +0 -128
  2173. package/node_modules/zod/src/v4/locales/ca.ts +0 -116
  2174. package/node_modules/zod/src/v4/locales/cs.ts +0 -118
  2175. package/node_modules/zod/src/v4/locales/da.ts +0 -123
  2176. package/node_modules/zod/src/v4/locales/de.ts +0 -116
  2177. package/node_modules/zod/src/v4/locales/en.ts +0 -119
  2178. package/node_modules/zod/src/v4/locales/eo.ts +0 -118
  2179. package/node_modules/zod/src/v4/locales/es.ts +0 -141
  2180. package/node_modules/zod/src/v4/locales/fa.ts +0 -126
  2181. package/node_modules/zod/src/v4/locales/fi.ts +0 -121
  2182. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  2183. package/node_modules/zod/src/v4/locales/fr.ts +0 -116
  2184. package/node_modules/zod/src/v4/locales/he.ts +0 -246
  2185. package/node_modules/zod/src/v4/locales/hu.ts +0 -117
  2186. package/node_modules/zod/src/v4/locales/hy.ts +0 -164
  2187. package/node_modules/zod/src/v4/locales/id.ts +0 -115
  2188. package/node_modules/zod/src/v4/locales/index.ts +0 -49
  2189. package/node_modules/zod/src/v4/locales/is.ts +0 -119
  2190. package/node_modules/zod/src/v4/locales/it.ts +0 -116
  2191. package/node_modules/zod/src/v4/locales/ja.ts +0 -114
  2192. package/node_modules/zod/src/v4/locales/ka.ts +0 -123
  2193. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  2194. package/node_modules/zod/src/v4/locales/km.ts +0 -119
  2195. package/node_modules/zod/src/v4/locales/ko.ts +0 -121
  2196. package/node_modules/zod/src/v4/locales/lt.ts +0 -239
  2197. package/node_modules/zod/src/v4/locales/mk.ts +0 -118
  2198. package/node_modules/zod/src/v4/locales/ms.ts +0 -115
  2199. package/node_modules/zod/src/v4/locales/nl.ts +0 -121
  2200. package/node_modules/zod/src/v4/locales/no.ts +0 -116
  2201. package/node_modules/zod/src/v4/locales/ota.ts +0 -117
  2202. package/node_modules/zod/src/v4/locales/pl.ts +0 -118
  2203. package/node_modules/zod/src/v4/locales/ps.ts +0 -126
  2204. package/node_modules/zod/src/v4/locales/pt.ts +0 -116
  2205. package/node_modules/zod/src/v4/locales/ru.ts +0 -176
  2206. package/node_modules/zod/src/v4/locales/sl.ts +0 -118
  2207. package/node_modules/zod/src/v4/locales/sv.ts +0 -119
  2208. package/node_modules/zod/src/v4/locales/ta.ts +0 -118
  2209. package/node_modules/zod/src/v4/locales/th.ts +0 -119
  2210. package/node_modules/zod/src/v4/locales/tr.ts +0 -111
  2211. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  2212. package/node_modules/zod/src/v4/locales/uk.ts +0 -117
  2213. package/node_modules/zod/src/v4/locales/ur.ts +0 -119
  2214. package/node_modules/zod/src/v4/locales/uz.ts +0 -116
  2215. package/node_modules/zod/src/v4/locales/vi.ts +0 -117
  2216. package/node_modules/zod/src/v4/locales/yo.ts +0 -124
  2217. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  2218. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  2219. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  2220. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  2221. package/node_modules/zod/src/v4/mini/external.ts +0 -40
  2222. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  2223. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  2224. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  2225. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
  2226. package/node_modules/zod/src/v4-mini/index.ts +0 -3
  2227. /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → 6equd_Nx1lA2hpAwGRSKw}/_buildManifest.js +0 -0
  2228. /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → 6equd_Nx1lA2hpAwGRSKw}/_clientMiddlewareManifest.json +0 -0
  2229. /package/dist/ui/_next/static/{mdMHDbGZjrTGtK1FO_zRW → 6equd_Nx1lA2hpAwGRSKw}/_ssgManifest.js +0 -0
@@ -1,1115 +0,0 @@
1
- import { LRUCache } from 'lru-cache';
2
- import { posix, win32 } from 'node:path';
3
- import { Minipass } from 'minipass';
4
- import type { Dirent, Stats } from 'node:fs';
5
- /**
6
- * An object that will be used to override the default `fs`
7
- * methods. Any methods that are not overridden will use Node's
8
- * built-in implementations.
9
- *
10
- * - lstatSync
11
- * - readdir (callback `withFileTypes` Dirent variant, used for
12
- * readdirCB and most walks)
13
- * - readdirSync
14
- * - readlinkSync
15
- * - realpathSync
16
- * - promises: Object containing the following async methods:
17
- * - lstat
18
- * - readdir (Dirent variant only)
19
- * - readlink
20
- * - realpath
21
- */
22
- export interface FSOption {
23
- lstatSync?: (path: string) => Stats;
24
- readdir?: (path: string, options: {
25
- withFileTypes: true;
26
- }, cb: (er: NodeJS.ErrnoException | null, entries?: Dirent[]) => any) => void;
27
- readdirSync?: (path: string, options: {
28
- withFileTypes: true;
29
- }) => Dirent[];
30
- readlinkSync?: (path: string) => string;
31
- realpathSync?: (path: string) => string;
32
- promises?: {
33
- lstat?: (path: string) => Promise<Stats>;
34
- readdir?: (path: string, options: {
35
- withFileTypes: true;
36
- }) => Promise<Dirent[]>;
37
- readlink?: (path: string) => Promise<string>;
38
- realpath?: (path: string) => Promise<string>;
39
- [k: string]: any;
40
- };
41
- [k: string]: any;
42
- }
43
- interface FSValue {
44
- lstatSync: (path: string) => Stats;
45
- readdir: (path: string, options: {
46
- withFileTypes: true;
47
- }, cb: (er: NodeJS.ErrnoException | null, entries?: Dirent[]) => any) => void;
48
- readdirSync: (path: string, options: {
49
- withFileTypes: true;
50
- }) => Dirent[];
51
- readlinkSync: (path: string) => string;
52
- realpathSync: (path: string) => string;
53
- promises: {
54
- lstat: (path: string) => Promise<Stats>;
55
- readdir: (path: string, options: {
56
- withFileTypes: true;
57
- }) => Promise<Dirent[]>;
58
- readlink: (path: string) => Promise<string>;
59
- realpath: (path: string) => Promise<string>;
60
- [k: string]: any;
61
- };
62
- [k: string]: any;
63
- }
64
- export type Type = 'Unknown' | 'FIFO' | 'CharacterDevice' | 'Directory' | 'BlockDevice' | 'File' | 'SymbolicLink' | 'Socket';
65
- /**
66
- * Options that may be provided to the Path constructor
67
- */
68
- export interface PathOpts {
69
- fullpath?: string;
70
- relative?: string;
71
- relativePosix?: string;
72
- parent?: PathBase;
73
- /**
74
- * See {@link FSOption}
75
- */
76
- fs?: FSOption;
77
- }
78
- /**
79
- * An LRUCache for storing resolved path strings or Path objects.
80
- * @internal
81
- */
82
- export declare class ResolveCache extends LRUCache<string, string> {
83
- constructor();
84
- }
85
- /**
86
- * an LRUCache for storing child entries.
87
- * @internal
88
- */
89
- export declare class ChildrenCache extends LRUCache<PathBase, Children> {
90
- constructor(maxSize?: number);
91
- }
92
- /**
93
- * Array of Path objects, plus a marker indicating the first provisional entry
94
- *
95
- * @internal
96
- */
97
- export type Children = PathBase[] & {
98
- provisional: number;
99
- };
100
- declare const setAsCwd: unique symbol;
101
- /**
102
- * Path objects are sort of like a super-powered
103
- * {@link https://nodejs.org/docs/latest/api/fs.html#class-fsdirent fs.Dirent}
104
- *
105
- * Each one represents a single filesystem entry on disk, which may or may not
106
- * exist. It includes methods for reading various types of information via
107
- * lstat, readlink, and readdir, and caches all information to the greatest
108
- * degree possible.
109
- *
110
- * Note that fs operations that would normally throw will instead return an
111
- * "empty" value. This is in order to prevent excessive overhead from error
112
- * stack traces.
113
- */
114
- export declare abstract class PathBase implements Dirent {
115
- #private;
116
- /**
117
- * the basename of this path
118
- *
119
- * **Important**: *always* test the path name against any test string
120
- * usingthe {@link isNamed} method, and not by directly comparing this
121
- * string. Otherwise, unicode path strings that the system sees as identical
122
- * will not be properly treated as the same path, leading to incorrect
123
- * behavior and possible security issues.
124
- */
125
- name: string;
126
- /**
127
- * the Path entry corresponding to the path root.
128
- *
129
- * @internal
130
- */
131
- root: PathBase;
132
- /**
133
- * All roots found within the current PathScurry family
134
- *
135
- * @internal
136
- */
137
- roots: {
138
- [k: string]: PathBase;
139
- };
140
- /**
141
- * a reference to the parent path, or undefined in the case of root entries
142
- *
143
- * @internal
144
- */
145
- parent?: PathBase;
146
- /**
147
- * boolean indicating whether paths are compared case-insensitively
148
- * @internal
149
- */
150
- nocase: boolean;
151
- /**
152
- * boolean indicating that this path is the current working directory
153
- * of the PathScurry collection that contains it.
154
- */
155
- isCWD: boolean;
156
- /**
157
- * the string or regexp used to split paths. On posix, it is `'/'`, and on
158
- * windows it is a RegExp matching either `'/'` or `'\\'`
159
- */
160
- abstract splitSep: string | RegExp;
161
- /**
162
- * The path separator string to use when joining paths
163
- */
164
- abstract sep: string;
165
- get dev(): number | undefined;
166
- get mode(): number | undefined;
167
- get nlink(): number | undefined;
168
- get uid(): number | undefined;
169
- get gid(): number | undefined;
170
- get rdev(): number | undefined;
171
- get blksize(): number | undefined;
172
- get ino(): number | undefined;
173
- get size(): number | undefined;
174
- get blocks(): number | undefined;
175
- get atimeMs(): number | undefined;
176
- get mtimeMs(): number | undefined;
177
- get ctimeMs(): number | undefined;
178
- get birthtimeMs(): number | undefined;
179
- get atime(): Date | undefined;
180
- get mtime(): Date | undefined;
181
- get ctime(): Date | undefined;
182
- get birthtime(): Date | undefined;
183
- /**
184
- * This property is for compatibility with the Dirent class as of
185
- * Node v20, where Dirent['parentPath'] refers to the path of the
186
- * directory that was passed to readdir. For root entries, it's the path
187
- * to the entry itself.
188
- */
189
- get parentPath(): string;
190
- /**
191
- * Deprecated alias for Dirent['parentPath'] Somewhat counterintuitively,
192
- * this property refers to the *parent* path, not the path object itself.
193
- *
194
- * @deprecated
195
- */
196
- get path(): string;
197
- /**
198
- * Do not create new Path objects directly. They should always be accessed
199
- * via the PathScurry class or other methods on the Path class.
200
- *
201
- * @internal
202
- */
203
- constructor(name: string, type: number | undefined, root: PathBase | undefined, roots: {
204
- [k: string]: PathBase;
205
- }, nocase: boolean, children: ChildrenCache, opts: PathOpts);
206
- /**
207
- * Returns the depth of the Path object from its root.
208
- *
209
- * For example, a path at `/foo/bar` would have a depth of 2.
210
- */
211
- depth(): number;
212
- /**
213
- * @internal
214
- */
215
- abstract getRootString(path: string): string;
216
- /**
217
- * @internal
218
- */
219
- abstract getRoot(rootPath: string): PathBase;
220
- /**
221
- * @internal
222
- */
223
- abstract newChild(name: string, type?: number, opts?: PathOpts): PathBase;
224
- /**
225
- * @internal
226
- */
227
- childrenCache(): ChildrenCache;
228
- /**
229
- * Get the Path object referenced by the string path, resolved from this Path
230
- */
231
- resolve(path?: string): PathBase;
232
- /**
233
- * Returns the cached children Path objects, if still available. If they
234
- * have fallen out of the cache, then returns an empty array, and resets the
235
- * READDIR_CALLED bit, so that future calls to readdir() will require an fs
236
- * lookup.
237
- *
238
- * @internal
239
- */
240
- children(): Children;
241
- /**
242
- * Resolves a path portion and returns or creates the child Path.
243
- *
244
- * Returns `this` if pathPart is `''` or `'.'`, or `parent` if pathPart is
245
- * `'..'`.
246
- *
247
- * This should not be called directly. If `pathPart` contains any path
248
- * separators, it will lead to unsafe undefined behavior.
249
- *
250
- * Use `Path.resolve()` instead.
251
- *
252
- * @internal
253
- */
254
- child(pathPart: string, opts?: PathOpts): PathBase;
255
- /**
256
- * The relative path from the cwd. If it does not share an ancestor with
257
- * the cwd, then this ends up being equivalent to the fullpath()
258
- */
259
- relative(): string;
260
- /**
261
- * The relative path from the cwd, using / as the path separator.
262
- * If it does not share an ancestor with
263
- * the cwd, then this ends up being equivalent to the fullpathPosix()
264
- * On posix systems, this is identical to relative().
265
- */
266
- relativePosix(): string;
267
- /**
268
- * The fully resolved path string for this Path entry
269
- */
270
- fullpath(): string;
271
- /**
272
- * On platforms other than windows, this is identical to fullpath.
273
- *
274
- * On windows, this is overridden to return the forward-slash form of the
275
- * full UNC path.
276
- */
277
- fullpathPosix(): string;
278
- /**
279
- * Is the Path of an unknown type?
280
- *
281
- * Note that we might know *something* about it if there has been a previous
282
- * filesystem operation, for example that it does not exist, or is not a
283
- * link, or whether it has child entries.
284
- */
285
- isUnknown(): boolean;
286
- isType(type: Type): boolean;
287
- getType(): Type;
288
- /**
289
- * Is the Path a regular file?
290
- */
291
- isFile(): boolean;
292
- /**
293
- * Is the Path a directory?
294
- */
295
- isDirectory(): boolean;
296
- /**
297
- * Is the path a character device?
298
- */
299
- isCharacterDevice(): boolean;
300
- /**
301
- * Is the path a block device?
302
- */
303
- isBlockDevice(): boolean;
304
- /**
305
- * Is the path a FIFO pipe?
306
- */
307
- isFIFO(): boolean;
308
- /**
309
- * Is the path a socket?
310
- */
311
- isSocket(): boolean;
312
- /**
313
- * Is the path a symbolic link?
314
- */
315
- isSymbolicLink(): boolean;
316
- /**
317
- * Return the entry if it has been subject of a successful lstat, or
318
- * undefined otherwise.
319
- *
320
- * Does not read the filesystem, so an undefined result *could* simply
321
- * mean that we haven't called lstat on it.
322
- */
323
- lstatCached(): PathBase | undefined;
324
- /**
325
- * Return the cached link target if the entry has been the subject of a
326
- * successful readlink, or undefined otherwise.
327
- *
328
- * Does not read the filesystem, so an undefined result *could* just mean we
329
- * don't have any cached data. Only use it if you are very sure that a
330
- * readlink() has been called at some point.
331
- */
332
- readlinkCached(): PathBase | undefined;
333
- /**
334
- * Returns the cached realpath target if the entry has been the subject
335
- * of a successful realpath, or undefined otherwise.
336
- *
337
- * Does not read the filesystem, so an undefined result *could* just mean we
338
- * don't have any cached data. Only use it if you are very sure that a
339
- * realpath() has been called at some point.
340
- */
341
- realpathCached(): PathBase | undefined;
342
- /**
343
- * Returns the cached child Path entries array if the entry has been the
344
- * subject of a successful readdir(), or [] otherwise.
345
- *
346
- * Does not read the filesystem, so an empty array *could* just mean we
347
- * don't have any cached data. Only use it if you are very sure that a
348
- * readdir() has been called recently enough to still be valid.
349
- */
350
- readdirCached(): PathBase[];
351
- /**
352
- * Return true if it's worth trying to readlink. Ie, we don't (yet) have
353
- * any indication that readlink will definitely fail.
354
- *
355
- * Returns false if the path is known to not be a symlink, if a previous
356
- * readlink failed, or if the entry does not exist.
357
- */
358
- canReadlink(): boolean;
359
- /**
360
- * Return true if readdir has previously been successfully called on this
361
- * path, indicating that cachedReaddir() is likely valid.
362
- */
363
- calledReaddir(): boolean;
364
- /**
365
- * Returns true if the path is known to not exist. That is, a previous lstat
366
- * or readdir failed to verify its existence when that would have been
367
- * expected, or a parent entry was marked either enoent or enotdir.
368
- */
369
- isENOENT(): boolean;
370
- /**
371
- * Return true if the path is a match for the given path name. This handles
372
- * case sensitivity and unicode normalization.
373
- *
374
- * Note: even on case-sensitive systems, it is **not** safe to test the
375
- * equality of the `.name` property to determine whether a given pathname
376
- * matches, due to unicode normalization mismatches.
377
- *
378
- * Always use this method instead of testing the `path.name` property
379
- * directly.
380
- */
381
- isNamed(n: string): boolean;
382
- /**
383
- * Return the Path object corresponding to the target of a symbolic link.
384
- *
385
- * If the Path is not a symbolic link, or if the readlink call fails for any
386
- * reason, `undefined` is returned.
387
- *
388
- * Result is cached, and thus may be outdated if the filesystem is mutated.
389
- */
390
- readlink(): Promise<PathBase | undefined>;
391
- /**
392
- * Synchronous {@link PathBase.readlink}
393
- */
394
- readlinkSync(): PathBase | undefined;
395
- /**
396
- * Call lstat() on this Path, and update all known information that can be
397
- * determined.
398
- *
399
- * Note that unlike `fs.lstat()`, the returned value does not contain some
400
- * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
401
- * information is required, you will need to call `fs.lstat` yourself.
402
- *
403
- * If the Path refers to a nonexistent file, or if the lstat call fails for
404
- * any reason, `undefined` is returned. Otherwise the updated Path object is
405
- * returned.
406
- *
407
- * Results are cached, and thus may be out of date if the filesystem is
408
- * mutated.
409
- */
410
- lstat(): Promise<PathBase | undefined>;
411
- /**
412
- * synchronous {@link PathBase.lstat}
413
- */
414
- lstatSync(): PathBase | undefined;
415
- /**
416
- * Standard node-style callback interface to get list of directory entries.
417
- *
418
- * If the Path cannot or does not contain any children, then an empty array
419
- * is returned.
420
- *
421
- * Results are cached, and thus may be out of date if the filesystem is
422
- * mutated.
423
- *
424
- * @param cb The callback called with (er, entries). Note that the `er`
425
- * param is somewhat extraneous, as all readdir() errors are handled and
426
- * simply result in an empty set of entries being returned.
427
- * @param allowZalgo Boolean indicating that immediately known results should
428
- * *not* be deferred with `queueMicrotask`. Defaults to `false`. Release
429
- * zalgo at your peril, the dark pony lord is devious and unforgiving.
430
- */
431
- readdirCB(cb: (er: NodeJS.ErrnoException | null, entries: PathBase[]) => any, allowZalgo?: boolean): void;
432
- /**
433
- * Return an array of known child entries.
434
- *
435
- * If the Path cannot or does not contain any children, then an empty array
436
- * is returned.
437
- *
438
- * Results are cached, and thus may be out of date if the filesystem is
439
- * mutated.
440
- */
441
- readdir(): Promise<PathBase[]>;
442
- /**
443
- * synchronous {@link PathBase.readdir}
444
- */
445
- readdirSync(): PathBase[];
446
- canReaddir(): boolean;
447
- shouldWalk(dirs: Set<PathBase | undefined>, walkFilter?: (e: PathBase) => boolean): boolean;
448
- /**
449
- * Return the Path object corresponding to path as resolved
450
- * by realpath(3).
451
- *
452
- * If the realpath call fails for any reason, `undefined` is returned.
453
- *
454
- * Result is cached, and thus may be outdated if the filesystem is mutated.
455
- * On success, returns a Path object.
456
- */
457
- realpath(): Promise<PathBase | undefined>;
458
- /**
459
- * Synchronous {@link realpath}
460
- */
461
- realpathSync(): PathBase | undefined;
462
- /**
463
- * Internal method to mark this Path object as the scurry cwd,
464
- * called by {@link PathScurry#chdir}
465
- *
466
- * @internal
467
- */
468
- [setAsCwd](oldCwd: PathBase): void;
469
- }
470
- /**
471
- * Path class used on win32 systems
472
- *
473
- * Uses `'\\'` as the path separator for returned paths, either `'\\'` or `'/'`
474
- * as the path separator for parsing paths.
475
- */
476
- export declare class PathWin32 extends PathBase {
477
- /**
478
- * Separator for generating path strings.
479
- */
480
- sep: '\\';
481
- /**
482
- * Separator for parsing path strings.
483
- */
484
- splitSep: RegExp;
485
- /**
486
- * Do not create new Path objects directly. They should always be accessed
487
- * via the PathScurry class or other methods on the Path class.
488
- *
489
- * @internal
490
- */
491
- constructor(name: string, type: number | undefined, root: PathBase | undefined, roots: {
492
- [k: string]: PathBase;
493
- }, nocase: boolean, children: ChildrenCache, opts: PathOpts);
494
- /**
495
- * @internal
496
- */
497
- newChild(name: string, type?: number, opts?: PathOpts): PathWin32;
498
- /**
499
- * @internal
500
- */
501
- getRootString(path: string): string;
502
- /**
503
- * @internal
504
- */
505
- getRoot(rootPath: string): PathBase;
506
- /**
507
- * @internal
508
- */
509
- sameRoot(rootPath: string, compare?: string): boolean;
510
- }
511
- /**
512
- * Path class used on all posix systems.
513
- *
514
- * Uses `'/'` as the path separator.
515
- */
516
- export declare class PathPosix extends PathBase {
517
- /**
518
- * separator for parsing path strings
519
- */
520
- splitSep: '/';
521
- /**
522
- * separator for generating path strings
523
- */
524
- sep: '/';
525
- /**
526
- * Do not create new Path objects directly. They should always be accessed
527
- * via the PathScurry class or other methods on the Path class.
528
- *
529
- * @internal
530
- */
531
- constructor(name: string, type: number | undefined, root: PathBase | undefined, roots: {
532
- [k: string]: PathBase;
533
- }, nocase: boolean, children: ChildrenCache, opts: PathOpts);
534
- /**
535
- * @internal
536
- */
537
- getRootString(path: string): string;
538
- /**
539
- * @internal
540
- */
541
- getRoot(_rootPath: string): PathBase;
542
- /**
543
- * @internal
544
- */
545
- newChild(name: string, type?: number, opts?: PathOpts): PathPosix;
546
- }
547
- /**
548
- * Options that may be provided to the PathScurry constructor
549
- */
550
- export interface PathScurryOpts {
551
- /**
552
- * perform case-insensitive path matching. Default based on platform
553
- * subclass.
554
- */
555
- nocase?: boolean;
556
- /**
557
- * Number of Path entries to keep in the cache of Path child references.
558
- *
559
- * Setting this higher than 65536 will dramatically increase the data
560
- * consumption and construction time overhead of each PathScurry.
561
- *
562
- * Setting this value to 256 or lower will significantly reduce the data
563
- * consumption and construction time overhead, but may also reduce resolve()
564
- * and readdir() performance on large filesystems.
565
- *
566
- * Default `16384`.
567
- */
568
- childrenCacheSize?: number;
569
- /**
570
- * An object that overrides the built-in functions from the fs and
571
- * fs/promises modules.
572
- *
573
- * See {@link FSOption}
574
- */
575
- fs?: FSOption;
576
- }
577
- /**
578
- * The base class for all PathScurry classes, providing the interface for path
579
- * resolution and filesystem operations.
580
- *
581
- * Typically, you should *not* instantiate this class directly, but rather one
582
- * of the platform-specific classes, or the exported {@link PathScurry} which
583
- * defaults to the current platform.
584
- */
585
- export declare abstract class PathScurryBase {
586
- #private;
587
- /**
588
- * The root Path entry for the current working directory of this Scurry
589
- */
590
- root: PathBase;
591
- /**
592
- * The string path for the root of this Scurry's current working directory
593
- */
594
- rootPath: string;
595
- /**
596
- * A collection of all roots encountered, referenced by rootPath
597
- */
598
- roots: {
599
- [k: string]: PathBase;
600
- };
601
- /**
602
- * The Path entry corresponding to this PathScurry's current working directory.
603
- */
604
- cwd: PathBase;
605
- /**
606
- * Perform path comparisons case-insensitively.
607
- *
608
- * Defaults true on Darwin and Windows systems, false elsewhere.
609
- */
610
- nocase: boolean;
611
- /**
612
- * The path separator used for parsing paths
613
- *
614
- * `'/'` on Posix systems, either `'/'` or `'\\'` on Windows
615
- */
616
- abstract sep: string | RegExp;
617
- /**
618
- * This class should not be instantiated directly.
619
- *
620
- * Use PathScurryWin32, PathScurryDarwin, PathScurryPosix, or PathScurry
621
- *
622
- * @internal
623
- */
624
- constructor(cwd: (URL | string) | undefined, pathImpl: typeof win32 | typeof posix, sep: string | RegExp, { nocase, childrenCacheSize, fs, }?: PathScurryOpts);
625
- /**
626
- * Get the depth of a provided path, string, or the cwd
627
- */
628
- depth(path?: Path | string): number;
629
- /**
630
- * Parse the root portion of a path string
631
- *
632
- * @internal
633
- */
634
- abstract parseRootPath(dir: string): string;
635
- /**
636
- * create a new Path to use as root during construction.
637
- *
638
- * @internal
639
- */
640
- abstract newRoot(fs: FSValue): PathBase;
641
- /**
642
- * Determine whether a given path string is absolute
643
- */
644
- abstract isAbsolute(p: string): boolean;
645
- /**
646
- * Return the cache of child entries. Exposed so subclasses can create
647
- * child Path objects in a platform-specific way.
648
- *
649
- * @internal
650
- */
651
- childrenCache(): ChildrenCache;
652
- /**
653
- * Resolve one or more path strings to a resolved string
654
- *
655
- * Same interface as require('path').resolve.
656
- *
657
- * Much faster than path.resolve() when called multiple times for the same
658
- * path, because the resolved Path objects are cached. Much slower
659
- * otherwise.
660
- */
661
- resolve(...paths: string[]): string;
662
- /**
663
- * Resolve one or more path strings to a resolved string, returning
664
- * the posix path. Identical to .resolve() on posix systems, but on
665
- * windows will return a forward-slash separated UNC path.
666
- *
667
- * Same interface as require('path').resolve.
668
- *
669
- * Much faster than path.resolve() when called multiple times for the same
670
- * path, because the resolved Path objects are cached. Much slower
671
- * otherwise.
672
- */
673
- resolvePosix(...paths: string[]): string;
674
- /**
675
- * find the relative path from the cwd to the supplied path string or entry
676
- */
677
- relative(entry?: PathBase | string): string;
678
- /**
679
- * find the relative path from the cwd to the supplied path string or
680
- * entry, using / as the path delimiter, even on Windows.
681
- */
682
- relativePosix(entry?: PathBase | string): string;
683
- /**
684
- * Return the basename for the provided string or Path object
685
- */
686
- basename(entry?: PathBase | string): string;
687
- /**
688
- * Return the dirname for the provided string or Path object
689
- */
690
- dirname(entry?: PathBase | string): string;
691
- /**
692
- * Return an array of known child entries.
693
- *
694
- * First argument may be either a string, or a Path object.
695
- *
696
- * If the Path cannot or does not contain any children, then an empty array
697
- * is returned.
698
- *
699
- * Results are cached, and thus may be out of date if the filesystem is
700
- * mutated.
701
- *
702
- * Unlike `fs.readdir()`, the `withFileTypes` option defaults to `true`. Set
703
- * `{ withFileTypes: false }` to return strings.
704
- */
705
- readdir(): Promise<PathBase[]>;
706
- readdir(opts: {
707
- withFileTypes: true;
708
- }): Promise<PathBase[]>;
709
- readdir(opts: {
710
- withFileTypes: false;
711
- }): Promise<string[]>;
712
- readdir(opts: {
713
- withFileTypes: boolean;
714
- }): Promise<PathBase[] | string[]>;
715
- readdir(entry: PathBase | string): Promise<PathBase[]>;
716
- readdir(entry: PathBase | string, opts: {
717
- withFileTypes: true;
718
- }): Promise<PathBase[]>;
719
- readdir(entry: PathBase | string, opts: {
720
- withFileTypes: false;
721
- }): Promise<string[]>;
722
- readdir(entry: PathBase | string, opts: {
723
- withFileTypes: boolean;
724
- }): Promise<PathBase[] | string[]>;
725
- /**
726
- * synchronous {@link PathScurryBase.readdir}
727
- */
728
- readdirSync(): PathBase[];
729
- readdirSync(opts: {
730
- withFileTypes: true;
731
- }): PathBase[];
732
- readdirSync(opts: {
733
- withFileTypes: false;
734
- }): string[];
735
- readdirSync(opts: {
736
- withFileTypes: boolean;
737
- }): PathBase[] | string[];
738
- readdirSync(entry: PathBase | string): PathBase[];
739
- readdirSync(entry: PathBase | string, opts: {
740
- withFileTypes: true;
741
- }): PathBase[];
742
- readdirSync(entry: PathBase | string, opts: {
743
- withFileTypes: false;
744
- }): string[];
745
- readdirSync(entry: PathBase | string, opts: {
746
- withFileTypes: boolean;
747
- }): PathBase[] | string[];
748
- /**
749
- * Call lstat() on the string or Path object, and update all known
750
- * information that can be determined.
751
- *
752
- * Note that unlike `fs.lstat()`, the returned value does not contain some
753
- * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
754
- * information is required, you will need to call `fs.lstat` yourself.
755
- *
756
- * If the Path refers to a nonexistent file, or if the lstat call fails for
757
- * any reason, `undefined` is returned. Otherwise the updated Path object is
758
- * returned.
759
- *
760
- * Results are cached, and thus may be out of date if the filesystem is
761
- * mutated.
762
- */
763
- lstat(entry?: string | PathBase): Promise<PathBase | undefined>;
764
- /**
765
- * synchronous {@link PathScurryBase.lstat}
766
- */
767
- lstatSync(entry?: string | PathBase): PathBase | undefined;
768
- /**
769
- * Return the Path object or string path corresponding to the target of a
770
- * symbolic link.
771
- *
772
- * If the path is not a symbolic link, or if the readlink call fails for any
773
- * reason, `undefined` is returned.
774
- *
775
- * Result is cached, and thus may be outdated if the filesystem is mutated.
776
- *
777
- * `{withFileTypes}` option defaults to `false`.
778
- *
779
- * On success, returns a Path object if `withFileTypes` option is true,
780
- * otherwise a string.
781
- */
782
- readlink(): Promise<string | undefined>;
783
- readlink(opt: {
784
- withFileTypes: false;
785
- }): Promise<string | undefined>;
786
- readlink(opt: {
787
- withFileTypes: true;
788
- }): Promise<PathBase | undefined>;
789
- readlink(opt: {
790
- withFileTypes: boolean;
791
- }): Promise<PathBase | string | undefined>;
792
- readlink(entry: string | PathBase, opt?: {
793
- withFileTypes: false;
794
- }): Promise<string | undefined>;
795
- readlink(entry: string | PathBase, opt: {
796
- withFileTypes: true;
797
- }): Promise<PathBase | undefined>;
798
- readlink(entry: string | PathBase, opt: {
799
- withFileTypes: boolean;
800
- }): Promise<string | PathBase | undefined>;
801
- /**
802
- * synchronous {@link PathScurryBase.readlink}
803
- */
804
- readlinkSync(): string | undefined;
805
- readlinkSync(opt: {
806
- withFileTypes: false;
807
- }): string | undefined;
808
- readlinkSync(opt: {
809
- withFileTypes: true;
810
- }): PathBase | undefined;
811
- readlinkSync(opt: {
812
- withFileTypes: boolean;
813
- }): PathBase | string | undefined;
814
- readlinkSync(entry: string | PathBase, opt?: {
815
- withFileTypes: false;
816
- }): string | undefined;
817
- readlinkSync(entry: string | PathBase, opt: {
818
- withFileTypes: true;
819
- }): PathBase | undefined;
820
- readlinkSync(entry: string | PathBase, opt: {
821
- withFileTypes: boolean;
822
- }): string | PathBase | undefined;
823
- /**
824
- * Return the Path object or string path corresponding to path as resolved
825
- * by realpath(3).
826
- *
827
- * If the realpath call fails for any reason, `undefined` is returned.
828
- *
829
- * Result is cached, and thus may be outdated if the filesystem is mutated.
830
- *
831
- * `{withFileTypes}` option defaults to `false`.
832
- *
833
- * On success, returns a Path object if `withFileTypes` option is true,
834
- * otherwise a string.
835
- */
836
- realpath(): Promise<string | undefined>;
837
- realpath(opt: {
838
- withFileTypes: false;
839
- }): Promise<string | undefined>;
840
- realpath(opt: {
841
- withFileTypes: true;
842
- }): Promise<PathBase | undefined>;
843
- realpath(opt: {
844
- withFileTypes: boolean;
845
- }): Promise<PathBase | string | undefined>;
846
- realpath(entry: string | PathBase, opt?: {
847
- withFileTypes: false;
848
- }): Promise<string | undefined>;
849
- realpath(entry: string | PathBase, opt: {
850
- withFileTypes: true;
851
- }): Promise<PathBase | undefined>;
852
- realpath(entry: string | PathBase, opt: {
853
- withFileTypes: boolean;
854
- }): Promise<string | PathBase | undefined>;
855
- realpathSync(): string | undefined;
856
- realpathSync(opt: {
857
- withFileTypes: false;
858
- }): string | undefined;
859
- realpathSync(opt: {
860
- withFileTypes: true;
861
- }): PathBase | undefined;
862
- realpathSync(opt: {
863
- withFileTypes: boolean;
864
- }): PathBase | string | undefined;
865
- realpathSync(entry: string | PathBase, opt?: {
866
- withFileTypes: false;
867
- }): string | undefined;
868
- realpathSync(entry: string | PathBase, opt: {
869
- withFileTypes: true;
870
- }): PathBase | undefined;
871
- realpathSync(entry: string | PathBase, opt: {
872
- withFileTypes: boolean;
873
- }): string | PathBase | undefined;
874
- /**
875
- * Asynchronously walk the directory tree, returning an array of
876
- * all path strings or Path objects found.
877
- *
878
- * Note that this will be extremely memory-hungry on large filesystems.
879
- * In such cases, it may be better to use the stream or async iterator
880
- * walk implementation.
881
- */
882
- walk(): Promise<PathBase[]>;
883
- walk(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Promise<PathBase[]>;
884
- walk(opts: WalkOptionsWithFileTypesFalse): Promise<string[]>;
885
- walk(opts: WalkOptions): Promise<string[] | PathBase[]>;
886
- walk(entry: string | PathBase): Promise<PathBase[]>;
887
- walk(entry: string | PathBase, opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Promise<PathBase[]>;
888
- walk(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): Promise<string[]>;
889
- walk(entry: string | PathBase, opts: WalkOptions): Promise<PathBase[] | string[]>;
890
- /**
891
- * Synchronously walk the directory tree, returning an array of
892
- * all path strings or Path objects found.
893
- *
894
- * Note that this will be extremely memory-hungry on large filesystems.
895
- * In such cases, it may be better to use the stream or async iterator
896
- * walk implementation.
897
- */
898
- walkSync(): PathBase[];
899
- walkSync(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): PathBase[];
900
- walkSync(opts: WalkOptionsWithFileTypesFalse): string[];
901
- walkSync(opts: WalkOptions): string[] | PathBase[];
902
- walkSync(entry: string | PathBase): PathBase[];
903
- walkSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue): PathBase[];
904
- walkSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): string[];
905
- walkSync(entry: string | PathBase, opts: WalkOptions): PathBase[] | string[];
906
- /**
907
- * Support for `for await`
908
- *
909
- * Alias for {@link PathScurryBase.iterate}
910
- *
911
- * Note: As of Node 19, this is very slow, compared to other methods of
912
- * walking. Consider using {@link PathScurryBase.stream} if memory overhead
913
- * and backpressure are concerns, or {@link PathScurryBase.walk} if not.
914
- */
915
- [Symbol.asyncIterator](): AsyncGenerator<PathBase, void, void>;
916
- /**
917
- * Async generator form of {@link PathScurryBase.walk}
918
- *
919
- * Note: As of Node 19, this is very slow, compared to other methods of
920
- * walking, especially if most/all of the directory tree has been previously
921
- * walked. Consider using {@link PathScurryBase.stream} if memory overhead
922
- * and backpressure are concerns, or {@link PathScurryBase.walk} if not.
923
- */
924
- iterate(): AsyncGenerator<PathBase, void, void>;
925
- iterate(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): AsyncGenerator<PathBase, void, void>;
926
- iterate(opts: WalkOptionsWithFileTypesFalse): AsyncGenerator<string, void, void>;
927
- iterate(opts: WalkOptions): AsyncGenerator<string | PathBase, void, void>;
928
- iterate(entry: string | PathBase): AsyncGenerator<PathBase, void, void>;
929
- iterate(entry: string | PathBase, opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): AsyncGenerator<PathBase, void, void>;
930
- iterate(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): AsyncGenerator<string, void, void>;
931
- iterate(entry: string | PathBase, opts: WalkOptions): AsyncGenerator<PathBase | string, void, void>;
932
- /**
933
- * Iterating over a PathScurry performs a synchronous walk.
934
- *
935
- * Alias for {@link PathScurryBase.iterateSync}
936
- */
937
- [Symbol.iterator](): Generator<PathBase, void, void>;
938
- iterateSync(): Generator<PathBase, void, void>;
939
- iterateSync(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Generator<PathBase, void, void>;
940
- iterateSync(opts: WalkOptionsWithFileTypesFalse): Generator<string, void, void>;
941
- iterateSync(opts: WalkOptions): Generator<string | PathBase, void, void>;
942
- iterateSync(entry: string | PathBase): Generator<PathBase, void, void>;
943
- iterateSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Generator<PathBase, void, void>;
944
- iterateSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): Generator<string, void, void>;
945
- iterateSync(entry: string | PathBase, opts: WalkOptions): Generator<PathBase | string, void, void>;
946
- /**
947
- * Stream form of {@link PathScurryBase.walk}
948
- *
949
- * Returns a Minipass stream that emits {@link PathBase} objects by default,
950
- * or strings if `{ withFileTypes: false }` is set in the options.
951
- */
952
- stream(): Minipass<PathBase>;
953
- stream(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Minipass<PathBase>;
954
- stream(opts: WalkOptionsWithFileTypesFalse): Minipass<string>;
955
- stream(opts: WalkOptions): Minipass<string | PathBase>;
956
- stream(entry: string | PathBase): Minipass<PathBase>;
957
- stream(entry: string | PathBase, opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue): Minipass<PathBase>;
958
- stream(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): Minipass<string>;
959
- stream(entry: string | PathBase, opts: WalkOptions): Minipass<string> | Minipass<PathBase>;
960
- /**
961
- * Synchronous form of {@link PathScurryBase.stream}
962
- *
963
- * Returns a Minipass stream that emits {@link PathBase} objects by default,
964
- * or strings if `{ withFileTypes: false }` is set in the options.
965
- *
966
- * Will complete the walk in a single tick if the stream is consumed fully.
967
- * Otherwise, will pause as needed for stream backpressure.
968
- */
969
- streamSync(): Minipass<PathBase>;
970
- streamSync(opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset): Minipass<PathBase>;
971
- streamSync(opts: WalkOptionsWithFileTypesFalse): Minipass<string>;
972
- streamSync(opts: WalkOptions): Minipass<string | PathBase>;
973
- streamSync(entry: string | PathBase): Minipass<PathBase>;
974
- streamSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue): Minipass<PathBase>;
975
- streamSync(entry: string | PathBase, opts: WalkOptionsWithFileTypesFalse): Minipass<string>;
976
- streamSync(entry: string | PathBase, opts: WalkOptions): Minipass<string> | Minipass<PathBase>;
977
- chdir(path?: string | Path): void;
978
- }
979
- /**
980
- * Options provided to all walk methods.
981
- */
982
- export interface WalkOptions {
983
- /**
984
- * Return results as {@link PathBase} objects rather than strings.
985
- * When set to false, results are fully resolved paths, as returned by
986
- * {@link PathBase.fullpath}.
987
- * @default true
988
- */
989
- withFileTypes?: boolean;
990
- /**
991
- * Attempt to read directory entries from symbolic links. Otherwise, only
992
- * actual directories are traversed. Regardless of this setting, a given
993
- * target path will only ever be walked once, meaning that a symbolic link
994
- * to a previously traversed directory will never be followed.
995
- *
996
- * Setting this imposes a slight performance penalty, because `readlink`
997
- * must be called on all symbolic links encountered, in order to avoid
998
- * infinite cycles.
999
- * @default false
1000
- */
1001
- follow?: boolean;
1002
- /**
1003
- * Only return entries where the provided function returns true.
1004
- *
1005
- * This will not prevent directories from being traversed, even if they do
1006
- * not pass the filter, though it will prevent directories themselves from
1007
- * being included in the result set. See {@link walkFilter}
1008
- *
1009
- * Asynchronous functions are not supported here.
1010
- *
1011
- * By default, if no filter is provided, all entries and traversed
1012
- * directories are included.
1013
- */
1014
- filter?: (entry: PathBase) => boolean;
1015
- /**
1016
- * Only traverse directories (and in the case of {@link follow} being set to
1017
- * true, symbolic links to directories) if the provided function returns
1018
- * true.
1019
- *
1020
- * This will not prevent directories from being included in the result set,
1021
- * even if they do not pass the supplied filter function. See {@link filter}
1022
- * to do that.
1023
- *
1024
- * Asynchronous functions are not supported here.
1025
- */
1026
- walkFilter?: (entry: PathBase) => boolean;
1027
- }
1028
- export type WalkOptionsWithFileTypesUnset = WalkOptions & {
1029
- withFileTypes?: undefined;
1030
- };
1031
- export type WalkOptionsWithFileTypesTrue = WalkOptions & {
1032
- withFileTypes: true;
1033
- };
1034
- export type WalkOptionsWithFileTypesFalse = WalkOptions & {
1035
- withFileTypes: false;
1036
- };
1037
- /**
1038
- * Windows implementation of {@link PathScurryBase}
1039
- *
1040
- * Defaults to case insensitve, uses `'\\'` to generate path strings. Uses
1041
- * {@link PathWin32} for Path objects.
1042
- */
1043
- export declare class PathScurryWin32 extends PathScurryBase {
1044
- /**
1045
- * separator for generating path strings
1046
- */
1047
- sep: '\\';
1048
- constructor(cwd?: URL | string, opts?: PathScurryOpts);
1049
- /**
1050
- * @internal
1051
- */
1052
- parseRootPath(dir: string): string;
1053
- /**
1054
- * @internal
1055
- */
1056
- newRoot(fs: FSValue): PathWin32;
1057
- /**
1058
- * Return true if the provided path string is an absolute path
1059
- */
1060
- isAbsolute(p: string): boolean;
1061
- }
1062
- /**
1063
- * {@link PathScurryBase} implementation for all posix systems other than Darwin.
1064
- *
1065
- * Defaults to case-sensitive matching, uses `'/'` to generate path strings.
1066
- *
1067
- * Uses {@link PathPosix} for Path objects.
1068
- */
1069
- export declare class PathScurryPosix extends PathScurryBase {
1070
- /**
1071
- * separator for generating path strings
1072
- */
1073
- sep: '/';
1074
- constructor(cwd?: URL | string, opts?: PathScurryOpts);
1075
- /**
1076
- * @internal
1077
- */
1078
- parseRootPath(_dir: string): string;
1079
- /**
1080
- * @internal
1081
- */
1082
- newRoot(fs: FSValue): PathPosix;
1083
- /**
1084
- * Return true if the provided path string is an absolute path
1085
- */
1086
- isAbsolute(p: string): boolean;
1087
- }
1088
- /**
1089
- * {@link PathScurryBase} implementation for Darwin (macOS) systems.
1090
- *
1091
- * Defaults to case-insensitive matching, uses `'/'` for generating path
1092
- * strings.
1093
- *
1094
- * Uses {@link PathPosix} for Path objects.
1095
- */
1096
- export declare class PathScurryDarwin extends PathScurryPosix {
1097
- constructor(cwd?: URL | string, opts?: PathScurryOpts);
1098
- }
1099
- /**
1100
- * Default {@link PathBase} implementation for the current platform.
1101
- *
1102
- * {@link PathWin32} on Windows systems, {@link PathPosix} on all others.
1103
- */
1104
- export declare const Path: typeof PathWin32 | typeof PathPosix;
1105
- export type Path = PathBase | InstanceType<typeof Path>;
1106
- /**
1107
- * Default {@link PathScurryBase} implementation for the current platform.
1108
- *
1109
- * {@link PathScurryWin32} on Windows systems, {@link PathScurryDarwin} on
1110
- * Darwin (macOS) systems, {@link PathScurryPosix} on all others.
1111
- */
1112
- export declare const PathScurry: typeof PathScurryWin32 | typeof PathScurryDarwin | typeof PathScurryPosix;
1113
- export type PathScurry = PathScurryBase | InstanceType<typeof PathScurry>;
1114
- export {};
1115
- //# sourceMappingURL=index.d.ts.map