@m5kdev/frontend 0.16.9 → 0.17.1

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 (651) hide show
  1. package/dist/src/modules/app/components/AppConfigProvider.d.mts +21 -0
  2. package/dist/src/modules/app/components/AppConfigProvider.d.mts.map +1 -0
  3. package/dist/src/modules/app/components/AppConfigProvider.d.ts +21 -0
  4. package/dist/src/modules/app/components/AppConfigProvider.d.ts.map +1 -0
  5. package/dist/src/modules/app/components/AppConfigProvider.js +16 -0
  6. package/dist/src/modules/app/components/AppConfigProvider.js.map +1 -0
  7. package/dist/src/modules/app/components/AppConfigProvider.mjs +14 -0
  8. package/dist/src/modules/app/components/AppConfigProvider.mjs.map +1 -0
  9. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts +25 -0
  10. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts.map +1 -0
  11. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts +25 -0
  12. package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts.map +1 -0
  13. package/dist/src/modules/app/components/AppTrpcQueryProvider.js +52 -0
  14. package/dist/src/modules/app/components/AppTrpcQueryProvider.js.map +1 -0
  15. package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs +50 -0
  16. package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs.map +1 -0
  17. package/dist/src/modules/app/hooks/useAppConfig.d.mts +9 -0
  18. package/dist/src/modules/app/hooks/useAppConfig.d.mts.map +1 -0
  19. package/dist/src/modules/app/hooks/useAppConfig.d.ts +9 -0
  20. package/dist/src/modules/app/hooks/useAppConfig.d.ts.map +1 -0
  21. package/dist/src/modules/app/hooks/useAppConfig.js +13 -0
  22. package/dist/src/modules/app/hooks/useAppConfig.js.map +1 -0
  23. package/dist/src/modules/app/hooks/useAppConfig.mjs +12 -0
  24. package/dist/src/modules/app/hooks/useAppConfig.mjs.map +1 -0
  25. package/dist/src/modules/app/hooks/useAppTrpc.d.mts +10 -0
  26. package/dist/src/modules/app/hooks/useAppTrpc.d.mts.map +1 -0
  27. package/dist/src/modules/app/hooks/useAppTrpc.d.ts +10 -0
  28. package/dist/src/modules/app/hooks/useAppTrpc.d.ts.map +1 -0
  29. package/dist/src/modules/app/hooks/useAppTrpc.js +14 -0
  30. package/dist/src/modules/app/hooks/useAppTrpc.js.map +1 -0
  31. package/dist/src/modules/app/hooks/useAppTrpc.mjs +12 -0
  32. package/dist/src/modules/app/hooks/useAppTrpc.mjs.map +1 -0
  33. package/dist/src/modules/auth/auth.lib.d.mts +9 -9
  34. package/dist/src/modules/auth/auth.lib.d.ts +9 -9
  35. package/dist/src/modules/auth/components/AuthProvider.js +1 -1
  36. package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
  37. package/dist/src/modules/auth/hooks/useAuthAdmin.d.ts +1 -1
  38. package/dist/src/modules/auth/hooks/useSession.d.mts +1 -1
  39. package/dist/src/modules/auth/hooks/useSession.d.ts +1 -1
  40. package/dist/src/modules/billing/components/BillingProvider.d.mts +0 -3
  41. package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
  42. package/dist/src/modules/billing/components/BillingProvider.d.ts +0 -3
  43. package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
  44. package/dist/src/modules/billing/components/BillingProvider.js +3 -2
  45. package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
  46. package/dist/src/modules/billing/components/BillingProvider.mjs +3 -2
  47. package/dist/src/modules/billing/components/BillingProvider.mjs.map +1 -1
  48. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts +2 -2
  49. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts.map +1 -1
  50. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts +2 -2
  51. package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts.map +1 -1
  52. package/dist/src/modules/file/hooks/useS3DownloadUrl.js +12 -4
  53. package/dist/src/modules/file/hooks/useS3DownloadUrl.js.map +1 -1
  54. package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs +12 -4
  55. package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs.map +1 -1
  56. package/dist/src/modules/file/hooks/useS3Upload.d.mts +1 -1
  57. package/dist/src/modules/file/hooks/useS3Upload.d.mts.map +1 -1
  58. package/dist/src/modules/file/hooks/useS3Upload.d.ts +1 -1
  59. package/dist/src/modules/file/hooks/useS3Upload.d.ts.map +1 -1
  60. package/dist/src/modules/file/hooks/useS3Upload.js +9 -6
  61. package/dist/src/modules/file/hooks/useS3Upload.js.map +1 -1
  62. package/dist/src/modules/file/hooks/useS3Upload.mjs +9 -6
  63. package/dist/src/modules/file/hooks/useS3Upload.mjs.map +1 -1
  64. package/dist/src/modules/file/hooks/useUpload.d.mts.map +1 -1
  65. package/dist/src/modules/file/hooks/useUpload.d.ts.map +1 -1
  66. package/dist/src/modules/file/hooks/useUpload.js +13 -6
  67. package/dist/src/modules/file/hooks/useUpload.js.map +1 -1
  68. package/dist/src/modules/file/hooks/useUpload.mjs +13 -6
  69. package/dist/src/modules/file/hooks/useUpload.mjs.map +1 -1
  70. package/dist/src/modules/table/hooks/useNuqsQueryParams.d.mts +1 -4
  71. package/dist/src/modules/table/hooks/useNuqsQueryParams.d.mts.map +1 -1
  72. package/dist/src/modules/table/hooks/useNuqsQueryParams.d.ts +1 -4
  73. package/dist/src/modules/table/hooks/useNuqsQueryParams.d.ts.map +1 -1
  74. package/dist/src/modules/table/hooks/useNuqsTable.d.mts +2 -3
  75. package/dist/src/modules/table/hooks/useNuqsTable.d.mts.map +1 -1
  76. package/dist/src/modules/table/hooks/useNuqsTable.d.ts +1 -2
  77. package/dist/src/modules/table/hooks/useNuqsTable.d.ts.map +1 -1
  78. package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +2 -2
  79. package/dist/src/modules/table/hooks/useQueryWithParams.d.mts.map +1 -1
  80. package/dist/src/modules/table/hooks/useQueryWithParams.d.ts +1 -1
  81. package/dist/src/modules/table/hooks/useQueryWithParams.d.ts.map +1 -1
  82. package/package.json +28 -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/@tanstack_react-table@8.21.2_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@tanstack/react-table/build/lib/index.d.mts +0 -5
  289. package/dist/node_modules/.pnpm/@tanstack_react-table@8.21.2_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@tanstack/react-table/build/lib/index.d.ts +0 -5
  290. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.mts +0 -5
  291. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.mts.map +0 -1
  292. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts +0 -5
  293. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts.map +0 -1
  294. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.mts +0 -8
  295. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.mts.map +0 -1
  296. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.ts +0 -8
  297. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.ts.map +0 -1
  298. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.mts +0 -5
  299. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.mts.map +0 -1
  300. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.ts +0 -5
  301. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.ts.map +0 -1
  302. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.mts +0 -9
  303. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.mts.map +0 -1
  304. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.ts +0 -9
  305. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.ts.map +0 -1
  306. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.mts +0 -5
  307. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.mts.map +0 -1
  308. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.ts +0 -5
  309. package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.ts.map +0 -1
  310. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +0 -31
  311. 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 +0 -1
  312. package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +0 -31
  313. 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 +0 -1
  314. 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 +0 -912
  315. 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 +0 -1
  316. 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 +0 -912
  317. 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 +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/batch.d.mts +0 -9
  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/batch.d.mts.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/batch.d.ts +0 -9
  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/batch.d.ts.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/cache/core/cache.d.mts +0 -33
  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/cache/core/cache.d.mts.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/cache/core/cache.d.ts +0 -33
  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/cache/core/cache.d.ts.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/cache/core/types.d.mts +0 -37
  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/cache/core/types.d.mts.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/cache/core/types.d.ts +0 -37
  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/cache/core/types.d.ts.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/casing.d.mts +0 -17
  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/casing.d.mts.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/casing.d.ts +0 -17
  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/casing.d.ts.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/column-builder.d.mts +0 -116
  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/column-builder.d.mts.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/column-builder.d.ts +0 -116
  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/column-builder.d.ts.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/column.d.mts +0 -69
  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/column.d.mts.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/column.d.ts +0 -69
  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/column.d.ts.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/entity.d.mts +0 -5
  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/entity.d.mts.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/entity.d.ts +0 -5
  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/entity.d.ts.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/gel-core/columns/common.d.mts +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/gel-core/columns/common.d.mts.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/gel-core/columns/common.d.ts +0 -16
  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/gel-core/columns/common.d.ts.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/gel-core/table.d.mts +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/gel-core/table.d.mts.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/gel-core/table.d.ts +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/gel-core/table.d.ts.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/libsql/driver-core.d.mts +0 -13
  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/libsql/driver-core.d.mts.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/libsql/driver-core.d.ts +0 -13
  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/libsql/driver-core.d.ts.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/migrator.d.mts +0 -15
  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/migrator.d.mts.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/migrator.d.ts +0 -15
  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/migrator.d.ts.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/mysql-core/columns/common.d.mts +0 -16
  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/mysql-core/columns/common.d.mts.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/mysql-core/columns/common.d.ts +0 -16
  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/mysql-core/columns/common.d.ts.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/mysql-core/table.d.mts +0 -13
  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/mysql-core/table.d.mts.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/mysql-core/table.d.ts +0 -13
  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/mysql-core/table.d.ts.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/operations.d.mts +0 -27
  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/operations.d.mts.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/operations.d.ts +0 -27
  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/operations.d.ts.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/pg-core/columns/common.d.mts +0 -16
  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/pg-core/columns/common.d.mts.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/pg-core/columns/common.d.ts +0 -16
  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/pg-core/columns/common.d.ts.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/pg-core/sequence.d.mts +0 -12
  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/pg-core/sequence.d.mts.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/pg-core/sequence.d.ts +0 -12
  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/pg-core/sequence.d.ts.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/pg-core/table.d.mts +0 -12
  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/pg-core/table.d.mts.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/pg-core/table.d.ts +0 -12
  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/pg-core/table.d.ts.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/query-builders/query-builder.d.mts +0 -16
  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/query-builders/query-builder.d.mts.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/query-builders/query-builder.d.ts +0 -16
  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/query-builders/query-builder.d.ts.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/query-builders/select.types.d.mts +0 -38
  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/query-builders/select.types.d.mts.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/query-builders/select.types.d.ts +0 -38
  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/query-builders/select.types.d.ts.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/query-promise.d.mts +0 -14
  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/query-promise.d.mts.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/query-promise.d.ts +0 -14
  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/query-promise.d.ts.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/relations.d.mts +0 -171
  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/relations.d.mts.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/relations.d.ts +0 -171
  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/relations.d.ts.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/runnable-query.d.mts +0 -12
  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/runnable-query.d.mts.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/runnable-query.d.ts +0 -12
  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/runnable-query.d.ts.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/session.d.mts +0 -10
  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/session.d.mts.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/session.d.ts +0 -10
  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/session.d.ts.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/singlestore-core/columns/common.d.mts +0 -16
  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/singlestore-core/columns/common.d.mts.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/singlestore-core/columns/common.d.ts +0 -16
  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/singlestore-core/columns/common.d.ts.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/singlestore-core/table.d.mts +0 -13
  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/singlestore-core/table.d.mts.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/singlestore-core/table.d.ts +0 -13
  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/singlestore-core/table.d.ts.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/sql/expressions/conditions.d.mts +0 -287
  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/sql/expressions/conditions.d.mts.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/sql/expressions/conditions.d.ts +0 -287
  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/sql/expressions/conditions.d.ts.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/sql/expressions/select.d.mts +0 -43
  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/sql/expressions/select.d.mts.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/sql/expressions/select.d.ts +0 -43
  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/sql/expressions/select.d.ts.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/sql/sql.d.mts +0 -225
  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/sql/sql.d.mts.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/sql/sql.d.ts +0 -225
  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/sql/sql.d.ts.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/columns/common.d.mts +0 -18
  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/columns/common.d.mts.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/columns/common.d.ts +0 -18
  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/columns/common.d.ts.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/db.d.mts +0 -258
  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/db.d.mts.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/db.d.ts +0 -258
  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/db.d.ts.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/dialect.d.mts +0 -132
  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/dialect.d.mts.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/dialect.d.ts +0 -132
  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/dialect.d.ts.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/indexes.d.mts +0 -8
  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/indexes.d.mts.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/indexes.d.ts +0 -8
  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/indexes.d.ts.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/count.d.mts +0 -31
  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/count.d.mts.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/count.d.ts +0 -31
  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/count.d.ts.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/delete.d.mts +0 -122
  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/delete.d.mts.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/query-builders/delete.d.ts +0 -122
  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/query-builders/delete.d.ts.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/query-builders/insert.d.mts +0 -171
  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/query-builders/insert.d.mts.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/query-builders/insert.d.ts +0 -171
  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/query-builders/insert.d.ts.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/query-builders/query-builder.d.mts +0 -33
  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/query-builders/query-builder.d.mts.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/query-builders/query-builder.d.ts +0 -33
  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/query-builders/query-builder.d.ts.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/query-builders/query.d.mts +0 -60
  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/query-builders/query.d.mts.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/query-builders/query.d.ts +0 -60
  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/query-builders/query.d.ts.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/query-builders/raw.d.mts +0 -34
  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/query-builders/raw.d.mts.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/query-builders/raw.d.ts +0 -34
  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/query-builders/raw.d.ts.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/query-builders/select.d.mts +0 -476
  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/query-builders/select.d.mts.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/sqlite-core/query-builders/select.d.ts +0 -476
  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/sqlite-core/query-builders/select.d.ts.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/sqlite-core/query-builders/select.types.d.mts +0 -122
  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/sqlite-core/query-builders/select.types.d.mts.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/sqlite-core/query-builders/select.types.d.ts +0 -122
  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/sqlite-core/query-builders/select.types.d.ts.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/sqlite-core/query-builders/update.d.mts +0 -154
  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/sqlite-core/query-builders/update.d.mts.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/sqlite-core/query-builders/update.d.ts +0 -154
  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/sqlite-core/query-builders/update.d.ts.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/sqlite-core/session.d.mts +0 -112
  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/sqlite-core/session.d.mts.map +0 -1
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. 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
  490. 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
  491. 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
  492. 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
  493. 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
  494. 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
  495. 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
  496. 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
  497. 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
  498. 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
  499. 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
  500. 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
  501. 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
  502. 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
  503. 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
  504. 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
  505. 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
  506. 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
  507. 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
  508. 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
  509. 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
  510. 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
  511. 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
  512. 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
  513. 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
  514. 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
  515. 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
  516. 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
  517. 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
  518. 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
  519. 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
  520. 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
  521. 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
  522. 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
  523. 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
  524. 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
  525. 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
  526. 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
  527. 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
  528. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +0 -299
  529. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts.map +0 -1
  530. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
  531. package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts.map +0 -1
  532. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +0 -132
  533. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts.map +0 -1
  534. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
  535. package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts.map +0 -1
  536. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +0 -766
  537. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts.map +0 -1
  538. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
  539. package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts.map +0 -1
  540. 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
  541. 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
  542. 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
  543. 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
  544. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +0 -55
  545. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts.map +0 -1
  546. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
  547. package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts.map +0 -1
  548. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +0 -573
  549. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts.map +0 -1
  550. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
  551. package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts.map +0 -1
  552. package/dist/packages/backend/dist/src/app.d.mts +0 -22
  553. package/dist/packages/backend/dist/src/app.d.mts.map +0 -1
  554. package/dist/packages/backend/dist/src/app.d.ts +0 -22
  555. package/dist/packages/backend/dist/src/app.d.ts.map +0 -1
  556. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +0 -610
  557. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts.map +0 -1
  558. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
  559. package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts.map +0 -1
  560. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +0 -71
  561. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts.map +0 -1
  562. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
  563. package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts.map +0 -1
  564. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +0 -8
  565. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts.map +0 -1
  566. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
  567. package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts.map +0 -1
  568. package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.mts +0 -1
  569. package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.ts +0 -1
  570. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +0 -2455
  571. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts.map +0 -1
  572. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
  573. package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts.map +0 -1
  574. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +0 -106
  575. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts.map +0 -1
  576. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
  577. package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts.map +0 -1
  578. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +0 -30
  579. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts.map +0 -1
  580. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
  581. package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts.map +0 -1
  582. package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +0 -38
  583. package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts.map +0 -1
  584. package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
  585. package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts.map +0 -1
  586. package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +0 -13
  587. package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts.map +0 -1
  588. package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
  589. package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts.map +0 -1
  590. package/dist/packages/backend/dist/src/modules/base/base.grants.d.mts +0 -1
  591. package/dist/packages/backend/dist/src/modules/base/base.grants.d.ts +0 -1
  592. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +0 -57
  593. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts.map +0 -1
  594. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -57
  595. package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts.map +0 -1
  596. package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +0 -129
  597. package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts.map +0 -1
  598. package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -129
  599. package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts.map +0 -1
  600. package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +0 -34
  601. package/dist/packages/backend/dist/src/modules/base/base.service.d.mts.map +0 -1
  602. package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
  603. package/dist/packages/backend/dist/src/modules/base/base.service.d.ts.map +0 -1
  604. package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +0 -6
  605. package/dist/packages/backend/dist/src/modules/base/base.types.d.mts.map +0 -1
  606. package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
  607. package/dist/packages/backend/dist/src/modules/base/base.types.d.ts.map +0 -1
  608. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +0 -2788
  609. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts.map +0 -1
  610. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
  611. package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts.map +0 -1
  612. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +0 -53
  613. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts.map +0 -1
  614. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
  615. package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts.map +0 -1
  616. package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +0 -76
  617. package/dist/packages/backend/dist/src/modules/email/email.service.d.mts.map +0 -1
  618. package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -76
  619. package/dist/packages/backend/dist/src/modules/email/email.service.d.ts.map +0 -1
  620. package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.mts +0 -1
  621. package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.ts +0 -1
  622. package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.mts +0 -1
  623. package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.ts +0 -1
  624. package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.mts +0 -1
  625. package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.ts +0 -1
  626. package/dist/packages/backend/dist/src/types.d.mts +0 -344
  627. package/dist/packages/backend/dist/src/types.d.mts.map +0 -1
  628. package/dist/packages/backend/dist/src/types.d.ts +0 -344
  629. package/dist/packages/backend/dist/src/types.d.ts.map +0 -1
  630. package/dist/packages/backend/dist/src/utils/errors.d.mts +0 -60
  631. package/dist/packages/backend/dist/src/utils/errors.d.mts.map +0 -1
  632. package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
  633. package/dist/packages/backend/dist/src/utils/errors.d.ts.map +0 -1
  634. package/dist/packages/backend/dist/src/utils/logger.d.mts +0 -8
  635. package/dist/packages/backend/dist/src/utils/logger.d.mts.map +0 -1
  636. package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
  637. package/dist/packages/backend/dist/src/utils/logger.d.ts.map +0 -1
  638. package/dist/packages/backend/dist/src/utils/trpc.d.mts +0 -117
  639. package/dist/packages/backend/dist/src/utils/trpc.d.mts.map +0 -1
  640. package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -117
  641. package/dist/packages/backend/dist/src/utils/trpc.d.ts.map +0 -1
  642. package/dist/src/modules/app/components/AppProvider.d.mts +0 -1
  643. package/dist/src/modules/app/components/AppProvider.d.ts +0 -1
  644. package/dist/src/modules/app/components/AppProvider.js +0 -0
  645. package/dist/src/modules/app/components/AppProvider.mjs +0 -0
  646. package/dist/src/types.d.mts +0 -8
  647. package/dist/src/types.d.mts.map +0 -1
  648. package/dist/src/types.d.ts +0 -8
  649. package/dist/src/types.d.ts.map +0 -1
  650. package/dist/src/types.js +0 -0
  651. package/dist/src/types.mjs +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"count.d.ts","names":["entityKind","SQL","SQLWrapper","SQLiteSession","SQLiteTable","SQLiteView","SQLiteCountBuilder","TResult1","TResult2","TSession","Symbol","toStringTag","PromiseLike","Promise","params","source","filters","session","sql","buildEmbeddedCount","buildCount","constructor","then","value","onfulfilled","reason","onrejected","catch","onRejected","finally","onFinally"],"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/sqlite-core/query-builders/count.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;cAKqBM,kBAAAA,kBAAoCH,aAAAA,8BAA2CF,GAAAA,oBAAuBY,OAAAA,UAAiBX,UAAAA;EAAAA,SAC/HY,MAAAA;IACLC,MAAAA,EAAQX,WAAAA,GAAcC,UAAAA,GAAaJ,GAAAA,GAAMC,UAAAA;IACzCc,OAAAA,GAAUf,GAAAA;IACVgB,OAAAA,EAASR,QAAAA;EAAAA;EAAAA,QAELS,GAAAA;EAAAA,iBACSlB,UAAAA;EAAAA,CAChBU,MAAAA,CAAOC,WAAAA;EAAAA,QACAM,OAAAA;EAAAA,eACOE,kBAAAA;EAAAA,eACAC,UAAAA;EACfC,WAAAA,CAAYP,MAAAA;IACRC,MAAAA,EAAQX,WAAAA,GAAcC,UAAAA,GAAaJ,GAAAA,GAAMC,UAAAA;IACzCc,OAAAA,GAAUf,GAAAA;IACVgB,OAAAA,EAASR,QAAAA;EAAAA;EAEba,IAAAA,qCAAAA,CAA0CE,WAAAA,KAAgBD,KAAAA,aAAkBhB,QAAAA,GAAWK,WAAAA,CAAYL,QAAAA,uBAA+BmB,UAAAA,KAAeD,MAAAA,UAAgBjB,QAAAA,GAAWI,WAAAA,CAAYJ,QAAAA,wBAAgCK,OAAAA,CAAQN,QAAAA,GAAWC,QAAAA;EAC3OmB,KAAAA,CAAMC,UAAAA,KAAeH,MAAAA,kBAAwBb,WAAAA,8BAAyCC,OAAAA;EACtFgB,OAAAA,CAAQC,SAAAA,qCAA8CjB,OAAAA;AAAAA"}
@@ -1,122 +0,0 @@
1
- import { entityKind } from "../../entity.mjs";
2
- import { Subquery } from "../../subquery.mjs";
3
- import { SelectResultFields } from "../../query-builders/select.types.mjs";
4
- import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.mjs";
5
- import { DrizzleTypeError, ValueOrArray } from "../../utils.mjs";
6
- import { QueryPromise } from "../../query-promise.mjs";
7
- import { RunnableQuery } from "../../runnable-query.mjs";
8
- import { SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
9
- import { SQLiteDialect } from "../dialect.mjs";
10
- import { SQLiteTable } from "../table.mjs";
11
- import { SQLiteColumn } from "../columns/common.mjs";
12
- import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.mjs";
13
-
14
- //#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/sqlite-core/query-builders/delete.d.ts
15
- type SQLiteDeleteWithout<T extends AnySQLiteDeleteBase, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
16
- type SQLiteDelete<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning extends Record<string, unknown> | undefined = undefined> = SQLiteDeleteBase<TTable, TResultType, TRunResult, TReturning, true, never>;
17
- interface SQLiteDeleteConfig {
18
- where?: SQL | undefined;
19
- limit?: number | Placeholder;
20
- orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
21
- table: SQLiteTable;
22
- returning?: SelectedFieldsOrdered;
23
- withList?: Subquery[];
24
- }
25
- type SQLiteDeleteReturningAll<T extends AnySQLiteDeleteBase, TDynamic extends boolean> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
26
- type SQLiteDeleteReturning<T extends AnySQLiteDeleteBase, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
27
- type SQLiteDeleteExecute<T extends AnySQLiteDeleteBase> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
28
- type SQLiteDeletePrepare<T extends AnySQLiteDeleteBase> = SQLitePreparedQuery<{
29
- type: T['_']['resultType'];
30
- run: T['_']['runResult'];
31
- all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
32
- get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'] | undefined;
33
- values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
34
- execute: SQLiteDeleteExecute<T>;
35
- }>;
36
- type SQLiteDeleteDynamic<T extends AnySQLiteDeleteBase> = SQLiteDelete<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
37
- type AnySQLiteDeleteBase = SQLiteDeleteBase<any, any, any, any, any, any>;
38
- interface SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
39
- readonly _: {
40
- dialect: 'sqlite';
41
- readonly table: TTable;
42
- readonly resultType: TResultType;
43
- readonly runResult: TRunResult;
44
- readonly returning: TReturning;
45
- readonly dynamic: TDynamic;
46
- readonly excludedMethods: TExcludedMethods;
47
- readonly result: TReturning extends undefined ? TRunResult : TReturning[];
48
- };
49
- }
50
- declare class SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> implements RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
51
- private table;
52
- private session;
53
- private dialect;
54
- static readonly [entityKind]: string;
55
- constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
56
- /**
57
- * Adds a `where` clause to the query.
58
- *
59
- * Calling this method will delete only those rows that fulfill a specified condition.
60
- *
61
- * See docs: {@link https://orm.drizzle.team/docs/delete}
62
- *
63
- * @param where the `where` clause.
64
- *
65
- * @example
66
- * You can use conditional operators and `sql function` to filter the rows to be deleted.
67
- *
68
- * ```ts
69
- * // Delete all cars with green color
70
- * db.delete(cars).where(eq(cars.color, 'green'));
71
- * // or
72
- * db.delete(cars).where(sql`${cars.color} = 'green'`)
73
- * ```
74
- *
75
- * You can logically combine conditional operators with `and()` and `or()` operators:
76
- *
77
- * ```ts
78
- * // Delete all BMW cars with a green color
79
- * db.delete(cars).where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
80
- *
81
- * // Delete all cars with the green or blue color
82
- * db.delete(cars).where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
83
- * ```
84
- */
85
- where(where: SQL | undefined): SQLiteDeleteWithout<this, TDynamic, 'where'>;
86
- orderBy(builder: (deleteTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
87
- orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
88
- limit(limit: number | Placeholder): SQLiteDeleteWithout<this, TDynamic, 'limit'>;
89
- /**
90
- * Adds a `returning` clause to the query.
91
- *
92
- * Calling this method will return the specified fields of the deleted rows. If no fields are specified, all fields will be returned.
93
- *
94
- * See docs: {@link https://orm.drizzle.team/docs/delete#delete-with-return}
95
- *
96
- * @example
97
- * ```ts
98
- * // Delete all cars with the green color and return all fields
99
- * const deletedCars: Car[] = await db.delete(cars)
100
- * .where(eq(cars.color, 'green'))
101
- * .returning();
102
- *
103
- * // Delete all cars with the green color and return only their id and brand fields
104
- * const deletedCarsIdsAndBrands: { id: number, brand: string }[] = await db.delete(cars)
105
- * .where(eq(cars.color, 'green'))
106
- * .returning({ id: cars.id, brand: cars.brand });
107
- * ```
108
- */
109
- returning(): SQLiteDeleteReturningAll<this, TDynamic>;
110
- returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteDeleteReturning<this, TDynamic, TSelectedFields>;
111
- toSQL(): Query;
112
- prepare(): SQLiteDeletePrepare<this>;
113
- run: ReturnType<this['prepare']>['run'];
114
- all: ReturnType<this['prepare']>['all'];
115
- get: ReturnType<this['prepare']>['get'];
116
- values: ReturnType<this['prepare']>['values'];
117
- execute(placeholderValues?: Record<string, unknown>): Promise<SQLiteDeleteExecute<this>>;
118
- $dynamic(): SQLiteDeleteDynamic<this>;
119
- }
120
- //#endregion
121
- export { SQLiteDeleteBase, SQLiteDeleteConfig };
122
- //# sourceMappingURL=delete.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete.d.mts","names":["entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","ValueOrArray","SQLiteColumn","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteDeleteWithout","T","TDynamic","K","AnySQLiteDeleteBase","SQLiteDeleteBase","Omit","SQLiteDelete","TTable","TResultType","TRunResult","TReturning","Record","SQLiteDeleteConfig","Aliased","where","limit","orderBy","table","returning","withList","SQLiteDeleteReturningAll","SQLiteDeleteReturning","TSelectedFields","SQLiteDeleteExecute","SQLiteDeletePrepare","type","run","all","get","values","execute","SQLiteDeleteDynamic","TExcludedMethods","_","dialect","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","session","constructor","deleteTable","builder","columns","fields","toSQL","prepare","placeholderValues","$dynamic"],"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/sqlite-core/query-builders/delete.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1,122 +0,0 @@
1
- import { entityKind } from "../../entity.js";
2
- import { Subquery } from "../../subquery.js";
3
- import { SelectResultFields } from "../../query-builders/select.types.js";
4
- import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.js";
5
- import { DrizzleTypeError, ValueOrArray } from "../../utils.js";
6
- import { QueryPromise } from "../../query-promise.js";
7
- import { RunnableQuery } from "../../runnable-query.js";
8
- import { SQLitePreparedQuery, SQLiteSession } from "../session.js";
9
- import { SQLiteDialect } from "../dialect.js";
10
- import { SQLiteTable } from "../table.js";
11
- import { SQLiteColumn } from "../columns/common.js";
12
- import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.js";
13
-
14
- //#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/sqlite-core/query-builders/delete.d.ts
15
- type SQLiteDeleteWithout<T extends AnySQLiteDeleteBase, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
16
- type SQLiteDelete<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning extends Record<string, unknown> | undefined = undefined> = SQLiteDeleteBase<TTable, TResultType, TRunResult, TReturning, true, never>;
17
- interface SQLiteDeleteConfig {
18
- where?: SQL | undefined;
19
- limit?: number | Placeholder;
20
- orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
21
- table: SQLiteTable;
22
- returning?: SelectedFieldsOrdered;
23
- withList?: Subquery[];
24
- }
25
- type SQLiteDeleteReturningAll<T extends AnySQLiteDeleteBase, TDynamic extends boolean> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
26
- type SQLiteDeleteReturning<T extends AnySQLiteDeleteBase, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
27
- type SQLiteDeleteExecute<T extends AnySQLiteDeleteBase> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
28
- type SQLiteDeletePrepare<T extends AnySQLiteDeleteBase> = SQLitePreparedQuery<{
29
- type: T['_']['resultType'];
30
- run: T['_']['runResult'];
31
- all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
32
- get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'] | undefined;
33
- values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
34
- execute: SQLiteDeleteExecute<T>;
35
- }>;
36
- type SQLiteDeleteDynamic<T extends AnySQLiteDeleteBase> = SQLiteDelete<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
37
- type AnySQLiteDeleteBase = SQLiteDeleteBase<any, any, any, any, any, any>;
38
- interface SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
39
- readonly _: {
40
- dialect: 'sqlite';
41
- readonly table: TTable;
42
- readonly resultType: TResultType;
43
- readonly runResult: TRunResult;
44
- readonly returning: TReturning;
45
- readonly dynamic: TDynamic;
46
- readonly excludedMethods: TExcludedMethods;
47
- readonly result: TReturning extends undefined ? TRunResult : TReturning[];
48
- };
49
- }
50
- declare class SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> implements RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
51
- private table;
52
- private session;
53
- private dialect;
54
- static readonly [entityKind]: string;
55
- constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
56
- /**
57
- * Adds a `where` clause to the query.
58
- *
59
- * Calling this method will delete only those rows that fulfill a specified condition.
60
- *
61
- * See docs: {@link https://orm.drizzle.team/docs/delete}
62
- *
63
- * @param where the `where` clause.
64
- *
65
- * @example
66
- * You can use conditional operators and `sql function` to filter the rows to be deleted.
67
- *
68
- * ```ts
69
- * // Delete all cars with green color
70
- * db.delete(cars).where(eq(cars.color, 'green'));
71
- * // or
72
- * db.delete(cars).where(sql`${cars.color} = 'green'`)
73
- * ```
74
- *
75
- * You can logically combine conditional operators with `and()` and `or()` operators:
76
- *
77
- * ```ts
78
- * // Delete all BMW cars with a green color
79
- * db.delete(cars).where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
80
- *
81
- * // Delete all cars with the green or blue color
82
- * db.delete(cars).where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
83
- * ```
84
- */
85
- where(where: SQL | undefined): SQLiteDeleteWithout<this, TDynamic, 'where'>;
86
- orderBy(builder: (deleteTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
87
- orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
88
- limit(limit: number | Placeholder): SQLiteDeleteWithout<this, TDynamic, 'limit'>;
89
- /**
90
- * Adds a `returning` clause to the query.
91
- *
92
- * Calling this method will return the specified fields of the deleted rows. If no fields are specified, all fields will be returned.
93
- *
94
- * See docs: {@link https://orm.drizzle.team/docs/delete#delete-with-return}
95
- *
96
- * @example
97
- * ```ts
98
- * // Delete all cars with the green color and return all fields
99
- * const deletedCars: Car[] = await db.delete(cars)
100
- * .where(eq(cars.color, 'green'))
101
- * .returning();
102
- *
103
- * // Delete all cars with the green color and return only their id and brand fields
104
- * const deletedCarsIdsAndBrands: { id: number, brand: string }[] = await db.delete(cars)
105
- * .where(eq(cars.color, 'green'))
106
- * .returning({ id: cars.id, brand: cars.brand });
107
- * ```
108
- */
109
- returning(): SQLiteDeleteReturningAll<this, TDynamic>;
110
- returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteDeleteReturning<this, TDynamic, TSelectedFields>;
111
- toSQL(): Query;
112
- prepare(): SQLiteDeletePrepare<this>;
113
- run: ReturnType<this['prepare']>['run'];
114
- all: ReturnType<this['prepare']>['all'];
115
- get: ReturnType<this['prepare']>['get'];
116
- values: ReturnType<this['prepare']>['values'];
117
- execute(placeholderValues?: Record<string, unknown>): Promise<SQLiteDeleteExecute<this>>;
118
- $dynamic(): SQLiteDeleteDynamic<this>;
119
- }
120
- //#endregion
121
- export { SQLiteDeleteBase, SQLiteDeleteConfig };
122
- //# sourceMappingURL=delete.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete.d.ts","names":["entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","ValueOrArray","SQLiteColumn","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteDeleteWithout","T","TDynamic","K","AnySQLiteDeleteBase","SQLiteDeleteBase","Omit","SQLiteDelete","TTable","TResultType","TRunResult","TReturning","Record","SQLiteDeleteConfig","Aliased","where","limit","orderBy","table","returning","withList","SQLiteDeleteReturningAll","SQLiteDeleteReturning","TSelectedFields","SQLiteDeleteExecute","SQLiteDeletePrepare","type","run","all","get","values","execute","SQLiteDeleteDynamic","TExcludedMethods","_","dialect","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","session","constructor","deleteTable","builder","columns","fields","toSQL","prepare","placeholderValues","$dynamic"],"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/sqlite-core/query-builders/delete.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1,171 +0,0 @@
1
- import { entityKind } from "../../entity.mjs";
2
- import { Subquery } from "../../subquery.mjs";
3
- import { SelectResultFields } from "../../query-builders/select.types.mjs";
4
- import { Param, Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.mjs";
5
- import { DrizzleTypeError, Simplify } from "../../utils.mjs";
6
- import { TypedQueryBuilder } from "../../query-builders/query-builder.mjs";
7
- import { QueryPromise } from "../../query-promise.mjs";
8
- import { RunnableQuery } from "../../runnable-query.mjs";
9
- import { IndexColumn } from "../indexes.mjs";
10
- import { SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
11
- import { SQLiteUpdateSetSource } from "./update.mjs";
12
- import { SQLiteDialect } from "../dialect.mjs";
13
- import { QueryBuilder } from "./query-builder.mjs";
14
- import { SQLiteTable } from "../table.mjs";
15
- import { AnySQLiteColumn } from "../columns/common.mjs";
16
- import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.mjs";
17
-
18
- //#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/sqlite-core/query-builders/insert.d.ts
19
- interface SQLiteInsertConfig<TTable extends SQLiteTable = SQLiteTable> {
20
- table: TTable;
21
- values: Record<string, Param | SQL>[] | SQLiteInsertSelectQueryBuilder<TTable> | SQL;
22
- withList?: Subquery[];
23
- onConflict?: SQL[];
24
- returning?: SelectedFieldsOrdered;
25
- select?: boolean;
26
- }
27
- type SQLiteInsertValue<TTable extends SQLiteTable> = Simplify<{ [Key in keyof TTable['$inferInsert']]: TTable['$inferInsert'][Key] | SQL | Placeholder }>;
28
- type SQLiteInsertSelectQueryBuilder<TTable extends SQLiteTable> = TypedQueryBuilder<{ [K in keyof TTable['$inferInsert']]: AnySQLiteColumn | SQL | SQL.Aliased | TTable['$inferInsert'][K] }>;
29
- declare class SQLiteInsertBuilder<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult> {
30
- protected table: TTable;
31
- protected session: SQLiteSession<any, any, any, any>;
32
- protected dialect: SQLiteDialect;
33
- private withList?;
34
- static readonly [entityKind]: string;
35
- constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[] | undefined);
36
- values(value: SQLiteInsertValue<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
37
- values(values: SQLiteInsertValue<TTable>[]): SQLiteInsertBase<TTable, TResultType, TRunResult>;
38
- select(selectQuery: (qb: QueryBuilder) => SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
39
- select(selectQuery: (qb: QueryBuilder) => SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
40
- select(selectQuery: SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
41
- select(selectQuery: SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
42
- }
43
- type SQLiteInsertWithout<T extends AnySQLiteInsert, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
44
- type SQLiteInsertReturning<T extends AnySQLiteInsert, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
45
- type SQLiteInsertReturningAll<T extends AnySQLiteInsert, TDynamic extends boolean> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
46
- type SQLiteInsertOnConflictDoUpdateConfig<T extends AnySQLiteInsert> = {
47
- target: IndexColumn | IndexColumn[]; /** @deprecated - use either `targetWhere` or `setWhere` */
48
- where?: SQL;
49
- targetWhere?: SQL;
50
- setWhere?: SQL;
51
- set: SQLiteUpdateSetSource<T['_']['table']>;
52
- };
53
- type SQLiteInsertDynamic<T extends AnySQLiteInsert> = SQLiteInsert<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
54
- type SQLiteInsertExecute<T extends AnySQLiteInsert> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
55
- type SQLiteInsertPrepare<T extends AnySQLiteInsert> = SQLitePreparedQuery<{
56
- type: T['_']['resultType'];
57
- run: T['_']['runResult'];
58
- all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
59
- get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'];
60
- values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
61
- execute: SQLiteInsertExecute<T>;
62
- }>;
63
- type AnySQLiteInsert = SQLiteInsertBase<any, any, any, any, any, any>;
64
- type SQLiteInsert<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning = any> = SQLiteInsertBase<TTable, TResultType, TRunResult, TReturning, true, never>;
65
- interface SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends SQLWrapper, QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'> {
66
- readonly _: {
67
- readonly dialect: 'sqlite';
68
- readonly table: TTable;
69
- readonly resultType: TResultType;
70
- readonly runResult: TRunResult;
71
- readonly returning: TReturning;
72
- readonly dynamic: TDynamic;
73
- readonly excludedMethods: TExcludedMethods;
74
- readonly result: TReturning extends undefined ? TRunResult : TReturning[];
75
- };
76
- }
77
- declare class SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> implements RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
78
- private session;
79
- private dialect;
80
- static readonly [entityKind]: string;
81
- constructor(table: TTable, values: SQLiteInsertConfig['values'], session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[], select?: boolean);
82
- /**
83
- * Adds a `returning` clause to the query.
84
- *
85
- * Calling this method will return the specified fields of the inserted rows. If no fields are specified, all fields will be returned.
86
- *
87
- * See docs: {@link https://orm.drizzle.team/docs/insert#insert-returning}
88
- *
89
- * @example
90
- * ```ts
91
- * // Insert one row and return all fields
92
- * const insertedCar: Car[] = await db.insert(cars)
93
- * .values({ brand: 'BMW' })
94
- * .returning();
95
- *
96
- * // Insert one row and return only the id
97
- * const insertedCarId: { id: number }[] = await db.insert(cars)
98
- * .values({ brand: 'BMW' })
99
- * .returning({ id: cars.id });
100
- * ```
101
- */
102
- returning(): SQLiteInsertReturningAll<this, TDynamic>;
103
- returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteInsertReturning<this, TDynamic, TSelectedFields>;
104
- /**
105
- * Adds an `on conflict do nothing` clause to the query.
106
- *
107
- * Calling this method simply avoids inserting a row as its alternative action.
108
- *
109
- * See docs: {@link https://orm.drizzle.team/docs/insert#on-conflict-do-nothing}
110
- *
111
- * @param config The `target` and `where` clauses.
112
- *
113
- * @example
114
- * ```ts
115
- * // Insert one row and cancel the insert if there's a conflict
116
- * await db.insert(cars)
117
- * .values({ id: 1, brand: 'BMW' })
118
- * .onConflictDoNothing();
119
- *
120
- * // Explicitly specify conflict target
121
- * await db.insert(cars)
122
- * .values({ id: 1, brand: 'BMW' })
123
- * .onConflictDoNothing({ target: cars.id });
124
- * ```
125
- */
126
- onConflictDoNothing(config?: {
127
- target?: IndexColumn | IndexColumn[];
128
- where?: SQL;
129
- }): this;
130
- /**
131
- * Adds an `on conflict do update` clause to the query.
132
- *
133
- * Calling this method will update the existing row that conflicts with the row proposed for insertion as its alternative action.
134
- *
135
- * See docs: {@link https://orm.drizzle.team/docs/insert#upserts-and-conflicts}
136
- *
137
- * @param config The `target`, `set` and `where` clauses.
138
- *
139
- * @example
140
- * ```ts
141
- * // Update the row if there's a conflict
142
- * await db.insert(cars)
143
- * .values({ id: 1, brand: 'BMW' })
144
- * .onConflictDoUpdate({
145
- * target: cars.id,
146
- * set: { brand: 'Porsche' }
147
- * });
148
- *
149
- * // Upsert with 'where' clause
150
- * await db.insert(cars)
151
- * .values({ id: 1, brand: 'BMW' })
152
- * .onConflictDoUpdate({
153
- * target: cars.id,
154
- * set: { brand: 'newBMW' },
155
- * where: sql`${cars.createdAt} > '2023-01-01'::date`,
156
- * });
157
- * ```
158
- */
159
- onConflictDoUpdate(config: SQLiteInsertOnConflictDoUpdateConfig<this>): this;
160
- toSQL(): Query;
161
- prepare(): SQLiteInsertPrepare<this>;
162
- run: ReturnType<this['prepare']>['run'];
163
- all: ReturnType<this['prepare']>['all'];
164
- get: ReturnType<this['prepare']>['get'];
165
- values: ReturnType<this['prepare']>['values'];
166
- execute(): Promise<SQLiteInsertExecute<this>>;
167
- $dynamic(): SQLiteInsertDynamic<this>;
168
- }
169
- //#endregion
170
- export { SQLiteInsertBuilder, SQLiteInsertConfig };
171
- //# sourceMappingURL=insert.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"insert.d.mts","names":["entityKind","TypedQueryBuilder","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQLWrapper","Param","SQL","SQLiteDialect","IndexColumn","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","Simplify","AnySQLiteColumn","QueryBuilder","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteUpdateSetSource","SQLiteInsertConfig","TTable","Record","SQLiteInsertSelectQueryBuilder","table","values","withList","onConflict","returning","select","SQLiteInsertValue","Key","Aliased","K","SQLiteInsertBuilder","TResultType","TRunResult","SQLiteInsertBase","session","dialect","constructor","value","qb","selectQuery","SQLiteInsertWithout","T","TDynamic","AnySQLiteInsert","Omit","SQLiteInsertReturning","TSelectedFields","SQLiteInsertReturningAll","SQLiteInsertOnConflictDoUpdateConfig","target","where","targetWhere","setWhere","set","SQLiteInsertDynamic","SQLiteInsert","SQLiteInsertExecute","SQLiteInsertPrepare","type","run","all","get","execute","TReturning","TExcludedMethods","_","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","fields","onConflictDoNothing","config","onConflictDoUpdate","toSQL","prepare","$dynamic"],"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/sqlite-core/query-builders/insert.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;;;;;;;;;;UAiBiBuB,kBAAAA,gBAAkCT,WAAAA,GAAcA,WAAAA;EAC7Da,KAAAA,EAAOH,MAAAA;EACPI,MAAAA,EAAQH,MAAAA,SAAejB,KAAAA,GAAQC,GAAAA,MAASiB,8BAAAA,CAA+BF,MAAAA,IAAUf,GAAAA;EACjFoB,QAAAA,GAAWd,QAAAA;EACXe,UAAAA,GAAarB,GAAAA;EACbsB,SAAAA,GAAYV,qBAAAA;EACZW,MAAAA;AAAAA;AAAAA,KAEQC,iBAAAA,gBAAiCnB,WAAAA,IAAeG,QAAAA,iBAC1CO,MAAAA,mBAAyBA,MAAAA,iBAAuBU,GAAAA,IAAOzB,GAAAA,GAAMJ,WAAAA;AAAAA,KAEnEqB,8BAAAA,gBAA8CZ,WAAAA,IAAeb,iBAAAA,eACzDuB,MAAAA,mBAAyBN,eAAAA,GAAkBT,GAAAA,GAAMA,GAAAA,CAAI0B,OAAAA,GAAUX,MAAAA,iBAAuBY,CAAAA;AAAAA,cAEjFC,mBAAAA,gBAAmCvB,WAAAA;EAAAA,UAC1Ca,KAAAA,EAAOH,MAAAA;EAAAA,UACPiB,OAAAA,EAAS5B,aAAAA;EAAAA,UACT6B,OAAAA,EAAShC,aAAAA;EAAAA,QACXmB,QAAAA;EAAAA,iBACS7B,UAAAA;EACjB2C,WAAAA,CAAYhB,KAAAA,EAAOH,MAAAA,EAAQiB,OAAAA,EAAS5B,aAAAA,sBAAmC6B,OAAAA,EAAShC,aAAAA,EAAemB,QAAAA,GAAWd,QAAAA;EAC1Ga,MAAAA,CAAOgB,KAAAA,EAAOX,iBAAAA,CAAkBT,MAAAA,IAAUgB,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;EAChFX,MAAAA,CAAOA,MAAAA,EAAQK,iBAAAA,CAAkBT,MAAAA,MAAYgB,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;EACnFP,MAAAA,CAAOc,WAAAA,GAAcD,EAAAA,EAAI1B,YAAAA,KAAiBO,8BAAAA,CAA+BF,MAAAA,IAAUgB,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;EACzHP,MAAAA,CAAOc,WAAAA,GAAcD,EAAAA,EAAI1B,YAAAA,KAAiBV,GAAAA,GAAM+B,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;EACtFP,MAAAA,CAAOc,WAAAA,EAAarC,GAAAA,GAAM+B,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;EAChEP,MAAAA,CAAOc,WAAAA,EAAapB,8BAAAA,CAA+BF,MAAAA,IAAUgB,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA;AAAAA;AAAAA,KAE3FQ,mBAAAA,WAA8BG,eAAAA,4CAA2DF,CAAAA,aAAcC,QAAAA,gBAAwBD,CAAAA,GAAIG,IAAAA,CAAKX,gBAAAA,CAAiBQ,CAAAA,gBAAiBA,CAAAA,qBAAsBA,CAAAA,oBAAqBA,CAAAA,oBAAqBC,QAAAA,EAAUD,CAAAA,2BAA4BZ,CAAAA,GAAIY,CAAAA,2BAA4BZ,CAAAA;AAAAA,KAChTgB,qBAAAA,WAAgCF,eAAAA,oDAAmE9B,kBAAAA,IAAsB2B,mBAAAA,CAAoBP,gBAAAA,CAAiBQ,CAAAA,gBAAiBA,CAAAA,qBAAsBA,CAAAA,oBAAqB9C,kBAAAA,CAAmBmD,eAAAA,GAAkBJ,QAAAA,EAAUD,CAAAA,2BAA4BC,QAAAA;AAAAA,KACrSK,wBAAAA,WAAmCJ,eAAAA,8BAA6CH,mBAAAA,CAAoBP,gBAAAA,CAAiBQ,CAAAA,gBAAiBA,CAAAA,qBAAsBA,CAAAA,oBAAqBA,CAAAA,gCAAiCC,QAAAA,EAAUD,CAAAA,2BAA4BC,QAAAA;AAAAA,KACxPM,oCAAAA,WAA+CL,eAAAA;EACvDM,MAAAA,EAAQ7C,WAAAA,GAAcA,WAAAA,IA5BTF;EA8BbgD,KAAAA,GAAQhD,GAAAA;EACRiD,WAAAA,GAAcjD,GAAAA;EACdkD,QAAAA,GAAWlD,GAAAA;EACXmD,GAAAA,EAAKtC,qBAAAA,CAAsB0B,CAAAA;AAAAA;AAAAA,KAEnBa,mBAAAA,WAA8BX,eAAAA,IAAmBY,YAAAA,CAAad,CAAAA,gBAAiBA,CAAAA,qBAAsBA,CAAAA,oBAAqBA,CAAAA;AAAAA,KAC1He,mBAAAA,WAA8Bb,eAAAA,IAAmBF,CAAAA,uCAAwCA,CAAAA,qBAAsBA,CAAAA;AAAAA,KAC/GgB,mBAAAA,WAA8Bd,eAAAA,IAAmBtC,mBAAAA;EACzDqD,IAAAA,EAAMjB,CAAAA;EACNkB,GAAAA,EAAKlB,CAAAA;EACLmB,GAAAA,EAAKnB,CAAAA,uCAAwChC,gBAAAA,iDAAiEgC,CAAAA;EAC9GoB,GAAAA,EAAKpB,CAAAA,uCAAwChC,gBAAAA,iDAAiEgC,CAAAA;EAC9GpB,MAAAA,EAAQoB,CAAAA,uCAAwChC,gBAAAA;EAChDqD,OAAAA,EAASN,mBAAAA,CAAoBf,CAAAA;AAAAA;AAAAA,KAErBE,eAAAA,GAAkBV,gBAAAA;AAAAA,KAClBsB,YAAAA,gBAA4BhD,WAAAA,GAAcA,WAAAA,qGAAgH0B,gBAAAA,CAAiBhB,MAAAA,EAAQc,WAAAA,EAAaC,UAAAA,EAAY+B,UAAAA;AAAAA,UACvM9B,gBAAAA,gBAAgC1B,WAAAA,+JAA0KP,UAAAA,EAAYJ,YAAAA,CAAamE,UAAAA,qBAA+B/B,UAAAA,GAAa+B,UAAAA,KAAelE,aAAAA,CAAckE,UAAAA,qBAA+B/B,UAAAA,GAAa+B,UAAAA;EAAAA,SAC5VE,CAAAA;IAAAA,SACI9B,OAAAA;IAAAA,SACAf,KAAAA,EAAOH,MAAAA;IAAAA,SACPiD,UAAAA,EAAYnC,WAAAA;IAAAA,SACZoC,SAAAA,EAAWnC,UAAAA;IAAAA,SACXR,SAAAA,EAAWuC,UAAAA;IAAAA,SACXK,OAAAA,EAAS1B,QAAAA;IAAAA,SACT2B,eAAAA,EAAiBL,gBAAAA;IAAAA,SACjBM,MAAAA,EAAQP,UAAAA,qBAA+B/B,UAAAA,GAAa+B,UAAAA;EAAAA;AAAAA;AAAAA,cAGhD9B,gBAAAA,gBAAgC1B,WAAAA,+JAA0KX,YAAAA,CAAamE,UAAAA,qBAA+B/B,UAAAA,GAAa+B,UAAAA,eAAyBlE,aAAAA,CAAckE,UAAAA,qBAA+B/B,UAAAA,GAAa+B,UAAAA,eAAyB/D,UAAAA;EAAAA,QACxXkC,OAAAA;EAAAA,QACAC,OAAAA;EAAAA,iBACS1C,UAAAA;EACjB2C,WAAAA,CAAYhB,KAAAA,EAAOH,MAAAA,EAAQI,MAAAA,EAAQL,kBAAAA,YAA8BkB,OAAAA,EAAS5B,aAAAA,sBAAmC6B,OAAAA,EAAShC,aAAAA,EAAemB,QAAAA,GAAWd,QAAAA,IAAYiB,MAAAA;EAvDrGvB;;;;;;;;;;;;;;;;;;;;EA4EvDsB,SAAAA,CAAAA,GAAauB,wBAAAA,OAA+BL,QAAAA;EAC5ClB,SAAAA,yBAAkCX,kBAAAA,CAAAA,CAAoB4D,MAAAA,EAAQ3B,eAAAA,GAAkBD,qBAAAA,OAA4BH,QAAAA,EAAUI,eAAAA;EA3ElF7B;;;;;;;;;;;;;;;;;;;;;;EAkGpCyD,mBAAAA,CAAoBC,MAAAA;IAChB1B,MAAAA,GAAS7C,WAAAA,GAAcA,WAAAA;IACvB8C,KAAAA,GAAQhD,GAAAA;EAAAA;EA3FgG6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0H5G6C,kBAAAA,CAAmBD,MAAAA,EAAQ3B,oCAAAA;EAC3B6B,KAAAA,CAAAA,GAAS9E,KAAAA;EACT+E,OAAAA,CAAAA,GAAWrB,mBAAAA;EACXE,GAAAA,EAAKY,UAAAA;EACLX,GAAAA,EAAKW,UAAAA;EACLV,GAAAA,EAAKU,UAAAA;EACLlD,MAAAA,EAAQkD,UAAAA;EACRT,OAAAA,CAAAA,GAAWU,OAAAA,CAAQhB,mBAAAA;EACnBuB,QAAAA,CAAAA,GAAYzB,mBAAAA;AAAAA"}