@baseplate-dev/plugin-auth 0.1.2 → 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 -4
  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 +47 -31
  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 -187
  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 -33
  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--n6esVYP.js +0 -54
  1121. package/dist/web/assets/__federation_expose_auth0CoreCommon--n6esVYP.js.map +0 -1
  1122. package/dist/web/assets/__federation_expose_auth0CoreWeb-Ql6gpX5q.js +0 -377
  1123. package/dist/web/assets/__federation_expose_auth0CoreWeb-Ql6gpX5q.js.map +0 -1
  1124. package/dist/web/assets/__federation_fn_import-BiwmVFwy.js +0 -421
  1125. package/dist/web/assets/__federation_fn_import-BiwmVFwy.js.map +0 -1
  1126. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CY8oz43s.js +0 -330
  1127. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CY8oz43s.js.map +0 -1
  1128. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B62IPizQ.js +0 -10559
  1129. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B62IPizQ.js.map +0 -1
  1130. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BU2QTWNs.js +0 -12718
  1131. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BU2QTWNs.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-CgJx-krK.js +0 -95
  1141. package/dist/web/assets/index-CgJx-krK.js.map +0 -1
  1142. package/dist/web/assets/index.esm-BcxPd7Ha.js +0 -2584
  1143. package/dist/web/assets/index.esm-BcxPd7Ha.js.map +0 -1
  1144. package/dist/web/assets/model-utils-CbQJy1wE.js +0 -1263
  1145. package/dist/web/assets/model-utils-CbQJy1wE.js.map +0 -1
  1146. package/dist/web/assets/plugin-definition-BQRupXoQ.js +0 -78
  1147. package/dist/web/assets/plugin-definition-BQRupXoQ.js.map +0 -1
  1148. package/dist/web/assets/react-2jQE8aG0.js +0 -47
  1149. package/dist/web/assets/react-2jQE8aG0.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
@@ -1 +0,0 @@
1
- {"version":3,"file":"model-utils-CbQJy1wE.js","sources":["../../../../../packages/project-builder-lib/dist/plugins/spec/types.js","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/function/noop.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/tags.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/util/eq.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/predicate/isEqual.mjs","../../../../../node_modules/.pnpm/nanoid@5.0.9/node_modules/nanoid/index.browser.js","../../../../../packages/utils/dist/string/random-uid.js","../../../../../packages/utils/dist/validators/case-validators.js","../../../../../packages/project-builder-lib/dist/references/types.js","../../../../../packages/project-builder-lib/dist/plugins/schema/common.js","../../../../../packages/project-builder-lib/dist/plugins/schema/parser.js","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/object/get.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.31.0/node_modules/es-toolkit/dist/compat/object/set.mjs","../../../../../packages/project-builder-lib/dist/references/ref-builder.js","../../../../../packages/project-builder-lib/dist/schema/features/feature.js","../../../../../packages/project-builder-lib/dist/definition/feature/feature-utils.js","../../../../../packages/project-builder-lib/dist/definition/model/model-utils.js"],"sourcesContent":["export function createInitializedPluginSpec(spec, implementation) {\n return { spec, implementation };\n}\nexport function createPluginSpec(name, options) {\n const { platforms, defaultInitializer } = options ?? {};\n return {\n type: 'plugin-spec',\n name,\n platforms: platforms && (Array.isArray(platforms) ? platforms : [platforms]),\n isOptional: false,\n optional() {\n return { ...this, isOptional: true };\n },\n defaultInitializer,\n };\n}\n//# sourceMappingURL=types.js.map","function noop() { }\n\nexport { noop };\n","function getSymbols(object) {\n return Object.getOwnPropertySymbols(object).filter(symbol => Object.prototype.propertyIsEnumerable.call(object, symbol));\n}\n\nexport { getSymbols };\n","function isPlainObject(value) {\n if (!value || typeof value !== 'object') {\n return false;\n }\n const proto = Object.getPrototypeOf(value);\n const hasObjectPrototype = proto === null ||\n proto === Object.prototype ||\n Object.getPrototypeOf(proto) === null;\n if (!hasObjectPrototype) {\n return false;\n }\n return Object.prototype.toString.call(value) === '[object Object]';\n}\n\nexport { isPlainObject };\n","function getTag(value) {\n if (value == null) {\n return value === undefined ? '[object Undefined]' : '[object Null]';\n }\n return Object.prototype.toString.call(value);\n}\n\nexport { getTag };\n","const regexpTag = '[object RegExp]';\nconst stringTag = '[object String]';\nconst numberTag = '[object Number]';\nconst booleanTag = '[object Boolean]';\nconst argumentsTag = '[object Arguments]';\nconst symbolTag = '[object Symbol]';\nconst dateTag = '[object Date]';\nconst mapTag = '[object Map]';\nconst setTag = '[object Set]';\nconst arrayTag = '[object Array]';\nconst functionTag = '[object Function]';\nconst arrayBufferTag = '[object ArrayBuffer]';\nconst objectTag = '[object Object]';\nconst errorTag = '[object Error]';\nconst dataViewTag = '[object DataView]';\nconst uint8ArrayTag = '[object Uint8Array]';\nconst uint8ClampedArrayTag = '[object Uint8ClampedArray]';\nconst uint16ArrayTag = '[object Uint16Array]';\nconst uint32ArrayTag = '[object Uint32Array]';\nconst bigUint64ArrayTag = '[object BigUint64Array]';\nconst int8ArrayTag = '[object Int8Array]';\nconst int16ArrayTag = '[object Int16Array]';\nconst int32ArrayTag = '[object Int32Array]';\nconst bigInt64ArrayTag = '[object BigInt64Array]';\nconst float32ArrayTag = '[object Float32Array]';\nconst float64ArrayTag = '[object Float64Array]';\n\nexport { argumentsTag, arrayBufferTag, arrayTag, bigInt64ArrayTag, bigUint64ArrayTag, booleanTag, dataViewTag, dateTag, errorTag, float32ArrayTag, float64ArrayTag, functionTag, int16ArrayTag, int32ArrayTag, int8ArrayTag, mapTag, numberTag, objectTag, regexpTag, setTag, stringTag, symbolTag, uint16ArrayTag, uint32ArrayTag, uint8ArrayTag, uint8ClampedArrayTag };\n","function eq(value, other) {\n return value === other || (Number.isNaN(value) && Number.isNaN(other));\n}\n\nexport { eq };\n","import { isPlainObject } from './isPlainObject.mjs';\nimport { getSymbols } from '../compat/_internal/getSymbols.mjs';\nimport { getTag } from '../compat/_internal/getTag.mjs';\nimport { functionTag, regexpTag, symbolTag, dateTag, booleanTag, numberTag, stringTag, objectTag, errorTag, dataViewTag, arrayBufferTag, float64ArrayTag, float32ArrayTag, bigInt64ArrayTag, int32ArrayTag, int16ArrayTag, int8ArrayTag, bigUint64ArrayTag, uint32ArrayTag, uint16ArrayTag, uint8ClampedArrayTag, uint8ArrayTag, arrayTag, setTag, mapTag, argumentsTag } from '../compat/_internal/tags.mjs';\nimport { eq } from '../compat/util/eq.mjs';\n\nfunction isEqualWith(a, b, areValuesEqual) {\n return isEqualWithImpl(a, b, undefined, undefined, undefined, undefined, areValuesEqual);\n}\nfunction isEqualWithImpl(a, b, property, aParent, bParent, stack, areValuesEqual) {\n const result = areValuesEqual(a, b, property, aParent, bParent, stack);\n if (result !== undefined) {\n return result;\n }\n if (typeof a === typeof b) {\n switch (typeof a) {\n case 'bigint':\n case 'string':\n case 'boolean':\n case 'symbol':\n case 'undefined': {\n return a === b;\n }\n case 'number': {\n return a === b || Object.is(a, b);\n }\n case 'function': {\n return a === b;\n }\n case 'object': {\n return areObjectsEqual(a, b, stack, areValuesEqual);\n }\n }\n }\n return areObjectsEqual(a, b, stack, areValuesEqual);\n}\nfunction areObjectsEqual(a, b, stack, areValuesEqual) {\n if (Object.is(a, b)) {\n return true;\n }\n let aTag = getTag(a);\n let bTag = getTag(b);\n if (aTag === argumentsTag) {\n aTag = objectTag;\n }\n if (bTag === argumentsTag) {\n bTag = objectTag;\n }\n if (aTag !== bTag) {\n return false;\n }\n switch (aTag) {\n case stringTag:\n return a.toString() === b.toString();\n case numberTag: {\n const x = a.valueOf();\n const y = b.valueOf();\n return eq(x, y);\n }\n case booleanTag:\n case dateTag:\n case symbolTag:\n return Object.is(a.valueOf(), b.valueOf());\n case regexpTag: {\n return a.source === b.source && a.flags === b.flags;\n }\n case functionTag: {\n return a === b;\n }\n }\n stack = stack ?? new Map();\n const aStack = stack.get(a);\n const bStack = stack.get(b);\n if (aStack != null && bStack != null) {\n return aStack === b;\n }\n stack.set(a, b);\n stack.set(b, a);\n try {\n switch (aTag) {\n case mapTag: {\n if (a.size !== b.size) {\n return false;\n }\n for (const [key, value] of a.entries()) {\n if (!b.has(key) || !isEqualWithImpl(value, b.get(key), key, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n case setTag: {\n if (a.size !== b.size) {\n return false;\n }\n const aValues = Array.from(a.values());\n const bValues = Array.from(b.values());\n for (let i = 0; i < aValues.length; i++) {\n const aValue = aValues[i];\n const index = bValues.findIndex(bValue => {\n return isEqualWithImpl(aValue, bValue, undefined, a, b, stack, areValuesEqual);\n });\n if (index === -1) {\n return false;\n }\n bValues.splice(index, 1);\n }\n return true;\n }\n case arrayTag:\n case uint8ArrayTag:\n case uint8ClampedArrayTag:\n case uint16ArrayTag:\n case uint32ArrayTag:\n case bigUint64ArrayTag:\n case int8ArrayTag:\n case int16ArrayTag:\n case int32ArrayTag:\n case bigInt64ArrayTag:\n case float32ArrayTag:\n case float64ArrayTag: {\n if (typeof Buffer !== 'undefined' && Buffer.isBuffer(a) !== Buffer.isBuffer(b)) {\n return false;\n }\n if (a.length !== b.length) {\n return false;\n }\n for (let i = 0; i < a.length; i++) {\n if (!isEqualWithImpl(a[i], b[i], i, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n case arrayBufferTag: {\n if (a.byteLength !== b.byteLength) {\n return false;\n }\n return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);\n }\n case dataViewTag: {\n if (a.byteLength !== b.byteLength || a.byteOffset !== b.byteOffset) {\n return false;\n }\n return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);\n }\n case errorTag: {\n return a.name === b.name && a.message === b.message;\n }\n case objectTag: {\n const areEqualInstances = areObjectsEqual(a.constructor, b.constructor, stack, areValuesEqual) ||\n (isPlainObject(a) && isPlainObject(b));\n if (!areEqualInstances) {\n return false;\n }\n const aKeys = [...Object.keys(a), ...getSymbols(a)];\n const bKeys = [...Object.keys(b), ...getSymbols(b)];\n if (aKeys.length !== bKeys.length) {\n return false;\n }\n for (let i = 0; i < aKeys.length; i++) {\n const propKey = aKeys[i];\n const aProp = a[propKey];\n if (!Object.hasOwn(b, propKey)) {\n return false;\n }\n const bProp = b[propKey];\n if (!isEqualWithImpl(aProp, bProp, propKey, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n default: {\n return false;\n }\n }\n }\n finally {\n stack.delete(a);\n stack.delete(b);\n }\n}\n\nexport { isEqualWith };\n","import { isEqualWith } from './isEqualWith.mjs';\nimport { noop } from '../function/noop.mjs';\n\nfunction isEqual(a, b) {\n return isEqualWith(a, b, noop);\n}\n\nexport { isEqual };\n","import { urlAlphabet as scopedUrlAlphabet } from './url-alphabet/index.js'\nexport { urlAlphabet } from './url-alphabet/index.js'\nexport let random = bytes => crypto.getRandomValues(new Uint8Array(bytes))\nexport let customRandom = (alphabet, defaultSize, getRandom) => {\n let mask = (2 << Math.log2(alphabet.length - 1)) - 1\n let step = -~((1.6 * mask * defaultSize) / alphabet.length)\n return (size = defaultSize) => {\n let id = ''\n while (true) {\n let bytes = getRandom(step)\n let j = step | 0\n while (j--) {\n id += alphabet[bytes[j] & mask] || ''\n if (id.length >= size) return id\n }\n }\n }\n}\nexport let customAlphabet = (alphabet, size = 21) =>\n customRandom(alphabet, size | 0, random)\nexport let nanoid = (size = 21) => {\n let id = ''\n let bytes = crypto.getRandomValues(new Uint8Array((size |= 0)))\n while (size--) {\n id += scopedUrlAlphabet[bytes[size] & 63]\n }\n return id\n}\n","import { customAlphabet } from 'nanoid';\nconst NUMBERS = '0123456789';\nconst LOWERCASE = 'abcdefghijklmnopqrstuvwxyz';\nconst UPPERCASE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';\n/**\n * Use custom ID generator for characters that be easily selected\n */\nconst customNanoid = customAlphabet(`${NUMBERS}${LOWERCASE}${UPPERCASE}_`, 12);\n/**\n * Generate a random ID string made up of numbers, lowercase, and uppercase letters\n * @returns A random ID string\n */\nexport function randomUid(length = 12) {\n return customNanoid(length);\n}\n//# sourceMappingURL=random-uid.js.map","import { z } from 'zod';\n/**\n * Regex for validating kebab case, e.g. \"my-project\".\n */\nexport const KEBAB_CASE_REGEX = /^[a-z0-9-]+$/;\n/**\n * Regex for validating pascal case, e.g. \"MyProject\".\n */\nexport const PASCAL_CASE_REGEX = /^[A-Z][a-zA-Z0-9]*$/;\n/**\n * Regex for validating camel case, e.g. \"myProject\".\n */\nexport const CAMEL_CASE_REGEX = /^[a-z][a-zA-Z0-9]*$/;\n/**\n * Regex for validating constant case, e.g. \"MY_PROJECT\".\n */\nexport const CONSTANT_CASE_REGEX = /^[A-Z][A-Z0-9_]*$/;\nexport const CASE_VALIDATORS = {\n /**\n * Zod validator for validating kebab case, e.g. \"my-project\".\n */\n KEBAB_CASE: z.string().regex(KEBAB_CASE_REGEX),\n /**\n * Zod validator for validating pascal case, e.g. \"MyProject\".\n */\n PASCAL_CASE: z.string().regex(PASCAL_CASE_REGEX),\n /**\n * Zod validator for validating camel case, e.g. \"myProject\".\n */\n CAMEL_CASE: z.string().regex(CAMEL_CASE_REGEX),\n /**\n * Zod validator for validating constant case, e.g. \"MY_PROJECT\".\n */\n CONSTANT_CASE: z.string().regex(CONSTANT_CASE_REGEX),\n};\n//# sourceMappingURL=case-validators.js.map","import { randomUid } from '@baseplate-dev/utils';\n/**\n * Definition of an entity type.\n */\nexport class DefinitionEntityType {\n /**\n * Creates a new entity type.\n *\n * @param name - The name of the entity type.\n * @param prefix - The prefix of the entity type to use in the ID, defaults to the name.\n * @param parentType - The type of the parent entity if any\n */\n constructor(name, prefix, parentType) {\n Object.defineProperty(this, \"name\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: name\n });\n Object.defineProperty(this, \"parentType\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: parentType\n });\n Object.defineProperty(this, \"prefix\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n this.prefix = prefix ?? name.split('/').pop() ?? name;\n }\n /**\n * Generates a new ID for the entity type.\n *\n * @returns The new ID.\n */\n generateNewId() {\n return `${this.prefix}:${randomUid()}`;\n }\n fromUid(uid) {\n if (!uid) {\n return undefined;\n }\n return `${this.prefix}:${uid}`;\n }\n toUid(id) {\n return id.split(':')[1];\n }\n isId(id) {\n return id.startsWith(`${this.prefix}:`);\n }\n}\nexport function createEntityType(name, options) {\n const { parentType, prefix } = options ?? {};\n return new DefinitionEntityType(name, prefix, parentType);\n}\n//# sourceMappingURL=types.js.map","export const zodPluginSymbol = Symbol('zod-plugin');\n//# sourceMappingURL=common.js.map","/**\n * Zod Plugin Wrapper\n *\n * Used for initializing the zod parsing with plugins\n */\nimport { ZodType } from 'zod';\nimport { zodPluginSymbol } from './common.js';\nexport class ZodPluginWrapper extends ZodType {\n _parse(input) {\n // run builder\n const pluginContext = {\n pluginStore: this._def.pluginStore,\n };\n return this._def.innerType._parse({\n ...input,\n parent: {\n ...input.parent,\n common: {\n ...input.parent.common,\n [zodPluginSymbol]: pluginContext,\n },\n },\n });\n }\n get pluginStore() {\n return this._def.pluginStore;\n }\n}\nObject.defineProperty(ZodPluginWrapper, \"create\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: (type, pluginStore) => new ZodPluginWrapper({\n innerType: type,\n pluginStore,\n })\n});\nexport function zPluginWrapper(type, pluginStore) {\n return ZodPluginWrapper.create(type, pluginStore);\n}\n//# sourceMappingURL=parser.js.map","function isDeepKey(key) {\n switch (typeof key) {\n case 'number':\n case 'symbol': {\n return false;\n }\n case 'string': {\n return key.includes('.') || key.includes('[') || key.includes(']');\n }\n }\n}\n\nexport { isDeepKey };\n","function toKey(value) {\n if (Object.is(value, -0)) {\n return '-0';\n }\n return value.toString();\n}\n\nexport { toKey };\n","function toPath(deepKey) {\n const result = [];\n const length = deepKey.length;\n if (length === 0) {\n return result;\n }\n let index = 0;\n let key = '';\n let quoteChar = '';\n let bracket = false;\n if (deepKey.charCodeAt(0) === 46) {\n result.push('');\n index++;\n }\n while (index < length) {\n const char = deepKey[index];\n if (quoteChar) {\n if (char === '\\\\' && index + 1 < length) {\n index++;\n key += deepKey[index];\n }\n else if (char === quoteChar) {\n quoteChar = '';\n }\n else {\n key += char;\n }\n }\n else if (bracket) {\n if (char === '\"' || char === \"'\") {\n quoteChar = char;\n }\n else if (char === ']') {\n bracket = false;\n result.push(key);\n key = '';\n }\n else {\n key += char;\n }\n }\n else {\n if (char === '[') {\n bracket = true;\n if (key) {\n result.push(key);\n key = '';\n }\n }\n else if (char === '.') {\n if (key) {\n result.push(key);\n key = '';\n }\n }\n else {\n key += char;\n }\n }\n index++;\n }\n if (key) {\n result.push(key);\n }\n return result;\n}\n\nexport { toPath };\n","import { isDeepKey } from '../_internal/isDeepKey.mjs';\nimport { toKey } from '../_internal/toKey.mjs';\nimport { toPath } from '../util/toPath.mjs';\n\nfunction get(object, path, defaultValue) {\n if (object == null) {\n return defaultValue;\n }\n switch (typeof path) {\n case 'string': {\n const result = object[path];\n if (result === undefined) {\n if (isDeepKey(path)) {\n return get(object, toPath(path), defaultValue);\n }\n else {\n return defaultValue;\n }\n }\n return result;\n }\n case 'number':\n case 'symbol': {\n if (typeof path === 'number') {\n path = toKey(path);\n }\n const result = object[path];\n if (result === undefined) {\n return defaultValue;\n }\n return result;\n }\n default: {\n if (Array.isArray(path)) {\n return getWithPath(object, path, defaultValue);\n }\n if (Object.is(path?.valueOf(), -0)) {\n path = '-0';\n }\n else {\n path = String(path);\n }\n const result = object[path];\n if (result === undefined) {\n return defaultValue;\n }\n return result;\n }\n }\n}\nfunction getWithPath(object, path, defaultValue) {\n if (path.length === 0) {\n return defaultValue;\n }\n let current = object;\n for (let index = 0; index < path.length; index++) {\n if (current == null) {\n return defaultValue;\n }\n current = current[path[index]];\n }\n if (current === undefined) {\n return defaultValue;\n }\n return current;\n}\n\nexport { get };\n","const IS_UNSIGNED_INTEGER = /^(?:0|[1-9]\\d*)$/;\nfunction isIndex(value, length = Number.MAX_SAFE_INTEGER) {\n switch (typeof value) {\n case 'number': {\n return Number.isInteger(value) && value >= 0 && value < length;\n }\n case 'symbol': {\n return false;\n }\n case 'string': {\n return IS_UNSIGNED_INTEGER.test(value);\n }\n }\n}\n\nexport { isIndex };\n","import { isIndex } from '../_internal/isIndex.mjs';\nimport { toPath } from '../util/toPath.mjs';\n\nfunction set(obj, path, value) {\n const resolvedPath = Array.isArray(path) ? path : typeof path === 'string' ? toPath(path) : [path];\n let current = obj;\n for (let i = 0; i < resolvedPath.length - 1; i++) {\n const key = resolvedPath[i];\n const nextKey = resolvedPath[i + 1];\n if (current[key] == null) {\n current[key] = isIndex(nextKey) ? [] : {};\n }\n current = current[key];\n }\n const lastKey = resolvedPath[resolvedPath.length - 1];\n current[lastKey] = value;\n return obj;\n}\n\nexport { set };\n","import { get, set } from 'es-toolkit/compat';\nimport { z, ZodType } from 'zod';\n/**\n * Zod reference ID schema: a string with a minimum length of 1.\n */\nexport const zRefId = z.string().min(1);\n/**\n * Determines whether the given object is a Promise.\n * @param object - The value to test.\n * @returns True if the value is a Promise, false otherwise.\n */\nfunction isPromise(object) {\n return object instanceof Promise;\n}\n/**\n * Creates a definition entity name resolver.\n * @param entityNameResolver - The entity name resolver.\n * @returns The definition entity name resolver.\n */\nexport function createDefinitionEntityNameResolver(entityNameResolver) {\n return entityNameResolver;\n}\n/**\n * ZodRefBuilder is responsible for constructing reference paths, and registering\n * references and entities as defined in a Zod schema.\n *\n * The builder uses a prefix (usually the current parsing path) and context (a\n * shared map for resolving relative references) to build complete reference paths.\n *\n * @template TInput - The type of the input data being parsed.\n */\nexport class ZodRefBuilder {\n /**\n * Creates a new builder instance.\n * @param pathPrefix - The starting path for all references.\n * @param context - Shared context including a path map and deserialize flag.\n * @param data - The data being parsed.\n */\n constructor(pathPrefix, context, data) {\n Object.defineProperty(this, \"references\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"entitiesWithNameResolver\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"pathPrefix\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"context\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"pathMap\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"data\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n this.references = [];\n this.entitiesWithNameResolver = [];\n this.pathPrefix = pathPrefix;\n this.context = context;\n this.pathMap = new Map();\n this.data = data;\n }\n /**\n * Converts a dot-separated string path into an array of keys.\n * @param path - A string (e.g. \"a.b.0.c\") representing the path.\n * @returns An array of keys (numbers for numeric strings, otherwise strings).\n */\n _constructPathWithoutPrefix(path) {\n if (!path)\n return [];\n const pathComponents = path\n .split('.')\n .map((key) => (/^[0-9]+$/.test(key) ? Number.parseInt(key, 10) : key));\n return pathComponents;\n }\n /**\n * Prepends the builder's path prefix to the provided path.\n * @param path - The dot-separated path string.\n * @returns The complete reference path as an array.\n */\n _constructPath(path) {\n if (!path)\n return this.pathPrefix;\n return [...this.pathPrefix, ...this._constructPathWithoutPrefix(path)];\n }\n /**\n * Constructs a reference path that may be defined directly as a string or indirectly\n * via a context object. If a context object is provided, the function looks up the\n * actual path from the builder's context.\n *\n * @param path - Either a dot-separated string path or an object with a context key.\n * @param expectedEntityType - The entity type expected for this context.\n * @returns The resolved reference path.\n * @throws If the context cannot be found or its type does not match.\n */\n _constructPathWithContext(path, expectedEntityType) {\n if (typeof path === 'string') {\n return this._constructPath(path);\n }\n // Lookup the context for the given key.\n const pathContext = this.context.pathMap.get(path.context);\n if (!pathContext) {\n throw new Error(`Could not find context for ${path.context} from ${this.pathPrefix.join('.')}`);\n }\n if (pathContext.type !== expectedEntityType) {\n throw new Error(`Attempted to retrieve context for ${path.context} from ${this.pathPrefix.join('.')} expecting ${expectedEntityType.name}, but found ${pathContext.type.name}`);\n }\n return pathContext.path;\n }\n /**\n * Registers a reference based on the provided input definition.\n *\n * Flow:\n * 1. Validate that the parent path is provided if required (and vice versa).\n * 2. Compute the reference path; if the path is empty, use the entire data.\n * 3. If the referenced value is null or undefined, skip adding the reference.\n * 4. Otherwise, add the reference and, if requested, register its context.\n *\n * @param reference - The reference definition.\n * @throws If parent path usage is incorrect.\n */\n addReference(reference) {\n if (!reference.type.parentType && reference.parentPath) {\n throw new Error(`Parent path does nothing since reference does not have parent`);\n }\n if (reference.type.parentType && !reference.parentPath) {\n throw new Error(`Parent path required if reference type has parent type`);\n }\n // Compute the path without prefix once.\n const refPathWithoutPrefix = this._constructPathWithoutPrefix(reference.path);\n // If the path is empty, use the entire data; otherwise, retrieve the value.\n const refValue = refPathWithoutPrefix.length === 0\n ? this.data\n : get(this.data, refPathWithoutPrefix);\n if (refValue === undefined || refValue === null)\n return;\n const fullPath = this._constructPath(reference.path);\n this.references.push({\n type: reference.type,\n path: fullPath,\n parentPath: reference.parentPath &&\n reference.type.parentType &&\n this._constructPathWithContext(reference.parentPath, reference.type.parentType),\n onDelete: reference.onDelete,\n });\n // Optionally, add this path to the shared context.\n if (reference.addContext) {\n this._addPathToContext(fullPath, reference.type, reference.addContext);\n }\n }\n /**\n * Registers an entity based on the provided definition.\n *\n * Flow:\n * 1. Validate that not both a name and a name reference path are provided.\n * 2. Compute the full entity path.\n * 3. Resolve the entity ID:\n * - Use the provided idPath if available; otherwise, default to appending 'id'\n * to the entity path.\n * - If no id is found, generate a new one.\n * 4. Resolve the entity name:\n * - Use the provided resolveName if available; otherwise, default to using the\n * name path.\n * 5. Register the entity in either the direct entities list or the name-ref list.\n * 6. Optionally, add the entity’s id path to the shared context.\n *\n * @param entity - The entity definition.\n * @throws If both name and nameRefPath are provided or if no name is resolved.\n */\n addEntity(entity) {\n // Build the full path for the entity.\n const path = this._constructPath(entity.path);\n // Resolve the id path: if provided use it; otherwise, assume the id is at \"entity.path.id\"\n const idPath = entity.idPath\n ? this._constructPathWithoutPrefix(entity.idPath)\n : [...this._constructPathWithoutPrefix(entity.path), 'id'];\n // TODO [>=0.9.16] Remove the fallback to generateNewId once a new version is released and manual setter\n const id = get(this.data, idPath) ??\n entity.type.generateNewId();\n if (!get(this.data, idPath)) {\n set(this.data, idPath, id);\n }\n if (!entity.type.isId(id)) {\n throw new Error(`Invalid id: ${id} for entity ${entity.type.name}`);\n }\n // Resolve the name: if getNameResolver is provided, use it to build the name resolver; otherwise,\n // use the default name resolver.\n const getNameResolver = entity.getNameResolver ?? ((value) => get(value, 'name'));\n const nameResolver = getNameResolver(this.data);\n // Base entity definition shared between regular entities and those with a name reference.\n const entityBase = {\n id,\n type: entity.type,\n path,\n idPath: [...this.pathPrefix, ...idPath],\n parentPath: entity.parentPath &&\n entity.type.parentType &&\n this._constructPathWithContext(entity.parentPath, entity.type.parentType),\n };\n this.entitiesWithNameResolver.push({\n ...entityBase,\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- needed to allow more specific generic typed to be put in here\n nameResolver: typeof nameResolver === 'string'\n ? { resolveName: () => nameResolver }\n : nameResolver,\n });\n // Optionally add the id path to the context.\n if (entity.addContext) {\n this._addPathToContext([...this.pathPrefix, ...idPath], entity.type, entity.addContext);\n }\n }\n /**\n * Registers a given path into the builder's context map.\n * @param path - The full reference path.\n * @param type - The entity type associated with the path.\n * @param context - A unique key to identify this context.\n * @throws If the context key is already registered.\n */\n _addPathToContext(path, type, context) {\n if (this.pathMap.has(context)) {\n throw new Error(`Context path already defined for ${context} at ${this.pathPrefix.join('.')}`);\n }\n this.pathMap.set(context, { path, type });\n }\n /**\n * Convenience method that builds a full path from a dot-separated string and\n * adds it to the context.\n * @param path - The dot-separated string path.\n * @param type - The entity type.\n * @param context - The context key.\n */\n addPathToContext(path, type, context) {\n this._addPathToContext(this._constructPath(path), type, context);\n }\n}\n/**\n * Unique symbol used to store ZodRef context in the parent’s common context.\n */\nconst zodRefSymbol = Symbol('zod-ref');\n/**\n * ZodRef wraps an inner Zod type and enhances it with the ability to register\n * and process entity references. During parsing, it delegates to a builder (if present)\n * to collect references and entities before delegating to the inner type.\n *\n * @template T - The inner Zod type.\n */\nexport class ZodRef extends ZodType {\n /**\n * The core parse method that:\n * 1. Retrieves (or creates) the builder context from the parent.\n * 2. Runs the builder function (if present) to register references/entities.\n * 3. Delegates parsing to the inner type.\n * 4. Transforms the output to replace entity id placeholders with generated ids.\n *\n * @param input - The Zod parse input.\n * @returns The parse result.\n */\n _parse(input) {\n const context = input.parent.common;\n // If no builder context or builder function exists, simply parse using the inner type.\n const zodRefContext = context[zodRefSymbol];\n if (!zodRefContext || !this._def.builder) {\n return this._def.innerType._parse(input);\n }\n // Create a new builder instance for the current parsing context.\n const builder = new ZodRefBuilder(input.path, zodRefContext.context, input.data);\n // Execute the builder function to register references/entities.\n // eslint-disable-next-line @typescript-eslint/no-unsafe-argument\n this._def.builder(builder, input.data);\n zodRefContext.references.push(...builder.references);\n zodRefContext.entitiesWithNameResolver.push(...builder.entitiesWithNameResolver);\n // Re-parse using the inner type but merge the updated context.\n const parseOutput = this._def.innerType._parse({\n ...input,\n path: input.path,\n parent: {\n ...input.parent,\n common: {\n ...input.parent.common,\n [zodRefSymbol]: {\n ...zodRefContext,\n context: {\n ...zodRefContext.context,\n // Merge new context entries from the builder.\n pathMap: new Map([\n ...zodRefContext.context.pathMap,\n ...builder.pathMap,\n ]),\n },\n },\n },\n },\n });\n /**\n * Transforms the output of the inner parse by iterating through all registered\n * entities and assigning the id to the corresponding path in the output in case\n * it was generated by the builder.\n *\n * @param output - The result from the inner parse.\n * @returns The transformed parse output.\n */\n function transformParseOutput(output) {\n if (output.status === 'aborted')\n return output;\n // For each entity, assign the id to the corresponding path in the output\n // in the event that it was generated by the builder.\n for (const entity of builder.entitiesWithNameResolver) {\n set(output.value, entity.idPath.slice(input.path.length), entity.id);\n }\n return output;\n }\n // If the parse result is a Promise, attach the transformation asynchronously.\n if (isPromise(parseOutput)) {\n return parseOutput.then(transformParseOutput);\n }\n return transformParseOutput(parseOutput);\n }\n /**\n * Returns the inner Zod type.\n * @returns The wrapped inner Zod type.\n */\n innerType() {\n return this._def.innerType;\n }\n /**\n * Adds an entity registration to the current ZodRef.\n *\n * @param entity - Either an entity definition or a function that returns one.\n * @returns A new ZodRef instance with the entity registration added.\n */\n addEntity(entity) {\n return ZodRef.create(this, (builder, data) => {\n builder.addEntity(typeof entity === 'function' ? entity(data) : entity);\n });\n }\n /**\n * Adds a reference registration to the current ZodRef.\n *\n * @param reference - Either a reference definition or a function that returns one.\n * @returns A new ZodRef instance with the reference registration added.\n */\n addReference(reference) {\n return ZodRef.create(this, (builder, data) => {\n builder.addReference(typeof reference === 'function' ? reference(data) : reference);\n });\n }\n /**\n * Applies a custom builder function to the ZodRef.\n * @param builder - The builder function that registers additional references/entities.\n * @returns A new ZodRef instance with the builder applied.\n */\n refBuilder(builder) {\n return ZodRef.create(this, builder);\n }\n}\n/**\n * Creates a new ZodRef instance wrapping a given Zod type with an optional builder.\n * @param type - The inner Zod type.\n * @param builder - Optional builder function to register references/entities.\n * @returns A new ZodRef instance.\n */\nObject.defineProperty(ZodRef, \"create\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: (type, builder) => new ZodRef({\n innerType: type,\n builder,\n })\n});\n/**\n * Convenience function for creating a ZodRef using a schema and an optional builder.\n * @param schema - The base Zod schema.\n * @param builder - Optional builder function.\n * @returns A new ZodRef instance.\n */\nexport function zRefBuilder(schema, builder) {\n return ZodRef.create(schema, builder);\n}\n/**\n * Convenience function for creating a ZodRef with a reference added.\n * @param schema - The base Zod schema.\n * @param reference - Either a reference definition or a function returning one.\n * @returns A new ZodRef instance with the reference registration.\n */\nexport function zRef(schema, reference) {\n return ZodRef.create(schema).addReference(reference);\n}\n/**\n * Convenience function for creating a ZodRef that registers an entity.\n * This function also sets the id key on the schema using zRefId.\n *\n * @template TObject - The Zod object type.\n * @template TEntityType - The entity type.\n * @template TPath - The path type.\n * @param schema - The base Zod object schema.\n * @param entity - Either an entity definition or a function returning one.\n * @returns A new ZodRef instance with the entity registration.\n */\nexport function zEnt(schema, entity) {\n // Set the \"id\" key on the schema using zRefId and then register the entity.\n // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-explicit-any\n return ZodRef.create(schema.setKey('id', zRefId)).addEntity(entity);\n}\n/**\n * ZodRefWrapper is used for initializing parsing that collects references and entities.\n *\n * @template T - The inner Zod type.\n */\nexport class ZodRefWrapper extends ZodType {\n /**\n * Core parse method that:\n * 1. Initializes a fresh reference context.\n * 2. Parses using the inner type while injecting the context.\n * 3. Returns a payload containing the parsed data, along with references and entities.\n *\n * @param input - The parse input.\n * @returns The parsed payload.\n */\n _parse(input) {\n // Initialize the reference context.\n const refContext = {\n context: {\n pathMap: new Map(),\n },\n references: [],\n entitiesWithNameResolver: [],\n };\n // Inject the refContext into the parent's common context and parse the inner type.\n const parseOutput = this._def.innerType._parse({\n ...input,\n parent: {\n ...input.parent,\n common: {\n ...input.parent.common,\n [zodRefSymbol]: refContext,\n },\n },\n });\n function transformParseOutput(output) {\n if (output.status === 'aborted')\n return output;\n return {\n ...output,\n value: {\n data: output.value,\n entitiesWithNameResolver: refContext.entitiesWithNameResolver,\n references: refContext.references,\n },\n };\n }\n if (isPromise(parseOutput)) {\n return parseOutput.then(transformParseOutput);\n }\n return transformParseOutput(parseOutput);\n }\n}\n/**\n * Creates a new ZodRefWrapper instance.\n * @param type - The inner Zod type.\n * @param options - Options for the ZodRefWrapper.\n * @param options.skipReferenceNameResolution - Flag to skip resolving references to names (serialized definitions use resolved name references).\n * @param options.allowInvalidReferences - Flag to allow invalid references (used for testing deletes).\n * @returns A new instance of ZodRefWrapper.\n */\nObject.defineProperty(ZodRefWrapper, \"create\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: (type) => new ZodRefWrapper({\n innerType: type,\n })\n});\n//# sourceMappingURL=ref-builder.js.map","import { CASE_VALIDATORS } from '@baseplate-dev/utils';\nimport { z } from 'zod';\nimport { createEntityType, zEnt, zRef } from '#src/references/index.js';\nexport const featureEntityType = createEntityType('feature');\nexport const featureNameSchema = CASE_VALIDATORS.KEBAB_CASE;\nexport const featureSchema = zEnt(z.object({\n name: z\n .string()\n .min(1)\n .refine((name) => name\n .split('/')\n .every((part) => featureNameSchema.safeParse(part).success), {\n message: 'Feature name must be lowercase and contain only letters, numbers, and dashes',\n }),\n parentRef: zRef(z.string().nullish(), {\n type: featureEntityType,\n onDelete: 'DELETE_PARENT',\n }),\n}), { type: featureEntityType });\nexport const featuresSchema = z.array(featureSchema).default([]);\n//# sourceMappingURL=feature.js.map","import { featureEntityType, featureNameSchema } from '#src/schema/index.js';\nfunction getRootFeatures(projectDefinition) {\n return projectDefinition.features.filter((f) => !f.parentRef);\n}\nfunction getFeatureById(projectDefinition, featureId) {\n return projectDefinition.features.find((f) => f.id === featureId);\n}\nfunction getFeatureByIdOrThrow(projectDefinition, featureId) {\n const feature = getFeatureById(projectDefinition, featureId);\n if (!feature) {\n throw new Error(`Could not find feature with ID ${featureId}`);\n }\n return feature;\n}\nfunction getFeatureChildren(projectDefinition, featureId) {\n return projectDefinition.features.filter((f) => f.parentRef === featureId);\n}\nfunction getFeatureName(featureConfig) {\n return featureConfig.name.split('/').pop() ?? '';\n}\nfunction getFeatureNameById(projectDefinition, featureId) {\n const feature = getFeatureByIdOrThrow(projectDefinition, featureId);\n return getFeatureName(feature);\n}\nfunction getFeaturePathById(projectDefinition, featureId) {\n const feature = getFeatureByIdOrThrow(projectDefinition, featureId);\n return feature.name;\n}\nfunction validateFeatureName(name) {\n const nameParts = name.split('/');\n return nameParts.every((part) => featureNameSchema.safeParse(part).success);\n}\nfunction ensureFeatureByNameRecursively(projectDefinition, nameOrId) {\n if (featureEntityType.isId(nameOrId)) {\n return nameOrId;\n }\n const nameParts = nameOrId.split('/');\n let lastName = '';\n let parentRef = null;\n for (const part of nameParts) {\n const feature = projectDefinition.features.find((f) => f.name === part && f.parentRef === parentRef);\n const name = [lastName, part].filter(Boolean).join('/');\n if (feature) {\n parentRef = feature.id;\n }\n else {\n const newFeature = {\n id: featureEntityType.generateNewId(),\n name,\n parentRef,\n };\n projectDefinition.features.push(newFeature);\n parentRef = newFeature.id;\n }\n lastName = name;\n }\n if (!parentRef) {\n throw new Error('Failed to create feature');\n }\n return parentRef;\n}\nfunction getFeatureByName(projectDefinition, name) {\n return projectDefinition.features.find((f) => f.name === name);\n}\nfunction getFeatureIdByNameOrDefault(projectDefinition, name) {\n return getFeatureByName(projectDefinition, name)?.id ?? name;\n}\nexport const FeatureUtils = {\n getRootFeatures,\n getFeatureById,\n getFeatureByIdOrThrow,\n getFeatureChildren,\n getFeatureName,\n getFeatureNameById,\n getFeaturePathById,\n validateFeatureName,\n ensureFeatureByNameRecursively,\n getFeatureByName,\n getFeatureIdByNameOrDefault,\n};\n//# sourceMappingURL=feature-utils.js.map","import { PASCAL_CASE_REGEX } from '@baseplate-dev/utils';\nfunction byId(projectDefinition, id) {\n return projectDefinition.models.find((m) => m.id === id);\n}\nfunction byIdOrThrow(projectDefinition, id) {\n const model = byId(projectDefinition, id);\n if (!model) {\n throw new Error(`Could not find model with ID ${id}`);\n }\n return model;\n}\nfunction getScalarFieldById(model, id) {\n const field = model.model.fields.find((f) => f.id === id);\n if (!field) {\n throw new Error(`Could not find field with ID ${id}`);\n }\n return field;\n}\nfunction getRelationsToModel(projectDefinition, modelId) {\n return projectDefinition.models.flatMap((m) => m.model.relations\n ?.filter((r) => r.modelRef === modelId)\n .map((r) => ({ model: m, relation: r })) ?? []);\n}\nfunction getModelsForFeature(projectDefinition, featureId) {\n return projectDefinition.models.filter((m) => m.featureRef === featureId);\n}\nfunction getModelIdFields(model) {\n return model.model.primaryKeyFieldRefs;\n}\nfunction hasService(model) {\n return (!!model.service.create.enabled ||\n !!model.service.update.enabled ||\n !!model.service.delete.enabled ||\n model.service.transformers.length > 0);\n}\nfunction validateModelName(name) {\n return PASCAL_CASE_REGEX.test(name);\n}\n/**\n * Returns the ID of a model by name, or the name if no model is found.\n * @param projectDefinition - The project definition.\n * @param name - The name of the model.\n * @returns The ID of the model, or the name if no model is found.\n */\nfunction getModelIdByNameOrDefault(projectDefinition, name) {\n return projectDefinition.models.find((m) => m.name === name)?.id ?? name;\n}\nexport const ModelUtils = {\n byId,\n byIdOrThrow,\n getScalarFieldById,\n getRelationsToModel,\n getModelsForFeature,\n getModelIdFields,\n hasService,\n validateModelName,\n getModelIdByNameOrDefault,\n};\n//# sourceMappingURL=model-utils.js.map"],"names":["z","ZodType"],"mappings":"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","x_google_ignoreList":[1,2,3,4,5,6,7,8,9,15,16,17,18,19,20]}
@@ -1,78 +0,0 @@
1
- import { importShared } from './__federation_fn_import-BiwmVFwy.js';
2
-
3
- const {authRoleEntityType: authRoleEntityType$1} = await importShared('@baseplate-dev/project-builder-lib');
4
-
5
- const AUTH_DEFAULT_ROLES = [
6
- {
7
- name: "public",
8
- comment: "All users (including unauthenticated and authenticated users)",
9
- builtIn: true
10
- },
11
- {
12
- name: "user",
13
- comment: "All authenticated users",
14
- builtIn: true
15
- },
16
- {
17
- name: "system",
18
- comment: "System processes without a user context, e.g. background jobs",
19
- builtIn: true
20
- }
21
- ];
22
-
23
- const {authRoleEntityType,zEnt} = await importShared('@baseplate-dev/project-builder-lib');
24
-
25
- const {z: z$1} = await importShared('zod');
26
- const authRoleSchema = zEnt(
27
- z$1.object({
28
- name: z$1.string().min(1),
29
- comment: z$1.string().min(1),
30
- builtIn: z$1.boolean().default(false)
31
- }),
32
- { type: authRoleEntityType }
33
- );
34
- const authRolesSchema = z$1.array(authRoleSchema).superRefine((roles, ctx) => {
35
- const dup = roles.map((r) => r.name).filter((v, i, a) => a.indexOf(v) !== i);
36
- if (dup.length > 0) {
37
- ctx.addIssue({
38
- code: z$1.ZodIssueCode.custom,
39
- message: `Duplicate role name(s): ${dup.join(", ")}`
40
- });
41
- }
42
- }).transform((roles) => [
43
- ...AUTH_DEFAULT_ROLES.map((r) => {
44
- const existingRole = roles.find((role) => role.name === r.name);
45
- return existingRole ? {
46
- ...existingRole,
47
- builtIn: true
48
- } : {
49
- ...r,
50
- builtIn: true,
51
- id: authRoleEntityType.generateNewId()
52
- };
53
- }),
54
- // Filter out the built-in roles
55
- ...roles.filter(
56
- (r) => !AUTH_DEFAULT_ROLES.map((v) => v.name).includes(r.name)
57
- )
58
- ]);
59
-
60
- const {featureEntityType,modelEntityType,zRef} = await importShared('@baseplate-dev/project-builder-lib');
61
-
62
- const {z} = await importShared('zod');
63
- const auth0PluginDefinitionSchema = z.object({
64
- modelRefs: z.object({
65
- user: zRef(z.string().min(1), {
66
- type: modelEntityType,
67
- onDelete: "RESTRICT"
68
- })
69
- }),
70
- authFeatureRef: zRef(z.string().min(1), {
71
- type: featureEntityType,
72
- onDelete: "RESTRICT"
73
- }),
74
- roles: authRolesSchema
75
- });
76
-
77
- export { AUTH_DEFAULT_ROLES as A, authRoleSchema as a, auth0PluginDefinitionSchema as b };
78
- //# sourceMappingURL=plugin-definition-BQRupXoQ.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-definition-BQRupXoQ.js","sources":["../../../src/roles/constants.ts","../../../src/roles/schema.ts","../../../src/auth0/core/schema/plugin-definition.ts"],"sourcesContent":["import { authRoleEntityType } from '@baseplate-dev/project-builder-lib';\n\nimport type { AuthRoleDefinition } from './schema.js';\n\nexport const AUTH_DEFAULT_ROLES: Omit<AuthRoleDefinition, 'id'>[] = [\n {\n name: 'public',\n comment: 'All users (including unauthenticated and authenticated users)',\n builtIn: true,\n },\n {\n name: 'user',\n comment: 'All authenticated users',\n builtIn: true,\n },\n {\n name: 'system',\n comment: 'System processes without a user context, e.g. background jobs',\n builtIn: true,\n },\n];\n\nexport function createDefaultAuthRoles(): AuthRoleDefinition[] {\n return AUTH_DEFAULT_ROLES.map((role) => ({\n ...role,\n id: authRoleEntityType.generateNewId(),\n }));\n}\n","import { authRoleEntityType, zEnt } from '@baseplate-dev/project-builder-lib';\nimport { z } from 'zod';\n\nimport { AUTH_DEFAULT_ROLES } from './constants.js';\n\nexport const authRoleSchema = zEnt(\n z.object({\n name: z.string().min(1),\n comment: z.string().min(1),\n builtIn: z.boolean().default(false),\n }),\n { type: authRoleEntityType },\n);\n\n/**\n * Defines the schema for a role.\n */\nexport type AuthRoleDefinition = z.infer<typeof authRoleSchema>;\n\nexport type AuthRoleInput = z.input<typeof authRoleSchema>;\n\n/**\n * Defines the schema for an array of roles ensuring that there are no duplicate\n * role names and that the built-in roles are included.\n */\nexport const authRolesSchema = z\n .array(authRoleSchema)\n .superRefine((roles, ctx) => {\n const dup = roles\n .map((r) => r.name)\n .filter((v, i, a) => a.indexOf(v) !== i);\n if (dup.length > 0) {\n ctx.addIssue({\n code: z.ZodIssueCode.custom,\n message: `Duplicate role name(s): ${dup.join(', ')}`,\n });\n }\n })\n .transform((roles) => [\n ...AUTH_DEFAULT_ROLES.map((r) => {\n const existingRole = roles.find((role) => role.name === r.name);\n return existingRole\n ? {\n ...existingRole,\n builtIn: true,\n }\n : {\n ...r,\n builtIn: true,\n id: authRoleEntityType.generateNewId(),\n };\n }),\n // Filter out the built-in roles\n ...roles.filter(\n (r) => !AUTH_DEFAULT_ROLES.map((v) => v.name).includes(r.name),\n ),\n ]);\n","import {\n featureEntityType,\n modelEntityType,\n zRef,\n} from '@baseplate-dev/project-builder-lib';\nimport { z } from 'zod';\n\nimport { authRolesSchema } from '#src/roles/index.js';\n\nexport const auth0PluginDefinitionSchema = z.object({\n modelRefs: z.object({\n user: zRef(z.string().min(1), {\n type: modelEntityType,\n onDelete: 'RESTRICT',\n }),\n }),\n authFeatureRef: zRef(z.string().min(1), {\n type: featureEntityType,\n onDelete: 'RESTRICT',\n }),\n roles: authRolesSchema,\n});\n\nexport type Auth0PluginDefinition = z.infer<typeof auth0PluginDefinitionSchema>;\n\nexport type Auth0PluginDefinitionInput = z.input<\n typeof auth0PluginDefinitionSchema\n>;\n"],"names":["authRoleEntityType","z"],"mappings":"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"}
@@ -1,47 +0,0 @@
1
- import { importShared } from './__federation_fn_import-BiwmVFwy.js';
2
-
3
- const createStoreImpl = (createState) => {
4
- let state;
5
- const listeners = /* @__PURE__ */ new Set();
6
- const setState = (partial, replace) => {
7
- const nextState = typeof partial === "function" ? partial(state) : partial;
8
- if (!Object.is(nextState, state)) {
9
- const previousState = state;
10
- state = (replace != null ? replace : typeof nextState !== "object" || nextState === null) ? nextState : Object.assign({}, state, nextState);
11
- listeners.forEach((listener) => listener(state, previousState));
12
- }
13
- };
14
- const getState = () => state;
15
- const getInitialState = () => initialState;
16
- const subscribe = (listener) => {
17
- listeners.add(listener);
18
- return () => listeners.delete(listener);
19
- };
20
- const api = { setState, getState, getInitialState, subscribe };
21
- const initialState = state = createState(setState, getState, api);
22
- return api;
23
- };
24
- const createStore = (createState) => createState ? createStoreImpl(createState) : createStoreImpl;
25
-
26
- const React = await importShared('react');
27
-
28
- const identity = (arg) => arg;
29
- function useStore(api, selector = identity) {
30
- const slice = React.useSyncExternalStore(
31
- api.subscribe,
32
- () => selector(api.getState()),
33
- () => selector(api.getInitialState())
34
- );
35
- React.useDebugValue(slice);
36
- return slice;
37
- }
38
- const createImpl = (createState) => {
39
- const api = createStore(createState);
40
- const useBoundStore = (selector) => useStore(api, selector);
41
- Object.assign(useBoundStore, api);
42
- return useBoundStore;
43
- };
44
- const create = (createState) => createState ? createImpl(createState) : createImpl;
45
-
46
- export { create as c };
47
- //# sourceMappingURL=react-2jQE8aG0.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"react-2jQE8aG0.js","sources":["../../../../../node_modules/.pnpm/zustand@5.0.3_@types+react@19.1.3_immer@10.1.1_react@19.1.0_use-sync-external-store@1.4.0_react@19.1.0_/node_modules/zustand/esm/vanilla.mjs","../../../../../node_modules/.pnpm/zustand@5.0.3_@types+react@19.1.3_immer@10.1.1_react@19.1.0_use-sync-external-store@1.4.0_react@19.1.0_/node_modules/zustand/esm/react.mjs"],"sourcesContent":["const createStoreImpl = (createState) => {\n let state;\n const listeners = /* @__PURE__ */ new Set();\n const setState = (partial, replace) => {\n const nextState = typeof partial === \"function\" ? partial(state) : partial;\n if (!Object.is(nextState, state)) {\n const previousState = state;\n state = (replace != null ? replace : typeof nextState !== \"object\" || nextState === null) ? nextState : Object.assign({}, state, nextState);\n listeners.forEach((listener) => listener(state, previousState));\n }\n };\n const getState = () => state;\n const getInitialState = () => initialState;\n const subscribe = (listener) => {\n listeners.add(listener);\n return () => listeners.delete(listener);\n };\n const api = { setState, getState, getInitialState, subscribe };\n const initialState = state = createState(setState, getState, api);\n return api;\n};\nconst createStore = (createState) => createState ? createStoreImpl(createState) : createStoreImpl;\n\nexport { createStore };\n","import React from 'react';\nimport { createStore } from 'zustand/vanilla';\n\nconst identity = (arg) => arg;\nfunction useStore(api, selector = identity) {\n const slice = React.useSyncExternalStore(\n api.subscribe,\n () => selector(api.getState()),\n () => selector(api.getInitialState())\n );\n React.useDebugValue(slice);\n return slice;\n}\nconst createImpl = (createState) => {\n const api = createStore(createState);\n const useBoundStore = (selector) => useStore(api, selector);\n Object.assign(useBoundStore, api);\n return useBoundStore;\n};\nconst create = (createState) => createState ? createImpl(createState) : createImpl;\n\nexport { create, useStore };\n"],"names":[],"mappings":";;AAAA,MAAM,eAAe,GAAG,CAAC,WAAW,KAAK;AACzC,EAAE,IAAI,KAAK;AACX,EAAE,MAAM,SAAS,mBAAmB,IAAI,GAAG,EAAE;AAC7C,EAAE,MAAM,QAAQ,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK;AACzC,IAAI,MAAM,SAAS,GAAG,OAAO,OAAO,KAAK,UAAU,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO;AAC9E,IAAI,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE;AACtC,MAAM,MAAM,aAAa,GAAG,KAAK;AACjC,MAAM,KAAK,GAAG,CAAC,OAAO,IAAI,IAAI,GAAG,OAAO,GAAG,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,SAAS,CAAC;AACjJ,MAAM,SAAS,CAAC,OAAO,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC,CAAC;AACrE;AACA,GAAG;AACH,EAAE,MAAM,QAAQ,GAAG,MAAM,KAAK;AAC9B,EAAE,MAAM,eAAe,GAAG,MAAM,YAAY;AAC5C,EAAE,MAAM,SAAS,GAAG,CAAC,QAAQ,KAAK;AAClC,IAAI,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC;AAC3B,IAAI,OAAO,MAAM,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC;AAC3C,GAAG;AACH,EAAE,MAAM,GAAG,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE;AAChE,EAAE,MAAM,YAAY,GAAG,KAAK,GAAG,WAAW,CAAC,QAAQ,EAAE,QAAQ,EAAE,GAAG,CAAC;AACnE,EAAE,OAAO,GAAG;AACZ,CAAC;AACD,MAAM,WAAW,GAAG,CAAC,WAAW,KAAK,WAAW,GAAG,eAAe,CAAC,WAAW,CAAC,GAAG,eAAe;;ACrBjG,MAAA,KAAA,GAAA,MAAA,YAAA,CAAA,OAAA,CAAA;;AAGA,MAAM,QAAQ,GAAG,CAAC,GAAG,KAAK,GAAG;AAC7B,SAAS,QAAQ,CAAC,GAAG,EAAE,QAAQ,GAAG,QAAQ,EAAE;AAC5C,EAAE,MAAM,KAAK,GAAG,KAAK,CAAC,oBAAoB;AAC1C,IAAI,GAAG,CAAC,SAAS;AACjB,IAAI,MAAM,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;AAClC,IAAI,MAAM,QAAQ,CAAC,GAAG,CAAC,eAAe,EAAE;AACxC,GAAG;AACH,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC;AAC5B,EAAE,OAAO,KAAK;AACd;AACA,MAAM,UAAU,GAAG,CAAC,WAAW,KAAK;AACpC,EAAE,MAAM,GAAG,GAAG,WAAW,CAAC,WAAW,CAAC;AACtC,EAAE,MAAM,aAAa,GAAG,CAAC,QAAQ,KAAK,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC;AAC7D,EAAE,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,GAAG,CAAC;AACnC,EAAE,OAAO,aAAa;AACtB,CAAC;AACI,MAAC,MAAM,GAAG,CAAC,WAAW,KAAK,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC,GAAG;;;;","x_google_ignoreList":[0,1]}
@@ -1,95 +0,0 @@
1
- /*! tailwindcss v4.1.6 | 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
- }
7
- }
8
- }
9
-
10
- @layer theme {
11
- :root, :host {
12
- --auth-spacing: .25rem;
13
- --auth-container-3xl: 48rem;
14
- }
15
- }
16
-
17
- @layer base, components;
18
-
19
- @layer utilities {
20
- .auth\:relative {
21
- position: relative;
22
- }
23
-
24
- .auth\:mb-\[--action-bar-height\] {
25
- margin-bottom: --action-bar-height;
26
- }
27
-
28
- .auth\:flex {
29
- display: flex;
30
- }
31
-
32
- .auth\:grid {
33
- display: grid;
34
- }
35
-
36
- .auth\:min-h-\[calc\(100vh-8rem\)\] {
37
- min-height: calc(100vh - 8rem);
38
- }
39
-
40
- .auth\:max-w-3xl {
41
- max-width: var(--auth-container-3xl);
42
- }
43
-
44
- .auth\:grid-cols-1 {
45
- grid-template-columns: repeat(1, minmax(0, 1fr));
46
- }
47
-
48
- .auth\:items-center {
49
- align-items: center;
50
- }
51
-
52
- .auth\:gap-2 {
53
- gap: calc(var(--auth-spacing) * 2);
54
- }
55
-
56
- .auth\:gap-6 {
57
- gap: calc(var(--auth-spacing) * 6);
58
- }
59
-
60
- :where(.auth\:space-y-2 > :not(:last-child)) {
61
- --tw-space-y-reverse: 0;
62
- margin-block-start: calc(calc(var(--auth-spacing) * 2) * var(--tw-space-y-reverse));
63
- margin-block-end: calc(calc(var(--auth-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
64
- }
65
-
66
- :where(.auth\:space-y-4 > :not(:last-child)) {
67
- --tw-space-y-reverse: 0;
68
- margin-block-start: calc(calc(var(--auth-spacing) * 4) * var(--tw-space-y-reverse));
69
- margin-block-end: calc(calc(var(--auth-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
70
- }
71
-
72
- :where(.auth\:space-y-6 > :not(:last-child)) {
73
- --tw-space-y-reverse: 0;
74
- margin-block-start: calc(calc(var(--auth-spacing) * 6) * var(--tw-space-y-reverse));
75
- margin-block-end: calc(calc(var(--auth-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
76
- }
77
-
78
- .auth\:py-4 {
79
- padding-block: calc(var(--auth-spacing) * 4);
80
- }
81
-
82
- .auth\:pb-16 {
83
- padding-bottom: calc(var(--auth-spacing) * 16);
84
- }
85
-
86
- .auth\:text-muted-foreground {
87
- color: var(--muted-foreground);
88
- }
89
- }
90
-
91
- @property --tw-space-y-reverse {
92
- syntax: "*";
93
- inherits: false;
94
- initial-value: 0;
95
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"web-export.js","sourceRoot":"","sources":["../src/web-export.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG,EAAE,CAAC"}
package/manifest.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "plugins": ["dist/auth0"],
3
- "webBuild": "dist/web"
4
- }
File without changes
File without changes