@m5kdev/frontend 0.16.9 → 0.17.0

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 (621) hide show
  1. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +1 -6
  2. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts.map +1 -1
  3. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +1 -6
  4. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts.map +1 -1
  5. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +2 -349
  6. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts.map +1 -1
  7. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +2 -349
  8. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts.map +1 -1
  9. package/dist/src/modules/app/components/AppConfigProvider.d.mts +21 -0
  10. package/dist/src/modules/app/components/AppConfigProvider.d.mts.map +1 -0
  11. package/dist/src/modules/app/components/AppConfigProvider.d.ts +21 -0
  12. package/dist/src/modules/app/components/AppConfigProvider.d.ts.map +1 -0
  13. package/dist/src/modules/app/components/AppConfigProvider.js +16 -0
  14. package/dist/src/modules/app/components/AppConfigProvider.js.map +1 -0
  15. package/dist/src/modules/app/components/AppConfigProvider.mjs +14 -0
  16. package/dist/src/modules/app/components/AppConfigProvider.mjs.map +1 -0
  17. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts +25 -0
  18. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts.map +1 -0
  19. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts +25 -0
  20. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts.map +1 -0
  21. package/dist/src/modules/app/components/AppTrpcQueryProvider.js +52 -0
  22. package/dist/src/modules/app/components/AppTrpcQueryProvider.js.map +1 -0
  23. package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs +50 -0
  24. package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs.map +1 -0
  25. package/dist/src/modules/app/hooks/useAppConfig.d.mts +9 -0
  26. package/dist/src/modules/app/hooks/useAppConfig.d.mts.map +1 -0
  27. package/dist/src/modules/app/hooks/useAppConfig.d.ts +9 -0
  28. package/dist/src/modules/app/hooks/useAppConfig.d.ts.map +1 -0
  29. package/dist/src/modules/app/hooks/useAppConfig.js +13 -0
  30. package/dist/src/modules/app/hooks/useAppConfig.js.map +1 -0
  31. package/dist/src/modules/app/hooks/useAppConfig.mjs +12 -0
  32. package/dist/src/modules/app/hooks/useAppConfig.mjs.map +1 -0
  33. package/dist/src/modules/app/hooks/useAppTrpc.d.mts +10 -0
  34. package/dist/src/modules/app/hooks/useAppTrpc.d.mts.map +1 -0
  35. package/dist/src/modules/app/hooks/useAppTrpc.d.ts +10 -0
  36. package/dist/src/modules/app/hooks/useAppTrpc.d.ts.map +1 -0
  37. package/dist/src/modules/app/hooks/useAppTrpc.js +14 -0
  38. package/dist/src/modules/app/hooks/useAppTrpc.js.map +1 -0
  39. package/dist/src/modules/app/hooks/useAppTrpc.mjs +12 -0
  40. package/dist/src/modules/app/hooks/useAppTrpc.mjs.map +1 -0
  41. package/dist/src/modules/auth/auth.lib.d.mts +4 -4
  42. package/dist/src/modules/auth/auth.lib.d.ts +4 -4
  43. package/dist/src/modules/auth/components/AuthProvider.d.mts +1 -1
  44. package/dist/src/modules/auth/components/AuthProvider.d.mts.map +1 -1
  45. package/dist/src/modules/auth/components/AuthProvider.d.ts +1 -1
  46. package/dist/src/modules/auth/components/AuthProvider.d.ts.map +1 -1
  47. package/dist/src/modules/auth/components/AuthProvider.js +1 -1
  48. package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
  49. package/dist/src/modules/auth/hooks/useAuthAdmin.d.ts +1 -1
  50. package/dist/src/modules/billing/components/BillingProvider.d.mts +1 -4
  51. package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
  52. package/dist/src/modules/billing/components/BillingProvider.d.ts +1 -4
  53. package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
  54. package/dist/src/modules/billing/components/BillingProvider.js +3 -2
  55. package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
  56. package/dist/src/modules/billing/components/BillingProvider.mjs +3 -2
  57. package/dist/src/modules/billing/components/BillingProvider.mjs.map +1 -1
  58. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts +2 -2
  59. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts.map +1 -1
  60. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts +2 -2
  61. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts.map +1 -1
  62. package/dist/src/modules/file/hooks/useS3DownloadUrl.js +12 -4
  63. package/dist/src/modules/file/hooks/useS3DownloadUrl.js.map +1 -1
  64. package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs +12 -4
  65. package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs.map +1 -1
  66. package/dist/src/modules/file/hooks/useS3Upload.d.mts +1 -1
  67. package/dist/src/modules/file/hooks/useS3Upload.d.mts.map +1 -1
  68. package/dist/src/modules/file/hooks/useS3Upload.d.ts +1 -1
  69. package/dist/src/modules/file/hooks/useS3Upload.d.ts.map +1 -1
  70. package/dist/src/modules/file/hooks/useS3Upload.js +9 -6
  71. package/dist/src/modules/file/hooks/useS3Upload.js.map +1 -1
  72. package/dist/src/modules/file/hooks/useS3Upload.mjs +9 -6
  73. package/dist/src/modules/file/hooks/useS3Upload.mjs.map +1 -1
  74. package/dist/src/modules/file/hooks/useUpload.d.mts.map +1 -1
  75. package/dist/src/modules/file/hooks/useUpload.d.ts.map +1 -1
  76. package/dist/src/modules/file/hooks/useUpload.js +13 -6
  77. package/dist/src/modules/file/hooks/useUpload.js.map +1 -1
  78. package/dist/src/modules/file/hooks/useUpload.mjs +13 -6
  79. package/dist/src/modules/file/hooks/useUpload.mjs.map +1 -1
  80. package/dist/src/modules/table/hooks/useNuqsTable.d.mts +1 -1
  81. package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +1 -1
  82. package/package.json +25 -4
  83. package/dist/_virtual/_rolldown/runtime.mjs +0 -13
  84. package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +0 -79
  85. package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts.map +0 -1
  86. package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
  87. package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts.map +0 -1
  88. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +0 -580
  89. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts.map +0 -1
  90. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
  91. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts.map +0 -1
  92. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +0 -14
  93. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts.map +0 -1
  94. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
  95. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts.map +0 -1
  96. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +0 -10
  97. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts.map +0 -1
  98. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
  99. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts.map +0 -1
  100. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +0 -289
  101. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts.map +0 -1
  102. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
  103. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts.map +0 -1
  104. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +0 -32
  105. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts.map +0 -1
  106. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
  107. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts.map +0 -1
  108. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +0 -86
  109. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts.map +0 -1
  110. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
  111. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts.map +0 -1
  112. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +0 -101
  113. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts.map +0 -1
  114. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
  115. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts.map +0 -1
  116. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +0 -16
  117. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts.map +0 -1
  118. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
  119. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts.map +0 -1
  120. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +0 -132
  121. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts.map +0 -1
  122. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
  123. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts.map +0 -1
  124. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +0 -19
  125. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts.map +0 -1
  126. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
  127. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts.map +0 -1
  128. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +0 -5
  129. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts.map +0 -1
  130. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
  131. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts.map +0 -1
  132. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +0 -30
  133. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts.map +0 -1
  134. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
  135. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts.map +0 -1
  136. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +0 -23
  137. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts.map +0 -1
  138. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
  139. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts.map +0 -1
  140. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +0 -153
  141. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts.map +0 -1
  142. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
  143. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts.map +0 -1
  144. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +0 -91
  145. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts.map +0 -1
  146. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
  147. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts.map +0 -1
  148. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +0 -16
  149. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts.map +0 -1
  150. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
  151. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts.map +0 -1
  152. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +0 -16
  153. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts.map +0 -1
  154. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
  155. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts.map +0 -1
  156. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +0 -6
  157. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts.map +0 -1
  158. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
  159. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts.map +0 -1
  160. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +0 -35
  161. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts.map +0 -1
  162. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
  163. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts.map +0 -1
  164. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +0 -43
  165. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts.map +0 -1
  166. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
  167. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts.map +0 -1
  168. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +0 -32
  169. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts.map +0 -1
  170. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
  171. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts.map +0 -1
  172. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +0 -73
  173. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts.map +0 -1
  174. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
  175. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts.map +0 -1
  176. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +0 -26
  177. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts.map +0 -1
  178. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
  179. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts.map +0 -1
  180. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +0 -54
  181. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts.map +0 -1
  182. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
  183. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts.map +0 -1
  184. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +0 -77
  185. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts.map +0 -1
  186. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
  187. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts.map +0 -1
  188. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +0 -32
  189. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts.map +0 -1
  190. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
  191. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts.map +0 -1
  192. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +0 -17
  193. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts.map +0 -1
  194. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
  195. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts.map +0 -1
  196. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +0 -426
  197. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts.map +0 -1
  198. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
  199. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts.map +0 -1
  200. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +0 -11
  201. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts.map +0 -1
  202. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
  203. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts.map +0 -1
  204. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +0 -8
  205. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts.map +0 -1
  206. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
  207. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts.map +0 -1
  208. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +0 -132
  209. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts.map +0 -1
  210. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
  211. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts.map +0 -1
  212. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +0 -29
  213. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts.map +0 -1
  214. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
  215. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts.map +0 -1
  216. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +0 -21
  217. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts.map +0 -1
  218. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
  219. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts.map +0 -1
  220. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +0 -49
  221. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts.map +0 -1
  222. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
  223. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts.map +0 -1
  224. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +0 -18
  225. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts.map +0 -1
  226. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
  227. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts.map +0 -1
  228. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +0 -9
  229. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts.map +0 -1
  230. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
  231. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts.map +0 -1
  232. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +0 -68
  233. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts.map +0 -1
  234. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
  235. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts.map +0 -1
  236. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +0 -5
  237. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts.map +0 -1
  238. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
  239. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts.map +0 -1
  240. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +0 -183
  241. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts.map +0 -1
  242. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
  243. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts.map +0 -1
  244. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +0 -27
  245. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts.map +0 -1
  246. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
  247. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts.map +0 -1
  248. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +0 -25
  249. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts.map +0 -1
  250. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
  251. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts.map +0 -1
  252. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +0 -12
  253. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts.map +0 -1
  254. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
  255. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts.map +0 -1
  256. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +0 -66
  257. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts.map +0 -1
  258. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
  259. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts.map +0 -1
  260. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +0 -15
  261. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts.map +0 -1
  262. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
  263. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts.map +0 -1
  264. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +0 -51
  265. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts.map +0 -1
  266. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
  267. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts.map +0 -1
  268. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +0 -9
  269. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts.map +0 -1
  270. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
  271. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts.map +0 -1
  272. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +0 -32
  273. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts.map +0 -1
  274. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
  275. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts.map +0 -1
  276. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +0 -20
  277. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts.map +0 -1
  278. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
  279. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts.map +0 -1
  280. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +0 -13
  281. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts.map +0 -1
  282. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
  283. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts.map +0 -1
  284. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +0 -13
  285. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts.map +0 -1
  286. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
  287. package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts.map +0 -1
  288. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +0 -9
  289. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts.map +0 -1
  290. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
  291. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts.map +0 -1
  292. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +0 -33
  293. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts.map +0 -1
  294. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
  295. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts.map +0 -1
  296. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +0 -37
  297. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts.map +0 -1
  298. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
  299. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts.map +0 -1
  300. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +0 -17
  301. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts.map +0 -1
  302. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
  303. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts.map +0 -1
  304. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +0 -116
  305. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts.map +0 -1
  306. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
  307. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts.map +0 -1
  308. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +0 -69
  309. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts.map +0 -1
  310. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
  311. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts.map +0 -1
  312. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +0 -5
  313. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts.map +0 -1
  314. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
  315. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts.map +0 -1
  316. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +0 -16
  317. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts.map +0 -1
  318. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
  319. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts.map +0 -1
  320. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +0 -12
  321. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts.map +0 -1
  322. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
  323. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts.map +0 -1
  324. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +0 -13
  325. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts.map +0 -1
  326. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
  327. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts.map +0 -1
  328. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +0 -15
  329. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts.map +0 -1
  330. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
  331. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts.map +0 -1
  332. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +0 -16
  333. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts.map +0 -1
  334. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
  335. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts.map +0 -1
  336. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +0 -13
  337. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts.map +0 -1
  338. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
  339. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts.map +0 -1
  340. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +0 -27
  341. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts.map +0 -1
  342. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
  343. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts.map +0 -1
  344. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +0 -16
  345. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts.map +0 -1
  346. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
  347. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts.map +0 -1
  348. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +0 -12
  349. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts.map +0 -1
  350. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
  351. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts.map +0 -1
  352. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +0 -12
  353. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts.map +0 -1
  354. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
  355. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts.map +0 -1
  356. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +0 -16
  357. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts.map +0 -1
  358. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
  359. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts.map +0 -1
  360. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +0 -38
  361. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts.map +0 -1
  362. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
  363. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts.map +0 -1
  364. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +0 -14
  365. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts.map +0 -1
  366. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
  367. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts.map +0 -1
  368. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +0 -171
  369. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts.map +0 -1
  370. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
  371. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts.map +0 -1
  372. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +0 -12
  373. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts.map +0 -1
  374. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
  375. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts.map +0 -1
  376. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +0 -10
  377. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts.map +0 -1
  378. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
  379. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts.map +0 -1
  380. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +0 -16
  381. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts.map +0 -1
  382. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
  383. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts.map +0 -1
  384. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +0 -13
  385. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts.map +0 -1
  386. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
  387. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts.map +0 -1
  388. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +0 -287
  389. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts.map +0 -1
  390. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
  391. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts.map +0 -1
  392. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +0 -43
  393. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts.map +0 -1
  394. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
  395. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts.map +0 -1
  396. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +0 -225
  397. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts.map +0 -1
  398. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
  399. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts.map +0 -1
  400. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +0 -18
  401. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts.map +0 -1
  402. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
  403. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts.map +0 -1
  404. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +0 -258
  405. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts.map +0 -1
  406. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
  407. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts.map +0 -1
  408. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +0 -132
  409. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts.map +0 -1
  410. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
  411. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts.map +0 -1
  412. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +0 -8
  413. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts.map +0 -1
  414. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
  415. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts.map +0 -1
  416. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +0 -31
  417. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts.map +0 -1
  418. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
  419. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts.map +0 -1
  420. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +0 -122
  421. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts.map +0 -1
  422. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
  423. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts.map +0 -1
  424. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +0 -171
  425. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts.map +0 -1
  426. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
  427. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts.map +0 -1
  428. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +0 -33
  429. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts.map +0 -1
  430. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
  431. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts.map +0 -1
  432. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +0 -60
  433. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts.map +0 -1
  434. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
  435. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts.map +0 -1
  436. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +0 -34
  437. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts.map +0 -1
  438. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
  439. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts.map +0 -1
  440. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +0 -476
  441. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts.map +0 -1
  442. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
  443. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts.map +0 -1
  444. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +0 -122
  445. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts.map +0 -1
  446. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
  447. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts.map +0 -1
  448. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +0 -154
  449. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts.map +0 -1
  450. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
  451. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts.map +0 -1
  452. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +0 -112
  453. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts.map +0 -1
  454. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
  455. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts.map +0 -1
  456. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +0 -23
  457. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts.map +0 -1
  458. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
  459. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts.map +0 -1
  460. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +0 -13
  461. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts.map +0 -1
  462. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
  463. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts.map +0 -1
  464. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +0 -13
  465. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts.map +0 -1
  466. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
  467. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts.map +0 -1
  468. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +0 -21
  469. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts.map +0 -1
  470. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
  471. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts.map +0 -1
  472. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +0 -24
  473. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts.map +0 -1
  474. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
  475. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts.map +0 -1
  476. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +0 -71
  477. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts.map +0 -1
  478. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
  479. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts.map +0 -1
  480. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +0 -27
  481. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts.map +0 -1
  482. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
  483. package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts.map +0 -1
  484. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.mts +0 -1
  485. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.ts +0 -1
  486. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.mts +0 -1
  487. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.ts +0 -1
  488. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.mts +0 -1
  489. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.ts +0 -1
  490. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.mts +0 -1
  491. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.ts +0 -1
  492. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.mts +0 -1
  493. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.ts +0 -1
  494. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.mts +0 -1
  495. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.ts +0 -1
  496. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.mts +0 -1
  497. package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.ts +0 -1
  498. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +0 -299
  499. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts.map +0 -1
  500. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
  501. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts.map +0 -1
  502. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +0 -132
  503. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts.map +0 -1
  504. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
  505. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts.map +0 -1
  506. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +0 -766
  507. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts.map +0 -1
  508. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
  509. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts.map +0 -1
  510. package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +0 -1295
  511. package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts.map +0 -1
  512. package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
  513. package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts.map +0 -1
  514. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +0 -55
  515. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts.map +0 -1
  516. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
  517. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts.map +0 -1
  518. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +0 -573
  519. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts.map +0 -1
  520. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
  521. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts.map +0 -1
  522. package/dist/packages/backend/dist/src/app.d.mts +0 -22
  523. package/dist/packages/backend/dist/src/app.d.mts.map +0 -1
  524. package/dist/packages/backend/dist/src/app.d.ts +0 -22
  525. package/dist/packages/backend/dist/src/app.d.ts.map +0 -1
  526. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +0 -610
  527. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts.map +0 -1
  528. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
  529. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts.map +0 -1
  530. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +0 -71
  531. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts.map +0 -1
  532. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
  533. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts.map +0 -1
  534. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +0 -8
  535. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts.map +0 -1
  536. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
  537. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts.map +0 -1
  538. package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.mts +0 -1
  539. package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.ts +0 -1
  540. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +0 -2455
  541. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts.map +0 -1
  542. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
  543. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts.map +0 -1
  544. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +0 -106
  545. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts.map +0 -1
  546. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
  547. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts.map +0 -1
  548. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +0 -30
  549. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts.map +0 -1
  550. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
  551. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts.map +0 -1
  552. package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +0 -38
  553. package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts.map +0 -1
  554. package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
  555. package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts.map +0 -1
  556. package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +0 -13
  557. package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts.map +0 -1
  558. package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
  559. package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts.map +0 -1
  560. package/dist/packages/backend/dist/src/modules/base/base.grants.d.mts +0 -1
  561. package/dist/packages/backend/dist/src/modules/base/base.grants.d.ts +0 -1
  562. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +0 -57
  563. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts.map +0 -1
  564. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -57
  565. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts.map +0 -1
  566. package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +0 -129
  567. package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts.map +0 -1
  568. package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -129
  569. package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts.map +0 -1
  570. package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +0 -34
  571. package/dist/packages/backend/dist/src/modules/base/base.service.d.mts.map +0 -1
  572. package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
  573. package/dist/packages/backend/dist/src/modules/base/base.service.d.ts.map +0 -1
  574. package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +0 -6
  575. package/dist/packages/backend/dist/src/modules/base/base.types.d.mts.map +0 -1
  576. package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
  577. package/dist/packages/backend/dist/src/modules/base/base.types.d.ts.map +0 -1
  578. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +0 -2788
  579. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts.map +0 -1
  580. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
  581. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts.map +0 -1
  582. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +0 -53
  583. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts.map +0 -1
  584. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
  585. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts.map +0 -1
  586. package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +0 -76
  587. package/dist/packages/backend/dist/src/modules/email/email.service.d.mts.map +0 -1
  588. package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -76
  589. package/dist/packages/backend/dist/src/modules/email/email.service.d.ts.map +0 -1
  590. package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.mts +0 -1
  591. package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.ts +0 -1
  592. package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.mts +0 -1
  593. package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.ts +0 -1
  594. package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.mts +0 -1
  595. package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.ts +0 -1
  596. package/dist/packages/backend/dist/src/types.d.mts +0 -344
  597. package/dist/packages/backend/dist/src/types.d.mts.map +0 -1
  598. package/dist/packages/backend/dist/src/types.d.ts +0 -344
  599. package/dist/packages/backend/dist/src/types.d.ts.map +0 -1
  600. package/dist/packages/backend/dist/src/utils/errors.d.mts +0 -60
  601. package/dist/packages/backend/dist/src/utils/errors.d.mts.map +0 -1
  602. package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
  603. package/dist/packages/backend/dist/src/utils/errors.d.ts.map +0 -1
  604. package/dist/packages/backend/dist/src/utils/logger.d.mts +0 -8
  605. package/dist/packages/backend/dist/src/utils/logger.d.mts.map +0 -1
  606. package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
  607. package/dist/packages/backend/dist/src/utils/logger.d.ts.map +0 -1
  608. package/dist/packages/backend/dist/src/utils/trpc.d.mts +0 -117
  609. package/dist/packages/backend/dist/src/utils/trpc.d.mts.map +0 -1
  610. package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -117
  611. package/dist/packages/backend/dist/src/utils/trpc.d.ts.map +0 -1
  612. package/dist/src/modules/app/components/AppProvider.d.mts +0 -1
  613. package/dist/src/modules/app/components/AppProvider.d.ts +0 -1
  614. package/dist/src/modules/app/components/AppProvider.js +0 -0
  615. package/dist/src/modules/app/components/AppProvider.mjs +0 -0
  616. package/dist/src/types.d.mts +0 -8
  617. package/dist/src/types.d.mts.map +0 -1
  618. package/dist/src/types.d.ts +0 -8
  619. package/dist/src/types.d.ts.map +0 -1
  620. package/dist/src/types.js +0 -0
  621. package/dist/src/types.mjs +0 -0
@@ -1,66 +0,0 @@
1
- import { Span, SpanAttributes, SpanTimeInput } from "./span.js";
2
- import { SpanLink } from "./link.js";
3
- import { Scope } from "../scope.js";
4
-
5
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts
6
- interface StartSpanOptions {
7
- /** A manually specified start time for the created `Span` object. */
8
- startTime?: SpanTimeInput;
9
- /**
10
- * If set, start the span on a fork of this scope instead of on the current scope.
11
- * To ensure proper span cleanup, the passed scope is cloned for the duration of the span.
12
- *
13
- * If you want to modify the passed scope inside the callback, calling `getCurrentScope()`
14
- * will return the cloned scope, meaning all scope modifications will be reset once the
15
- * callback finishes
16
- *
17
- * If you want to modify the passed scope and have the changes persist after the callback ends,
18
- * modify the scope directly instead of using `getCurrentScope()`
19
- */
20
- scope?: Scope;
21
- /** The name of the span. */
22
- name: string;
23
- /** If set to true, only start a span if a parent span exists. */
24
- onlyIfParent?: boolean;
25
- /** An op for the span. This is a categorization for spans. */
26
- op?: string;
27
- /**
28
- * If provided, make the new span a child of this span.
29
- * If this is not provided, the new span will be a child of the currently active span.
30
- * If this is set to `null`, the new span will have no parent span.
31
- */
32
- parentSpan?: Span | null;
33
- /**
34
- * If set to true, this span will be forced to be treated as a transaction in the Sentry UI, if possible and applicable.
35
- * Note that it is up to the SDK to decide how exactly the span will be sent, which may change in future SDK versions.
36
- * It is not guaranteed that a span started with this flag set to `true` will be sent as a transaction.
37
- */
38
- forceTransaction?: boolean;
39
- /** Attributes for the span. */
40
- attributes?: SpanAttributes;
41
- /**
42
- * Links to associate with the new span. Setting links here is preferred over addLink()
43
- * as it allows sampling decisions to consider the link information.
44
- */
45
- links?: SpanLink[];
46
- /**
47
- * Experimental options without any stability guarantees. Use with caution!
48
- */
49
- experimental?: {
50
- /**
51
- * If set to true, always start a standalone span which will be sent as a
52
- * standalone segment span envelope instead of a transaction envelope.
53
- *
54
- * @internal this option is currently experimental and should only be
55
- * used within SDK code. It might be removed or changed in the future.
56
- * The payload ("envelope") of the resulting request sending the span to
57
- * Sentry might change at any time.
58
- *
59
- * @hidden
60
- */
61
- standalone?: boolean;
62
- };
63
- }
64
- //#endregion
65
- export { StartSpanOptions };
66
- //# sourceMappingURL=startSpanOptions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"startSpanOptions.d.ts","names":["Scope","SpanLink","Span","SpanAttributes","SpanTimeInput","StartSpanOptions","startTime","scope","name","onlyIfParent","op","parentSpan","forceTransaction","attributes","links","experimental","standalone"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;UAGiBK,gBAAAA;;EAEbC,SAAAA,GAAYF,aAAAA;EAFiB;;;;;;;;;;;EAc7BG,KAAAA,GAAQP,KAAAA;EAAAA;EAERQ,IAAAA;EAEAC;EAAAA,YAAAA;EAQAE;EANAD,EAAAA;EAYAE;;;;;EANAD,UAAAA,GAAaT,IAAAA;EA6BTc;;;;;EAvBJJ,gBAAAA;;EAEAC,UAAAA,GAAaV,cAAAA;;;;;EAKbW,KAAAA,GAAQb,QAAAA;;;;EAIRc,YAAAA;;;;;;;;;;;;IAYIC,UAAAA;EAAAA;AAAAA"}
@@ -1,15 +0,0 @@
1
- import { Stacktrace } from "./stacktrace.mjs";
2
-
3
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts
4
- /** JSDoc */
5
- interface Thread {
6
- id?: number | string;
7
- name?: string;
8
- main?: boolean;
9
- stacktrace?: Stacktrace;
10
- crashed?: boolean;
11
- current?: boolean;
12
- }
13
- //#endregion
14
- export { Thread };
15
- //# sourceMappingURL=thread.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"thread.d.mts","names":["Stacktrace","Thread","id","name","main","stacktrace","crashed","current"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;UAEiBC,MAAAA;EACbC,EAAAA;EACAC,IAAAA;EACAC,IAAAA;EACAC,UAAAA,GAAaL,UAAAA;EACbM,OAAAA;EACAC,OAAAA;AAAAA"}
@@ -1,15 +0,0 @@
1
- import { Stacktrace } from "./stacktrace.js";
2
-
3
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts
4
- /** JSDoc */
5
- interface Thread {
6
- id?: number | string;
7
- name?: string;
8
- main?: boolean;
9
- stacktrace?: Stacktrace;
10
- crashed?: boolean;
11
- current?: boolean;
12
- }
13
- //#endregion
14
- export { Thread };
15
- //# sourceMappingURL=thread.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"thread.d.ts","names":["Stacktrace","Thread","id","name","main","stacktrace","crashed","current"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;UAEiBC,MAAAA;EACbC,EAAAA;EACAC,IAAAA;EACAC,IAAAA;EACAC,UAAAA,GAAaL,UAAAA;EACbM,OAAAA;EACAC,OAAAA;AAAAA"}
@@ -1,51 +0,0 @@
1
- import { DynamicSamplingContext } from "./envelope.mjs";
2
-
3
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts
4
- type TracePropagationTargets = (string | RegExp)[];
5
- /**
6
- * `PropagationContext` represents the data from an incoming trace. It should be constructed from incoming trace data,
7
- * usually represented by `sentry-trace` and `baggage` HTTP headers.
8
- *
9
- * There is always a propagation context present in the SDK (or rather on Scopes), holding at least a `traceId`. This is
10
- * to ensure that there is always a trace we can attach events onto, even if performance monitoring is disabled. If
11
- * there was no incoming `traceId`, the `traceId` will be generated by the current SDK.
12
- */
13
- interface PropagationContext {
14
- /**
15
- * Either represents the incoming `traceId` or the `traceId` generated by the current SDK, if there was no incoming trace.
16
- */
17
- traceId: string;
18
- /**
19
- * A random between 0 an 1 (including 0, excluding 1) used for sampling in the current execution context.
20
- * This should be newly generated when a new trace is started.
21
- */
22
- sampleRand: number;
23
- /**
24
- * Represents the sampling decision of the incoming trace.
25
- *
26
- * The current SDK should not modify this value!
27
- */
28
- sampled?: boolean;
29
- /**
30
- * The `parentSpanId` denotes the ID of the incoming client span. If there is no `parentSpanId` on the propagation
31
- * context, it means that the the incoming trace didn't come from a span.
32
- *
33
- * The current SDK should not modify this value!
34
- */
35
- parentSpanId?: string;
36
- /**
37
- * A span ID that should be used for the `trace` context of various event types, and for propagation of a `parentSpanId` to downstream services, when performance is disabled or when there is no active span.
38
- * This value should be set by the SDK in an informed way when the same span ID should be used for one unit of execution (e.g. a request, usually tied to the isolation scope).
39
- * If this value is undefined on the propagation context, the SDK will generate a random span ID for `trace` contexts and trace propagation.
40
- */
41
- propagationSpanId?: string;
42
- /**
43
- * An undefined dsc in the propagation context means that the current SDK invocation is the head of trace and still free to modify and set the DSC for outgoing requests.
44
- *
45
- * The current SDK should not modify this value!
46
- */
47
- dsc?: Partial<DynamicSamplingContext>;
48
- }
49
- //#endregion
50
- export { PropagationContext, TracePropagationTargets };
51
- //# sourceMappingURL=tracing.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracing.d.mts","names":["DynamicSamplingContext","TracePropagationTargets","RegExp","PropagationContext","Partial","traceId","sampleRand","sampled","parentSpanId","propagationSpanId","dsc","SerializedTraceData","baggage","traceparent"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts"],"x_google_ignoreList":[0],"mappings":";;;KACYC,uBAAAA,aAAoCC,MAAAA;;AAAhD;;;;;AASA;;UAAiBC,kBAAAA;EAkCA;;;EA9BbE,OAAAA;EAkBAG;;;;EAbAF,UAAAA;EAyBoC;;;;;EAnBpCC,OAAAA;;;;;;;EAOAC,YAAAA;;;;;;EAMAC,iBAAAA;;;;;;EAMAC,GAAAA,GAAMN,OAAAA,CAAQJ,sBAAAA;AAAAA"}
@@ -1,51 +0,0 @@
1
- import { DynamicSamplingContext } from "./envelope.js";
2
-
3
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts
4
- type TracePropagationTargets = (string | RegExp)[];
5
- /**
6
- * `PropagationContext` represents the data from an incoming trace. It should be constructed from incoming trace data,
7
- * usually represented by `sentry-trace` and `baggage` HTTP headers.
8
- *
9
- * There is always a propagation context present in the SDK (or rather on Scopes), holding at least a `traceId`. This is
10
- * to ensure that there is always a trace we can attach events onto, even if performance monitoring is disabled. If
11
- * there was no incoming `traceId`, the `traceId` will be generated by the current SDK.
12
- */
13
- interface PropagationContext {
14
- /**
15
- * Either represents the incoming `traceId` or the `traceId` generated by the current SDK, if there was no incoming trace.
16
- */
17
- traceId: string;
18
- /**
19
- * A random between 0 an 1 (including 0, excluding 1) used for sampling in the current execution context.
20
- * This should be newly generated when a new trace is started.
21
- */
22
- sampleRand: number;
23
- /**
24
- * Represents the sampling decision of the incoming trace.
25
- *
26
- * The current SDK should not modify this value!
27
- */
28
- sampled?: boolean;
29
- /**
30
- * The `parentSpanId` denotes the ID of the incoming client span. If there is no `parentSpanId` on the propagation
31
- * context, it means that the the incoming trace didn't come from a span.
32
- *
33
- * The current SDK should not modify this value!
34
- */
35
- parentSpanId?: string;
36
- /**
37
- * A span ID that should be used for the `trace` context of various event types, and for propagation of a `parentSpanId` to downstream services, when performance is disabled or when there is no active span.
38
- * This value should be set by the SDK in an informed way when the same span ID should be used for one unit of execution (e.g. a request, usually tied to the isolation scope).
39
- * If this value is undefined on the propagation context, the SDK will generate a random span ID for `trace` contexts and trace propagation.
40
- */
41
- propagationSpanId?: string;
42
- /**
43
- * An undefined dsc in the propagation context means that the current SDK invocation is the head of trace and still free to modify and set the DSC for outgoing requests.
44
- *
45
- * The current SDK should not modify this value!
46
- */
47
- dsc?: Partial<DynamicSamplingContext>;
48
- }
49
- //#endregion
50
- export { PropagationContext, TracePropagationTargets };
51
- //# sourceMappingURL=tracing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracing.d.ts","names":["DynamicSamplingContext","TracePropagationTargets","RegExp","PropagationContext","Partial","traceId","sampleRand","sampled","parentSpanId","propagationSpanId","dsc","SerializedTraceData","baggage","traceparent"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts"],"x_google_ignoreList":[0],"mappings":";;;KACYC,uBAAAA,aAAoCC,MAAAA;;AAAhD;;;;;AASA;;UAAiBC,kBAAAA;EAkCA;;;EA9BbE,OAAAA;EAkBAG;;;;EAbAF,UAAAA;EAyBoC;;;;;EAnBpCC,OAAAA;;;;;;;EAOAC,YAAAA;;;;;;EAMAC,iBAAAA;;;;;;EAMAC,GAAAA,GAAMN,OAAAA,CAAQJ,sBAAAA;AAAAA"}
@@ -1,9 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts
2
- /**
3
- * Contains information about how the name of the transaction was determined. This will be used by the server to decide
4
- * whether or not to scrub identifiers from the transaction name, or replace the entire name with a placeholder.
5
- */
6
- type TransactionSource = /** User-defined name */'custom' /** Raw URL, potentially containing identifiers */ | 'url' /** Parametrized URL / route */ | 'route' /** Name of the view handling the request */ | 'view' /** Named after a software component, such as a function or class name. */ | 'component' /** Name of a background task (e.g. a Celery task) */ | 'task';
7
- //#endregion
8
- export { TransactionSource };
9
- //# sourceMappingURL=transaction.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transaction.d.mts","names":["TraceparentData","traceId","parentSpanId","parentSampled","TransactionSource"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;KAqBYI,iBAAAA"}
@@ -1,9 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts
2
- /**
3
- * Contains information about how the name of the transaction was determined. This will be used by the server to decide
4
- * whether or not to scrub identifiers from the transaction name, or replace the entire name with a placeholder.
5
- */
6
- type TransactionSource = /** User-defined name */'custom' /** Raw URL, potentially containing identifiers */ | 'url' /** Parametrized URL / route */ | 'route' /** Name of the view handling the request */ | 'view' /** Named after a software component, such as a function or class name. */ | 'component' /** Name of a background task (e.g. a Celery task) */ | 'task';
7
- //#endregion
8
- export { TransactionSource };
9
- //# sourceMappingURL=transaction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transaction.d.ts","names":["TraceparentData","traceId","parentSpanId","parentSampled","TransactionSource"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;KAqBYI,iBAAAA"}
@@ -1,32 +0,0 @@
1
- import { Envelope } from "./envelope.mjs";
2
- import { Client } from "../client.mjs";
3
-
4
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts
5
- type TransportMakeRequestResponse = {
6
- statusCode?: number;
7
- headers?: {
8
- [key: string]: string | null;
9
- 'x-sentry-rate-limits': string | null;
10
- 'retry-after': string | null;
11
- };
12
- };
13
- interface InternalBaseTransportOptions {
14
- /**
15
- * @ignore
16
- * Users should pass the tunnel property via the init/client options.
17
- * This is only used by the SDK to pass the tunnel to the transport.
18
- */
19
- tunnel?: string;
20
- bufferSize?: number;
21
- recordDroppedEvent: Client['recordDroppedEvent'];
22
- }
23
- interface BaseTransportOptions extends InternalBaseTransportOptions {
24
- url: string;
25
- }
26
- interface Transport {
27
- send(request: Envelope): PromiseLike<TransportMakeRequestResponse>;
28
- flush(timeout?: number): PromiseLike<boolean>;
29
- }
30
- //#endregion
31
- export { BaseTransportOptions, Transport, TransportMakeRequestResponse };
32
- //# sourceMappingURL=transport.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transport.d.mts","names":["Client","Envelope","TransportRequest","Uint8Array","body","TransportMakeRequestResponse","statusCode","headers","key","InternalBaseTransportOptions","tunnel","bufferSize","recordDroppedEvent","BaseTransportOptions","url","Transport","PromiseLike","send","request","flush","timeout","TransportRequestExecutor"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;KAKYK,4BAAAA;EACRC,UAAAA;EACAC,OAAAA;IAAAA,CACKC,GAAAA;IACD,sBAAA;IACA,aAAA;EAAA;AAAA;AAAA,UAGSC,4BAAAA;EAHI;AAGrB;;;;EAMIC,MAAAA;EACAC,UAAAA;EACAC,kBAAAA,EAAoBZ,MAAAA;AAAAA;AAAAA,UAEPa,oBAAAA,SAA6BJ,4BAAAA;EAC1CK,GAAAA;AAAAA;AAAAA,UAEaC,SAAAA;EACbE,IAAAA,CAAKC,OAAAA,EAASjB,QAAAA,GAAWe,WAAAA,CAAYX,4BAAAA;EACrCc,KAAAA,CAAMC,OAAAA,YAAmBJ,WAAAA;AAAAA"}
@@ -1,32 +0,0 @@
1
- import { Envelope } from "./envelope.js";
2
- import { Client } from "../client.js";
3
-
4
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts
5
- type TransportMakeRequestResponse = {
6
- statusCode?: number;
7
- headers?: {
8
- [key: string]: string | null;
9
- 'x-sentry-rate-limits': string | null;
10
- 'retry-after': string | null;
11
- };
12
- };
13
- interface InternalBaseTransportOptions {
14
- /**
15
- * @ignore
16
- * Users should pass the tunnel property via the init/client options.
17
- * This is only used by the SDK to pass the tunnel to the transport.
18
- */
19
- tunnel?: string;
20
- bufferSize?: number;
21
- recordDroppedEvent: Client['recordDroppedEvent'];
22
- }
23
- interface BaseTransportOptions extends InternalBaseTransportOptions {
24
- url: string;
25
- }
26
- interface Transport {
27
- send(request: Envelope): PromiseLike<TransportMakeRequestResponse>;
28
- flush(timeout?: number): PromiseLike<boolean>;
29
- }
30
- //#endregion
31
- export { BaseTransportOptions, Transport, TransportMakeRequestResponse };
32
- //# sourceMappingURL=transport.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transport.d.ts","names":["Client","Envelope","TransportRequest","Uint8Array","body","TransportMakeRequestResponse","statusCode","headers","key","InternalBaseTransportOptions","tunnel","bufferSize","recordDroppedEvent","BaseTransportOptions","url","Transport","PromiseLike","send","request","flush","timeout","TransportRequestExecutor"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;KAKYK,4BAAAA;EACRC,UAAAA;EACAC,OAAAA;IAAAA,CACKC,GAAAA;IACD,sBAAA;IACA,aAAA;EAAA;AAAA;AAAA,UAGSC,4BAAAA;EAHI;AAGrB;;;;EAMIC,MAAAA;EACAC,UAAAA;EACAC,kBAAAA,EAAoBZ,MAAAA;AAAAA;AAAAA,UAEPa,oBAAAA,SAA6BJ,4BAAAA;EAC1CK,GAAAA;AAAAA;AAAAA,UAEaC,SAAAA;EACbE,IAAAA,CAAKC,OAAAA,EAASjB,QAAAA,GAAWe,WAAAA,CAAYX,4BAAAA;EACrCc,KAAAA,CAAMC,OAAAA,YAAmBJ,WAAAA;AAAAA"}
@@ -1,20 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts
2
- /**
3
- * An interface describing a user of an application or a handled request.
4
- */
5
- interface User {
6
- [key: string]: any;
7
- id?: string | number;
8
- ip_address?: string | null;
9
- email?: string;
10
- username?: string;
11
- geo?: GeoLocation;
12
- }
13
- interface GeoLocation {
14
- country_code?: string;
15
- region?: string;
16
- city?: string;
17
- }
18
- //#endregion
19
- export { User };
20
- //# sourceMappingURL=user.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user.d.mts","names":["User","GeoLocation","key","id","ip_address","email","username","geo","country_code","region","city"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts"],"x_google_ignoreList":[0],"mappings":";;AAGA;;UAAiBA,IAAAA;EAAAA,CACZE,GAAAA;EACDC,EAAAA;EACAC,UAAAA;EACAC,KAAAA;EACAC,QAAAA;EACAC,GAAAA,GAAMN,WAAAA;AAAAA;AAAAA,UAEOA,WAAAA;EACbO,YAAAA;EACAC,MAAAA;EACAC,IAAAA;AAAAA"}
@@ -1,20 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts
2
- /**
3
- * An interface describing a user of an application or a handled request.
4
- */
5
- interface User {
6
- [key: string]: any;
7
- id?: string | number;
8
- ip_address?: string | null;
9
- email?: string;
10
- username?: string;
11
- geo?: GeoLocation;
12
- }
13
- interface GeoLocation {
14
- country_code?: string;
15
- region?: string;
16
- city?: string;
17
- }
18
- //#endregion
19
- export { User };
20
- //# sourceMappingURL=user.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user.d.ts","names":["User","GeoLocation","key","id","ip_address","email","username","geo","country_code","region","city"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts"],"x_google_ignoreList":[0],"mappings":";;AAGA;;UAAiBA,IAAAA;EAAAA,CACZE,GAAAA;EACDC,EAAAA;EACAC,UAAAA;EACAC,KAAAA;EACAC,QAAAA;EACAC,GAAAA,GAAMN,WAAAA;AAAAA;AAAAA,UAEOA,WAAAA;EACbO,YAAAA;EACAC,MAAAA;EACAC,IAAAA;AAAAA"}
@@ -1,13 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts
2
- /**
3
- * Ordered LRU cache for storing feature flags in the scope context. The name
4
- * of each flag in the buffer is unique, and the output of getAll() is ordered
5
- * from oldest to newest.
6
- */
7
- type FeatureFlag = {
8
- readonly flag: string;
9
- readonly result: boolean;
10
- };
11
- //#endregion
12
- export { FeatureFlag };
13
- //# sourceMappingURL=featureFlags.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"featureFlags.d.mts","names":["Event","FeatureFlag","flag","result","_INTERNAL_FLAG_BUFFER_SIZE","_INTERNAL_MAX_FLAGS_PER_SPAN","_INTERNAL_copyFlagsFromScopeToEvent","event","_INTERNAL_insertFlagToScope","name","value","maxSize","_INTERNAL_insertToFlagBuffer","flags","_INTERNAL_addFeatureFlagToActiveSpan","maxFlagsPerSpan"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts"],"x_google_ignoreList":[0],"mappings":";AAMA;;;;;AAAA,KAAYC,WAAAA;EAAAA,SACCC,IAAAA;EAAAA,SACAC,MAAAA;AAAAA"}
@@ -1,13 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts
2
- /**
3
- * Ordered LRU cache for storing feature flags in the scope context. The name
4
- * of each flag in the buffer is unique, and the output of getAll() is ordered
5
- * from oldest to newest.
6
- */
7
- type FeatureFlag = {
8
- readonly flag: string;
9
- readonly result: boolean;
10
- };
11
- //#endregion
12
- export { FeatureFlag };
13
- //# sourceMappingURL=featureFlags.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"featureFlags.d.ts","names":["Event","FeatureFlag","flag","result","_INTERNAL_FLAG_BUFFER_SIZE","_INTERNAL_MAX_FLAGS_PER_SPAN","_INTERNAL_copyFlagsFromScopeToEvent","event","_INTERNAL_insertFlagToScope","name","value","maxSize","_INTERNAL_insertToFlagBuffer","flags","_INTERNAL_addFeatureFlagToActiveSpan","maxFlagsPerSpan"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts"],"x_google_ignoreList":[0],"mappings":";AAMA;;;;;AAAA,KAAYC,WAAAA;EAAAA,SACCC,IAAAA;EAAAA,SACAC,MAAAA;AAAAA"}
@@ -1,13 +0,0 @@
1
- import { CaptureContext, ScopeContext } from "../scope.mjs";
2
- import { EventHint } from "../types-hoist/event.mjs";
3
-
4
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts
5
- /**
6
- * This type makes sure that we get either a CaptureContext, OR an EventHint.
7
- * It does not allow mixing them, which could lead to unexpected outcomes, e.g. this is disallowed:
8
- * { user: { id: '123' }, mechanism: { handled: false } }
9
- */
10
- type ExclusiveEventHintOrCaptureContext = (CaptureContext & Partial<{ [key in keyof EventHint]: never }>) | (EventHint & Partial<{ [key in keyof ScopeContext]: never }>);
11
- //#endregion
12
- export { ExclusiveEventHintOrCaptureContext };
13
- //# sourceMappingURL=prepareEvent.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prepareEvent.d.mts","names":["Client","CaptureContext","ScopeContext","Scope","Event","EventHint","ClientOptions","StackParser","ExclusiveEventHintOrCaptureContext","Partial","key","prepareEvent","PromiseLike","options","event","hint","scope","client","isolationScope","applyClientOptions","applyDebugIds","stackParser","applyDebugMeta","parseEventHintOrCaptureContext"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;KAWYQ,kCAAAA,IAAsCP,cAAAA,GAAiBQ,OAAAA,iBACjDJ,SAAAA,gBACXA,SAAAA,GAAYI,OAAAA,iBACDP,YAAAA"}
@@ -1,13 +0,0 @@
1
- import { CaptureContext, ScopeContext } from "../scope.js";
2
- import { EventHint } from "../types-hoist/event.js";
3
-
4
- //#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts
5
- /**
6
- * This type makes sure that we get either a CaptureContext, OR an EventHint.
7
- * It does not allow mixing them, which could lead to unexpected outcomes, e.g. this is disallowed:
8
- * { user: { id: '123' }, mechanism: { handled: false } }
9
- */
10
- type ExclusiveEventHintOrCaptureContext = (CaptureContext & Partial<{ [key in keyof EventHint]: never }>) | (EventHint & Partial<{ [key in keyof ScopeContext]: never }>);
11
- //#endregion
12
- export { ExclusiveEventHintOrCaptureContext };
13
- //# sourceMappingURL=prepareEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prepareEvent.d.ts","names":["Client","CaptureContext","ScopeContext","Scope","Event","EventHint","ClientOptions","StackParser","ExclusiveEventHintOrCaptureContext","Partial","key","prepareEvent","PromiseLike","options","event","hint","scope","client","isolationScope","applyClientOptions","applyDebugIds","stackParser","applyDebugMeta","parseEventHintOrCaptureContext"],"sources":["../../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;KAWYQ,kCAAAA,IAAsCP,cAAAA,GAAiBQ,OAAAA,iBACjDJ,SAAAA,gBACXA,SAAAA,GAAYI,OAAAA,iBACDP,YAAAA"}
@@ -1,9 +0,0 @@
1
- import { RunnableQuery } from "./runnable-query.mjs";
2
- import { Dialect } from "./column-builder.mjs";
3
-
4
- //#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts
5
- type BatchItem<TDialect extends Dialect = Dialect> = RunnableQuery<any, TDialect>;
6
- type BatchResponse<T extends BatchItem[] | readonly BatchItem[]> = { [K in keyof T]: T[K]['_']['result'] };
7
- //#endregion
8
- export { BatchItem, BatchResponse };
9
- //# sourceMappingURL=batch.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"batch.d.mts","names":["Dialect","RunnableQuery","BatchItem","TDialect","BatchResponse","T","K"],"sources":["../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;KAEYE,SAAAA,kBAA2BF,OAAAA,GAAUA,OAAAA,IAAWC,aAAAA,MAAmBE,QAAAA;AAAAA,KACnEC,aAAAA,WAAwBF,SAAAA,cAAuBA,SAAAA,oBAC3CG,CAAAA,GAAIA,CAAAA,CAAEC,CAAAA"}
@@ -1,9 +0,0 @@
1
- import { RunnableQuery } from "./runnable-query.js";
2
- import { Dialect } from "./column-builder.js";
3
-
4
- //#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts
5
- type BatchItem<TDialect extends Dialect = Dialect> = RunnableQuery<any, TDialect>;
6
- type BatchResponse<T extends BatchItem[] | readonly BatchItem[]> = { [K in keyof T]: T[K]['_']['result'] };
7
- //#endregion
8
- export { BatchItem, BatchResponse };
9
- //# sourceMappingURL=batch.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"batch.d.ts","names":["Dialect","RunnableQuery","BatchItem","TDialect","BatchResponse","T","K"],"sources":["../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;KAEYE,SAAAA,kBAA2BF,OAAAA,GAAUA,OAAAA,IAAWC,aAAAA,MAAmBE,QAAAA;AAAAA,KACnEC,aAAAA,WAAwBF,SAAAA,cAAuBA,SAAAA,oBAC3CG,CAAAA,GAAIA,CAAAA,CAAEC,CAAAA"}
@@ -1,33 +0,0 @@
1
- import { entityKind } from "../../entity.mjs";
2
- import { CacheConfig } from "./types.mjs";
3
- import { Table } from "../../table.mjs";
4
-
5
- //#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts
6
- declare abstract class Cache {
7
- static readonly [entityKind]: string;
8
- abstract strategy(): 'explicit' | 'all';
9
- /**
10
- * Invoked if we should check cache for cached response
11
- * @param sql
12
- * @param tables
13
- */
14
- abstract get(key: string, tables: string[], isTag: boolean, isAutoInvalidate?: boolean): Promise<any[] | undefined>;
15
- /**
16
- * Invoked if new query should be inserted to cache
17
- * @param sql
18
- * @param tables
19
- */
20
- abstract put(hashedQuery: string, response: any, tables: string[], isTag: boolean, config?: CacheConfig): Promise<void>;
21
- /**
22
- * Invoked if insert, update, delete was invoked
23
- * @param tables
24
- */
25
- abstract onMutate(params: MutationOption): Promise<void>;
26
- }
27
- type MutationOption = {
28
- tags?: string | string[];
29
- tables?: Table<any> | Table<any>[] | string | string[];
30
- };
31
- //#endregion
32
- export { Cache };
33
- //# sourceMappingURL=cache.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cache.d.mts","names":["entityKind","Table","CacheConfig","Cache","Promise","MutationOption","strategy","get","key","tables","isTag","isAutoInvalidate","put","hashedQuery","response","config","onMutate","params","NoopCache","_key","_hashedQuery","_response","_tables","_config","_params","tags","hashQuery","sql"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;uBAG8BG,KAAAA;EAAAA,iBACTH,UAAAA;EAAAA,SACRM,QAAAA,CAAAA;EAFsB;;;;;EAAA,SAQtBC,GAAAA,CAAIC,GAAAA,UAAaC,MAAAA,YAAkBC,KAAAA,WAAgBC,gBAAAA,aAA6BP,OAAAA;EAW/DC;;;;;EAAAA,SALjBO,GAAAA,CAAIC,WAAAA,UAAqBC,QAAAA,OAAeL,MAAAA,YAAkBC,KAAAA,WAAgBK,MAAAA,GAASb,WAAAA,GAAcE,OAAAA;EANjGG;;;;EAAAA,SAWAS,QAAAA,CAASC,MAAAA,EAAQZ,cAAAA,GAAiBD,OAAAA;AAAAA;AAAAA,KASnCC,cAAAA;EACRoB,IAAAA;EACAhB,MAAAA,GAASR,KAAAA,QAAaA,KAAAA;AAAAA"}
@@ -1,33 +0,0 @@
1
- import { entityKind } from "../../entity.js";
2
- import { CacheConfig } from "./types.js";
3
- import { Table } from "../../table.js";
4
-
5
- //#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts
6
- declare abstract class Cache {
7
- static readonly [entityKind]: string;
8
- abstract strategy(): 'explicit' | 'all';
9
- /**
10
- * Invoked if we should check cache for cached response
11
- * @param sql
12
- * @param tables
13
- */
14
- abstract get(key: string, tables: string[], isTag: boolean, isAutoInvalidate?: boolean): Promise<any[] | undefined>;
15
- /**
16
- * Invoked if new query should be inserted to cache
17
- * @param sql
18
- * @param tables
19
- */
20
- abstract put(hashedQuery: string, response: any, tables: string[], isTag: boolean, config?: CacheConfig): Promise<void>;
21
- /**
22
- * Invoked if insert, update, delete was invoked
23
- * @param tables
24
- */
25
- abstract onMutate(params: MutationOption): Promise<void>;
26
- }
27
- type MutationOption = {
28
- tags?: string | string[];
29
- tables?: Table<any> | Table<any>[] | string | string[];
30
- };
31
- //#endregion
32
- export { Cache };
33
- //# sourceMappingURL=cache.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cache.d.ts","names":["entityKind","Table","CacheConfig","Cache","Promise","MutationOption","strategy","get","key","tables","isTag","isAutoInvalidate","put","hashedQuery","response","config","onMutate","params","NoopCache","_key","_hashedQuery","_response","_tables","_config","_params","tags","hashQuery","sql"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;uBAG8BG,KAAAA;EAAAA,iBACTH,UAAAA;EAAAA,SACRM,QAAAA,CAAAA;EAFsB;;;;;EAAA,SAQtBC,GAAAA,CAAIC,GAAAA,UAAaC,MAAAA,YAAkBC,KAAAA,WAAgBC,gBAAAA,aAA6BP,OAAAA;EAW/DC;;;;;EAAAA,SALjBO,GAAAA,CAAIC,WAAAA,UAAqBC,QAAAA,OAAeL,MAAAA,YAAkBC,KAAAA,WAAgBK,MAAAA,GAASb,WAAAA,GAAcE,OAAAA;EANjGG;;;;EAAAA,SAWAS,QAAAA,CAASC,MAAAA,EAAQZ,cAAAA,GAAiBD,OAAAA;AAAAA;AAAAA,KASnCC,cAAAA;EACRoB,IAAAA;EACAhB,MAAAA,GAASR,KAAAA,QAAaA,KAAAA;AAAAA"}
@@ -1,37 +0,0 @@
1
- //#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts
2
- type CacheConfig = {
3
- /**
4
- * expire time, in seconds (a positive integer)
5
- */
6
- ex?: number;
7
- /**
8
- * expire time, in milliseconds (a positive integer).
9
- */
10
- px?: number;
11
- /**
12
- * Unix time at which the key will expire, in seconds (a positive integer).
13
- */
14
- exat?: number;
15
- /**
16
- * Unix time at which the key will expire, in milliseconds (a positive integer)
17
- */
18
- pxat?: number;
19
- /**
20
- * Retain the time to live associated with the key.
21
- */
22
- keepTtl?: boolean;
23
- /**
24
- * Set an expiration (TTL or time to live) on one or more fields of a given hash key.
25
- * Used for HEXPIRE command
26
- */
27
- hexOptions?: 'NX' | 'nx' | 'XX' | 'xx' | 'GT' | 'gt' | 'LT' | 'lt';
28
- };
29
- type WithCacheConfig = {
30
- enable: boolean;
31
- config?: CacheConfig;
32
- tag?: string;
33
- autoInvalidate?: boolean;
34
- };
35
- //#endregion
36
- export { CacheConfig, WithCacheConfig };
37
- //# sourceMappingURL=types.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.mts","names":["CacheConfig","ex","px","exat","pxat","keepTtl","hexOptions","WithCacheConfig","enable","config","tag","autoInvalidate"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts"],"x_google_ignoreList":[0],"mappings":";KAAYA,WAAAA;EAAAA;;;EAIRC,EAAAA;EAAAA;;;EAIAC,EAAAA;EAYAG;;;EARAF,IAAAA;EAeQI;;;EAXRH,IAAAA;EAYAI;;;EARAH,OAAAA;EAWAM;;;;EANAL,UAAAA;AAAAA;AAAAA,KAEQC,eAAAA;EACRC,MAAAA;EACAC,MAAAA,GAAST,WAAAA;EACTU,GAAAA;EACAC,cAAAA;AAAAA"}