@corpus-tool/workbench 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +10 -0
  3. package/bin/corpus-workbench.cjs +23 -0
  4. package/dist/apps/web/.next/BUILD_ID +1 -0
  5. package/dist/apps/web/.next/app-path-routes-manifest.json +16 -0
  6. package/dist/apps/web/.next/build-manifest.json +24 -0
  7. package/dist/apps/web/.next/package.json +1 -0
  8. package/dist/apps/web/.next/prerender-manifest.json +69 -0
  9. package/dist/apps/web/.next/required-server-files.json +361 -0
  10. package/dist/apps/web/.next/routes-manifest.json +172 -0
  11. package/dist/apps/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  12. package/dist/apps/web/.next/server/app/_global-error/page/build-manifest.json +20 -0
  13. package/dist/apps/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  14. package/dist/apps/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  15. package/dist/apps/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  16. package/dist/apps/web/.next/server/app/_global-error/page.js +9 -0
  17. package/dist/apps/web/.next/server/app/_global-error/page.js.map +5 -0
  18. package/dist/apps/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  19. package/dist/apps/web/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
  20. package/dist/apps/web/.next/server/app/_global-error.html +1 -0
  21. package/dist/apps/web/.next/server/app/_global-error.meta +22 -0
  22. package/dist/apps/web/.next/server/app/_global-error.rsc +14 -0
  23. package/dist/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +19 -0
  24. package/dist/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  25. package/dist/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  26. package/dist/apps/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  27. package/dist/apps/web/.next/server/app/_not-found/page/build-manifest.json +20 -0
  28. package/dist/apps/web/.next/server/app/_not-found/page/next-font-manifest.json +15 -0
  29. package/dist/apps/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  30. package/dist/apps/web/.next/server/app/_not-found/page/server-reference-manifest.json +49 -0
  31. package/dist/apps/web/.next/server/app/_not-found/page.js +15 -0
  32. package/dist/apps/web/.next/server/app/_not-found/page.js.map +5 -0
  33. package/dist/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  34. package/dist/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
  35. package/dist/apps/web/.next/server/app/_not-found.html +1 -0
  36. package/dist/apps/web/.next/server/app/_not-found.meta +27 -0
  37. package/dist/apps/web/.next/server/app/_not-found.rsc +16 -0
  38. package/dist/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
  39. package/dist/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +22 -0
  40. package/dist/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  41. package/dist/apps/web/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
  42. package/dist/apps/web/.next/server/app/api/health/route/build-manifest.json +12 -0
  43. package/dist/apps/web/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
  44. package/dist/apps/web/.next/server/app/api/health/route.js +6 -0
  45. package/dist/apps/web/.next/server/app/api/health/route.js.map +5 -0
  46. package/dist/apps/web/.next/server/app/api/health/route.js.nft.json +1 -0
  47. package/dist/apps/web/.next/server/app/api/health/route_client-reference-manifest.js +3 -0
  48. package/dist/apps/web/.next/server/app/api/pull/route/app-paths-manifest.json +3 -0
  49. package/dist/apps/web/.next/server/app/api/pull/route/build-manifest.json +12 -0
  50. package/dist/apps/web/.next/server/app/api/pull/route/server-reference-manifest.json +4 -0
  51. package/dist/apps/web/.next/server/app/api/pull/route.js +7 -0
  52. package/dist/apps/web/.next/server/app/api/pull/route.js.map +5 -0
  53. package/dist/apps/web/.next/server/app/api/pull/route.js.nft.json +1 -0
  54. package/dist/apps/web/.next/server/app/api/pull/route_client-reference-manifest.js +3 -0
  55. package/dist/apps/web/.next/server/app/api/push/route/app-paths-manifest.json +3 -0
  56. package/dist/apps/web/.next/server/app/api/push/route/build-manifest.json +12 -0
  57. package/dist/apps/web/.next/server/app/api/push/route/server-reference-manifest.json +4 -0
  58. package/dist/apps/web/.next/server/app/api/push/route.js +8 -0
  59. package/dist/apps/web/.next/server/app/api/push/route.js.map +5 -0
  60. package/dist/apps/web/.next/server/app/api/push/route.js.nft.json +1 -0
  61. package/dist/apps/web/.next/server/app/api/push/route_client-reference-manifest.js +3 -0
  62. package/dist/apps/web/.next/server/app/invite/page/app-paths-manifest.json +3 -0
  63. package/dist/apps/web/.next/server/app/invite/page/build-manifest.json +20 -0
  64. package/dist/apps/web/.next/server/app/invite/page/next-font-manifest.json +15 -0
  65. package/dist/apps/web/.next/server/app/invite/page/react-loadable-manifest.json +1 -0
  66. package/dist/apps/web/.next/server/app/invite/page/server-reference-manifest.json +49 -0
  67. package/dist/apps/web/.next/server/app/invite/page.js +16 -0
  68. package/dist/apps/web/.next/server/app/invite/page.js.map +5 -0
  69. package/dist/apps/web/.next/server/app/invite/page.js.nft.json +1 -0
  70. package/dist/apps/web/.next/server/app/invite/page_client-reference-manifest.js +3 -0
  71. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/app-paths-manifest.json +3 -0
  72. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/build-manifest.json +20 -0
  73. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/next-font-manifest.json +15 -0
  74. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/react-loadable-manifest.json +1 -0
  75. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/server-reference-manifest.json +49 -0
  76. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js +19 -0
  77. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js.map +5 -0
  78. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js.nft.json +1 -0
  79. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page_client-reference-manifest.js +3 -0
  80. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/app-paths-manifest.json +3 -0
  81. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/build-manifest.json +20 -0
  82. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/next-font-manifest.json +15 -0
  83. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/react-loadable-manifest.json +1 -0
  84. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/server-reference-manifest.json +49 -0
  85. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js +18 -0
  86. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js.map +5 -0
  87. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js.nft.json +1 -0
  88. package/dist/apps/web/.next/server/app/p/[slug]/entities/page_client-reference-manifest.js +3 -0
  89. package/dist/apps/web/.next/server/app/p/[slug]/page/app-paths-manifest.json +3 -0
  90. package/dist/apps/web/.next/server/app/p/[slug]/page/build-manifest.json +20 -0
  91. package/dist/apps/web/.next/server/app/p/[slug]/page/next-font-manifest.json +15 -0
  92. package/dist/apps/web/.next/server/app/p/[slug]/page/react-loadable-manifest.json +1 -0
  93. package/dist/apps/web/.next/server/app/p/[slug]/page/server-reference-manifest.json +49 -0
  94. package/dist/apps/web/.next/server/app/p/[slug]/page.js +18 -0
  95. package/dist/apps/web/.next/server/app/p/[slug]/page.js.map +5 -0
  96. package/dist/apps/web/.next/server/app/p/[slug]/page.js.nft.json +1 -0
  97. package/dist/apps/web/.next/server/app/p/[slug]/page_client-reference-manifest.js +3 -0
  98. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/app-paths-manifest.json +3 -0
  99. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/build-manifest.json +20 -0
  100. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/next-font-manifest.json +15 -0
  101. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/react-loadable-manifest.json +1 -0
  102. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/server-reference-manifest.json +71 -0
  103. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js +20 -0
  104. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js.map +5 -0
  105. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js.nft.json +1 -0
  106. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page_client-reference-manifest.js +3 -0
  107. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/app-paths-manifest.json +3 -0
  108. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/build-manifest.json +20 -0
  109. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/next-font-manifest.json +15 -0
  110. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/react-loadable-manifest.json +1 -0
  111. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/server-reference-manifest.json +104 -0
  112. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js +18 -0
  113. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js.map +5 -0
  114. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js.nft.json +1 -0
  115. package/dist/apps/web/.next/server/app/p/[slug]/settings/page_client-reference-manifest.js +3 -0
  116. package/dist/apps/web/.next/server/app/page/app-paths-manifest.json +3 -0
  117. package/dist/apps/web/.next/server/app/page/build-manifest.json +20 -0
  118. package/dist/apps/web/.next/server/app/page/next-font-manifest.json +15 -0
  119. package/dist/apps/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  120. package/dist/apps/web/.next/server/app/page/server-reference-manifest.json +49 -0
  121. package/dist/apps/web/.next/server/app/page.js +17 -0
  122. package/dist/apps/web/.next/server/app/page.js.map +5 -0
  123. package/dist/apps/web/.next/server/app/page.js.nft.json +1 -0
  124. package/dist/apps/web/.next/server/app/page_client-reference-manifest.js +3 -0
  125. package/dist/apps/web/.next/server/app/password/page/app-paths-manifest.json +3 -0
  126. package/dist/apps/web/.next/server/app/password/page/build-manifest.json +20 -0
  127. package/dist/apps/web/.next/server/app/password/page/next-font-manifest.json +15 -0
  128. package/dist/apps/web/.next/server/app/password/page/react-loadable-manifest.json +1 -0
  129. package/dist/apps/web/.next/server/app/password/page/server-reference-manifest.json +49 -0
  130. package/dist/apps/web/.next/server/app/password/page.js +16 -0
  131. package/dist/apps/web/.next/server/app/password/page.js.map +5 -0
  132. package/dist/apps/web/.next/server/app/password/page.js.nft.json +1 -0
  133. package/dist/apps/web/.next/server/app/password/page_client-reference-manifest.js +3 -0
  134. package/dist/apps/web/.next/server/app/projects/new/page/app-paths-manifest.json +3 -0
  135. package/dist/apps/web/.next/server/app/projects/new/page/build-manifest.json +20 -0
  136. package/dist/apps/web/.next/server/app/projects/new/page/next-font-manifest.json +15 -0
  137. package/dist/apps/web/.next/server/app/projects/new/page/react-loadable-manifest.json +1 -0
  138. package/dist/apps/web/.next/server/app/projects/new/page/server-reference-manifest.json +60 -0
  139. package/dist/apps/web/.next/server/app/projects/new/page.js +17 -0
  140. package/dist/apps/web/.next/server/app/projects/new/page.js.map +5 -0
  141. package/dist/apps/web/.next/server/app/projects/new/page.js.nft.json +1 -0
  142. package/dist/apps/web/.next/server/app/projects/new/page_client-reference-manifest.js +3 -0
  143. package/dist/apps/web/.next/server/app-paths-manifest.json +16 -0
  144. package/dist/apps/web/.next/server/chunks/[externals]__04ujkkj._.js +3 -0
  145. package/dist/apps/web/.next/server/chunks/[externals]__0_3fzqt._.js +3 -0
  146. package/dist/apps/web/.next/server/chunks/[externals]__0d325v9._.js +3 -0
  147. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__11cfd1v._.js +3 -0
  148. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__15bjnu5._.js +5 -0
  149. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__1j-kdja._.js +165 -0
  150. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__20dkce5._.js +3 -0
  151. package/dist/apps/web/.next/server/chunks/[turbopack]_runtime.js +807 -0
  152. package/dist/apps/web/.next/server/chunks/_0fxwvbt._.js +62 -0
  153. package/dist/apps/web/.next/server/chunks/_19xu_mj._.js +62 -0
  154. package/dist/apps/web/.next/server/chunks/_1xsl0rt._.js +3 -0
  155. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_health_route_actions_0eww65m.js +3 -0
  156. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_pull_route_actions_0v1_kau.js +3 -0
  157. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_push_route_actions_1u-9wj3.js +3 -0
  158. package/dist/apps/web/.next/server/chunks/apps_web_src_01txtk5._.js +3 -0
  159. package/dist/apps/web/.next/server/chunks/apps_web_src_db_index_ts_14lypn_._.js +10 -0
  160. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0an6blh._.js +33 -0
  161. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0bcaaku._.js +3 -0
  162. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0euzh-_._.js +3 -0
  163. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0f6s48x._.js +14 -0
  164. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0og6lqf._.js +3 -0
  165. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0txz9hy._.js +3 -0
  166. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0wv0fb2._.js +3 -0
  167. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__11n2rvj._.js +3 -0
  168. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__11pphs8._.js +3 -0
  169. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__13fsfn6._.js +4 -0
  170. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__18f0y5u._.js +3 -0
  171. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1bkvdbq._.js +3 -0
  172. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1fti-s7._.js +3 -0
  173. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1hsnadg._.js +3 -0
  174. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1io3bae._.js +33 -0
  175. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1spvo21._.js +3 -0
  176. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1w2595s._.js +3 -0
  177. package/dist/apps/web/.next/server/chunks/ssr/[turbopack]_runtime.js +807 -0
  178. package/dist/apps/web/.next/server/chunks/ssr/_0av8dmn._.js +3 -0
  179. package/dist/apps/web/.next/server/chunks/ssr/_0un1qtd._.js +131 -0
  180. package/dist/apps/web/.next/server/chunks/ssr/_1lr8k0_._.js +3 -0
  181. package/dist/apps/web/.next/server/chunks/ssr/_1m6p0mb._.js +3 -0
  182. package/dist/apps/web/.next/server/chunks/ssr/_1s5rvu9._.js +158 -0
  183. package/dist/apps/web/.next/server/chunks/ssr/_1tr_hdr._.js +3 -0
  184. package/dist/apps/web/.next/server/chunks/ssr/apps_web_0xvlx61._.js +3 -0
  185. package/dist/apps/web/.next/server/chunks/ssr/apps_web_149gpdh._.js +3 -0
  186. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__global-error_page_actions_1vxuwj7.js +3 -0
  187. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__not-found_page_actions_1z1-ku4.js +3 -0
  188. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_invite_page_actions_175yxtr.js +3 -0
  189. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_catalogue_page_actions_0dunpgt.js +3 -0
  190. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_entities_page_actions_0xiwdl9.js +3 -0
  191. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_page_actions_1792is5.js +3 -0
  192. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_s_[stringId]_page_actions_0h0xcts.js +3 -0
  193. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_page_actions_1krlpoj.js +3 -0
  194. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_password_page_actions_0bl6ck5.js +3 -0
  195. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_1qjha7w._.js +3 -0
  196. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_1sfqwo2._.js +9 -0
  197. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_app_not-found_tsx_1kje052._.js +3 -0
  198. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_app_p_[slug]_layout_tsx_09ph0yu._.js +3 -0
  199. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_copy-button_tsx_0eh9cyn._.js +3 -0
  200. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_target-pane_tsx_12vsj9g._.js +55 -0
  201. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_ui_1s3u0g_._.js +3 -0
  202. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_projects_service_ts_0uvdmn7._.js +55 -0
  203. package/dist/apps/web/.next/server/chunks/ssr/node_modules_1nkgb45._.js +23 -0
  204. package/dist/apps/web/.next/server/chunks/ssr/node_modules_1wax83z._.js +33 -0
  205. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_1bunoni._.js +3 -0
  206. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_1n3w9lb._.js +6 -0
  207. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_0p8s4lh._.js +3 -0
  208. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0q-w892.js +3 -0
  209. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js +3 -0
  210. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_server-async-storage_0t1dato.js +3 -0
  211. package/dist/apps/web/.next/server/functions-config-manifest.json +14 -0
  212. package/dist/apps/web/.next/server/instrumentation.js +4 -0
  213. package/dist/apps/web/.next/server/middleware-build-manifest.js +24 -0
  214. package/dist/apps/web/.next/server/middleware-manifest.json +6 -0
  215. package/dist/apps/web/.next/server/middleware.js +5 -0
  216. package/dist/apps/web/.next/server/next-font-manifest.js +1 -0
  217. package/dist/apps/web/.next/server/next-font-manifest.json +87 -0
  218. package/dist/apps/web/.next/server/pages/404.html +1 -0
  219. package/dist/apps/web/.next/server/pages/500.html +1 -0
  220. package/dist/apps/web/.next/server/pages-manifest.json +4 -0
  221. package/dist/apps/web/.next/server/prefetch-hints.json +25 -0
  222. package/dist/apps/web/.next/server/server-reference-manifest.js +1 -0
  223. package/dist/apps/web/.next/server/server-reference-manifest.json +312 -0
  224. package/dist/apps/web/.next/static/chunks/03zuayefdl20x.js +1 -0
  225. package/dist/apps/web/.next/static/chunks/0cz1d0mv5g_q7.js +1 -0
  226. package/dist/apps/web/.next/static/chunks/19mx3mg6lkumu.js +1 -0
  227. package/dist/apps/web/.next/static/chunks/1mh6a-0e61pyc.js +1 -0
  228. package/dist/apps/web/.next/static/chunks/1xjkexd17pw4g.js +53 -0
  229. package/dist/apps/web/.next/static/chunks/2-rtuqsgzmno4.js +22 -0
  230. package/dist/apps/web/.next/static/chunks/22joc6494bxnd.js +1 -0
  231. package/dist/apps/web/.next/static/chunks/2llmm9722plhk.js +1 -0
  232. package/dist/apps/web/.next/static/chunks/2yr-wvhk0gek9.js +1 -0
  233. package/dist/apps/web/.next/static/chunks/310vm2bl3xxpt.js +31 -0
  234. package/dist/apps/web/.next/static/chunks/31h0g8a6dcund.js +1 -0
  235. package/dist/apps/web/.next/static/chunks/3fntmmi971322.js +1 -0
  236. package/dist/apps/web/.next/static/chunks/3t64_jtb3fj5e.css +3 -0
  237. package/dist/apps/web/.next/static/chunks/turbopack-30koqklv8_-oi.js +1 -0
  238. package/dist/apps/web/.next/static/media/02263ebadd758ea4-s.29yke99gs9qpn.woff2 +0 -0
  239. package/dist/apps/web/.next/static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2 +0 -0
  240. package/dist/apps/web/.next/static/media/1bcd0e671759a44c-s.2qt3tdwt-y9x_.woff2 +0 -0
  241. package/dist/apps/web/.next/static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2 +0 -0
  242. package/dist/apps/web/.next/static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2 +0 -0
  243. package/dist/apps/web/.next/static/media/59b15b4bcd7b1eb5-s.2vemzm0itqzfy.woff2 +0 -0
  244. package/dist/apps/web/.next/static/media/5e05ae5b48faa55e-s.1yd4_i3e35931.woff2 +0 -0
  245. package/dist/apps/web/.next/static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2 +0 -0
  246. package/dist/apps/web/.next/static/media/7fea77d1d19108bf-s.2y65deuc30pmy.woff2 +0 -0
  247. package/dist/apps/web/.next/static/media/90c51ce8fb754fe8-s.02z5rrbg5nt92.woff2 +0 -0
  248. package/dist/apps/web/.next/static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2 +0 -0
  249. package/dist/apps/web/.next/static/media/a7afbb44bec2bb18-s.1qc6dx89jd2qv.woff2 +0 -0
  250. package/dist/apps/web/.next/static/media/e15f58668ad64cb8-s.3cvcemwuzoywn.woff2 +0 -0
  251. package/dist/apps/web/.next/static/media/e390973e931a41c5-s.0rgnxg2b64rzs.woff2 +0 -0
  252. package/dist/apps/web/.next/static/media/e532fa1b9921e1cd-s.3cb5lpr2l6xud.woff2 +0 -0
  253. package/dist/apps/web/.next/static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2 +0 -0
  254. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_buildManifest.js +11 -0
  255. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_clientMiddlewareManifest.js +6 -0
  256. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_ssgManifest.js +1 -0
  257. package/dist/apps/web/drizzle/0000_users-and-sessions.sql +16 -0
  258. package/dist/apps/web/drizzle/0001_projects-strings-entities-translations.sql +49 -0
  259. package/dist/apps/web/drizzle/0002_fts5-strings-search.sql +19 -0
  260. package/dist/apps/web/drizzle/0003_project-string-types.sql +1 -0
  261. package/dist/apps/web/drizzle/0004_edits-log.sql +15 -0
  262. package/dist/apps/web/drizzle/0005_project-entity-types.sql +1 -0
  263. package/dist/apps/web/drizzle/0006_push-history.sql +15 -0
  264. package/dist/apps/web/drizzle/0007_user-passwords.sql +2 -0
  265. package/dist/apps/web/drizzle/meta/0000_snapshot.json +117 -0
  266. package/dist/apps/web/drizzle/meta/0001_snapshot.json +447 -0
  267. package/dist/apps/web/drizzle/meta/0002_snapshot.json +447 -0
  268. package/dist/apps/web/drizzle/meta/0003_snapshot.json +454 -0
  269. package/dist/apps/web/drizzle/meta/0004_snapshot.json +563 -0
  270. package/dist/apps/web/drizzle/meta/0005_snapshot.json +570 -0
  271. package/dist/apps/web/drizzle/meta/0006_snapshot.json +673 -0
  272. package/dist/apps/web/drizzle/meta/0007_snapshot.json +688 -0
  273. package/dist/apps/web/drizzle/meta/_journal.json +62 -0
  274. package/dist/apps/web/package.json +37 -0
  275. package/dist/apps/web/server.js +38 -0
  276. package/package.json +34 -0
@@ -0,0 +1,454 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "8ed1782c-f8f0-46ad-aeca-8e45ac5dee85",
5
+ "prevId": "56e2f810-5ba9-43d7-b4d1-a63f5e73d8cf",
6
+ "tables": {
7
+ "entities": {
8
+ "name": "entities",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "integer",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": true
16
+ },
17
+ "project_id": {
18
+ "name": "project_id",
19
+ "type": "integer",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "entity_id": {
25
+ "name": "entity_id",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "type": {
32
+ "name": "type",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false
37
+ },
38
+ "name": {
39
+ "name": "name",
40
+ "type": "text",
41
+ "primaryKey": false,
42
+ "notNull": true,
43
+ "autoincrement": false
44
+ },
45
+ "attributes": {
46
+ "name": "attributes",
47
+ "type": "text",
48
+ "primaryKey": false,
49
+ "notNull": false,
50
+ "autoincrement": false
51
+ }
52
+ },
53
+ "indexes": {
54
+ "entities_project_entity_id": {
55
+ "name": "entities_project_entity_id",
56
+ "columns": [
57
+ "project_id",
58
+ "entity_id"
59
+ ],
60
+ "isUnique": true
61
+ }
62
+ },
63
+ "foreignKeys": {
64
+ "entities_project_id_projects_id_fk": {
65
+ "name": "entities_project_id_projects_id_fk",
66
+ "tableFrom": "entities",
67
+ "tableTo": "projects",
68
+ "columnsFrom": [
69
+ "project_id"
70
+ ],
71
+ "columnsTo": [
72
+ "id"
73
+ ],
74
+ "onDelete": "no action",
75
+ "onUpdate": "no action"
76
+ }
77
+ },
78
+ "compositePrimaryKeys": {},
79
+ "uniqueConstraints": {},
80
+ "checkConstraints": {}
81
+ },
82
+ "projects": {
83
+ "name": "projects",
84
+ "columns": {
85
+ "id": {
86
+ "name": "id",
87
+ "type": "integer",
88
+ "primaryKey": true,
89
+ "notNull": true,
90
+ "autoincrement": true
91
+ },
92
+ "slug": {
93
+ "name": "slug",
94
+ "type": "text",
95
+ "primaryKey": false,
96
+ "notNull": true,
97
+ "autoincrement": false
98
+ },
99
+ "name": {
100
+ "name": "name",
101
+ "type": "text",
102
+ "primaryKey": false,
103
+ "notNull": true,
104
+ "autoincrement": false
105
+ },
106
+ "source_language": {
107
+ "name": "source_language",
108
+ "type": "text",
109
+ "primaryKey": false,
110
+ "notNull": true,
111
+ "autoincrement": false
112
+ },
113
+ "languages": {
114
+ "name": "languages",
115
+ "type": "text",
116
+ "primaryKey": false,
117
+ "notNull": true,
118
+ "autoincrement": false
119
+ },
120
+ "string_types": {
121
+ "name": "string_types",
122
+ "type": "text",
123
+ "primaryKey": false,
124
+ "notNull": false,
125
+ "autoincrement": false
126
+ },
127
+ "token_hash": {
128
+ "name": "token_hash",
129
+ "type": "text",
130
+ "primaryKey": false,
131
+ "notNull": false,
132
+ "autoincrement": false
133
+ },
134
+ "created_at": {
135
+ "name": "created_at",
136
+ "type": "integer",
137
+ "primaryKey": false,
138
+ "notNull": true,
139
+ "autoincrement": false
140
+ }
141
+ },
142
+ "indexes": {
143
+ "projects_slug_unique": {
144
+ "name": "projects_slug_unique",
145
+ "columns": [
146
+ "slug"
147
+ ],
148
+ "isUnique": true
149
+ }
150
+ },
151
+ "foreignKeys": {},
152
+ "compositePrimaryKeys": {},
153
+ "uniqueConstraints": {},
154
+ "checkConstraints": {}
155
+ },
156
+ "sessions": {
157
+ "name": "sessions",
158
+ "columns": {
159
+ "token_hash": {
160
+ "name": "token_hash",
161
+ "type": "text",
162
+ "primaryKey": true,
163
+ "notNull": true,
164
+ "autoincrement": false
165
+ },
166
+ "user_id": {
167
+ "name": "user_id",
168
+ "type": "integer",
169
+ "primaryKey": false,
170
+ "notNull": true,
171
+ "autoincrement": false
172
+ },
173
+ "created_at": {
174
+ "name": "created_at",
175
+ "type": "integer",
176
+ "primaryKey": false,
177
+ "notNull": true,
178
+ "autoincrement": false
179
+ },
180
+ "expires_at": {
181
+ "name": "expires_at",
182
+ "type": "integer",
183
+ "primaryKey": false,
184
+ "notNull": true,
185
+ "autoincrement": false
186
+ }
187
+ },
188
+ "indexes": {},
189
+ "foreignKeys": {
190
+ "sessions_user_id_users_id_fk": {
191
+ "name": "sessions_user_id_users_id_fk",
192
+ "tableFrom": "sessions",
193
+ "tableTo": "users",
194
+ "columnsFrom": [
195
+ "user_id"
196
+ ],
197
+ "columnsTo": [
198
+ "id"
199
+ ],
200
+ "onDelete": "no action",
201
+ "onUpdate": "no action"
202
+ }
203
+ },
204
+ "compositePrimaryKeys": {},
205
+ "uniqueConstraints": {},
206
+ "checkConstraints": {}
207
+ },
208
+ "string_translations": {
209
+ "name": "string_translations",
210
+ "columns": {
211
+ "id": {
212
+ "name": "id",
213
+ "type": "integer",
214
+ "primaryKey": true,
215
+ "notNull": true,
216
+ "autoincrement": true
217
+ },
218
+ "string_id": {
219
+ "name": "string_id",
220
+ "type": "integer",
221
+ "primaryKey": false,
222
+ "notNull": true,
223
+ "autoincrement": false
224
+ },
225
+ "language": {
226
+ "name": "language",
227
+ "type": "text",
228
+ "primaryKey": false,
229
+ "notNull": true,
230
+ "autoincrement": false
231
+ },
232
+ "text": {
233
+ "name": "text",
234
+ "type": "text",
235
+ "primaryKey": false,
236
+ "notNull": false,
237
+ "autoincrement": false
238
+ },
239
+ "state": {
240
+ "name": "state",
241
+ "type": "text",
242
+ "primaryKey": false,
243
+ "notNull": true,
244
+ "autoincrement": false,
245
+ "default": "'untranslated'"
246
+ },
247
+ "stale": {
248
+ "name": "stale",
249
+ "type": "integer",
250
+ "primaryKey": false,
251
+ "notNull": true,
252
+ "autoincrement": false,
253
+ "default": false
254
+ },
255
+ "updated_at": {
256
+ "name": "updated_at",
257
+ "type": "integer",
258
+ "primaryKey": false,
259
+ "notNull": true,
260
+ "autoincrement": false
261
+ }
262
+ },
263
+ "indexes": {
264
+ "translations_string_language": {
265
+ "name": "translations_string_language",
266
+ "columns": [
267
+ "string_id",
268
+ "language"
269
+ ],
270
+ "isUnique": true
271
+ },
272
+ "translations_state": {
273
+ "name": "translations_state",
274
+ "columns": [
275
+ "state"
276
+ ],
277
+ "isUnique": false
278
+ }
279
+ },
280
+ "foreignKeys": {
281
+ "string_translations_string_id_strings_id_fk": {
282
+ "name": "string_translations_string_id_strings_id_fk",
283
+ "tableFrom": "string_translations",
284
+ "tableTo": "strings",
285
+ "columnsFrom": [
286
+ "string_id"
287
+ ],
288
+ "columnsTo": [
289
+ "id"
290
+ ],
291
+ "onDelete": "no action",
292
+ "onUpdate": "no action"
293
+ }
294
+ },
295
+ "compositePrimaryKeys": {},
296
+ "uniqueConstraints": {},
297
+ "checkConstraints": {}
298
+ },
299
+ "strings": {
300
+ "name": "strings",
301
+ "columns": {
302
+ "id": {
303
+ "name": "id",
304
+ "type": "integer",
305
+ "primaryKey": true,
306
+ "notNull": true,
307
+ "autoincrement": true
308
+ },
309
+ "project_id": {
310
+ "name": "project_id",
311
+ "type": "integer",
312
+ "primaryKey": false,
313
+ "notNull": true,
314
+ "autoincrement": false
315
+ },
316
+ "string_id": {
317
+ "name": "string_id",
318
+ "type": "text",
319
+ "primaryKey": false,
320
+ "notNull": true,
321
+ "autoincrement": false
322
+ },
323
+ "type": {
324
+ "name": "type",
325
+ "type": "text",
326
+ "primaryKey": false,
327
+ "notNull": true,
328
+ "autoincrement": false
329
+ },
330
+ "source": {
331
+ "name": "source",
332
+ "type": "text",
333
+ "primaryKey": false,
334
+ "notNull": true,
335
+ "autoincrement": false
336
+ },
337
+ "metadata": {
338
+ "name": "metadata",
339
+ "type": "text",
340
+ "primaryKey": false,
341
+ "notNull": false,
342
+ "autoincrement": false
343
+ },
344
+ "examples": {
345
+ "name": "examples",
346
+ "type": "text",
347
+ "primaryKey": false,
348
+ "notNull": false,
349
+ "autoincrement": false
350
+ },
351
+ "archived": {
352
+ "name": "archived",
353
+ "type": "integer",
354
+ "primaryKey": false,
355
+ "notNull": true,
356
+ "autoincrement": false,
357
+ "default": false
358
+ },
359
+ "created_at": {
360
+ "name": "created_at",
361
+ "type": "integer",
362
+ "primaryKey": false,
363
+ "notNull": true,
364
+ "autoincrement": false
365
+ }
366
+ },
367
+ "indexes": {
368
+ "strings_project_string_id": {
369
+ "name": "strings_project_string_id",
370
+ "columns": [
371
+ "project_id",
372
+ "string_id"
373
+ ],
374
+ "isUnique": true
375
+ }
376
+ },
377
+ "foreignKeys": {
378
+ "strings_project_id_projects_id_fk": {
379
+ "name": "strings_project_id_projects_id_fk",
380
+ "tableFrom": "strings",
381
+ "tableTo": "projects",
382
+ "columnsFrom": [
383
+ "project_id"
384
+ ],
385
+ "columnsTo": [
386
+ "id"
387
+ ],
388
+ "onDelete": "no action",
389
+ "onUpdate": "no action"
390
+ }
391
+ },
392
+ "compositePrimaryKeys": {},
393
+ "uniqueConstraints": {},
394
+ "checkConstraints": {}
395
+ },
396
+ "users": {
397
+ "name": "users",
398
+ "columns": {
399
+ "id": {
400
+ "name": "id",
401
+ "type": "integer",
402
+ "primaryKey": true,
403
+ "notNull": true,
404
+ "autoincrement": true
405
+ },
406
+ "name": {
407
+ "name": "name",
408
+ "type": "text",
409
+ "primaryKey": false,
410
+ "notNull": true,
411
+ "autoincrement": false
412
+ },
413
+ "maintainer": {
414
+ "name": "maintainer",
415
+ "type": "integer",
416
+ "primaryKey": false,
417
+ "notNull": true,
418
+ "autoincrement": false,
419
+ "default": false
420
+ },
421
+ "created_at": {
422
+ "name": "created_at",
423
+ "type": "integer",
424
+ "primaryKey": false,
425
+ "notNull": true,
426
+ "autoincrement": false
427
+ }
428
+ },
429
+ "indexes": {
430
+ "users_name_unique": {
431
+ "name": "users_name_unique",
432
+ "columns": [
433
+ "name"
434
+ ],
435
+ "isUnique": true
436
+ }
437
+ },
438
+ "foreignKeys": {},
439
+ "compositePrimaryKeys": {},
440
+ "uniqueConstraints": {},
441
+ "checkConstraints": {}
442
+ }
443
+ },
444
+ "views": {},
445
+ "enums": {},
446
+ "_meta": {
447
+ "schemas": {},
448
+ "tables": {},
449
+ "columns": {}
450
+ },
451
+ "internal": {
452
+ "indexes": {}
453
+ }
454
+ }