@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,447 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "cdf4230a-a327-436a-8bd2-a08b8c8ca891",
5
+ "prevId": "d60790cd-e10e-425a-93f2-50db8584b15c",
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
+ "token_hash": {
121
+ "name": "token_hash",
122
+ "type": "text",
123
+ "primaryKey": false,
124
+ "notNull": false,
125
+ "autoincrement": false
126
+ },
127
+ "created_at": {
128
+ "name": "created_at",
129
+ "type": "integer",
130
+ "primaryKey": false,
131
+ "notNull": true,
132
+ "autoincrement": false
133
+ }
134
+ },
135
+ "indexes": {
136
+ "projects_slug_unique": {
137
+ "name": "projects_slug_unique",
138
+ "columns": [
139
+ "slug"
140
+ ],
141
+ "isUnique": true
142
+ }
143
+ },
144
+ "foreignKeys": {},
145
+ "compositePrimaryKeys": {},
146
+ "uniqueConstraints": {},
147
+ "checkConstraints": {}
148
+ },
149
+ "sessions": {
150
+ "name": "sessions",
151
+ "columns": {
152
+ "token_hash": {
153
+ "name": "token_hash",
154
+ "type": "text",
155
+ "primaryKey": true,
156
+ "notNull": true,
157
+ "autoincrement": false
158
+ },
159
+ "user_id": {
160
+ "name": "user_id",
161
+ "type": "integer",
162
+ "primaryKey": false,
163
+ "notNull": true,
164
+ "autoincrement": false
165
+ },
166
+ "created_at": {
167
+ "name": "created_at",
168
+ "type": "integer",
169
+ "primaryKey": false,
170
+ "notNull": true,
171
+ "autoincrement": false
172
+ },
173
+ "expires_at": {
174
+ "name": "expires_at",
175
+ "type": "integer",
176
+ "primaryKey": false,
177
+ "notNull": true,
178
+ "autoincrement": false
179
+ }
180
+ },
181
+ "indexes": {},
182
+ "foreignKeys": {
183
+ "sessions_user_id_users_id_fk": {
184
+ "name": "sessions_user_id_users_id_fk",
185
+ "tableFrom": "sessions",
186
+ "tableTo": "users",
187
+ "columnsFrom": [
188
+ "user_id"
189
+ ],
190
+ "columnsTo": [
191
+ "id"
192
+ ],
193
+ "onDelete": "no action",
194
+ "onUpdate": "no action"
195
+ }
196
+ },
197
+ "compositePrimaryKeys": {},
198
+ "uniqueConstraints": {},
199
+ "checkConstraints": {}
200
+ },
201
+ "string_translations": {
202
+ "name": "string_translations",
203
+ "columns": {
204
+ "id": {
205
+ "name": "id",
206
+ "type": "integer",
207
+ "primaryKey": true,
208
+ "notNull": true,
209
+ "autoincrement": true
210
+ },
211
+ "string_id": {
212
+ "name": "string_id",
213
+ "type": "integer",
214
+ "primaryKey": false,
215
+ "notNull": true,
216
+ "autoincrement": false
217
+ },
218
+ "language": {
219
+ "name": "language",
220
+ "type": "text",
221
+ "primaryKey": false,
222
+ "notNull": true,
223
+ "autoincrement": false
224
+ },
225
+ "text": {
226
+ "name": "text",
227
+ "type": "text",
228
+ "primaryKey": false,
229
+ "notNull": false,
230
+ "autoincrement": false
231
+ },
232
+ "state": {
233
+ "name": "state",
234
+ "type": "text",
235
+ "primaryKey": false,
236
+ "notNull": true,
237
+ "autoincrement": false,
238
+ "default": "'untranslated'"
239
+ },
240
+ "stale": {
241
+ "name": "stale",
242
+ "type": "integer",
243
+ "primaryKey": false,
244
+ "notNull": true,
245
+ "autoincrement": false,
246
+ "default": false
247
+ },
248
+ "updated_at": {
249
+ "name": "updated_at",
250
+ "type": "integer",
251
+ "primaryKey": false,
252
+ "notNull": true,
253
+ "autoincrement": false
254
+ }
255
+ },
256
+ "indexes": {
257
+ "translations_string_language": {
258
+ "name": "translations_string_language",
259
+ "columns": [
260
+ "string_id",
261
+ "language"
262
+ ],
263
+ "isUnique": true
264
+ },
265
+ "translations_state": {
266
+ "name": "translations_state",
267
+ "columns": [
268
+ "state"
269
+ ],
270
+ "isUnique": false
271
+ }
272
+ },
273
+ "foreignKeys": {
274
+ "string_translations_string_id_strings_id_fk": {
275
+ "name": "string_translations_string_id_strings_id_fk",
276
+ "tableFrom": "string_translations",
277
+ "tableTo": "strings",
278
+ "columnsFrom": [
279
+ "string_id"
280
+ ],
281
+ "columnsTo": [
282
+ "id"
283
+ ],
284
+ "onDelete": "no action",
285
+ "onUpdate": "no action"
286
+ }
287
+ },
288
+ "compositePrimaryKeys": {},
289
+ "uniqueConstraints": {},
290
+ "checkConstraints": {}
291
+ },
292
+ "strings": {
293
+ "name": "strings",
294
+ "columns": {
295
+ "id": {
296
+ "name": "id",
297
+ "type": "integer",
298
+ "primaryKey": true,
299
+ "notNull": true,
300
+ "autoincrement": true
301
+ },
302
+ "project_id": {
303
+ "name": "project_id",
304
+ "type": "integer",
305
+ "primaryKey": false,
306
+ "notNull": true,
307
+ "autoincrement": false
308
+ },
309
+ "string_id": {
310
+ "name": "string_id",
311
+ "type": "text",
312
+ "primaryKey": false,
313
+ "notNull": true,
314
+ "autoincrement": false
315
+ },
316
+ "type": {
317
+ "name": "type",
318
+ "type": "text",
319
+ "primaryKey": false,
320
+ "notNull": true,
321
+ "autoincrement": false
322
+ },
323
+ "source": {
324
+ "name": "source",
325
+ "type": "text",
326
+ "primaryKey": false,
327
+ "notNull": true,
328
+ "autoincrement": false
329
+ },
330
+ "metadata": {
331
+ "name": "metadata",
332
+ "type": "text",
333
+ "primaryKey": false,
334
+ "notNull": false,
335
+ "autoincrement": false
336
+ },
337
+ "examples": {
338
+ "name": "examples",
339
+ "type": "text",
340
+ "primaryKey": false,
341
+ "notNull": false,
342
+ "autoincrement": false
343
+ },
344
+ "archived": {
345
+ "name": "archived",
346
+ "type": "integer",
347
+ "primaryKey": false,
348
+ "notNull": true,
349
+ "autoincrement": false,
350
+ "default": false
351
+ },
352
+ "created_at": {
353
+ "name": "created_at",
354
+ "type": "integer",
355
+ "primaryKey": false,
356
+ "notNull": true,
357
+ "autoincrement": false
358
+ }
359
+ },
360
+ "indexes": {
361
+ "strings_project_string_id": {
362
+ "name": "strings_project_string_id",
363
+ "columns": [
364
+ "project_id",
365
+ "string_id"
366
+ ],
367
+ "isUnique": true
368
+ }
369
+ },
370
+ "foreignKeys": {
371
+ "strings_project_id_projects_id_fk": {
372
+ "name": "strings_project_id_projects_id_fk",
373
+ "tableFrom": "strings",
374
+ "tableTo": "projects",
375
+ "columnsFrom": [
376
+ "project_id"
377
+ ],
378
+ "columnsTo": [
379
+ "id"
380
+ ],
381
+ "onDelete": "no action",
382
+ "onUpdate": "no action"
383
+ }
384
+ },
385
+ "compositePrimaryKeys": {},
386
+ "uniqueConstraints": {},
387
+ "checkConstraints": {}
388
+ },
389
+ "users": {
390
+ "name": "users",
391
+ "columns": {
392
+ "id": {
393
+ "name": "id",
394
+ "type": "integer",
395
+ "primaryKey": true,
396
+ "notNull": true,
397
+ "autoincrement": true
398
+ },
399
+ "name": {
400
+ "name": "name",
401
+ "type": "text",
402
+ "primaryKey": false,
403
+ "notNull": true,
404
+ "autoincrement": false
405
+ },
406
+ "maintainer": {
407
+ "name": "maintainer",
408
+ "type": "integer",
409
+ "primaryKey": false,
410
+ "notNull": true,
411
+ "autoincrement": false,
412
+ "default": false
413
+ },
414
+ "created_at": {
415
+ "name": "created_at",
416
+ "type": "integer",
417
+ "primaryKey": false,
418
+ "notNull": true,
419
+ "autoincrement": false
420
+ }
421
+ },
422
+ "indexes": {
423
+ "users_name_unique": {
424
+ "name": "users_name_unique",
425
+ "columns": [
426
+ "name"
427
+ ],
428
+ "isUnique": true
429
+ }
430
+ },
431
+ "foreignKeys": {},
432
+ "compositePrimaryKeys": {},
433
+ "uniqueConstraints": {},
434
+ "checkConstraints": {}
435
+ }
436
+ },
437
+ "views": {},
438
+ "enums": {},
439
+ "_meta": {
440
+ "schemas": {},
441
+ "tables": {},
442
+ "columns": {}
443
+ },
444
+ "internal": {
445
+ "indexes": {}
446
+ }
447
+ }