@baseplate-dev/plugin-auth 0.1.3 → 0.6.2

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 (1160) hide show
  1. package/CHANGELOG.md +702 -0
  2. package/README.md +3 -3
  3. package/dist/auth/core/common.d.ts +2 -5
  4. package/dist/auth/core/common.d.ts.map +1 -1
  5. package/dist/auth/core/common.js +15 -19
  6. package/dist/auth/core/common.js.map +1 -1
  7. package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
  8. package/dist/auth/core/components/auth-definition-editor.js +46 -28
  9. package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
  10. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +14 -0
  11. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -0
  12. package/dist/auth/core/components/role-editor-form/role-dialog.js +29 -0
  13. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -0
  14. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts +10 -0
  15. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +1 -0
  16. package/dist/auth/core/components/role-editor-form/role-editor-form.js +52 -0
  17. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +1 -0
  18. package/dist/auth/core/node.d.ts +3 -3
  19. package/dist/auth/core/node.d.ts.map +1 -1
  20. package/dist/auth/core/node.js +14 -26
  21. package/dist/auth/core/node.js.map +1 -1
  22. package/dist/auth/core/schema/plugin-definition.d.ts +11 -69
  23. package/dist/auth/core/schema/plugin-definition.d.ts.map +1 -1
  24. package/dist/auth/core/schema/plugin-definition.js +9 -24
  25. package/dist/auth/core/schema/plugin-definition.js.map +1 -1
  26. package/dist/auth/core/schema/roles/constants.d.ts.map +1 -0
  27. package/dist/auth/core/schema/roles/constants.js.map +1 -0
  28. package/dist/auth/core/schema/roles/index.d.ts.map +1 -0
  29. package/dist/auth/core/schema/roles/index.js.map +1 -0
  30. package/dist/auth/core/schema/roles/schema.d.ts +54 -0
  31. package/dist/auth/core/schema/roles/schema.d.ts.map +1 -0
  32. package/dist/auth/core/schema/roles/schema.js +37 -0
  33. package/dist/auth/core/schema/roles/schema.js.map +1 -0
  34. package/dist/auth/core/web.d.ts +3 -3
  35. package/dist/auth/core/web.d.ts.map +1 -1
  36. package/dist/auth/core/web.js +5 -6
  37. package/dist/auth/core/web.js.map +1 -1
  38. package/dist/auth/index.d.ts +1 -1
  39. package/dist/auth/index.d.ts.map +1 -1
  40. package/dist/auth/index.js +1 -1
  41. package/dist/auth/index.js.map +1 -1
  42. package/dist/auth/plugin.json +8 -0
  43. package/dist/auth/utils/get-auth-plugin-definition.d.ts +9 -0
  44. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +1 -0
  45. package/dist/auth/utils/get-auth-plugin-definition.js +10 -0
  46. package/dist/auth/utils/get-auth-plugin-definition.js.map +1 -0
  47. package/dist/auth/utils/index.d.ts +2 -0
  48. package/dist/auth/utils/index.d.ts.map +1 -0
  49. package/dist/auth/utils/index.js +2 -0
  50. package/dist/auth/utils/index.js.map +1 -0
  51. package/dist/better-auth/constants/model-names.d.ts +8 -0
  52. package/dist/better-auth/constants/model-names.d.ts.map +1 -0
  53. package/dist/better-auth/constants/model-names.js +8 -0
  54. package/dist/better-auth/constants/model-names.js.map +1 -0
  55. package/dist/better-auth/constants/packages.d.ts +4 -0
  56. package/dist/better-auth/constants/packages.d.ts.map +1 -0
  57. package/dist/better-auth/constants/packages.js +4 -0
  58. package/dist/better-auth/constants/packages.js.map +1 -0
  59. package/dist/better-auth/core/common.d.ts +6 -0
  60. package/dist/better-auth/core/common.d.ts.map +1 -0
  61. package/dist/better-auth/core/common.js +17 -0
  62. package/dist/better-auth/core/common.js.map +1 -0
  63. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts +5 -0
  64. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +1 -0
  65. package/dist/better-auth/core/components/better-auth-definition-editor.js +50 -0
  66. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +1 -0
  67. package/dist/better-auth/core/index.d.ts +2 -0
  68. package/dist/better-auth/core/index.d.ts.map +1 -0
  69. package/dist/better-auth/core/index.js +2 -0
  70. package/dist/better-auth/core/index.js.map +1 -0
  71. package/dist/better-auth/core/node.d.ts +5 -0
  72. package/dist/better-auth/core/node.d.ts.map +1 -0
  73. package/dist/better-auth/core/node.js +47 -0
  74. package/dist/better-auth/core/node.js.map +1 -0
  75. package/dist/better-auth/core/schema/models.d.ts +3 -0
  76. package/dist/better-auth/core/schema/models.d.ts.map +1 -0
  77. package/dist/better-auth/core/schema/models.js +278 -0
  78. package/dist/better-auth/core/schema/models.js.map +1 -0
  79. package/dist/better-auth/core/schema/plugin-definition.d.ts +5 -0
  80. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +1 -0
  81. package/dist/better-auth/core/schema/plugin-definition.js +4 -0
  82. package/dist/better-auth/core/schema/plugin-definition.js.map +1 -0
  83. package/dist/better-auth/core/web.d.ts +6 -0
  84. package/dist/better-auth/core/web.d.ts.map +1 -0
  85. package/dist/better-auth/core/web.js +13 -0
  86. package/dist/better-auth/core/web.js.map +1 -0
  87. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +85 -0
  88. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +1 -0
  89. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +75 -0
  90. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +1 -0
  91. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +142 -0
  92. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +1 -0
  93. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js +11 -0
  94. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +1 -0
  95. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts +16 -0
  96. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +1 -0
  97. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js +28 -0
  98. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +1 -0
  99. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +73 -0
  100. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +1 -0
  101. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +84 -0
  102. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +1 -0
  103. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +30 -0
  104. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  105. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +37 -0
  106. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +1 -0
  107. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +65 -0
  108. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +1 -0
  109. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +72 -0
  110. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +1 -0
  111. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts +4 -0
  112. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +1 -0
  113. package/dist/better-auth/generators/fastify/better-auth-module/index.js +3 -0
  114. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +1 -0
  115. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +31 -0
  116. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/schema/user-session.queries.ts +22 -0
  117. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +62 -0
  118. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +72 -0
  119. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/utils/headers.utils.ts +21 -0
  120. package/dist/better-auth/generators/fastify/index.d.ts +2 -0
  121. package/dist/better-auth/generators/fastify/index.d.ts.map +1 -0
  122. package/dist/better-auth/generators/fastify/index.js +2 -0
  123. package/dist/better-auth/generators/fastify/index.js.map +1 -0
  124. package/dist/better-auth/generators/index.d.ts.map +1 -0
  125. package/dist/better-auth/generators/index.js.map +1 -0
  126. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts +43 -0
  127. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +1 -0
  128. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js +37 -0
  129. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +1 -0
  130. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts +72 -0
  131. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +1 -0
  132. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js +11 -0
  133. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +1 -0
  134. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts +14 -0
  135. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +1 -0
  136. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js +26 -0
  137. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +1 -0
  138. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts +27 -0
  139. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  140. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js +43 -0
  141. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +1 -0
  142. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  143. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  144. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js +27 -0
  145. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +1 -0
  146. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts +51 -0
  147. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  148. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js +48 -0
  149. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +1 -0
  150. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts +2 -0
  151. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +1 -0
  152. package/dist/better-auth/generators/react/better-auth-hooks/index.js +2 -0
  153. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +1 -0
  154. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +18 -0
  155. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-required-user-id.ts +11 -0
  156. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +30 -0
  157. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +237 -0
  158. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -0
  159. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js +26 -0
  160. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +1 -0
  161. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +688 -0
  162. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -0
  163. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js +9 -0
  164. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +1 -0
  165. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts +13 -0
  166. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +1 -0
  167. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js +25 -0
  168. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +1 -0
  169. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +238 -0
  170. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -0
  171. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js +44 -0
  172. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +1 -0
  173. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +895 -0
  174. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -0
  175. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +35 -0
  176. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -0
  177. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts +2 -0
  178. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +1 -0
  179. package/dist/better-auth/generators/react/better-auth-pages/index.js +2 -0
  180. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +1 -0
  181. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/auth/login.tsx +146 -0
  182. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/auth/register.tsx +162 -0
  183. package/dist/better-auth/generators/react/index.d.ts +4 -0
  184. package/dist/better-auth/generators/react/index.d.ts.map +1 -0
  185. package/dist/better-auth/generators/react/index.js +4 -0
  186. package/dist/better-auth/generators/react/index.js.map +1 -0
  187. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +491 -0
  188. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -0
  189. package/dist/better-auth/generators/react/react-better-auth/generated/index.js +11 -0
  190. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +1 -0
  191. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts +13 -0
  192. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +1 -0
  193. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js +25 -0
  194. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +1 -0
  195. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +248 -0
  196. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -0
  197. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js +51 -0
  198. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +1 -0
  199. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts +21 -0
  200. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +1 -0
  201. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js +30 -0
  202. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +1 -0
  203. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +235 -0
  204. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -0
  205. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js +33 -0
  206. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +1 -0
  207. package/dist/better-auth/generators/react/react-better-auth/index.d.ts +4 -0
  208. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +1 -0
  209. package/dist/better-auth/generators/react/react-better-auth/index.js +3 -0
  210. package/dist/better-auth/generators/react/react-better-auth/index.js.map +1 -0
  211. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +268 -0
  212. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -0
  213. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js +74 -0
  214. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +1 -0
  215. package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +58 -0
  216. package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +15 -0
  217. package/dist/better-auth/index.d.ts +3 -0
  218. package/dist/better-auth/index.d.ts.map +1 -0
  219. package/dist/better-auth/index.js +2 -0
  220. package/dist/better-auth/index.js.map +1 -0
  221. package/dist/better-auth/plugin.json +9 -0
  222. package/dist/better-auth/static/icon.svg +10 -0
  223. package/dist/common/components/auth-config-tabs.d.ts +2 -0
  224. package/dist/common/components/auth-config-tabs.d.ts.map +1 -0
  225. package/dist/common/components/auth-config-tabs.js +21 -0
  226. package/dist/common/components/auth-config-tabs.js.map +1 -0
  227. package/dist/index.d.ts +3 -1
  228. package/dist/index.js +2 -1
  229. package/dist/local-auth/admin/common.d.ts +5 -0
  230. package/dist/local-auth/admin/common.d.ts.map +1 -0
  231. package/dist/local-auth/admin/common.js +29 -0
  232. package/dist/local-auth/admin/common.js.map +1 -0
  233. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +474 -0
  234. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
  235. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +125 -0
  236. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
  237. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +474 -0
  238. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
  239. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
  240. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
  241. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +12 -0
  242. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
  243. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +24 -0
  244. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
  245. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +242 -0
  246. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
  247. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +41 -0
  248. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
  249. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +231 -0
  250. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
  251. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +20 -0
  252. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
  253. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
  254. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
  255. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
  256. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
  257. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +22 -0
  258. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
  259. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +78 -0
  260. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +167 -0
  262. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +473 -0
  263. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
  264. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +117 -0
  265. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
  266. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +474 -0
  267. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
  268. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
  269. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
  270. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +12 -0
  271. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
  272. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +24 -0
  273. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
  274. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +242 -0
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +41 -0
  277. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
  278. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +459 -0
  279. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
  280. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +22 -0
  281. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
  282. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
  283. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
  284. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
  285. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
  286. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +22 -0
  287. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
  288. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +89 -0
  289. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
  290. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +174 -0
  291. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +221 -0
  292. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
  293. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +54 -0
  294. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
  295. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
  296. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
  297. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
  298. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
  299. package/dist/local-auth/admin/node.d.ts +5 -0
  300. package/dist/local-auth/admin/node.d.ts.map +1 -0
  301. package/dist/local-auth/admin/node.js +57 -0
  302. package/dist/local-auth/admin/node.js.map +1 -0
  303. package/dist/local-auth/admin/schema/manage-role-action.d.ts +12 -0
  304. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
  305. package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
  306. package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
  307. package/dist/local-auth/admin/schema/reset-password-action.d.ts +12 -0
  308. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
  309. package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
  310. package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
  311. package/dist/local-auth/admin/schema/roles-column.d.ts +9 -0
  312. package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
  313. package/dist/local-auth/admin/schema/roles-column.js +6 -0
  314. package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
  315. package/dist/local-auth/admin/web.d.ts +5 -0
  316. package/dist/local-auth/admin/web.d.ts.map +1 -0
  317. package/dist/local-auth/admin/web.js +39 -0
  318. package/dist/local-auth/admin/web.js.map +1 -0
  319. package/dist/local-auth/constants/model-names.d.ts +23 -0
  320. package/dist/local-auth/constants/model-names.d.ts.map +1 -0
  321. package/dist/local-auth/constants/model-names.js +23 -0
  322. package/dist/local-auth/constants/model-names.js.map +1 -0
  323. package/dist/local-auth/core/common.d.ts +6 -0
  324. package/dist/local-auth/core/common.d.ts.map +1 -0
  325. package/dist/local-auth/core/common.js +17 -0
  326. package/dist/local-auth/core/common.js.map +1 -0
  327. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts +5 -0
  328. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -0
  329. package/dist/local-auth/core/components/local-auth-definition-editor.js +59 -0
  330. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -0
  331. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +14 -0
  332. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -0
  333. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js +40 -0
  334. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +1 -0
  335. package/dist/local-auth/core/generators/auth-apollo/index.d.ts +2 -0
  336. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +1 -0
  337. package/dist/local-auth/core/generators/auth-apollo/index.js +2 -0
  338. package/dist/local-auth/core/generators/auth-apollo/index.js.map +1 -0
  339. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts +2 -0
  340. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +1 -0
  341. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js +20 -0
  342. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +1 -0
  343. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.ts +18 -0
  344. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +136 -0
  345. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -0
  346. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +76 -0
  347. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -0
  348. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +359 -0
  349. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -0
  350. package/dist/local-auth/core/generators/auth-email-password/generated/index.js +11 -0
  351. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +1 -0
  352. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +18 -0
  353. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -0
  354. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +30 -0
  355. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -0
  356. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +110 -0
  357. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -0
  358. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +93 -0
  359. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -0
  360. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +45 -0
  361. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -0
  362. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +46 -0
  363. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -0
  364. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +394 -0
  365. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -0
  366. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +141 -0
  367. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -0
  368. package/dist/local-auth/core/generators/auth-email-password/index.d.ts +4 -0
  369. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +1 -0
  370. package/dist/local-auth/core/generators/auth-email-password/index.js +3 -0
  371. package/dist/local-auth/core/generators/auth-email-password/index.js.map +1 -0
  372. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +17 -0
  373. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -0
  374. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +18 -0
  375. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -0
  376. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +21 -0
  377. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts +2 -0
  378. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +1 -0
  379. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js +24 -0
  380. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +1 -0
  381. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.ts +35 -0
  382. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts +2 -0
  383. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +1 -0
  384. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js +38 -0
  385. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +1 -0
  386. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.ts +54 -0
  387. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts +2 -0
  388. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +1 -0
  389. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +72 -0
  390. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -0
  391. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +91 -0
  392. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +24 -0
  393. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +1 -0
  394. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +87 -0
  395. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +1 -0
  396. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +140 -0
  397. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +37 -0
  398. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +1 -0
  399. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +161 -0
  400. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +1 -0
  401. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +235 -0
  402. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +60 -0
  403. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -0
  404. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +207 -0
  405. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -0
  406. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +330 -0
  407. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +43 -0
  408. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +1 -0
  409. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +48 -0
  410. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +1 -0
  411. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +96 -0
  412. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +1 -0
  413. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js +11 -0
  414. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +1 -0
  415. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +14 -0
  416. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +1 -0
  417. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +26 -0
  418. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +1 -0
  419. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +41 -0
  420. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +1 -0
  421. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +59 -0
  422. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +1 -0
  423. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +60 -0
  424. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +1 -0
  425. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +42 -0
  426. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +1 -0
  427. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts +2 -0
  428. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +1 -0
  429. package/dist/local-auth/core/generators/auth-email-templates/index.js +2 -0
  430. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +1 -0
  431. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts +3 -0
  432. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +1 -0
  433. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js +14 -0
  434. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +1 -0
  435. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
  436. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts +3 -0
  437. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +1 -0
  438. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js +12 -0
  439. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +1 -0
  440. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
  441. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts +3 -0
  442. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +1 -0
  443. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js +14 -0
  444. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +1 -0
  445. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
  446. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +62 -0
  447. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -0
  448. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js +32 -0
  449. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -0
  450. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +108 -0
  451. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -0
  452. package/dist/local-auth/core/generators/auth-hooks/generated/index.js +11 -0
  453. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +1 -0
  454. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts +14 -0
  455. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -0
  456. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +26 -0
  457. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -0
  458. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +40 -0
  459. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -0
  460. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js +45 -0
  461. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -0
  462. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +29 -0
  463. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  464. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +37 -0
  465. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -0
  466. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +91 -0
  467. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -0
  468. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +50 -0
  469. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -0
  470. package/dist/local-auth/core/generators/auth-hooks/index.d.ts +4 -0
  471. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +1 -0
  472. package/dist/local-auth/core/generators/auth-hooks/index.js +3 -0
  473. package/dist/local-auth/core/generators/auth-hooks/index.js.map +1 -0
  474. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +3 -0
  475. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  476. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +30 -0
  477. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  478. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +33 -0
  479. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +15 -0
  480. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  481. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +16 -0
  482. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  483. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +32 -0
  484. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +7 -0
  485. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  486. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +15 -0
  487. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  488. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +16 -0
  489. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +117 -0
  490. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -0
  491. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +103 -0
  492. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -0
  493. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +281 -0
  494. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -0
  495. package/dist/local-auth/core/generators/auth-module/generated/index.js +11 -0
  496. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +1 -0
  497. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +24 -0
  498. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -0
  499. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +36 -0
  500. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -0
  501. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +102 -0
  502. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -0
  503. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +109 -0
  504. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -0
  505. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +30 -0
  506. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  507. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +37 -0
  508. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +1 -0
  509. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +269 -0
  510. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -0
  511. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +192 -0
  512. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -0
  513. package/dist/local-auth/core/generators/auth-module/index.d.ts +4 -0
  514. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +1 -0
  515. package/dist/local-auth/core/generators/auth-module/index.js +3 -0
  516. package/dist/local-auth/core/generators/auth-module/index.js.map +1 -0
  517. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts +16 -0
  518. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +1 -0
  519. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js +17 -0
  520. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +1 -0
  521. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +6 -0
  522. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +1 -0
  523. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +17 -0
  524. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +1 -0
  525. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +21 -0
  526. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts +8 -0
  527. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +1 -0
  528. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js +16 -0
  529. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +1 -0
  530. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.ts +21 -0
  531. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts +2 -0
  532. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
  533. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
  534. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
  535. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
  536. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts +2 -0
  537. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +1 -0
  538. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js +19 -0
  539. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +1 -0
  540. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.ts +25 -0
  541. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts +2 -0
  542. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +1 -0
  543. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +18 -0
  544. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -0
  545. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +22 -0
  546. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts +2 -0
  547. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +1 -0
  548. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +36 -0
  549. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -0
  550. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +43 -0
  551. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +40 -0
  552. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +1 -0
  553. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +106 -0
  554. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +1 -0
  555. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +146 -0
  556. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
  557. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
  558. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
  559. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
  560. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
  561. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +43 -0
  562. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  563. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +190 -0
  564. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -0
  565. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +262 -0
  566. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +38 -0
  567. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +1 -0
  568. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +71 -0
  569. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +1 -0
  570. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.ts +77 -0
  571. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts +11 -0
  572. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +1 -0
  573. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +38 -0
  574. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -0
  575. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +42 -0
  576. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts +10 -0
  577. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +1 -0
  578. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js +35 -0
  579. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +1 -0
  580. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +256 -0
  581. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -0
  582. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +32 -0
  583. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -0
  584. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +1455 -0
  585. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -0
  586. package/dist/local-auth/core/generators/auth-routes/generated/index.js +11 -0
  587. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -0
  588. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +18 -0
  589. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -0
  590. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +28 -0
  591. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -0
  592. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +257 -0
  593. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -0
  594. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +62 -0
  595. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -0
  596. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +21 -0
  597. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +1 -0
  598. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +30 -0
  599. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +1 -0
  600. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +2143 -0
  601. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -0
  602. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +117 -0
  603. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -0
  604. package/dist/local-auth/core/generators/auth-routes/index.d.ts +4 -0
  605. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -0
  606. package/dist/local-auth/core/generators/auth-routes/index.js +3 -0
  607. package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -0
  608. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts +10 -0
  609. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +1 -0
  610. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js +11 -0
  611. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +1 -0
  612. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.ts +12 -0
  613. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts +2 -0
  614. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +1 -0
  615. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +60 -0
  616. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +1 -0
  617. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +127 -0
  618. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +7 -0
  619. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -0
  620. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +85 -0
  621. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -0
  622. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +168 -0
  623. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +7 -0
  624. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -0
  625. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +82 -0
  626. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -0
  627. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +153 -0
  628. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts +7 -0
  629. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +1 -0
  630. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +150 -0
  631. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +1 -0
  632. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +283 -0
  633. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +2 -0
  634. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +1 -0
  635. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js +10 -0
  636. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +1 -0
  637. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.tsx +17 -0
  638. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts +7 -0
  639. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +1 -0
  640. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +106 -0
  641. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +1 -0
  642. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +206 -0
  643. package/dist/local-auth/core/generators/index.d.ts +10 -0
  644. package/dist/local-auth/core/generators/index.d.ts.map +1 -0
  645. package/dist/local-auth/core/generators/index.js +10 -0
  646. package/dist/local-auth/core/generators/index.js.map +1 -0
  647. package/dist/local-auth/core/generators/react-auth/index.d.ts +2 -0
  648. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +1 -0
  649. package/dist/local-auth/core/generators/react-auth/index.js +2 -0
  650. package/dist/local-auth/core/generators/react-auth/index.js.map +1 -0
  651. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts +9 -0
  652. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +1 -0
  653. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js +31 -0
  654. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +1 -0
  655. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +532 -0
  656. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -0
  657. package/dist/local-auth/core/generators/react-session/generated/index.js +11 -0
  658. package/dist/local-auth/core/generators/react-session/generated/index.js.map +1 -0
  659. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts +13 -0
  660. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -0
  661. package/dist/local-auth/core/generators/react-session/generated/template-paths.js +25 -0
  662. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +1 -0
  663. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +264 -0
  664. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -0
  665. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js +51 -0
  666. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +1 -0
  667. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +21 -0
  668. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +1 -0
  669. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +30 -0
  670. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +1 -0
  671. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +511 -0
  672. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -0
  673. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +35 -0
  674. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +1 -0
  675. package/dist/local-auth/core/generators/react-session/index.d.ts +4 -0
  676. package/dist/local-auth/core/generators/react-session/index.d.ts.map +1 -0
  677. package/dist/local-auth/core/generators/react-session/index.js +3 -0
  678. package/dist/local-auth/core/generators/react-session/index.js.map +1 -0
  679. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +283 -0
  680. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -0
  681. package/dist/local-auth/core/generators/react-session/react-session.generator.js +48 -0
  682. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +1 -0
  683. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts +7 -0
  684. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -0
  685. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +72 -0
  686. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -0
  687. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +99 -0
  688. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +58 -0
  689. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +1 -0
  690. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +103 -0
  691. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -0
  692. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.ts +122 -0
  693. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +99 -0
  694. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -0
  695. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js +11 -0
  696. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +1 -0
  697. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts +12 -0
  698. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +1 -0
  699. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js +24 -0
  700. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +1 -0
  701. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +50 -0
  702. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -0
  703. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js +46 -0
  704. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +1 -0
  705. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts +18 -0
  706. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts.map +1 -0
  707. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js +26 -0
  708. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js.map +1 -0
  709. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +39 -0
  710. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -0
  711. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js +21 -0
  712. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +1 -0
  713. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts +4 -0
  714. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +1 -0
  715. package/dist/local-auth/core/generators/seed-initial-user/index.js +3 -0
  716. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +1 -0
  717. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +58 -0
  718. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -0
  719. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +57 -0
  720. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -0
  721. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts +3 -0
  722. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +1 -0
  723. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +32 -0
  724. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +1 -0
  725. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +43 -0
  726. package/dist/local-auth/core/index.d.ts +2 -0
  727. package/dist/local-auth/core/index.d.ts.map +1 -0
  728. package/dist/local-auth/core/index.js +2 -0
  729. package/dist/local-auth/core/index.js.map +1 -0
  730. package/dist/local-auth/core/node.d.ts +5 -0
  731. package/dist/local-auth/core/node.d.ts.map +1 -0
  732. package/dist/local-auth/core/node.js +69 -0
  733. package/dist/local-auth/core/node.js.map +1 -0
  734. package/dist/local-auth/core/schema/models.d.ts +3 -0
  735. package/dist/local-auth/core/schema/models.d.ts.map +1 -0
  736. package/dist/local-auth/core/schema/models.js +266 -0
  737. package/dist/local-auth/core/schema/models.js.map +1 -0
  738. package/dist/local-auth/core/schema/plugin-definition.d.ts +9 -0
  739. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -0
  740. package/dist/local-auth/core/schema/plugin-definition.js +13 -0
  741. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -0
  742. package/dist/local-auth/core/web.d.ts +6 -0
  743. package/dist/local-auth/core/web.d.ts.map +1 -0
  744. package/dist/local-auth/core/web.js +13 -0
  745. package/dist/local-auth/core/web.js.map +1 -0
  746. package/dist/local-auth/index.d.ts +2 -0
  747. package/dist/local-auth/index.d.ts.map +1 -0
  748. package/dist/local-auth/index.js +2 -0
  749. package/dist/local-auth/index.js.map +1 -0
  750. package/dist/local-auth/plugin.json +9 -0
  751. package/dist/local-auth/static/icon.svg +1 -0
  752. package/dist/placeholder-auth/constants/model-names.d.ts +4 -0
  753. package/dist/placeholder-auth/constants/model-names.d.ts.map +1 -0
  754. package/dist/placeholder-auth/constants/model-names.js +4 -0
  755. package/dist/placeholder-auth/constants/model-names.js.map +1 -0
  756. package/dist/placeholder-auth/core/common.d.ts +5 -0
  757. package/dist/placeholder-auth/core/common.d.ts.map +1 -0
  758. package/dist/placeholder-auth/core/common.js +17 -0
  759. package/dist/placeholder-auth/core/common.js.map +1 -0
  760. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts +5 -0
  761. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -0
  762. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +50 -0
  763. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -0
  764. package/dist/placeholder-auth/core/generators/index.d.ts +4 -0
  765. package/dist/placeholder-auth/core/generators/index.d.ts.map +1 -0
  766. package/dist/placeholder-auth/core/generators/index.js +4 -0
  767. package/dist/placeholder-auth/core/generators/index.js.map +1 -0
  768. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +46 -0
  769. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -0
  770. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js +11 -0
  771. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +1 -0
  772. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +14 -0
  773. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +1 -0
  774. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +26 -0
  775. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +1 -0
  776. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +18 -0
  777. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  778. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +35 -0
  779. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -0
  780. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  781. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  782. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +27 -0
  783. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -0
  784. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +17 -0
  785. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  786. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +45 -0
  787. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -0
  788. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts +2 -0
  789. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +1 -0
  790. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js +2 -0
  791. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +1 -0
  792. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +37 -0
  793. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -0
  794. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js +32 -0
  795. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +1 -0
  796. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts +5 -0
  797. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  798. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js +8 -0
  799. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  800. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.ts +8 -0
  801. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +9 -0
  802. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  803. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js +8 -0
  804. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  805. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +13 -0
  806. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +5 -0
  807. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  808. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js +13 -0
  809. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  810. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +14 -0
  811. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts +47 -0
  812. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +1 -0
  813. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js +27 -0
  814. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +1 -0
  815. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +79 -0
  816. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +1 -0
  817. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js +11 -0
  818. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +1 -0
  819. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts +12 -0
  820. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +1 -0
  821. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js +24 -0
  822. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +1 -0
  823. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +41 -0
  824. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -0
  825. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js +41 -0
  826. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +1 -0
  827. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -0
  828. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  829. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +23 -0
  830. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +1 -0
  831. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +28 -0
  832. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +1 -0
  833. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +20 -0
  834. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +1 -0
  835. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +2 -0
  836. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +1 -0
  837. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -0
  838. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +1 -0
  839. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +23 -0
  840. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  841. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +29 -0
  842. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +1 -0
  843. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +41 -0
  844. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts +2 -0
  845. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +1 -0
  846. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js +2 -0
  847. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +1 -0
  848. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts +9 -0
  849. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +1 -0
  850. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js +31 -0
  851. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +1 -0
  852. package/dist/placeholder-auth/core/index.d.ts +2 -0
  853. package/dist/placeholder-auth/core/index.d.ts.map +1 -0
  854. package/dist/placeholder-auth/core/index.js +2 -0
  855. package/dist/placeholder-auth/core/index.js.map +1 -0
  856. package/dist/placeholder-auth/core/node.d.ts +5 -0
  857. package/dist/placeholder-auth/core/node.d.ts.map +1 -0
  858. package/dist/placeholder-auth/core/node.js +32 -0
  859. package/dist/placeholder-auth/core/node.js.map +1 -0
  860. package/dist/placeholder-auth/core/schema/models.d.ts +3 -0
  861. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -0
  862. package/dist/placeholder-auth/core/schema/models.js +38 -0
  863. package/dist/placeholder-auth/core/schema/models.js.map +1 -0
  864. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +5 -0
  865. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -0
  866. package/dist/placeholder-auth/core/schema/plugin-definition.js +4 -0
  867. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -0
  868. package/dist/placeholder-auth/core/web.d.ts +6 -0
  869. package/dist/placeholder-auth/core/web.d.ts.map +1 -0
  870. package/dist/placeholder-auth/core/web.js +13 -0
  871. package/dist/placeholder-auth/core/web.js.map +1 -0
  872. package/dist/placeholder-auth/index.d.ts +2 -0
  873. package/dist/placeholder-auth/index.d.ts.map +1 -0
  874. package/dist/placeholder-auth/index.js +2 -0
  875. package/dist/placeholder-auth/index.js.map +1 -0
  876. package/dist/placeholder-auth/plugin.json +10 -0
  877. package/dist/placeholder-auth/static/icon.svg +1 -0
  878. package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js +29 -0
  879. package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +1 -0
  880. package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js +438 -0
  881. package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +1 -0
  882. package/dist/web/assets/__federation_expose_better-authCoreCommon-BIU3Fg7K.js +20 -0
  883. package/dist/web/assets/__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map +1 -0
  884. package/dist/web/assets/__federation_expose_better-authCoreWeb-CMhPrXPA.js +402 -0
  885. package/dist/web/assets/__federation_expose_better-authCoreWeb-CMhPrXPA.js.map +1 -0
  886. package/dist/web/assets/__federation_expose_local-authAdminCommon-DvHe9w29.js +63 -0
  887. package/dist/web/assets/__federation_expose_local-authAdminCommon-DvHe9w29.js.map +1 -0
  888. package/dist/web/assets/__federation_expose_local-authAdminWeb-CLU9aEy9.js +41 -0
  889. package/dist/web/assets/__federation_expose_local-authAdminWeb-CLU9aEy9.js.map +1 -0
  890. package/dist/web/assets/__federation_expose_local-authCoreCommon-DbuvGG7o.js +21 -0
  891. package/dist/web/assets/__federation_expose_local-authCoreCommon-DbuvGG7o.js.map +1 -0
  892. package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js +432 -0
  893. package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js.map +1 -0
  894. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js +23 -0
  895. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map +1 -0
  896. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js +162 -0
  897. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map +1 -0
  898. package/dist/web/assets/__federation_fn_import-BLFDCY-V.js +421 -0
  899. package/dist/web/assets/__federation_fn_import-BLFDCY-V.js.map +1 -0
  900. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js +357 -0
  901. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +1 -0
  902. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js +21193 -0
  903. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +1 -0
  904. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js +57231 -0
  905. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +1 -0
  906. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js +1821 -0
  907. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +1 -0
  908. package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js +6762 -0
  909. package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +1 -0
  910. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +8 -0
  911. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +1 -0
  912. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +251 -0
  913. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +1 -0
  914. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +13250 -0
  915. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +1 -0
  916. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +6 -0
  917. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +1 -0
  918. package/dist/web/assets/get-auth-plugin-definition-BL50g0cJ.js +13 -0
  919. package/dist/web/assets/get-auth-plugin-definition-BL50g0cJ.js.map +1 -0
  920. package/dist/web/assets/index-B_A3cgiy.js +103 -0
  921. package/dist/web/assets/index-B_A3cgiy.js.map +1 -0
  922. package/dist/web/assets/index-DUwCgkeV.js +570 -0
  923. package/dist/web/assets/index-DUwCgkeV.js.map +1 -0
  924. package/dist/web/assets/index.esm-BraHxHLB.js +2676 -0
  925. package/dist/web/assets/index.esm-BraHxHLB.js.map +1 -0
  926. package/dist/web/assets/isEqual-tnzoadW8.js +242 -0
  927. package/dist/web/assets/isEqual-tnzoadW8.js.map +1 -0
  928. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +60 -0
  929. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +1 -0
  930. package/dist/web/assets/mergeWith-VagwCqUi.js +76 -0
  931. package/dist/web/assets/mergeWith-VagwCqUi.js.map +1 -0
  932. package/dist/web/assets/model-names-DrcaRxt1.js +25 -0
  933. package/dist/web/assets/model-names-DrcaRxt1.js.map +1 -0
  934. package/dist/web/assets/model-utils-BfcjfzCn.js +694 -0
  935. package/dist/web/assets/model-utils-BfcjfzCn.js.map +1 -0
  936. package/dist/web/assets/plugin-definition-CXnKUJ1l.js +20 -0
  937. package/dist/web/assets/plugin-definition-CXnKUJ1l.js.map +1 -0
  938. package/dist/web/assets/plugin-definition-Ckl5hjD1.js +31 -0
  939. package/dist/web/assets/plugin-definition-Ckl5hjD1.js.map +1 -0
  940. package/dist/web/assets/plugin-definition-D26rR8AB.js +16 -0
  941. package/dist/web/assets/plugin-definition-D26rR8AB.js.map +1 -0
  942. package/dist/web/assets/plugin-definition-DJzXScRp.js +79 -0
  943. package/dist/web/assets/plugin-definition-DJzXScRp.js.map +1 -0
  944. package/dist/web/assets/react-CL9M_wyN.js +47 -0
  945. package/dist/web/assets/react-CL9M_wyN.js.map +1 -0
  946. package/dist/web/assets/registries-Tz_dluz3.js +1119 -0
  947. package/dist/web/assets/registries-Tz_dluz3.js.map +1 -0
  948. package/dist/web/assets/remoteEntry.js +30 -6
  949. package/dist/web/assets/remoteEntry.js.map +1 -1
  950. package/dist/web/assets/style-DiK_rD1L.css +120 -0
  951. package/dist/web/assets/styles-tkrWV-ZE.js +59 -0
  952. package/dist/web/assets/styles-tkrWV-ZE.js.map +1 -0
  953. package/dist/web/index.html +1 -1
  954. package/package.json +44 -30
  955. package/dist/auth/core/components/role-editor-form.d.ts +0 -10
  956. package/dist/auth/core/components/role-editor-form.d.ts.map +0 -1
  957. package/dist/auth/core/components/role-editor-form.js +0 -27
  958. package/dist/auth/core/components/role-editor-form.js.map +0 -1
  959. package/dist/auth/core/schema/models.d.ts +0 -9
  960. package/dist/auth/core/schema/models.d.ts.map +0 -1
  961. package/dist/auth/core/schema/models.js +0 -198
  962. package/dist/auth/core/schema/models.js.map +0 -1
  963. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts +0 -65
  964. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts.map +0 -1
  965. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js +0 -62
  966. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js.map +0 -1
  967. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts +0 -96
  968. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts.map +0 -1
  969. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js +0 -94
  970. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js.map +0 -1
  971. package/dist/auth/generators/fastify/auth-module/templates/management.ts +0 -22
  972. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session-payload.object-type.ts +0 -23
  973. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.mutations.ts +0 -22
  974. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.queries.ts +0 -20
  975. package/dist/auth/generators/fastify/auth-module/templates/services/user-session.service.ts +0 -251
  976. package/dist/auth/generators/fastify/auth-module/templates/user-session.service.ts +0 -101
  977. package/dist/auth/generators/fastify/auth-module/templates/utils/cookie-signer.ts +0 -71
  978. package/dist/auth/generators/fastify/auth-module/templates/utils/session-cookie.ts +0 -42
  979. package/dist/auth/generators/fastify/index.d.ts +0 -2
  980. package/dist/auth/generators/fastify/index.d.ts.map +0 -1
  981. package/dist/auth/generators/fastify/index.js +0 -2
  982. package/dist/auth/generators/fastify/index.js.map +0 -1
  983. package/dist/auth/generators/index.d.ts +0 -2
  984. package/dist/auth/generators/index.d.ts.map +0 -1
  985. package/dist/auth/generators/index.js +0 -2
  986. package/dist/auth/generators/index.js.map +0 -1
  987. package/dist/auth/metadata.json +0 -8
  988. package/dist/auth0/constants/packages.d.ts +0 -6
  989. package/dist/auth0/constants/packages.d.ts.map +0 -1
  990. package/dist/auth0/constants/packages.js +0 -6
  991. package/dist/auth0/constants/packages.js.map +0 -1
  992. package/dist/auth0/core/common.d.ts +0 -7
  993. package/dist/auth0/core/common.d.ts.map +0 -1
  994. package/dist/auth0/core/common.js +0 -28
  995. package/dist/auth0/core/common.js.map +0 -1
  996. package/dist/auth0/core/components/auth-definition-editor.d.ts +0 -5
  997. package/dist/auth0/core/components/auth-definition-editor.d.ts.map +0 -1
  998. package/dist/auth0/core/components/auth-definition-editor.js +0 -57
  999. package/dist/auth0/core/components/auth-definition-editor.js.map +0 -1
  1000. package/dist/auth0/core/components/role-dialog.d.ts +0 -14
  1001. package/dist/auth0/core/components/role-dialog.d.ts.map +0 -1
  1002. package/dist/auth0/core/components/role-dialog.js +0 -27
  1003. package/dist/auth0/core/components/role-dialog.js.map +0 -1
  1004. package/dist/auth0/core/components/role-editor-form.d.ts +0 -10
  1005. package/dist/auth0/core/components/role-editor-form.d.ts.map +0 -1
  1006. package/dist/auth0/core/components/role-editor-form.js +0 -52
  1007. package/dist/auth0/core/components/role-editor-form.js.map +0 -1
  1008. package/dist/auth0/core/node.d.ts +0 -5
  1009. package/dist/auth0/core/node.d.ts.map +0 -1
  1010. package/dist/auth0/core/node.js +0 -86
  1011. package/dist/auth0/core/node.js.map +0 -1
  1012. package/dist/auth0/core/schema/migrations.d.ts +0 -3
  1013. package/dist/auth0/core/schema/migrations.d.ts.map +0 -1
  1014. package/dist/auth0/core/schema/migrations.js +0 -17
  1015. package/dist/auth0/core/schema/migrations.js.map +0 -1
  1016. package/dist/auth0/core/schema/models.d.ts +0 -6
  1017. package/dist/auth0/core/schema/models.d.ts.map +0 -1
  1018. package/dist/auth0/core/schema/models.js +0 -39
  1019. package/dist/auth0/core/schema/models.js.map +0 -1
  1020. package/dist/auth0/core/schema/plugin-definition.d.ts +0 -73
  1021. package/dist/auth0/core/schema/plugin-definition.d.ts.map +0 -1
  1022. package/dist/auth0/core/schema/plugin-definition.js +0 -17
  1023. package/dist/auth0/core/schema/plugin-definition.js.map +0 -1
  1024. package/dist/auth0/core/web.d.ts +0 -6
  1025. package/dist/auth0/core/web.d.ts.map +0 -1
  1026. package/dist/auth0/core/web.js +0 -14
  1027. package/dist/auth0/core/web.js.map +0 -1
  1028. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +0 -67
  1029. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +0 -1
  1030. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +0 -125
  1031. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +0 -1
  1032. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts +0 -3
  1033. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts.map +0 -1
  1034. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js +0 -12
  1035. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js.map +0 -1
  1036. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts +0 -43
  1037. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts.map +0 -1
  1038. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js +0 -25
  1039. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js.map +0 -1
  1040. package/dist/auth0/generators/fastify/auth0-module/templates/management.ts +0 -22
  1041. package/dist/auth0/generators/fastify/auth0-module/templates/user-session.service.ts +0 -101
  1042. package/dist/auth0/generators/fastify/index.d.ts +0 -2
  1043. package/dist/auth0/generators/fastify/index.d.ts.map +0 -1
  1044. package/dist/auth0/generators/fastify/index.js +0 -2
  1045. package/dist/auth0/generators/fastify/index.js.map +0 -1
  1046. package/dist/auth0/generators/index.d.ts.map +0 -1
  1047. package/dist/auth0/generators/index.js.map +0 -1
  1048. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts +0 -10
  1049. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts.map +0 -1
  1050. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js +0 -41
  1051. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js.map +0 -1
  1052. package/dist/auth0/generators/react/auth0-apollo/templates/auth-link.ts +0 -11
  1053. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts +0 -61
  1054. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts.map +0 -1
  1055. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js +0 -59
  1056. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js.map +0 -1
  1057. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts +0 -106
  1058. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts.map +0 -1
  1059. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js +0 -28
  1060. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js.map +0 -1
  1061. package/dist/auth0/generators/react/auth0-callback/templates/auth0-callback.page.tsx +0 -61
  1062. package/dist/auth0/generators/react/auth0-callback/templates/signup.page.tsx +0 -48
  1063. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts +0 -53
  1064. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts.map +0 -1
  1065. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js +0 -44
  1066. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js.map +0 -1
  1067. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts +0 -3
  1068. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts.map +0 -1
  1069. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js +0 -12
  1070. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js.map +0 -1
  1071. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts +0 -45
  1072. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts.map +0 -1
  1073. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js +0 -13
  1074. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js.map +0 -1
  1075. package/dist/auth0/generators/react/auth0-components/templates/RequireAuth.tsx +0 -22
  1076. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +0 -28
  1077. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +0 -1
  1078. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +0 -65
  1079. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +0 -1
  1080. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts +0 -8
  1081. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts.map +0 -1
  1082. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js +0 -12
  1083. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js.map +0 -1
  1084. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts +0 -3
  1085. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts.map +0 -1
  1086. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js +0 -16
  1087. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js.map +0 -1
  1088. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts +0 -33
  1089. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts.map +0 -1
  1090. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js +0 -50
  1091. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js.map +0 -1
  1092. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.gql +0 -10
  1093. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.ts +0 -29
  1094. package/dist/auth0/generators/react/auth0-hooks/templates/useLogOut.ts +0 -14
  1095. package/dist/auth0/generators/react/auth0-hooks/templates/useRequiredUserId.ts +0 -11
  1096. package/dist/auth0/generators/react/auth0-hooks/templates/useSession.ts +0 -23
  1097. package/dist/auth0/generators/react/index.d.ts +0 -6
  1098. package/dist/auth0/generators/react/index.d.ts.map +0 -1
  1099. package/dist/auth0/generators/react/index.js +0 -6
  1100. package/dist/auth0/generators/react/index.js.map +0 -1
  1101. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +0 -23
  1102. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +0 -1
  1103. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js +0 -64
  1104. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js.map +0 -1
  1105. package/dist/auth0/metadata.json +0 -8
  1106. package/dist/auth0/static/icon.svg +0 -7
  1107. package/dist/index.js.map +0 -1
  1108. package/dist/roles/constants.d.ts.map +0 -1
  1109. package/dist/roles/constants.js.map +0 -1
  1110. package/dist/roles/index.d.ts.map +0 -1
  1111. package/dist/roles/index.js.map +0 -1
  1112. package/dist/roles/schema.d.ts +0 -65
  1113. package/dist/roles/schema.d.ts.map +0 -1
  1114. package/dist/roles/schema.js +0 -43
  1115. package/dist/roles/schema.js.map +0 -1
  1116. package/dist/utils/cn.d.ts +0 -2
  1117. package/dist/utils/cn.d.ts.map +0 -1
  1118. package/dist/utils/cn.js +0 -2
  1119. package/dist/utils/cn.js.map +0 -1
  1120. package/dist/web/assets/__federation_expose_auth0CoreCommon-DCwCR5dZ.js +0 -54
  1121. package/dist/web/assets/__federation_expose_auth0CoreCommon-DCwCR5dZ.js.map +0 -1
  1122. package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js +0 -383
  1123. package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js.map +0 -1
  1124. package/dist/web/assets/__federation_fn_import-dzKjrTzS.js +0 -421
  1125. package/dist/web/assets/__federation_fn_import-dzKjrTzS.js.map +0 -1
  1126. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js +0 -341
  1127. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js.map +0 -1
  1128. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js +0 -9901
  1129. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js.map +0 -1
  1130. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js +0 -12723
  1131. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js.map +0 -1
  1132. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js +0 -250
  1133. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js.map +0 -1
  1134. package/dist/web/assets/__federation_shared_react-uocnGSER.js +0 -7
  1135. package/dist/web/assets/__federation_shared_react-uocnGSER.js.map +0 -1
  1136. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js +0 -4380
  1137. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js.map +0 -1
  1138. package/dist/web/assets/index-B1hOKVPw.js +0 -574
  1139. package/dist/web/assets/index-B1hOKVPw.js.map +0 -1
  1140. package/dist/web/assets/index-BxDOOHD-.js +0 -95
  1141. package/dist/web/assets/index-BxDOOHD-.js.map +0 -1
  1142. package/dist/web/assets/index.esm-BZEyAv4m.js +0 -2584
  1143. package/dist/web/assets/index.esm-BZEyAv4m.js.map +0 -1
  1144. package/dist/web/assets/model-merger-CdV-7CWE.js +0 -2039
  1145. package/dist/web/assets/model-merger-CdV-7CWE.js.map +0 -1
  1146. package/dist/web/assets/plugin-definition-C9Q-BrBQ.js +0 -78
  1147. package/dist/web/assets/plugin-definition-C9Q-BrBQ.js.map +0 -1
  1148. package/dist/web/assets/react-BfiX28GO.js +0 -47
  1149. package/dist/web/assets/react-BfiX28GO.js.map +0 -1
  1150. package/dist/web/assets/style-BdgwWjAf.css +0 -95
  1151. package/dist/web-export.js.map +0 -1
  1152. package/manifest.json +0 -4
  1153. /package/dist/{roles → auth/core/schema/roles}/constants.d.ts +0 -0
  1154. /package/dist/{roles → auth/core/schema/roles}/constants.js +0 -0
  1155. /package/dist/{roles → auth/core/schema/roles}/index.d.ts +0 -0
  1156. /package/dist/{roles → auth/core/schema/roles}/index.js +0 -0
  1157. /package/dist/{auth0 → better-auth}/generators/index.d.ts +0 -0
  1158. /package/dist/{auth0 → better-auth}/generators/index.js +0 -0
  1159. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module/constants}/user-session.constants.ts +0 -0
  1160. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module}/utils/verify-request-origin.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registries-Tz_dluz3.js","sources":["../../../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.js","../../../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.js","../../../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.js","../../../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js","../../../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.js"],"sourcesContent":["/** A special constant with type `never` */\nexport const NEVER = Object.freeze({\n status: \"aborted\",\n});\nexport /*@__NO_SIDE_EFFECTS__*/ function $constructor(name, initializer, params) {\n function init(inst, def) {\n if (!inst._zod) {\n Object.defineProperty(inst, \"_zod\", {\n value: {\n def,\n constr: _,\n traits: new Set(),\n },\n enumerable: false,\n });\n }\n if (inst._zod.traits.has(name)) {\n return;\n }\n inst._zod.traits.add(name);\n initializer(inst, def);\n // support prototype modifications\n const proto = _.prototype;\n const keys = Object.keys(proto);\n for (let i = 0; i < keys.length; i++) {\n const k = keys[i];\n if (!(k in inst)) {\n inst[k] = proto[k].bind(inst);\n }\n }\n }\n // doesn't work if Parent has a constructor with arguments\n const Parent = params?.Parent ?? Object;\n class Definition extends Parent {\n }\n Object.defineProperty(Definition, \"name\", { value: name });\n function _(def) {\n var _a;\n const inst = params?.Parent ? new Definition() : this;\n init(inst, def);\n (_a = inst._zod).deferred ?? (_a.deferred = []);\n for (const fn of inst._zod.deferred) {\n fn();\n }\n return inst;\n }\n Object.defineProperty(_, \"init\", { value: init });\n Object.defineProperty(_, Symbol.hasInstance, {\n value: (inst) => {\n if (params?.Parent && inst instanceof params.Parent)\n return true;\n return inst?._zod?.traits?.has(name);\n },\n });\n Object.defineProperty(_, \"name\", { value: name });\n return _;\n}\n////////////////////////////// UTILITIES ///////////////////////////////////////\nexport const $brand = Symbol(\"zod_brand\");\nexport class $ZodAsyncError extends Error {\n constructor() {\n super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`);\n }\n}\nexport class $ZodEncodeError extends Error {\n constructor(name) {\n super(`Encountered unidirectional transform during encode: ${name}`);\n this.name = \"ZodEncodeError\";\n }\n}\nexport const globalConfig = {};\nexport function config(newConfig) {\n if (newConfig)\n Object.assign(globalConfig, newConfig);\n return globalConfig;\n}\n","// functions\nexport function assertEqual(val) {\n return val;\n}\nexport function assertNotEqual(val) {\n return val;\n}\nexport function assertIs(_arg) { }\nexport function assertNever(_x) {\n throw new Error(\"Unexpected value in exhaustive check\");\n}\nexport function assert(_) { }\nexport function getEnumValues(entries) {\n const numericValues = Object.values(entries).filter((v) => typeof v === \"number\");\n const values = Object.entries(entries)\n .filter(([k, _]) => numericValues.indexOf(+k) === -1)\n .map(([_, v]) => v);\n return values;\n}\nexport function joinValues(array, separator = \"|\") {\n return array.map((val) => stringifyPrimitive(val)).join(separator);\n}\nexport function jsonStringifyReplacer(_, value) {\n if (typeof value === \"bigint\")\n return value.toString();\n return value;\n}\nexport function cached(getter) {\n const set = false;\n return {\n get value() {\n if (!set) {\n const value = getter();\n Object.defineProperty(this, \"value\", { value });\n return value;\n }\n throw new Error(\"cached value already set\");\n },\n };\n}\nexport function nullish(input) {\n return input === null || input === undefined;\n}\nexport function cleanRegex(source) {\n const start = source.startsWith(\"^\") ? 1 : 0;\n const end = source.endsWith(\"$\") ? source.length - 1 : source.length;\n return source.slice(start, end);\n}\nexport function floatSafeRemainder(val, step) {\n const valDecCount = (val.toString().split(\".\")[1] || \"\").length;\n const stepString = step.toString();\n let stepDecCount = (stepString.split(\".\")[1] || \"\").length;\n if (stepDecCount === 0 && /\\d?e-\\d?/.test(stepString)) {\n const match = stepString.match(/\\d?e-(\\d?)/);\n if (match?.[1]) {\n stepDecCount = Number.parseInt(match[1]);\n }\n }\n const decCount = valDecCount > stepDecCount ? valDecCount : stepDecCount;\n const valInt = Number.parseInt(val.toFixed(decCount).replace(\".\", \"\"));\n const stepInt = Number.parseInt(step.toFixed(decCount).replace(\".\", \"\"));\n return (valInt % stepInt) / 10 ** decCount;\n}\nconst EVALUATING = Symbol(\"evaluating\");\nexport function defineLazy(object, key, getter) {\n let value = undefined;\n Object.defineProperty(object, key, {\n get() {\n if (value === EVALUATING) {\n // Circular reference detected, return undefined to break the cycle\n return undefined;\n }\n if (value === undefined) {\n value = EVALUATING;\n value = getter();\n }\n return value;\n },\n set(v) {\n Object.defineProperty(object, key, {\n value: v,\n // configurable: true,\n });\n // object[key] = v;\n },\n configurable: true,\n });\n}\nexport function objectClone(obj) {\n return Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj));\n}\nexport function assignProp(target, prop, value) {\n Object.defineProperty(target, prop, {\n value,\n writable: true,\n enumerable: true,\n configurable: true,\n });\n}\nexport function mergeDefs(...defs) {\n const mergedDescriptors = {};\n for (const def of defs) {\n const descriptors = Object.getOwnPropertyDescriptors(def);\n Object.assign(mergedDescriptors, descriptors);\n }\n return Object.defineProperties({}, mergedDescriptors);\n}\nexport function cloneDef(schema) {\n return mergeDefs(schema._zod.def);\n}\nexport function getElementAtPath(obj, path) {\n if (!path)\n return obj;\n return path.reduce((acc, key) => acc?.[key], obj);\n}\nexport function promiseAllObject(promisesObj) {\n const keys = Object.keys(promisesObj);\n const promises = keys.map((key) => promisesObj[key]);\n return Promise.all(promises).then((results) => {\n const resolvedObj = {};\n for (let i = 0; i < keys.length; i++) {\n resolvedObj[keys[i]] = results[i];\n }\n return resolvedObj;\n });\n}\nexport function randomString(length = 10) {\n const chars = \"abcdefghijklmnopqrstuvwxyz\";\n let str = \"\";\n for (let i = 0; i < length; i++) {\n str += chars[Math.floor(Math.random() * chars.length)];\n }\n return str;\n}\nexport function esc(str) {\n return JSON.stringify(str);\n}\nexport function slugify(input) {\n return input\n .toLowerCase()\n .trim()\n .replace(/[^\\w\\s-]/g, \"\")\n .replace(/[\\s_-]+/g, \"-\")\n .replace(/^-+|-+$/g, \"\");\n}\nexport const captureStackTrace = (\"captureStackTrace\" in Error ? Error.captureStackTrace : (..._args) => { });\nexport function isObject(data) {\n return typeof data === \"object\" && data !== null && !Array.isArray(data);\n}\nexport const allowsEval = cached(() => {\n // @ts-ignore\n if (typeof navigator !== \"undefined\" && navigator?.userAgent?.includes(\"Cloudflare\")) {\n return false;\n }\n try {\n const F = Function;\n new F(\"\");\n return true;\n }\n catch (_) {\n return false;\n }\n});\nexport function isPlainObject(o) {\n if (isObject(o) === false)\n return false;\n // modified constructor\n const ctor = o.constructor;\n if (ctor === undefined)\n return true;\n if (typeof ctor !== \"function\")\n return true;\n // modified prototype\n const prot = ctor.prototype;\n if (isObject(prot) === false)\n return false;\n // ctor doesn't have static `isPrototypeOf`\n if (Object.prototype.hasOwnProperty.call(prot, \"isPrototypeOf\") === false) {\n return false;\n }\n return true;\n}\nexport function shallowClone(o) {\n if (isPlainObject(o))\n return { ...o };\n if (Array.isArray(o))\n return [...o];\n return o;\n}\nexport function numKeys(data) {\n let keyCount = 0;\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n keyCount++;\n }\n }\n return keyCount;\n}\nexport const getParsedType = (data) => {\n const t = typeof data;\n switch (t) {\n case \"undefined\":\n return \"undefined\";\n case \"string\":\n return \"string\";\n case \"number\":\n return Number.isNaN(data) ? \"nan\" : \"number\";\n case \"boolean\":\n return \"boolean\";\n case \"function\":\n return \"function\";\n case \"bigint\":\n return \"bigint\";\n case \"symbol\":\n return \"symbol\";\n case \"object\":\n if (Array.isArray(data)) {\n return \"array\";\n }\n if (data === null) {\n return \"null\";\n }\n if (data.then && typeof data.then === \"function\" && data.catch && typeof data.catch === \"function\") {\n return \"promise\";\n }\n if (typeof Map !== \"undefined\" && data instanceof Map) {\n return \"map\";\n }\n if (typeof Set !== \"undefined\" && data instanceof Set) {\n return \"set\";\n }\n if (typeof Date !== \"undefined\" && data instanceof Date) {\n return \"date\";\n }\n // @ts-ignore\n if (typeof File !== \"undefined\" && data instanceof File) {\n return \"file\";\n }\n return \"object\";\n default:\n throw new Error(`Unknown data type: ${t}`);\n }\n};\nexport const propertyKeyTypes = new Set([\"string\", \"number\", \"symbol\"]);\nexport const primitiveTypes = new Set([\"string\", \"number\", \"bigint\", \"boolean\", \"symbol\", \"undefined\"]);\nexport function escapeRegex(str) {\n return str.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n}\n// zod-specific utils\nexport function clone(inst, def, params) {\n const cl = new inst._zod.constr(def ?? inst._zod.def);\n if (!def || params?.parent)\n cl._zod.parent = inst;\n return cl;\n}\nexport function normalizeParams(_params) {\n const params = _params;\n if (!params)\n return {};\n if (typeof params === \"string\")\n return { error: () => params };\n if (params?.message !== undefined) {\n if (params?.error !== undefined)\n throw new Error(\"Cannot specify both `message` and `error` params\");\n params.error = params.message;\n }\n delete params.message;\n if (typeof params.error === \"string\")\n return { ...params, error: () => params.error };\n return params;\n}\nexport function createTransparentProxy(getter) {\n let target;\n return new Proxy({}, {\n get(_, prop, receiver) {\n target ?? (target = getter());\n return Reflect.get(target, prop, receiver);\n },\n set(_, prop, value, receiver) {\n target ?? (target = getter());\n return Reflect.set(target, prop, value, receiver);\n },\n has(_, prop) {\n target ?? (target = getter());\n return Reflect.has(target, prop);\n },\n deleteProperty(_, prop) {\n target ?? (target = getter());\n return Reflect.deleteProperty(target, prop);\n },\n ownKeys(_) {\n target ?? (target = getter());\n return Reflect.ownKeys(target);\n },\n getOwnPropertyDescriptor(_, prop) {\n target ?? (target = getter());\n return Reflect.getOwnPropertyDescriptor(target, prop);\n },\n defineProperty(_, prop, descriptor) {\n target ?? (target = getter());\n return Reflect.defineProperty(target, prop, descriptor);\n },\n });\n}\nexport function stringifyPrimitive(value) {\n if (typeof value === \"bigint\")\n return value.toString() + \"n\";\n if (typeof value === \"string\")\n return `\"${value}\"`;\n return `${value}`;\n}\nexport function optionalKeys(shape) {\n return Object.keys(shape).filter((k) => {\n return shape[k]._zod.optin === \"optional\" && shape[k]._zod.optout === \"optional\";\n });\n}\nexport const NUMBER_FORMAT_RANGES = {\n safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER],\n int32: [-2147483648, 2147483647],\n uint32: [0, 4294967295],\n float32: [-3.4028234663852886e38, 3.4028234663852886e38],\n float64: [-Number.MAX_VALUE, Number.MAX_VALUE],\n};\nexport const BIGINT_FORMAT_RANGES = {\n int64: [/* @__PURE__*/ BigInt(\"-9223372036854775808\"), /* @__PURE__*/ BigInt(\"9223372036854775807\")],\n uint64: [/* @__PURE__*/ BigInt(0), /* @__PURE__*/ BigInt(\"18446744073709551615\")],\n};\nexport function pick(schema, mask) {\n const currDef = schema._zod.def;\n const checks = currDef.checks;\n const hasChecks = checks && checks.length > 0;\n if (hasChecks) {\n throw new Error(\".pick() cannot be used on object schemas containing refinements\");\n }\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const newShape = {};\n for (const key in mask) {\n if (!(key in currDef.shape)) {\n throw new Error(`Unrecognized key: \"${key}\"`);\n }\n if (!mask[key])\n continue;\n newShape[key] = currDef.shape[key];\n }\n assignProp(this, \"shape\", newShape); // self-caching\n return newShape;\n },\n checks: [],\n });\n return clone(schema, def);\n}\nexport function omit(schema, mask) {\n const currDef = schema._zod.def;\n const checks = currDef.checks;\n const hasChecks = checks && checks.length > 0;\n if (hasChecks) {\n throw new Error(\".omit() cannot be used on object schemas containing refinements\");\n }\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const newShape = { ...schema._zod.def.shape };\n for (const key in mask) {\n if (!(key in currDef.shape)) {\n throw new Error(`Unrecognized key: \"${key}\"`);\n }\n if (!mask[key])\n continue;\n delete newShape[key];\n }\n assignProp(this, \"shape\", newShape); // self-caching\n return newShape;\n },\n checks: [],\n });\n return clone(schema, def);\n}\nexport function extend(schema, shape) {\n if (!isPlainObject(shape)) {\n throw new Error(\"Invalid input to extend: expected a plain object\");\n }\n const checks = schema._zod.def.checks;\n const hasChecks = checks && checks.length > 0;\n if (hasChecks) {\n // Only throw if new shape overlaps with existing shape\n // Use getOwnPropertyDescriptor to check key existence without accessing values\n const existingShape = schema._zod.def.shape;\n for (const key in shape) {\n if (Object.getOwnPropertyDescriptor(existingShape, key) !== undefined) {\n throw new Error(\"Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.\");\n }\n }\n }\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const _shape = { ...schema._zod.def.shape, ...shape };\n assignProp(this, \"shape\", _shape); // self-caching\n return _shape;\n },\n });\n return clone(schema, def);\n}\nexport function safeExtend(schema, shape) {\n if (!isPlainObject(shape)) {\n throw new Error(\"Invalid input to safeExtend: expected a plain object\");\n }\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const _shape = { ...schema._zod.def.shape, ...shape };\n assignProp(this, \"shape\", _shape); // self-caching\n return _shape;\n },\n });\n return clone(schema, def);\n}\nexport function merge(a, b) {\n const def = mergeDefs(a._zod.def, {\n get shape() {\n const _shape = { ...a._zod.def.shape, ...b._zod.def.shape };\n assignProp(this, \"shape\", _shape); // self-caching\n return _shape;\n },\n get catchall() {\n return b._zod.def.catchall;\n },\n checks: [], // delete existing checks\n });\n return clone(a, def);\n}\nexport function partial(Class, schema, mask) {\n const currDef = schema._zod.def;\n const checks = currDef.checks;\n const hasChecks = checks && checks.length > 0;\n if (hasChecks) {\n throw new Error(\".partial() cannot be used on object schemas containing refinements\");\n }\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const oldShape = schema._zod.def.shape;\n const shape = { ...oldShape };\n if (mask) {\n for (const key in mask) {\n if (!(key in oldShape)) {\n throw new Error(`Unrecognized key: \"${key}\"`);\n }\n if (!mask[key])\n continue;\n // if (oldShape[key]!._zod.optin === \"optional\") continue;\n shape[key] = Class\n ? new Class({\n type: \"optional\",\n innerType: oldShape[key],\n })\n : oldShape[key];\n }\n }\n else {\n for (const key in oldShape) {\n // if (oldShape[key]!._zod.optin === \"optional\") continue;\n shape[key] = Class\n ? new Class({\n type: \"optional\",\n innerType: oldShape[key],\n })\n : oldShape[key];\n }\n }\n assignProp(this, \"shape\", shape); // self-caching\n return shape;\n },\n checks: [],\n });\n return clone(schema, def);\n}\nexport function required(Class, schema, mask) {\n const def = mergeDefs(schema._zod.def, {\n get shape() {\n const oldShape = schema._zod.def.shape;\n const shape = { ...oldShape };\n if (mask) {\n for (const key in mask) {\n if (!(key in shape)) {\n throw new Error(`Unrecognized key: \"${key}\"`);\n }\n if (!mask[key])\n continue;\n // overwrite with non-optional\n shape[key] = new Class({\n type: \"nonoptional\",\n innerType: oldShape[key],\n });\n }\n }\n else {\n for (const key in oldShape) {\n // overwrite with non-optional\n shape[key] = new Class({\n type: \"nonoptional\",\n innerType: oldShape[key],\n });\n }\n }\n assignProp(this, \"shape\", shape); // self-caching\n return shape;\n },\n });\n return clone(schema, def);\n}\n// invalid_type | too_big | too_small | invalid_format | not_multiple_of | unrecognized_keys | invalid_union | invalid_key | invalid_element | invalid_value | custom\nexport function aborted(x, startIndex = 0) {\n if (x.aborted === true)\n return true;\n for (let i = startIndex; i < x.issues.length; i++) {\n if (x.issues[i]?.continue !== true) {\n return true;\n }\n }\n return false;\n}\nexport function prefixIssues(path, issues) {\n return issues.map((iss) => {\n var _a;\n (_a = iss).path ?? (_a.path = []);\n iss.path.unshift(path);\n return iss;\n });\n}\nexport function unwrapMessage(message) {\n return typeof message === \"string\" ? message : message?.message;\n}\nexport function finalizeIssue(iss, ctx, config) {\n const full = { ...iss, path: iss.path ?? [] };\n // for backwards compatibility\n if (!iss.message) {\n const message = unwrapMessage(iss.inst?._zod.def?.error?.(iss)) ??\n unwrapMessage(ctx?.error?.(iss)) ??\n unwrapMessage(config.customError?.(iss)) ??\n unwrapMessage(config.localeError?.(iss)) ??\n \"Invalid input\";\n full.message = message;\n }\n // delete (full as any).def;\n delete full.inst;\n delete full.continue;\n if (!ctx?.reportInput) {\n delete full.input;\n }\n return full;\n}\nexport function getSizableOrigin(input) {\n if (input instanceof Set)\n return \"set\";\n if (input instanceof Map)\n return \"map\";\n // @ts-ignore\n if (input instanceof File)\n return \"file\";\n return \"unknown\";\n}\nexport function getLengthableOrigin(input) {\n if (Array.isArray(input))\n return \"array\";\n if (typeof input === \"string\")\n return \"string\";\n return \"unknown\";\n}\nexport function parsedType(data) {\n const t = typeof data;\n switch (t) {\n case \"number\": {\n return Number.isNaN(data) ? \"nan\" : \"number\";\n }\n case \"object\": {\n if (data === null) {\n return \"null\";\n }\n if (Array.isArray(data)) {\n return \"array\";\n }\n const obj = data;\n if (obj && Object.getPrototypeOf(obj) !== Object.prototype && \"constructor\" in obj && obj.constructor) {\n return obj.constructor.name;\n }\n }\n }\n return t;\n}\nexport function issue(...args) {\n const [iss, input, inst] = args;\n if (typeof iss === \"string\") {\n return {\n message: iss,\n code: \"custom\",\n input,\n inst,\n };\n }\n return { ...iss };\n}\nexport function cleanEnum(obj) {\n return Object.entries(obj)\n .filter(([k, _]) => {\n // return true if NaN, meaning it's not a number, thus a string key\n return Number.isNaN(Number.parseInt(k, 10));\n })\n .map((el) => el[1]);\n}\n// Codec utility functions\nexport function base64ToUint8Array(base64) {\n const binaryString = atob(base64);\n const bytes = new Uint8Array(binaryString.length);\n for (let i = 0; i < binaryString.length; i++) {\n bytes[i] = binaryString.charCodeAt(i);\n }\n return bytes;\n}\nexport function uint8ArrayToBase64(bytes) {\n let binaryString = \"\";\n for (let i = 0; i < bytes.length; i++) {\n binaryString += String.fromCharCode(bytes[i]);\n }\n return btoa(binaryString);\n}\nexport function base64urlToUint8Array(base64url) {\n const base64 = base64url.replace(/-/g, \"+\").replace(/_/g, \"/\");\n const padding = \"=\".repeat((4 - (base64.length % 4)) % 4);\n return base64ToUint8Array(base64 + padding);\n}\nexport function uint8ArrayToBase64url(bytes) {\n return uint8ArrayToBase64(bytes).replace(/\\+/g, \"-\").replace(/\\//g, \"_\").replace(/=/g, \"\");\n}\nexport function hexToUint8Array(hex) {\n const cleanHex = hex.replace(/^0x/, \"\");\n if (cleanHex.length % 2 !== 0) {\n throw new Error(\"Invalid hex string length\");\n }\n const bytes = new Uint8Array(cleanHex.length / 2);\n for (let i = 0; i < cleanHex.length; i += 2) {\n bytes[i / 2] = Number.parseInt(cleanHex.slice(i, i + 2), 16);\n }\n return bytes;\n}\nexport function uint8ArrayToHex(bytes) {\n return Array.from(bytes)\n .map((b) => b.toString(16).padStart(2, \"0\"))\n .join(\"\");\n}\n// instanceof\nexport class Class {\n constructor(..._args) { }\n}\n","import { $constructor } from \"./core.js\";\nimport * as util from \"./util.js\";\nconst initializer = (inst, def) => {\n inst.name = \"$ZodError\";\n Object.defineProperty(inst, \"_zod\", {\n value: inst._zod,\n enumerable: false,\n });\n Object.defineProperty(inst, \"issues\", {\n value: def,\n enumerable: false,\n });\n inst.message = JSON.stringify(def, util.jsonStringifyReplacer, 2);\n Object.defineProperty(inst, \"toString\", {\n value: () => inst.message,\n enumerable: false,\n });\n};\nexport const $ZodError = $constructor(\"$ZodError\", initializer);\nexport const $ZodRealError = $constructor(\"$ZodError\", initializer, { Parent: Error });\nexport function flattenError(error, mapper = (issue) => issue.message) {\n const fieldErrors = {};\n const formErrors = [];\n for (const sub of error.issues) {\n if (sub.path.length > 0) {\n fieldErrors[sub.path[0]] = fieldErrors[sub.path[0]] || [];\n fieldErrors[sub.path[0]].push(mapper(sub));\n }\n else {\n formErrors.push(mapper(sub));\n }\n }\n return { formErrors, fieldErrors };\n}\nexport function formatError(error, mapper = (issue) => issue.message) {\n const fieldErrors = { _errors: [] };\n const processError = (error) => {\n for (const issue of error.issues) {\n if (issue.code === \"invalid_union\" && issue.errors.length) {\n issue.errors.map((issues) => processError({ issues }));\n }\n else if (issue.code === \"invalid_key\") {\n processError({ issues: issue.issues });\n }\n else if (issue.code === \"invalid_element\") {\n processError({ issues: issue.issues });\n }\n else if (issue.path.length === 0) {\n fieldErrors._errors.push(mapper(issue));\n }\n else {\n let curr = fieldErrors;\n let i = 0;\n while (i < issue.path.length) {\n const el = issue.path[i];\n const terminal = i === issue.path.length - 1;\n if (!terminal) {\n curr[el] = curr[el] || { _errors: [] };\n }\n else {\n curr[el] = curr[el] || { _errors: [] };\n curr[el]._errors.push(mapper(issue));\n }\n curr = curr[el];\n i++;\n }\n }\n }\n };\n processError(error);\n return fieldErrors;\n}\nexport function treeifyError(error, mapper = (issue) => issue.message) {\n const result = { errors: [] };\n const processError = (error, path = []) => {\n var _a, _b;\n for (const issue of error.issues) {\n if (issue.code === \"invalid_union\" && issue.errors.length) {\n // regular union error\n issue.errors.map((issues) => processError({ issues }, issue.path));\n }\n else if (issue.code === \"invalid_key\") {\n processError({ issues: issue.issues }, issue.path);\n }\n else if (issue.code === \"invalid_element\") {\n processError({ issues: issue.issues }, issue.path);\n }\n else {\n const fullpath = [...path, ...issue.path];\n if (fullpath.length === 0) {\n result.errors.push(mapper(issue));\n continue;\n }\n let curr = result;\n let i = 0;\n while (i < fullpath.length) {\n const el = fullpath[i];\n const terminal = i === fullpath.length - 1;\n if (typeof el === \"string\") {\n curr.properties ?? (curr.properties = {});\n (_a = curr.properties)[el] ?? (_a[el] = { errors: [] });\n curr = curr.properties[el];\n }\n else {\n curr.items ?? (curr.items = []);\n (_b = curr.items)[el] ?? (_b[el] = { errors: [] });\n curr = curr.items[el];\n }\n if (terminal) {\n curr.errors.push(mapper(issue));\n }\n i++;\n }\n }\n }\n };\n processError(error);\n return result;\n}\n/** Format a ZodError as a human-readable string in the following form.\n *\n * From\n *\n * ```ts\n * ZodError {\n * issues: [\n * {\n * expected: 'string',\n * code: 'invalid_type',\n * path: [ 'username' ],\n * message: 'Invalid input: expected string'\n * },\n * {\n * expected: 'number',\n * code: 'invalid_type',\n * path: [ 'favoriteNumbers', 1 ],\n * message: 'Invalid input: expected number'\n * }\n * ];\n * }\n * ```\n *\n * to\n *\n * ```\n * username\n * ✖ Expected number, received string at \"username\n * favoriteNumbers[0]\n * ✖ Invalid input: expected number\n * ```\n */\nexport function toDotPath(_path) {\n const segs = [];\n const path = _path.map((seg) => (typeof seg === \"object\" ? seg.key : seg));\n for (const seg of path) {\n if (typeof seg === \"number\")\n segs.push(`[${seg}]`);\n else if (typeof seg === \"symbol\")\n segs.push(`[${JSON.stringify(String(seg))}]`);\n else if (/[^\\w$]/.test(seg))\n segs.push(`[${JSON.stringify(seg)}]`);\n else {\n if (segs.length)\n segs.push(\".\");\n segs.push(seg);\n }\n }\n return segs.join(\"\");\n}\nexport function prettifyError(error) {\n const lines = [];\n // sort by path length\n const issues = [...error.issues].sort((a, b) => (a.path ?? []).length - (b.path ?? []).length);\n // Process each issue\n for (const issue of issues) {\n lines.push(`✖ ${issue.message}`);\n if (issue.path?.length)\n lines.push(` → at ${toDotPath(issue.path)}`);\n }\n // Convert Map to formatted string\n return lines.join(\"\\n\");\n}\n","import * as core from \"./core.js\";\nimport * as errors from \"./errors.js\";\nimport * as util from \"./util.js\";\nexport const _parse = (_Err) => (schema, value, _ctx, _params) => {\n const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };\n const result = schema._zod.run({ value, issues: [] }, ctx);\n if (result instanceof Promise) {\n throw new core.$ZodAsyncError();\n }\n if (result.issues.length) {\n const e = new (_params?.Err ?? _Err)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())));\n util.captureStackTrace(e, _params?.callee);\n throw e;\n }\n return result.value;\n};\nexport const parse = /* @__PURE__*/ _parse(errors.$ZodRealError);\nexport const _parseAsync = (_Err) => async (schema, value, _ctx, params) => {\n const ctx = _ctx ? Object.assign(_ctx, { async: true }) : { async: true };\n let result = schema._zod.run({ value, issues: [] }, ctx);\n if (result instanceof Promise)\n result = await result;\n if (result.issues.length) {\n const e = new (params?.Err ?? _Err)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())));\n util.captureStackTrace(e, params?.callee);\n throw e;\n }\n return result.value;\n};\nexport const parseAsync = /* @__PURE__*/ _parseAsync(errors.$ZodRealError);\nexport const _safeParse = (_Err) => (schema, value, _ctx) => {\n const ctx = _ctx ? { ..._ctx, async: false } : { async: false };\n const result = schema._zod.run({ value, issues: [] }, ctx);\n if (result instanceof Promise) {\n throw new core.$ZodAsyncError();\n }\n return result.issues.length\n ? {\n success: false,\n error: new (_Err ?? errors.$ZodError)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config()))),\n }\n : { success: true, data: result.value };\n};\nexport const safeParse = /* @__PURE__*/ _safeParse(errors.$ZodRealError);\nexport const _safeParseAsync = (_Err) => async (schema, value, _ctx) => {\n const ctx = _ctx ? Object.assign(_ctx, { async: true }) : { async: true };\n let result = schema._zod.run({ value, issues: [] }, ctx);\n if (result instanceof Promise)\n result = await result;\n return result.issues.length\n ? {\n success: false,\n error: new _Err(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config()))),\n }\n : { success: true, data: result.value };\n};\nexport const safeParseAsync = /* @__PURE__*/ _safeParseAsync(errors.$ZodRealError);\nexport const _encode = (_Err) => (schema, value, _ctx) => {\n const ctx = _ctx ? Object.assign(_ctx, { direction: \"backward\" }) : { direction: \"backward\" };\n return _parse(_Err)(schema, value, ctx);\n};\nexport const encode = /* @__PURE__*/ _encode(errors.$ZodRealError);\nexport const _decode = (_Err) => (schema, value, _ctx) => {\n return _parse(_Err)(schema, value, _ctx);\n};\nexport const decode = /* @__PURE__*/ _decode(errors.$ZodRealError);\nexport const _encodeAsync = (_Err) => async (schema, value, _ctx) => {\n const ctx = _ctx ? Object.assign(_ctx, { direction: \"backward\" }) : { direction: \"backward\" };\n return _parseAsync(_Err)(schema, value, ctx);\n};\nexport const encodeAsync = /* @__PURE__*/ _encodeAsync(errors.$ZodRealError);\nexport const _decodeAsync = (_Err) => async (schema, value, _ctx) => {\n return _parseAsync(_Err)(schema, value, _ctx);\n};\nexport const decodeAsync = /* @__PURE__*/ _decodeAsync(errors.$ZodRealError);\nexport const _safeEncode = (_Err) => (schema, value, _ctx) => {\n const ctx = _ctx ? Object.assign(_ctx, { direction: \"backward\" }) : { direction: \"backward\" };\n return _safeParse(_Err)(schema, value, ctx);\n};\nexport const safeEncode = /* @__PURE__*/ _safeEncode(errors.$ZodRealError);\nexport const _safeDecode = (_Err) => (schema, value, _ctx) => {\n return _safeParse(_Err)(schema, value, _ctx);\n};\nexport const safeDecode = /* @__PURE__*/ _safeDecode(errors.$ZodRealError);\nexport const _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {\n const ctx = _ctx ? Object.assign(_ctx, { direction: \"backward\" }) : { direction: \"backward\" };\n return _safeParseAsync(_Err)(schema, value, ctx);\n};\nexport const safeEncodeAsync = /* @__PURE__*/ _safeEncodeAsync(errors.$ZodRealError);\nexport const _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {\n return _safeParseAsync(_Err)(schema, value, _ctx);\n};\nexport const safeDecodeAsync = /* @__PURE__*/ _safeDecodeAsync(errors.$ZodRealError);\n","var _a;\nexport const $output = Symbol(\"ZodOutput\");\nexport const $input = Symbol(\"ZodInput\");\nexport class $ZodRegistry {\n constructor() {\n this._map = new WeakMap();\n this._idmap = new Map();\n }\n add(schema, ..._meta) {\n const meta = _meta[0];\n this._map.set(schema, meta);\n if (meta && typeof meta === \"object\" && \"id\" in meta) {\n this._idmap.set(meta.id, schema);\n }\n return this;\n }\n clear() {\n this._map = new WeakMap();\n this._idmap = new Map();\n return this;\n }\n remove(schema) {\n const meta = this._map.get(schema);\n if (meta && typeof meta === \"object\" && \"id\" in meta) {\n this._idmap.delete(meta.id);\n }\n this._map.delete(schema);\n return this;\n }\n get(schema) {\n // return this._map.get(schema) as any;\n // inherit metadata\n const p = schema._zod.parent;\n if (p) {\n const pm = { ...(this.get(p) ?? {}) };\n delete pm.id; // do not inherit id\n const f = { ...pm, ...this._map.get(schema) };\n return Object.keys(f).length ? f : undefined;\n }\n return this._map.get(schema);\n }\n has(schema) {\n return this._map.has(schema);\n }\n}\n// registries\nexport function registry() {\n return new $ZodRegistry();\n}\n(_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());\nexport const globalRegistry = globalThis.__zod_globalRegistry;\n"],"names":["util.jsonStringifyReplacer","core.$ZodAsyncError","util.finalizeIssue","core.config","util.captureStackTrace","errors.$ZodRealError","errors.$ZodError"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4]}
@@ -1,12 +1,36 @@
1
1
  const currentImports = {};
2
2
  const exportSet = new Set(['Module', '__esModule', 'default', '_export_sfc']);
3
3
  let moduleMap = {
4
- "auth0/core/web":()=>{
5
- dynamicLoadingCss(["style-BdgwWjAf.css"], false, 'auth0/core/web');
6
- return __federation_import('./__federation_expose_auth0CoreWeb-BlCwYpTq.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
7
- "auth0/core/common":()=>{
8
- dynamicLoadingCss(["style-BdgwWjAf.css"], false, 'auth0/core/common');
9
- return __federation_import('./__federation_expose_auth0CoreCommon-DCwCR5dZ.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
4
+ "auth/core/web":()=>{
5
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'auth/core/web');
6
+ return __federation_import('./__federation_expose_authCoreWeb-N-mh42Bs.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
7
+ "auth/core/common":()=>{
8
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'auth/core/common');
9
+ return __federation_import('./__federation_expose_authCoreCommon-CIVhaGqo.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
10
+ "better-auth/core/web":()=>{
11
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'better-auth/core/web');
12
+ return __federation_import('./__federation_expose_better-authCoreWeb-CMhPrXPA.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
13
+ "better-auth/core/common":()=>{
14
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'better-auth/core/common');
15
+ return __federation_import('./__federation_expose_better-authCoreCommon-BIU3Fg7K.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
16
+ "local-auth/core/web":()=>{
17
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'local-auth/core/web');
18
+ return __federation_import('./__federation_expose_local-authCoreWeb-BY-mP3uS.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
19
+ "local-auth/core/common":()=>{
20
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'local-auth/core/common');
21
+ return __federation_import('./__federation_expose_local-authCoreCommon-DbuvGG7o.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
22
+ "local-auth/admin/web":()=>{
23
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'local-auth/admin/web');
24
+ return __federation_import('./__federation_expose_local-authAdminWeb-CLU9aEy9.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
25
+ "local-auth/admin/common":()=>{
26
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'local-auth/admin/common');
27
+ return __federation_import('./__federation_expose_local-authAdminCommon-DvHe9w29.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
28
+ "placeholder-auth/core/web":()=>{
29
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'placeholder-auth/core/web');
30
+ return __federation_import('./__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},
31
+ "placeholder-auth/core/common":()=>{
32
+ dynamicLoadingCss(["style-DiK_rD1L.css"], false, 'placeholder-auth/core/common');
33
+ return __federation_import('./__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
10
34
  const seen = {};
11
35
  const dynamicLoadingCss = (cssFilePaths, dontAppendStylesToHead, exposeItemName) => {
12
36
  const metaUrl = import.meta.url;
@@ -1 +1 @@
1
- {"version":3,"file":"remoteEntry.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"remoteEntry.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,120 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-space-y-reverse: 0;
6
+ --tw-font-weight: initial;
7
+ }
8
+ }
9
+ }
10
+
11
+ @layer theme {
12
+ :root, :host {
13
+ --auth-spacing: .25rem;
14
+ --auth-container-6xl: 72rem;
15
+ --auth-text-sm: .875rem;
16
+ --auth-text-sm--line-height: calc(1.25 / .875);
17
+ --auth-font-weight-medium: 500;
18
+ }
19
+ }
20
+
21
+ @layer base, components;
22
+
23
+ @layer utilities {
24
+ .auth\:relative {
25
+ position: relative;
26
+ }
27
+
28
+ .auth\:mb-\[--action-bar-height\] {
29
+ margin-bottom: --action-bar-height;
30
+ }
31
+
32
+ .auth\:flex {
33
+ display: flex;
34
+ }
35
+
36
+ .auth\:inline-block {
37
+ display: inline-block;
38
+ }
39
+
40
+ .auth\:h-full {
41
+ height: 100%;
42
+ }
43
+
44
+ .auth\:max-w-6xl {
45
+ max-width: var(--auth-container-6xl);
46
+ }
47
+
48
+ .auth\:flex-1 {
49
+ flex: 1;
50
+ }
51
+
52
+ .auth\:flex-col {
53
+ flex-direction: column;
54
+ }
55
+
56
+ .auth\:items-center {
57
+ align-items: center;
58
+ }
59
+
60
+ .auth\:gap-2 {
61
+ gap: calc(var(--auth-spacing) * 2);
62
+ }
63
+
64
+ .auth\:gap-4 {
65
+ gap: calc(var(--auth-spacing) * 4);
66
+ }
67
+
68
+ :where(.auth\:space-y-4 > :not(:last-child)) {
69
+ --tw-space-y-reverse: 0;
70
+ margin-block-start: calc(calc(var(--auth-spacing) * 4) * var(--tw-space-y-reverse));
71
+ margin-block-end: calc(calc(var(--auth-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
72
+ }
73
+
74
+ :where(.auth\:space-y-6 > :not(:last-child)) {
75
+ --tw-space-y-reverse: 0;
76
+ margin-block-start: calc(calc(var(--auth-spacing) * 6) * var(--tw-space-y-reverse));
77
+ margin-block-end: calc(calc(var(--auth-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
78
+ }
79
+
80
+ .auth\:overflow-hidden {
81
+ overflow: hidden;
82
+ }
83
+
84
+ .auth\:overflow-y-auto {
85
+ overflow-y: auto;
86
+ }
87
+
88
+ .auth\:py-4 {
89
+ padding-block: calc(var(--auth-spacing) * 4);
90
+ }
91
+
92
+ .auth\:pb-16 {
93
+ padding-bottom: calc(var(--auth-spacing) * 16);
94
+ }
95
+
96
+ .auth\:text-sm {
97
+ font-size: var(--auth-text-sm);
98
+ line-height: var(--tw-leading, var(--auth-text-sm--line-height));
99
+ }
100
+
101
+ .auth\:font-medium {
102
+ --tw-font-weight: var(--auth-font-weight-medium);
103
+ font-weight: var(--auth-font-weight-medium);
104
+ }
105
+
106
+ .auth\:text-muted-foreground {
107
+ color: var(--muted-foreground);
108
+ }
109
+ }
110
+
111
+ @property --tw-space-y-reverse {
112
+ syntax: "*";
113
+ inherits: false;
114
+ initial-value: 0;
115
+ }
116
+
117
+ @property --tw-font-weight {
118
+ syntax: "*";
119
+ inherits: false
120
+ }
@@ -0,0 +1,59 @@
1
+ import { g as get, s as set, e as appendErrors } from './index.esm-BraHxHLB.js';
2
+ import { l as parse, m as parseAsync, K as $ZodError } from './registries-Tz_dluz3.js';
3
+ import { importShared } from './__federation_fn_import-BLFDCY-V.js';
4
+ import { j as jsxRuntimeExports } from './jsx-runtime-XI9uIe3W.js';
5
+
6
+ const r=(t,r,o)=>{if(t&&"reportValidity"in t){const s=get(o,r);t.setCustomValidity(s&&s.message||""),t.reportValidity();}},o=(e,t)=>{for(const o in t.fields){const s=t.fields[o];s&&s.ref&&"reportValidity"in s.ref?r(s.ref,o,e):s&&s.refs&&s.refs.forEach(t=>r(t,o,e));}},s$1=(r,s)=>{s.shouldUseNativeValidation&&o(r,s);const n={};for(const o in r){const f=get(s.fields,o),c=Object.assign(r[o]||{},{ref:f&&f.ref});if(i$1(s.names||Object.keys(r),o)){const r=Object.assign({},get(n,o));set(r,"root",c),set(n,o,r);}else set(n,o,c);}return n},i$1=(e,t)=>{const r=n(t);return e.some(e=>n(e).match(`^${r}\\.\\d+`))};function n(e){return e.replace(/\]|\[/g,"")}
7
+
8
+ function t(r,e){try{var o=r();}catch(r){return e(r)}return o&&o.then?o.then(void 0,e):o}function s(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(".");if(!n[a])if("unionErrors"in t){var u=t.unionErrors[0].errors[0];n[a]={message:u.message,type:u.code};}else n[a]={message:i,type:s};if("unionErrors"in t&&t.unionErrors.forEach(function(e){return e.errors.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=appendErrors(a,e,n,s,f?[].concat(f,t.message):t.message);}r.shift();}return n}function i(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(".");if(!n[a])if("invalid_union"===t.code&&t.errors.length>0){var u=t.errors[0][0];n[a]={message:u.message,type:u.code};}else n[a]={message:i,type:s};if("invalid_union"===t.code&&t.errors.forEach(function(e){return e.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=appendErrors(a,e,n,s,f?[].concat(f,t.message):t.message);}r.shift();}return n}function a(o$1,a,u){if(void 0===u&&(u={}),function(r){return "_def"in r&&"object"==typeof r._def&&"typeName"in r._def}(o$1))return function(n,i,c){try{return Promise.resolve(t(function(){return Promise.resolve(o$1["sync"===u.mode?"parse":"parseAsync"](n,a)).then(function(e){return c.shouldUseNativeValidation&&o({},c),{errors:{},values:u.raw?Object.assign({},n):e}})},function(r){if(function(r){return Array.isArray(null==r?void 0:r.issues)}(r))return {values:{},errors:s$1(s(r.errors,!c.shouldUseNativeValidation&&"all"===c.criteriaMode),c)};throw r}))}catch(r){return Promise.reject(r)}};if(function(r){return "_zod"in r&&"object"==typeof r._zod}(o$1))return function(s,c,f){try{return Promise.resolve(t(function(){return Promise.resolve(("sync"===u.mode?parse:parseAsync)(o$1,s,a)).then(function(e){return f.shouldUseNativeValidation&&o({},f),{errors:{},values:u.raw?Object.assign({},s):e}})},function(r){if(function(r){return r instanceof $ZodError}(r))return {values:{},errors:s$1(i(r.issues,!f.shouldUseNativeValidation&&"all"===f.criteriaMode),f)};throw r}))}catch(r){return Promise.reject(r)}};throw new Error("Invalid input: not a Zod schema")}
9
+
10
+ const {PluginUtils} = await importShared('@baseplate-dev/project-builder-lib');
11
+
12
+ const {useProjectDefinition} = await importShared('@baseplate-dev/project-builder-lib/web');
13
+
14
+ const {NavigationTabs,NavigationTabsItem} = await importShared('@baseplate-dev/ui-components');
15
+
16
+ const {Link} = await importShared('@tanstack/react-router');
17
+
18
+ function AuthConfigTabs() {
19
+ const { definition, schemaParserContext } = useProjectDefinition();
20
+ const authPlugin = schemaParserContext.pluginStore.availablePlugins.find(
21
+ (p) => p.metadata.packageName === "@baseplate-dev/plugin-auth" && p.metadata.name === "auth"
22
+ );
23
+ if (!authPlugin) {
24
+ return null;
25
+ }
26
+ const authConfig = PluginUtils.configByKey(
27
+ definition,
28
+ authPlugin.metadata.key
29
+ );
30
+ const implementationPluginKey = authConfig?.implementationPluginKey;
31
+ const authImplementationPlugin = schemaParserContext.pluginStore.availablePlugins.find(
32
+ (p) => p.metadata.key === implementationPluginKey
33
+ );
34
+ if (!authImplementationPlugin) {
35
+ return null;
36
+ }
37
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(NavigationTabs, { children: [
38
+ /* @__PURE__ */ jsxRuntimeExports.jsx(NavigationTabsItem, { asChild: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
39
+ Link,
40
+ {
41
+ to: "/plugins/edit/$key",
42
+ params: { key: authPlugin.metadata.key },
43
+ activeOptions: { exact: true },
44
+ children: "Auth"
45
+ }
46
+ ) }),
47
+ /* @__PURE__ */ jsxRuntimeExports.jsx(NavigationTabsItem, { asChild: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
48
+ Link,
49
+ {
50
+ to: `/plugins/edit/${authImplementationPlugin.metadata.key}`,
51
+ activeOptions: { exact: true },
52
+ children: authImplementationPlugin.metadata.displayName
53
+ }
54
+ ) })
55
+ ] });
56
+ }
57
+
58
+ export { AuthConfigTabs as A, a };
59
+ //# sourceMappingURL=styles-tkrWV-ZE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles-tkrWV-ZE.js","sources":["../../../../../node_modules/.pnpm/@hookform+resolvers@5.2.2_react-hook-form@7.71.1_react@19.1.0_/node_modules/@hookform/resolvers/dist/resolvers.mjs","../../../../../node_modules/.pnpm/@hookform+resolvers@5.2.2_react-hook-form@7.71.1_react@19.1.0_/node_modules/@hookform/resolvers/zod/dist/zod.mjs","../../../src/common/components/auth-config-tabs.tsx"],"sourcesContent":["import{get as e,set as t}from\"react-hook-form\";const r=(t,r,o)=>{if(t&&\"reportValidity\"in t){const s=e(o,r);t.setCustomValidity(s&&s.message||\"\"),t.reportValidity()}},o=(e,t)=>{for(const o in t.fields){const s=t.fields[o];s&&s.ref&&\"reportValidity\"in s.ref?r(s.ref,o,e):s&&s.refs&&s.refs.forEach(t=>r(t,o,e))}},s=(r,s)=>{s.shouldUseNativeValidation&&o(r,s);const n={};for(const o in r){const f=e(s.fields,o),c=Object.assign(r[o]||{},{ref:f&&f.ref});if(i(s.names||Object.keys(r),o)){const r=Object.assign({},e(n,o));t(r,\"root\",c),t(n,o,r)}else t(n,o,c)}return n},i=(e,t)=>{const r=n(t);return e.some(e=>n(e).match(`^${r}\\\\.\\\\d+`))};function n(e){return e.replace(/\\]|\\[/g,\"\")}export{s as toNestErrors,o as validateFieldsNatively};\n//# sourceMappingURL=resolvers.mjs.map\n","import{validateFieldsNatively as r,toNestErrors as e}from\"@hookform/resolvers\";import{appendErrors as o}from\"react-hook-form\";import*as n from\"zod/v4/core\";function t(r,e){try{var o=r()}catch(r){return e(r)}return o&&o.then?o.then(void 0,e):o}function s(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(\".\");if(!n[a])if(\"unionErrors\"in t){var u=t.unionErrors[0].errors[0];n[a]={message:u.message,type:u.code}}else n[a]={message:i,type:s};if(\"unionErrors\"in t&&t.unionErrors.forEach(function(e){return e.errors.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=o(a,e,n,s,f?[].concat(f,t.message):t.message)}r.shift()}return n}function i(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(\".\");if(!n[a])if(\"invalid_union\"===t.code&&t.errors.length>0){var u=t.errors[0][0];n[a]={message:u.message,type:u.code}}else n[a]={message:i,type:s};if(\"invalid_union\"===t.code&&t.errors.forEach(function(e){return e.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=o(a,e,n,s,f?[].concat(f,t.message):t.message)}r.shift()}return n}function a(o,a,u){if(void 0===u&&(u={}),function(r){return\"_def\"in r&&\"object\"==typeof r._def&&\"typeName\"in r._def}(o))return function(n,i,c){try{return Promise.resolve(t(function(){return Promise.resolve(o[\"sync\"===u.mode?\"parse\":\"parseAsync\"](n,a)).then(function(e){return c.shouldUseNativeValidation&&r({},c),{errors:{},values:u.raw?Object.assign({},n):e}})},function(r){if(function(r){return Array.isArray(null==r?void 0:r.issues)}(r))return{values:{},errors:e(s(r.errors,!c.shouldUseNativeValidation&&\"all\"===c.criteriaMode),c)};throw r}))}catch(r){return Promise.reject(r)}};if(function(r){return\"_zod\"in r&&\"object\"==typeof r._zod}(o))return function(s,c,f){try{return Promise.resolve(t(function(){return Promise.resolve((\"sync\"===u.mode?n.parse:n.parseAsync)(o,s,a)).then(function(e){return f.shouldUseNativeValidation&&r({},f),{errors:{},values:u.raw?Object.assign({},s):e}})},function(r){if(function(r){return r instanceof n.$ZodError}(r))return{values:{},errors:e(i(r.issues,!f.shouldUseNativeValidation&&\"all\"===f.criteriaMode),f)};throw r}))}catch(r){return Promise.reject(r)}};throw new Error(\"Invalid input: not a Zod schema\")}export{a as zodResolver};\n//# sourceMappingURL=zod.module.js.map\n","import { PluginUtils } from '@baseplate-dev/project-builder-lib';\nimport { useProjectDefinition } from '@baseplate-dev/project-builder-lib/web';\nimport {\n NavigationTabs,\n NavigationTabsItem,\n} from '@baseplate-dev/ui-components';\nimport { Link } from '@tanstack/react-router';\n\nimport type { AuthPluginDefinition } from '#src/auth/core/schema/plugin-definition.js';\n\nexport function AuthConfigTabs(): React.ReactElement | null {\n const { definition, schemaParserContext } = useProjectDefinition();\n\n const authPlugin = schemaParserContext.pluginStore.availablePlugins.find(\n (p) =>\n p.metadata.packageName === '@baseplate-dev/plugin-auth' &&\n p.metadata.name === 'auth',\n );\n\n if (!authPlugin) {\n return null;\n }\n\n const authConfig = PluginUtils.configByKey(\n definition,\n authPlugin.metadata.key,\n ) as AuthPluginDefinition | undefined;\n\n const implementationPluginKey = authConfig?.implementationPluginKey;\n\n const authImplementationPlugin =\n schemaParserContext.pluginStore.availablePlugins.find(\n (p) => p.metadata.key === implementationPluginKey,\n );\n\n if (!authImplementationPlugin) {\n return null;\n }\n\n return (\n <NavigationTabs>\n <NavigationTabsItem asChild>\n <Link\n to=\"/plugins/edit/$key\"\n params={{ key: authPlugin.metadata.key }}\n activeOptions={{ exact: true }}\n >\n Auth\n </Link>\n </NavigationTabsItem>\n <NavigationTabsItem asChild>\n <Link\n to={`/plugins/edit/${authImplementationPlugin.metadata.key}`}\n activeOptions={{ exact: true }}\n >\n {authImplementationPlugin.metadata.displayName}\n </Link>\n </NavigationTabsItem>\n </NavigationTabs>\n );\n}\n"],"names":["e","s","i","t","o","r","n.parse","n.parseAsync","n.$ZodError","jsx"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -15,7 +15,7 @@
15
15
  <meta charset="UTF-8" />
16
16
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
17
17
  <title>React Remote</title>
18
- <link rel="stylesheet" crossorigin href="/assets/style-BdgwWjAf.css">
18
+ <link rel="stylesheet" crossorigin href="/assets/style-DiK_rD1L.css">
19
19
  </head>
20
20
 
21
21
  <body>
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "@baseplate-dev/plugin-auth",
3
- "version": "0.1.3",
3
+ "version": "0.6.2",
4
4
  "description": "Contains the auth plugin for Baseplate",
5
+ "keywords": [
6
+ "authentication",
7
+ "plugin",
8
+ "full-stack",
9
+ "typescript",
10
+ "baseplate",
11
+ "code-generation"
12
+ ],
5
13
  "homepage": "https://www.baseplate.dev",
6
14
  "repository": "https://github.com/halfdomelabs/baseplate",
7
15
  "license": "MPL-2.0",
@@ -14,46 +22,52 @@
14
22
  "files": [
15
23
  "README.md",
16
24
  "LICENSE",
17
- "CHANGELOG",
25
+ "CHANGELOG.md",
18
26
  "dist/**/*",
19
- "!dist/**/*.d.ts.map",
20
- "!dist/**/*.tsbuildinfo",
21
- "manifest.json"
27
+ "!dist/**/*.map",
28
+ "!dist/**/*.tsbuildinfo"
22
29
  ],
23
30
  "dependencies": {
24
- "@hookform/resolvers": "5.0.1",
31
+ "@hookform/lenses": "0.8.1",
32
+ "@hookform/resolvers": "5.2.2",
33
+ "@tanstack/react-router": "1.159.5",
25
34
  "react": "19.1.0",
26
35
  "react-dom": "19.1.0",
27
- "react-hook-form": "7.56.3",
36
+ "react-hook-form": "7.71.1",
28
37
  "react-icons": "5.5.0",
29
- "zod": "3.24.1",
30
- "@baseplate-dev/core-generators": "0.1.3",
31
- "@baseplate-dev/fastify-generators": "0.1.3",
32
- "@baseplate-dev/react-generators": "0.1.3",
33
- "@baseplate-dev/ui-components": "0.1.3"
38
+ "zod": "^4.3.6",
39
+ "@baseplate-dev/core-generators": "0.6.2",
40
+ "@baseplate-dev/fastify-generators": "0.6.2",
41
+ "@baseplate-dev/plugin-email": "0.6.2",
42
+ "@baseplate-dev/plugin-queue": "0.6.2",
43
+ "@baseplate-dev/plugin-rate-limit": "0.6.2",
44
+ "@baseplate-dev/react-generators": "0.6.2",
45
+ "@baseplate-dev/ui-components": "0.6.2",
46
+ "@baseplate-dev/utils": "0.6.2"
34
47
  },
35
48
  "devDependencies": {
36
49
  "@originjs/vite-plugin-federation": "1.3.6",
37
- "@tailwindcss/vite": "4.1.6",
38
- "@types/node": "^22.0.0",
50
+ "@tailwindcss/vite": "4.1.18",
51
+ "@types/node": "^22.17.2",
39
52
  "@types/react": "19.1.3",
40
53
  "@types/react-dom": "19.1.3",
41
- "@vitejs/plugin-react": "4.4.1",
42
- "concurrently": "9.0.1",
54
+ "@vitejs/plugin-react": "5.0.2",
55
+ "concurrently": "9.2.1",
43
56
  "cpx2": "8.0.0",
44
- "eslint": "9.26.0",
45
- "prettier": "3.5.3",
46
- "tailwindcss": "4.1.6",
47
- "typescript": "5.7.3",
48
- "vite": "6.3.5",
49
- "vitest": "3.0.7",
50
- "@baseplate-dev/project-builder-lib": "0.1.3",
51
- "@baseplate-dev/sync": "0.1.3",
52
- "@baseplate-dev/tools": "0.1.3"
57
+ "eslint": "9.39.2",
58
+ "nodemon": "3.1.11",
59
+ "prettier": "3.8.1",
60
+ "tailwindcss": "4.1.18",
61
+ "typescript": "5.9.3",
62
+ "vite": "7.1.12",
63
+ "vitest": "4.0.16",
64
+ "@baseplate-dev/project-builder-lib": "0.6.2",
65
+ "@baseplate-dev/sync": "0.6.2",
66
+ "@baseplate-dev/tools": "0.6.2"
53
67
  },
54
68
  "peerDependencies": {
55
- "@baseplate-dev/project-builder-lib": "0.1.3",
56
- "@baseplate-dev/sync": "0.1.3"
69
+ "@baseplate-dev/project-builder-lib": "0.6.2",
70
+ "@baseplate-dev/sync": "0.6.2"
57
71
  },
58
72
  "engines": {
59
73
  "node": "^22.0.0"
@@ -67,17 +81,17 @@
67
81
  },
68
82
  "scripts": {
69
83
  "build": "concurrently pnpm:build:*",
70
- "build:static": "cpx \"src/**/{templates/**,static/**,metadata.json}\" \"dist/\" --clean",
84
+ "build:static": "cpx \"src/**/{templates/**,static/**,plugin.json}\" \"dist/\" --clean",
71
85
  "build:tsc": "tsc -p tsconfig.build.json",
72
86
  "build:vite": "vite build",
73
87
  "clean": "rm -rf ./dist",
74
88
  "lint": "eslint .",
75
89
  "prettier:check": "prettier --check .",
76
- "prettier:write": "prettier -w .",
90
+ "prettier:write": "prettier -w -l .",
77
91
  "tsc:watch": "tsc -p tsconfig.build.json --preserveWatchOutput -w",
78
92
  "typecheck": "tsc --noEmit",
79
93
  "watch": "concurrently pnpm:watch:*",
80
94
  "watch:static": "pnpm build:static --watch",
81
- "watch:vite": "vite build --watch"
95
+ "watch:vite": "nodemon --watch vite.config.ts --watch \"src/*/plugin.json\" --exec \"vite build --watch\""
82
96
  }
83
97
  }
@@ -1,10 +0,0 @@
1
- import type React from 'react';
2
- import type { Control } from 'react-hook-form';
3
- import type { AuthPluginDefinitionInput } from '../schema/plugin-definition.js';
4
- interface Props {
5
- className?: string;
6
- control: Control<AuthPluginDefinitionInput>;
7
- }
8
- declare function RoleEditorForm({ className, control }: Props): React.JSX.Element;
9
- export default RoleEditorForm;
10
- //# sourceMappingURL=role-editor-form.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"role-editor-form.d.ts","sourceRoot":"","sources":["../../../../src/auth/core/components/role-editor-form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAS/C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAC7C;AAMD,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAiDxE;AAED,eAAe,cAAc,CAAC"}
@@ -1,27 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { authRoleEntityType } from '@baseplate-dev/project-builder-lib';
3
- import { Button, InputFieldController } from '@baseplate-dev/ui-components';
4
- import { useFieldArray } from 'react-hook-form';
5
- import { AUTH_DEFAULT_ROLES } from '#src/roles/index.js';
6
- import { cn } from '#src/utils/cn.js';
7
- function isFixedRole(name) {
8
- return AUTH_DEFAULT_ROLES.some((role) => role.name === name);
9
- }
10
- function RoleEditorForm({ className, control }) {
11
- const { fields, append, remove } = useFieldArray({
12
- control,
13
- name: 'roles',
14
- });
15
- return (_jsxs("div", { className: cn('space-y-4', className), children: [_jsx("h3", { children: "Roles" }), fields.map((field, idx) => (_jsxs("div", { className: cn('space-y-4'), children: [_jsx(InputFieldController, { label: "Name", disabled: isFixedRole(field.name), control: control, name: `roles.${idx}.name` }), _jsx(InputFieldController, { label: "Comment", control: control, name: `roles.${idx}.comment` }), !isFixedRole(field.name) && (_jsx(Button, { color: "light", onClick: () => {
16
- remove(idx);
17
- }, children: "Remove" }))] }, field.id))), _jsx(Button, { onClick: () => {
18
- append({
19
- id: authRoleEntityType.generateNewId(),
20
- name: '',
21
- comment: '',
22
- builtIn: false,
23
- });
24
- }, children: "Add Role" })] }));
25
- }
26
- export default RoleEditorForm;
27
- //# sourceMappingURL=role-editor-form.js.map