@baseplate-dev/plugin-auth 1.0.4 → 1.0.6

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 (218) hide show
  1. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +2 -2
  2. package/dist/auth/core/generators/auth-email-password/generated/index.d.ts +5 -1
  3. package/dist/auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
  4. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.d.ts +1 -1
  5. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -1
  6. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.js +1 -0
  7. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -1
  8. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.d.ts +10 -2
  9. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
  10. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.js +2 -0
  11. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
  12. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +1 -1
  13. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
  14. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +3 -4
  15. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
  16. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +1 -1
  17. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
  18. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +1 -2
  19. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +0 -1
  20. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
  21. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.js +2 -7
  22. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -1
  23. package/dist/auth/core/generators/auth-hooks/generated/index.d.ts +10 -3
  24. package/dist/auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -1
  25. package/dist/auth/core/generators/auth-hooks/generated/template-paths.d.ts +1 -0
  26. package/dist/auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -1
  27. package/dist/auth/core/generators/auth-hooks/generated/template-paths.js +1 -0
  28. package/dist/auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -1
  29. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.d.ts +5 -5
  30. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -1
  31. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.js +9 -8
  32. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -1
  33. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.d.ts +20 -5
  34. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
  35. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.js +22 -9
  36. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -1
  37. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts.map +1 -1
  38. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js +1 -1
  39. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js.map +1 -1
  40. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.ts +1 -2
  41. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.gql +5 -0
  42. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +1 -1
  43. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -1
  44. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +1 -1
  45. package/dist/auth/core/generators/auth-module/auth-module.generator.d.ts +4 -0
  46. package/dist/auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
  47. package/dist/auth/core/generators/auth-module/auth-module.generator.js +10 -1
  48. package/dist/auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
  49. package/dist/auth/core/generators/auth-module/generated/index.d.ts +14 -5
  50. package/dist/auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
  51. package/dist/auth/core/generators/auth-module/generated/template-renderers.d.ts +4 -4
  52. package/dist/auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
  53. package/dist/auth/core/generators/auth-module/generated/template-renderers.js +2 -0
  54. package/dist/auth/core/generators/auth-module/generated/template-renderers.js.map +1 -1
  55. package/dist/auth/core/generators/auth-module/generated/typed-templates.d.ts +23 -10
  56. package/dist/auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
  57. package/dist/auth/core/generators/auth-module/generated/typed-templates.js +8 -0
  58. package/dist/auth/core/generators/auth-module/generated/typed-templates.js.map +1 -1
  59. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -1
  60. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -1
  61. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +1 -2
  62. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +1 -1
  63. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -1
  64. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +1 -2
  65. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -1
  66. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.js +4 -4
  67. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -1
  68. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.ts +8 -9
  69. package/dist/auth/core/generators/auth-routes/auth-routes.generator.d.ts +0 -1
  70. package/dist/auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
  71. package/dist/auth/core/generators/auth-routes/generated/index.d.ts +3 -6
  72. package/dist/auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
  73. package/dist/auth/core/generators/auth-routes/generated/template-renderers.d.ts +1 -2
  74. package/dist/auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
  75. package/dist/auth/core/generators/auth-routes/generated/typed-templates.d.ts +6 -10
  76. package/dist/auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
  77. package/dist/auth/core/generators/react-session/generated/index.d.ts +9 -2
  78. package/dist/auth/core/generators/react-session/generated/index.d.ts.map +1 -1
  79. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts +1 -1
  80. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
  81. package/dist/auth/core/generators/react-session/generated/template-renderers.js +1 -0
  82. package/dist/auth/core/generators/react-session/generated/template-renderers.js.map +1 -1
  83. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts +18 -4
  84. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
  85. package/dist/auth/core/generators/react-session/generated/typed-templates.js +6 -0
  86. package/dist/auth/core/generators/react-session/generated/typed-templates.js.map +1 -1
  87. package/dist/auth/core/generators/react-session/react-session.generator.d.ts +9 -0
  88. package/dist/auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
  89. package/dist/auth/core/generators/react-session/react-session.generator.js +16 -1
  90. package/dist/auth/core/generators/react-session/react-session.generator.js.map +1 -1
  91. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.d.ts.map +1 -1
  92. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js +1 -1
  93. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js.map +1 -1
  94. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.tsx +1 -2
  95. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -1
  96. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js +2 -2
  97. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -1
  98. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +4 -6
  99. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts +1 -1
  100. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts.map +1 -1
  101. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.js.map +1 -1
  102. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.ts +2 -5
  103. package/dist/auth/core/node.d.ts.map +1 -1
  104. package/dist/auth/core/node.js +9 -17
  105. package/dist/auth/core/node.js.map +1 -1
  106. package/dist/auth/core/schema/models.js +1 -1
  107. package/dist/auth/core/schema/models.js.map +1 -1
  108. package/dist/auth0/core/node.d.ts.map +1 -1
  109. package/dist/auth0/core/node.js +13 -21
  110. package/dist/auth0/core/node.js.map +1 -1
  111. package/dist/auth0/core/schema/migrations.d.ts.map +1 -1
  112. package/dist/auth0/core/schema/migrations.js +6 -4
  113. package/dist/auth0/core/schema/migrations.js.map +1 -1
  114. package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts +2 -2
  115. package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts +2 -2
  116. package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts.map +1 -1
  117. package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts +2 -2
  118. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +11 -6
  119. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +1 -1
  120. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +5 -17
  121. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
  122. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts +6 -2
  123. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts.map +1 -1
  124. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts +1 -1
  125. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts.map +1 -1
  126. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js +1 -0
  127. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js.map +1 -1
  128. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts +12 -4
  129. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts.map +1 -1
  130. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js +2 -0
  131. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js.map +1 -1
  132. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/use-current-user.ts +1 -2
  133. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/use-required-user-id.ts +1 -1
  134. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts +0 -1
  135. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts.map +1 -1
  136. package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts +1 -3
  137. package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts.map +1 -1
  138. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts +1 -2
  139. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts.map +1 -1
  140. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts +2 -4
  141. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts.map +1 -1
  142. package/dist/auth0/generators/react/react-auth0/generated/index.d.ts +1 -3
  143. package/dist/auth0/generators/react/react-auth0/generated/index.d.ts.map +1 -1
  144. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts +1 -2
  145. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts.map +1 -1
  146. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts +1 -2
  147. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts.map +1 -1
  148. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +0 -1
  149. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
  150. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +7 -3
  151. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -1
  152. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +1 -1
  153. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -1
  154. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +1 -0
  155. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -1
  156. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +14 -6
  157. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -1
  158. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +2 -0
  159. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -1
  160. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.d.ts.map +1 -1
  161. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js +1 -1
  162. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js.map +1 -1
  163. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.ts +1 -2
  164. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js +1 -1
  165. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -1
  166. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +1 -1
  167. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +1 -1
  168. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +1 -1
  169. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -1
  170. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +1 -1
  171. package/dist/placeholder-auth/core/node.d.ts.map +1 -1
  172. package/dist/placeholder-auth/core/node.js +6 -14
  173. package/dist/placeholder-auth/core/node.js.map +1 -1
  174. package/dist/web/assets/{__federation_expose_auth0CoreCommon-DcWFsNod.js → __federation_expose_auth0CoreCommon-CSWdt8d_.js} +9 -7
  175. package/dist/web/assets/__federation_expose_auth0CoreCommon-CSWdt8d_.js.map +1 -0
  176. package/dist/web/assets/{__federation_expose_auth0CoreWeb-BrPTg7eC.js → __federation_expose_auth0CoreWeb-DjVw47sM.js} +6 -6
  177. package/dist/web/assets/{__federation_expose_auth0CoreWeb-BrPTg7eC.js.map → __federation_expose_auth0CoreWeb-DjVw47sM.js.map} +1 -1
  178. package/dist/web/assets/{__federation_expose_authCoreCommon-20XIFvpM.js → __federation_expose_authCoreCommon-CvHJZFIq.js} +3 -3
  179. package/dist/web/assets/{__federation_expose_authCoreCommon-20XIFvpM.js.map → __federation_expose_authCoreCommon-CvHJZFIq.js.map} +1 -1
  180. package/dist/web/assets/{__federation_expose_authCoreWeb-BB5P8uYV.js → __federation_expose_authCoreWeb-CrFEmZp3.js} +7 -7
  181. package/dist/web/assets/__federation_expose_authCoreWeb-CrFEmZp3.js.map +1 -0
  182. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-Jwt0q3ST.js → __federation_expose_placeholder-authCoreCommon-CmkiEJ6z.js} +3 -3
  183. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-Jwt0q3ST.js.map → __federation_expose_placeholder-authCoreCommon-CmkiEJ6z.js.map} +1 -1
  184. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-_Y4pVvZX.js → __federation_expose_placeholder-authCoreWeb-CpxfTdxv.js} +6 -6
  185. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-_Y4pVvZX.js.map → __federation_expose_placeholder-authCoreWeb-CpxfTdxv.js.map} +1 -1
  186. package/dist/web/assets/{__federation_fn_import-CpGU4emr.js → __federation_fn_import-CGvRdRVe.js} +2 -2
  187. package/dist/web/assets/{__federation_fn_import-CpGU4emr.js.map → __federation_fn_import-CGvRdRVe.js.map} +1 -1
  188. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-33D53Q49.js → web-D1kBtwsm.js} +5 -5
  189. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-33D53Q49.js.map → web-D1kBtwsm.js.map} +1 -1
  190. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-B8gI4CR0.js → project-builder-lib-B7442OYh.js} +254 -211
  191. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B7442OYh.js.map +1 -0
  192. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-ClpdcB7_.js → ui-components-X318M5Ml.js} +100 -86
  193. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-X318M5Ml.js.map +1 -0
  194. package/dist/web/assets/{index-47TZ-Oc4.js → index-ydDQKauE.js} +2 -2
  195. package/dist/web/assets/{index-47TZ-Oc4.js.map → index-ydDQKauE.js.map} +1 -1
  196. package/dist/web/assets/{index.esm-Erws1yaL.js → index.esm-DYWXRkn-.js} +2 -2
  197. package/dist/web/assets/{index.esm-Erws1yaL.js.map → index.esm-DYWXRkn-.js.map} +1 -1
  198. package/dist/web/assets/{model-merger-BteeU9dp.js → model-merger-BVBtbNAj.js} +39 -15
  199. package/dist/web/assets/model-merger-BVBtbNAj.js.map +1 -0
  200. package/dist/web/assets/{plugin-definition-BOUJurAr.js → plugin-definition-Bdhuga1j.js} +3 -3
  201. package/dist/web/assets/{plugin-definition-BOUJurAr.js.map → plugin-definition-Bdhuga1j.js.map} +1 -1
  202. package/dist/web/assets/{plugin-definition-BeI52Xpr.js → plugin-definition-C9d7ykhX.js} +3 -3
  203. package/dist/web/assets/{plugin-definition-BeI52Xpr.js.map → plugin-definition-C9d7ykhX.js.map} +1 -1
  204. package/dist/web/assets/{plugin-definition-CnMRuS0h.js → plugin-definition-QzgXWr1I.js} +3 -3
  205. package/dist/web/assets/{plugin-definition-CnMRuS0h.js.map → plugin-definition-QzgXWr1I.js.map} +1 -1
  206. package/dist/web/assets/{react-CIaEd3xM.js → react-B23vKoD0.js} +2 -2
  207. package/dist/web/assets/{react-CIaEd3xM.js.map → react-B23vKoD0.js.map} +1 -1
  208. package/dist/web/assets/remoteEntry.js +6 -6
  209. package/dist/web/assets/{role-editor-form-Bk9sOqqk.js → role-editor-form-BkcoVwtU.js} +4 -4
  210. package/dist/web/assets/{role-editor-form-Bk9sOqqk.js.map → role-editor-form-BkcoVwtU.js.map} +1 -1
  211. package/dist/web/assets/{styles-mSx3A02F.js → styles-Dfjm_ApH.js} +3 -3
  212. package/dist/web/assets/{styles-mSx3A02F.js.map → styles-Dfjm_ApH.js.map} +1 -1
  213. package/package.json +10 -10
  214. package/dist/web/assets/__federation_expose_auth0CoreCommon-DcWFsNod.js.map +0 -1
  215. package/dist/web/assets/__federation_expose_authCoreWeb-BB5P8uYV.js.map +0 -1
  216. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B8gI4CR0.js.map +0 -1
  217. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ClpdcB7_.js.map +0 -1
  218. package/dist/web/assets/model-merger-BteeU9dp.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { adminAppEntryType, appCompilerSpec, backendAppEntryType, createPlatformPluginExport, PluginUtils, webAppEntryType, } from '@baseplate-dev/project-builder-lib';
1
+ import { appCompilerSpec, backendAppEntryType, createPlatformPluginExport, PluginUtils, webAppEntryType, } from '@baseplate-dev/project-builder-lib';
2
2
  import { reactRoutesGenerator } from '@baseplate-dev/react-generators';
3
3
  import { createCommonBackendAuthModuleGenerators, createCommonBackendAuthRootGenerators, createCommonWebAuthGenerators, } from '#src/common/index.js';
4
4
  import { auth0ApolloGenerator, auth0HooksGenerator, auth0ModuleGenerator, auth0PagesGenerator, reactAuth0Generator, } from '../generators/index.js';
@@ -24,31 +24,23 @@ export default createPlatformPluginExport({
24
24
  appCompiler.addRootChildren(createCommonBackendAuthRootGenerators());
25
25
  },
26
26
  });
27
- const sharedWebGenerators = {
28
- ...createCommonWebAuthGenerators(),
29
- auth: reactAuth0Generator({}),
30
- authHooks: auth0HooksGenerator({}),
31
- auth0Apollo: auth0ApolloGenerator({}),
32
- auth0Callback: reactRoutesGenerator({
33
- name: 'auth',
34
- children: {
35
- auth: auth0PagesGenerator({}),
36
- },
37
- }),
38
- };
39
27
  // register web compiler
40
28
  appCompiler.registerAppCompiler({
41
29
  pluginId,
42
30
  appType: webAppEntryType,
43
31
  compile: ({ appCompiler }) => {
44
- appCompiler.addRootChildren(sharedWebGenerators);
45
- },
46
- });
47
- appCompiler.registerAppCompiler({
48
- pluginId,
49
- appType: adminAppEntryType,
50
- compile: ({ appCompiler }) => {
51
- appCompiler.addRootChildren(sharedWebGenerators);
32
+ appCompiler.addRootChildren({
33
+ ...createCommonWebAuthGenerators(),
34
+ auth: reactAuth0Generator({}),
35
+ authHooks: auth0HooksGenerator({}),
36
+ auth0Apollo: auth0ApolloGenerator({}),
37
+ auth0Callback: reactRoutesGenerator({
38
+ name: 'auth',
39
+ children: {
40
+ auth: auth0PagesGenerator({}),
41
+ },
42
+ }),
43
+ });
52
44
  },
53
45
  });
54
46
  return {};
@@ -1 +1 @@
1
- {"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/auth0/core/node.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,0BAA0B,EAC1B,WAAW,EACX,eAAe,GAChB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,EACrC,6BAA6B,GAC9B,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,wBAAwB,CAAC;AAEhC,eAAe,0BAA0B,CAAC;IACxC,YAAY,EAAE;QACZ,WAAW,EAAE,eAAe;KAC7B;IACD,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,4BAA4B;QAC5B,WAAW,CAAC,mBAAmB,CAAC;YAC9B,QAAQ;YACR,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,CAAC,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,WAAW,EAAE,EAAE,EAAE;gBACnE,MAAM,IAAI,GAAG,WAAW,CAAC,iBAAiB,CACxC,iBAAiB,EACjB,QAAQ,CACgB,CAAC;gBAE3B,WAAW,CAAC,oBAAoB,CAAC,IAAI,CAAC,cAAc,EAAE;oBACpD,GAAG,uCAAuC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;oBACjE,WAAW,EAAE,oBAAoB,CAAC;wBAChC,aAAa,EAAE,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;wBAClE,iBAAiB,EAAE,IAAI;qBACxB,CAAC;iBACH,CAAC,CAAC;gBAEH,WAAW,CAAC,eAAe,CAAC,qCAAqC,EAAE,CAAC,CAAC;YACvE,CAAC;SACF,CAAC,CAAC;QAEH,MAAM,mBAAmB,GAAG;YAC1B,GAAG,6BAA6B,EAAE;YAClC,IAAI,EAAE,mBAAmB,CAAC,EAAE,CAAC;YAC7B,SAAS,EAAE,mBAAmB,CAAC,EAAE,CAAC;YAClC,WAAW,EAAE,oBAAoB,CAAC,EAAE,CAAC;YACrC,aAAa,EAAE,oBAAoB,CAAC;gBAClC,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE;oBACR,IAAI,EAAE,mBAAmB,CAAC,EAAE,CAAC;iBAC9B;aACF,CAAC;SACH,CAAC;QAEF,wBAAwB;QACxB,WAAW,CAAC,mBAAmB,CAAC;YAC9B,QAAQ;YACR,OAAO,EAAE,eAAe;YACxB,OAAO,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE;gBAC3B,WAAW,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnD,CAAC;SACF,CAAC,CAAC;QACH,WAAW,CAAC,mBAAmB,CAAC;YAC9B,QAAQ;YACR,OAAO,EAAE,iBAAiB;YAC1B,OAAO,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE;gBAC3B,WAAW,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnD,CAAC;SACF,CAAC,CAAC;QAEH,OAAO,EAAE,CAAC;IACZ,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/auth0/core/node.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,0BAA0B,EAC1B,WAAW,EACX,eAAe,GAChB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,EACrC,6BAA6B,GAC9B,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,wBAAwB,CAAC;AAEhC,eAAe,0BAA0B,CAAC;IACxC,YAAY,EAAE;QACZ,WAAW,EAAE,eAAe;KAC7B;IACD,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,4BAA4B;QAC5B,WAAW,CAAC,mBAAmB,CAAC;YAC9B,QAAQ;YACR,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,CAAC,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,WAAW,EAAE,EAAE,EAAE;gBACnE,MAAM,IAAI,GAAG,WAAW,CAAC,iBAAiB,CACxC,iBAAiB,EACjB,QAAQ,CACgB,CAAC;gBAE3B,WAAW,CAAC,oBAAoB,CAAC,IAAI,CAAC,cAAc,EAAE;oBACpD,GAAG,uCAAuC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;oBACjE,WAAW,EAAE,oBAAoB,CAAC;wBAChC,aAAa,EAAE,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;wBAClE,iBAAiB,EAAE,IAAI;qBACxB,CAAC;iBACH,CAAC,CAAC;gBAEH,WAAW,CAAC,eAAe,CAAC,qCAAqC,EAAE,CAAC,CAAC;YACvE,CAAC;SACF,CAAC,CAAC;QAEH,wBAAwB;QACxB,WAAW,CAAC,mBAAmB,CAAC;YAC9B,QAAQ;YACR,OAAO,EAAE,eAAe;YACxB,OAAO,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE;gBAC3B,WAAW,CAAC,eAAe,CAAC;oBAC1B,GAAG,6BAA6B,EAAE;oBAClC,IAAI,EAAE,mBAAmB,CAAC,EAAE,CAAC;oBAC7B,SAAS,EAAE,mBAAmB,CAAC,EAAE,CAAC;oBAClC,WAAW,EAAE,oBAAoB,CAAC,EAAE,CAAC;oBACrC,aAAa,EAAE,oBAAoB,CAAC;wBAClC,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE;4BACR,IAAI,EAAE,mBAAmB,CAAC,EAAE,CAAC;yBAC9B;qBACF,CAAC;iBACH,CAAC,CAAC;YACL,CAAC;SACF,CAAC,CAAC;QAEH,OAAO,EAAE,CAAC;IACZ,CAAC;CACF,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../../../src/auth0/core/schema/migrations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,eAAO,MAAM,8BAA8B,EAAE,qBAAqB,EAejE,CAAC"}
1
+ {"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../../../src/auth0/core/schema/migrations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,eAAO,MAAM,8BAA8B,EAAE,qBAAqB,EAiBjE,CAAC"}
@@ -5,10 +5,12 @@ export const AUTH0_PLUGIN_CONFIG_MIGRATIONS = [
5
5
  migrate: (config) => {
6
6
  const typedConfig = config;
7
7
  return {
8
- ...typedConfig,
9
- userAccountModelRef: undefined,
10
- modelRefs: {
11
- user: typedConfig.userAccountModelRef,
8
+ updatedConfig: {
9
+ ...typedConfig,
10
+ userAccountModelRef: undefined,
11
+ modelRefs: {
12
+ user: typedConfig.userAccountModelRef,
13
+ },
12
14
  },
13
15
  };
14
16
  },
@@ -1 +1 @@
1
- {"version":3,"file":"migrations.js","sourceRoot":"","sources":["../../../../src/auth0/core/schema/migrations.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,8BAA8B,GAA4B;IACrE;QACE,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE,CAAC;QACV,OAAO,EAAE,CAAC,MAAM,EAAE,EAAE;YAClB,MAAM,WAAW,GAAG,MAAyC,CAAC;YAC9D,OAAO;gBACL,GAAG,WAAW;gBACd,mBAAmB,EAAE,SAAS;gBAC9B,SAAS,EAAE;oBACT,IAAI,EAAE,WAAW,CAAC,mBAAmB;iBACtC;aACF,CAAC;QACJ,CAAC;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"migrations.js","sourceRoot":"","sources":["../../../../src/auth0/core/schema/migrations.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,8BAA8B,GAA4B;IACrE;QACE,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE,CAAC;QACV,OAAO,EAAE,CAAC,MAAM,EAAE,EAAE;YAClB,MAAM,WAAW,GAAG,MAAyC,CAAC;YAC9D,OAAO;gBACL,aAAa,EAAE;oBACb,GAAG,WAAW;oBACd,mBAAmB,EAAE,SAAS;oBAC9B,SAAS,EAAE;wBACT,IAAI,EAAE,WAAW,CAAC,mBAAmB;qBACtC;iBACF;aACF,CAAC;QACJ,CAAC;KACF;CACF,CAAC"}
@@ -64,7 +64,7 @@ export declare const AUTH0_AUTH0_MODULE_GENERATED: {
64
64
  configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
65
65
  config: {};
66
66
  }>>;
67
- }>;
67
+ }, Record<never, Record<never, never>>>;
68
68
  userSessionService: import("@baseplate-dev/core-generators").TsTemplateFile<{
69
69
  TPL_USER_MODEL: {};
70
70
  }, {
@@ -99,7 +99,7 @@ export declare const AUTH0_AUTH0_MODULE_GENERATED: {
99
99
  isTypeOnly: true;
100
100
  };
101
101
  }>>;
102
- }>;
102
+ }, Record<never, Record<never, never>>>;
103
103
  };
104
104
  };
105
105
  //# sourceMappingURL=index.d.ts.map
@@ -3,10 +3,10 @@ import type { BuilderAction } from '@baseplate-dev/sync';
3
3
  import { AUTH0_AUTH0_MODULE_TEMPLATES } from './typed-templates.js';
4
4
  export interface Auth0Auth0ModuleRenderers {
5
5
  management: {
6
- render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_AUTH0_MODULE_TEMPLATES.management>, 'destination' | 'importMapProviders' | 'template'>) => BuilderAction;
6
+ render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_AUTH0_MODULE_TEMPLATES.management>, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction;
7
7
  };
8
8
  userSessionService: {
9
- render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_AUTH0_MODULE_TEMPLATES.userSessionService>, 'destination' | 'importMapProviders' | 'template'>) => BuilderAction;
9
+ render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_AUTH0_MODULE_TEMPLATES.userSessionService>, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction;
10
10
  };
11
11
  }
12
12
  export declare const AUTH0_AUTH0_MODULE_RENDERERS: {
@@ -1 +1 @@
1
- {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/fastify/auth0-module/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,4BAA4B,CAAC,UAAU,CAC/C,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,CAClD,KACE,aAAa,CAAC;KACpB,CAAC;IACF,kBAAkB,EAAE;QAClB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,4BAA4B,CAAC,kBAAkB,CACvD,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,CAClD,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAyDD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxC,CAAC"}
1
+ {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/fastify/auth0-module/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,4BAA4B,CAAC,UAAU,CAC/C,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;IACF,kBAAkB,EAAE;QAClB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,4BAA4B,CAAC,kBAAkB,CACvD,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAyDD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxC,CAAC"}
@@ -3,7 +3,7 @@ export declare const AUTH0_AUTH0_MODULE_TEMPLATES: {
3
3
  configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
4
4
  config: {};
5
5
  }>>;
6
- }>;
6
+ }, Record<never, Record<never, never>>>;
7
7
  userSessionService: import("@baseplate-dev/core-generators").TsTemplateFile<{
8
8
  TPL_USER_MODEL: {};
9
9
  }, {
@@ -38,6 +38,6 @@ export declare const AUTH0_AUTH0_MODULE_TEMPLATES: {
38
38
  isTypeOnly: true;
39
39
  };
40
40
  }>>;
41
- }>;
41
+ }, Record<never, Record<never, never>>>;
42
42
  };
43
43
  //# sourceMappingURL=typed-templates.d.ts.map
@@ -19,17 +19,22 @@ export declare const auth0HooksGenerator: import("@baseplate-dev/sync").Generato
19
19
  }, {
20
20
  paths: import("@baseplate-dev/sync").ProviderType<import("./generated/template-paths.js").Auth0Auth0HooksPaths>;
21
21
  }, undefined>;
22
- main: import("@baseplate-dev/sync").GeneratorTask<any, {
23
- typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
22
+ renderers: import("@baseplate-dev/sync").GeneratorTask<{
23
+ auth0Auth0HooksRenderers: import("@baseplate-dev/sync").ProviderExport<import("./generated/template-renderers.js").Auth0Auth0HooksRenderers>;
24
+ }, {
25
+ generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
26
+ '*': {};
27
+ }>>;
28
+ paths: import("@baseplate-dev/sync").ProviderType<import("./generated/template-paths.js").Auth0Auth0HooksPaths>;
24
29
  reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
25
30
  formatError: {};
26
31
  logAndFormatError: {};
27
32
  logError: {};
28
33
  }>>;
29
- generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
30
- '*': {};
31
- }>>;
32
- paths: import("@baseplate-dev/sync").ProviderType<import("./generated/template-paths.js").Auth0Auth0HooksPaths>;
34
+ typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
35
+ }, undefined>;
36
+ main: import("@baseplate-dev/sync").GeneratorTask<any, {
37
+ renderers: import("@baseplate-dev/sync").ProviderType<import("./generated/template-renderers.js").Auth0Auth0HooksRenderers>;
33
38
  }, any>;
34
39
  }>;
35
40
  //# sourceMappingURL=auth0-hooks.generator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"auth0-hooks.generator.d.ts","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-hooks/auth0-hooks.generator.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqD9B,CAAC"}
1
+ {"version":3,"file":"auth0-hooks.generator.d.ts","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-hooks/auth0-hooks.generator.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqC9B,CAAC"}
@@ -1,5 +1,3 @@
1
- import { renderTextTemplateFileAction, typescriptFileProvider, } from '@baseplate-dev/core-generators';
2
- import { generatedGraphqlImportsProvider, reactErrorImportsProvider, } from '@baseplate-dev/react-generators';
3
1
  import { createGenerator, createGeneratorTask } from '@baseplate-dev/sync';
4
2
  import { z } from 'zod';
5
3
  import { AUTH0_AUTH0_HOOKS_GENERATED } from './generated/index.js';
@@ -13,32 +11,22 @@ export const auth0HooksGenerator = createGenerator({
13
11
  buildTasks: ({ userQueryName }) => ({
14
12
  paths: AUTH0_AUTH0_HOOKS_GENERATED.paths.task,
15
13
  imports: AUTH0_AUTH0_HOOKS_GENERATED.imports.task,
14
+ renderers: AUTH0_AUTH0_HOOKS_GENERATED.renderers.task,
16
15
  main: createGeneratorTask({
17
16
  dependencies: {
18
- typescriptFile: typescriptFileProvider,
19
- reactErrorImports: reactErrorImportsProvider,
20
- generatedGraphqlImports: generatedGraphqlImportsProvider,
21
- paths: AUTH0_AUTH0_HOOKS_GENERATED.paths.provider,
17
+ renderers: AUTH0_AUTH0_HOOKS_GENERATED.renderers.provider,
22
18
  },
23
- run({ typescriptFile, reactErrorImports, generatedGraphqlImports, paths, }) {
19
+ run({ renderers }) {
24
20
  return {
25
21
  build: async (builder) => {
26
- await builder.apply(typescriptFile.renderTemplateGroup({
27
- group: AUTH0_AUTH0_HOOKS_GENERATED.templates.hooksGroup,
28
- paths,
22
+ await builder.apply(renderers.hooksGroup.render({
29
23
  variables: {
30
24
  useCurrentUser: {
31
25
  TPL_USER: userQueryName,
32
26
  },
33
27
  },
34
- importMapProviders: {
35
- generatedGraphqlImports,
36
- reactErrorImports,
37
- },
38
28
  }));
39
- await builder.apply(renderTextTemplateFileAction({
40
- template: AUTH0_AUTH0_HOOKS_GENERATED.templates.useCurrentUserGql,
41
- destination: paths.useCurrentUserGql,
29
+ await builder.apply(renderers.useCurrentUserGql.render({
42
30
  variables: {
43
31
  TPL_USER_QUERY_NAME: userQueryName,
44
32
  },
@@ -1 +1 @@
1
- {"version":3,"file":"auth0-hooks.generator.js","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-hooks/auth0-hooks.generator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC;CAC1C,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC;IACjD,IAAI,EAAE,mBAAmB;IACzB,gBAAgB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACjC,gBAAgB;IAChB,UAAU,EAAE,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAC;QAClC,KAAK,EAAE,2BAA2B,CAAC,KAAK,CAAC,IAAI;QAC7C,OAAO,EAAE,2BAA2B,CAAC,OAAO,CAAC,IAAI;QACjD,IAAI,EAAE,mBAAmB,CAAC;YACxB,YAAY,EAAE;gBACZ,cAAc,EAAE,sBAAsB;gBACtC,iBAAiB,EAAE,yBAAyB;gBAC5C,uBAAuB,EAAE,+BAA+B;gBACxD,KAAK,EAAE,2BAA2B,CAAC,KAAK,CAAC,QAAQ;aAClD;YACD,GAAG,CAAC,EACF,cAAc,EACd,iBAAiB,EACjB,uBAAuB,EACvB,KAAK,GACN;gBACC,OAAO;oBACL,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;wBACvB,MAAM,OAAO,CAAC,KAAK,CACjB,cAAc,CAAC,mBAAmB,CAAC;4BACjC,KAAK,EAAE,2BAA2B,CAAC,SAAS,CAAC,UAAU;4BACvD,KAAK;4BACL,SAAS,EAAE;gCACT,cAAc,EAAE;oCACd,QAAQ,EAAE,aAAa;iCACxB;6BACF;4BACD,kBAAkB,EAAE;gCAClB,uBAAuB;gCACvB,iBAAiB;6BAClB;yBACF,CAAC,CACH,CAAC;wBAEF,MAAM,OAAO,CAAC,KAAK,CACjB,4BAA4B,CAAC;4BAC3B,QAAQ,EACN,2BAA2B,CAAC,SAAS,CAAC,iBAAiB;4BACzD,WAAW,EAAE,KAAK,CAAC,iBAAiB;4BACpC,SAAS,EAAE;gCACT,mBAAmB,EAAE,aAAa;6BACnC;yBACF,CAAC,CACH,CAAC;oBACJ,CAAC;iBACF,CAAC;YACJ,CAAC;SACF,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"auth0-hooks.generator.js","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-hooks/auth0-hooks.generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC;CAC1C,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC;IACjD,IAAI,EAAE,mBAAmB;IACzB,gBAAgB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACjC,gBAAgB;IAChB,UAAU,EAAE,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAC;QAClC,KAAK,EAAE,2BAA2B,CAAC,KAAK,CAAC,IAAI;QAC7C,OAAO,EAAE,2BAA2B,CAAC,OAAO,CAAC,IAAI;QACjD,SAAS,EAAE,2BAA2B,CAAC,SAAS,CAAC,IAAI;QACrD,IAAI,EAAE,mBAAmB,CAAC;YACxB,YAAY,EAAE;gBACZ,SAAS,EAAE,2BAA2B,CAAC,SAAS,CAAC,QAAQ;aAC1D;YACD,GAAG,CAAC,EAAE,SAAS,EAAE;gBACf,OAAO;oBACL,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;wBACvB,MAAM,OAAO,CAAC,KAAK,CACjB,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC;4BAC1B,SAAS,EAAE;gCACT,cAAc,EAAE;oCACd,QAAQ,EAAE,aAAa;iCACxB;6BACF;yBACF,CAAC,CACH,CAAC;wBAEF,MAAM,OAAO,CAAC,KAAK,CACjB,SAAS,CAAC,iBAAiB,CAAC,MAAM,CAAC;4BACjC,SAAS,EAAE;gCACT,mBAAmB,EAAE,aAAa;6BACnC;yBACF,CAAC,CACH,CAAC;oBACJ,CAAC;iBACF,CAAC;YACJ,CAAC;SACF,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
@@ -47,6 +47,8 @@ export declare const AUTH0_AUTH0_HOOKS_GENERATED: {
47
47
  generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
48
48
  '*': {};
49
49
  }>>;
50
+ }, {
51
+ useSession: {};
50
52
  }>;
51
53
  useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
52
54
  reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
@@ -54,9 +56,11 @@ export declare const AUTH0_AUTH0_HOOKS_GENERATED: {
54
56
  logAndFormatError: {};
55
57
  logError: {};
56
58
  }>>;
59
+ }, Record<never, Record<never, never>>>;
60
+ useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, {
61
+ useSession: {};
57
62
  }>;
58
- useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
59
- useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
63
+ useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
60
64
  };
61
65
  useCurrentUserGql: import("@baseplate-dev/core-generators").TextTemplateFile<{
62
66
  TPL_USER_QUERY_NAME: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAC"}
@@ -3,7 +3,7 @@ import type { BuilderAction } from '@baseplate-dev/sync';
3
3
  import { AUTH0_AUTH0_HOOKS_TEMPLATES } from './typed-templates.js';
4
4
  export interface Auth0Auth0HooksRenderers {
5
5
  hooksGroup: {
6
- render: (options: Omit<RenderTsTemplateGroupActionInput<typeof AUTH0_AUTH0_HOOKS_TEMPLATES.hooksGroup>, 'importMapProviders' | 'group' | 'paths'>) => BuilderAction;
6
+ render: (options: Omit<RenderTsTemplateGroupActionInput<typeof AUTH0_AUTH0_HOOKS_TEMPLATES.hooksGroup>, 'importMapProviders' | 'group' | 'paths' | 'generatorPaths'>) => BuilderAction;
7
7
  };
8
8
  useCurrentUserGql: {
9
9
  render: (options: Omit<RenderTextTemplateFileActionInput<typeof AUTH0_AUTH0_HOOKS_TEMPLATES.useCurrentUserGql>, 'destination' | 'template'>) => BuilderAction;
@@ -1 +1 @@
1
- {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAazD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2BAA2B,CAAC,UAAU,CAC9C,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,CACzC,KACE,aAAa,CAAC;KACpB,CAAC;IACF,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,2BAA2B,CAAC,iBAAiB,CACrD,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA4CD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;CAGvC,CAAC"}
1
+ {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAazD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2BAA2B,CAAC,UAAU,CAC9C,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,2BAA2B,CAAC,iBAAiB,CACrD,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA6CD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;CAGvC,CAAC"}
@@ -24,6 +24,7 @@ const auth0Auth0HooksRenderersTask = createGeneratorTask({
24
24
  generatedGraphqlImports,
25
25
  reactErrorImports,
26
26
  },
27
+ generatorPaths: paths,
27
28
  ...options,
28
29
  }),
29
30
  },
@@ -1 +1 @@
1
- {"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAyBnE,MAAM,wBAAwB,GAAG,kBAAkB,CACjD,6BAA6B,CAC9B,CAAC;AAEF,MAAM,4BAA4B,GAAG,mBAAmB,CAAC;IACvD,YAAY,EAAE;QACZ,uBAAuB,EAAE,+BAA+B;QACxD,KAAK,EAAE,uBAAuB,CAAC,QAAQ;QACvC,iBAAiB,EAAE,yBAAyB;QAC5C,cAAc,EAAE,sBAAsB;KACvC;IACD,OAAO,EAAE,EAAE,wBAAwB,EAAE,wBAAwB,CAAC,MAAM,EAAE,EAAE;IACxE,GAAG,CAAC,EAAE,uBAAuB,EAAE,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE;QACvE,OAAO;YACL,SAAS,EAAE;gBACT,wBAAwB,EAAE;oBACxB,UAAU,EAAE;wBACV,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,cAAc,CAAC,mBAAmB,CAAC;4BACjC,KAAK,EAAE,2BAA2B,CAAC,UAAU;4BAC7C,KAAK;4BACL,kBAAkB,EAAE;gCAClB,uBAAuB;gCACvB,iBAAiB;6BAClB;4BACD,GAAG,OAAO;yBACX,CAAC;qBACL;oBACD,iBAAiB,EAAE;wBACjB,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,4BAA4B,CAAC;4BAC3B,QAAQ,EAAE,2BAA2B,CAAC,iBAAiB;4BACvD,WAAW,EAAE,KAAK,CAAC,iBAAiB;4BACpC,GAAG,OAAO;yBACX,CAAC;qBACL;iBACF;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,QAAQ,EAAE,wBAAwB;IAClC,IAAI,EAAE,4BAA4B;CACnC,CAAC"}
1
+ {"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAyBnE,MAAM,wBAAwB,GAAG,kBAAkB,CACjD,6BAA6B,CAC9B,CAAC;AAEF,MAAM,4BAA4B,GAAG,mBAAmB,CAAC;IACvD,YAAY,EAAE;QACZ,uBAAuB,EAAE,+BAA+B;QACxD,KAAK,EAAE,uBAAuB,CAAC,QAAQ;QACvC,iBAAiB,EAAE,yBAAyB;QAC5C,cAAc,EAAE,sBAAsB;KACvC;IACD,OAAO,EAAE,EAAE,wBAAwB,EAAE,wBAAwB,CAAC,MAAM,EAAE,EAAE;IACxE,GAAG,CAAC,EAAE,uBAAuB,EAAE,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE;QACvE,OAAO;YACL,SAAS,EAAE;gBACT,wBAAwB,EAAE;oBACxB,UAAU,EAAE;wBACV,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,cAAc,CAAC,mBAAmB,CAAC;4BACjC,KAAK,EAAE,2BAA2B,CAAC,UAAU;4BAC7C,KAAK;4BACL,kBAAkB,EAAE;gCAClB,uBAAuB;gCACvB,iBAAiB;6BAClB;4BACD,cAAc,EAAE,KAAK;4BACrB,GAAG,OAAO;yBACX,CAAC;qBACL;oBACD,iBAAiB,EAAE;wBACjB,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,4BAA4B,CAAC;4BAC3B,QAAQ,EAAE,2BAA2B,CAAC,iBAAiB;4BACvD,WAAW,EAAE,KAAK,CAAC,iBAAiB;4BACpC,GAAG,OAAO;yBACX,CAAC;qBACL;iBACF;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,QAAQ,EAAE,wBAAwB;IAClC,IAAI,EAAE,4BAA4B;CACnC,CAAC"}
@@ -5,6 +5,8 @@ export declare const hooksGroup: {
5
5
  generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
6
6
  '*': {};
7
7
  }>>;
8
+ }, {
9
+ useSession: {};
8
10
  }>;
9
11
  useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
10
12
  reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
@@ -12,9 +14,11 @@ export declare const hooksGroup: {
12
14
  logAndFormatError: {};
13
15
  logError: {};
14
16
  }>>;
17
+ }, Record<never, Record<never, never>>>;
18
+ useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, {
19
+ useSession: {};
15
20
  }>;
16
- useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
17
- useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
21
+ useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
18
22
  };
19
23
  export declare const AUTH0_AUTH0_HOOKS_TEMPLATES: {
20
24
  hooksGroup: {
@@ -24,6 +28,8 @@ export declare const AUTH0_AUTH0_HOOKS_TEMPLATES: {
24
28
  generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
25
29
  '*': {};
26
30
  }>>;
31
+ }, {
32
+ useSession: {};
27
33
  }>;
28
34
  useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
29
35
  reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
@@ -31,9 +37,11 @@ export declare const AUTH0_AUTH0_HOOKS_TEMPLATES: {
31
37
  logAndFormatError: {};
32
38
  logError: {};
33
39
  }>>;
40
+ }, Record<never, Record<never, never>>>;
41
+ useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, {
42
+ useSession: {};
34
43
  }>;
35
- useRequiredUserId: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
36
- useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}>;
44
+ useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
37
45
  };
38
46
  useCurrentUserGql: import("@baseplate-dev/core-generators").TextTemplateFile<{
39
47
  TPL_USER_QUERY_NAME: {
@@ -1 +1 @@
1
- {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAwEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAKtB,CAAC;AAgBF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC"}
1
+ {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AA0EA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAC;AAgBF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC"}
@@ -9,6 +9,7 @@ const useCurrentUser = createTsTemplateFile({
9
9
  },
10
10
  name: 'use-current-user',
11
11
  projectExports: { useCurrentUser: {} },
12
+ referencedGeneratorTemplates: { useSession: {} },
12
13
  source: {
13
14
  path: path.join(import.meta.dirname, '../templates/src/hooks/use-current-user.ts'),
14
15
  },
@@ -31,6 +32,7 @@ const useRequiredUserId = createTsTemplateFile({
31
32
  importMapProviders: {},
32
33
  name: 'use-required-user-id',
33
34
  projectExports: { useRequiredUserId: {} },
35
+ referencedGeneratorTemplates: { useSession: {} },
34
36
  source: {
35
37
  path: path.join(import.meta.dirname, '../templates/src/hooks/use-required-user-id.ts'),
36
38
  },
@@ -1 +1 @@
1
- {"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,oBAAoB,GACrB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,MAAM,cAAc,GAAG,oBAAoB,CAAC;IAC1C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE;QAClB,uBAAuB,EAAE,+BAA+B;KACzD;IACD,IAAI,EAAE,kBAAkB;IACxB,cAAc,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE;IACtC,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,4CAA4C,CAC7C;KACF;IACD,SAAS,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;CAC5B,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,oBAAoB,CAAC;IACrC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE,iBAAiB,EAAE,yBAAyB,EAAE;IACpE,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE;IACjC,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;IAC7C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,sBAAsB;IAC5B,cAAc,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE;IACzC,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,gDAAgD,CACjD;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,oBAAoB,CAAC;IACtC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,EAAE,WAAW,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IACrE,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,cAAc;IACd,SAAS;IACT,iBAAiB;IACjB,UAAU;CACX,CAAC;AAEF,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;IAC/C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,IAAI,EAAE,sBAAsB;IAC5B,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,6CAA6C,CAC9C;KACF;IACD,SAAS,EAAE;QACT,mBAAmB,EAAE,EAAE,WAAW,EAAE,4BAA4B,EAAE;KACnE;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG,EAAE,UAAU,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,oBAAoB,GACrB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,MAAM,cAAc,GAAG,oBAAoB,CAAC;IAC1C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE;QAClB,uBAAuB,EAAE,+BAA+B;KACzD;IACD,IAAI,EAAE,kBAAkB;IACxB,cAAc,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE;IACtC,4BAA4B,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IAChD,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,4CAA4C,CAC7C;KACF;IACD,SAAS,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;CAC5B,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,oBAAoB,CAAC;IACrC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE,iBAAiB,EAAE,yBAAyB,EAAE;IACpE,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE;IACjC,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;IAC7C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,sBAAsB;IAC5B,cAAc,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE;IACzC,4BAA4B,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IAChD,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,gDAAgD,CACjD;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,oBAAoB,CAAC;IACtC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,EAAE,WAAW,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IACrE,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,cAAc;IACd,SAAS;IACT,iBAAiB;IACjB,UAAU;CACX,CAAC;AAEF,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;IAC/C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,IAAI,EAAE,sBAAsB;IAC5B,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,6CAA6C,CAC9C;KACF;IACD,SAAS,EAAE;QACT,mBAAmB,EAAE,EAAE,WAAW,EAAE,4BAA4B,EAAE;KACnE;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG,EAAE,UAAU,EAAE,iBAAiB,EAAE,CAAC"}
@@ -2,11 +2,10 @@
2
2
 
3
3
  import type { CurrentUserFragment } from '%generatedGraphqlImports';
4
4
 
5
+ import { useSession } from '$useSession';
5
6
  import { GetUserByIdDocument } from '%generatedGraphqlImports';
6
7
  import { useQuery } from '@apollo/client';
7
8
 
8
- import { useSession } from './use-session.js';
9
-
10
9
  interface UseCurrentUserResult {
11
10
  user?: CurrentUserFragment;
12
11
  loading: boolean;
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
2
 
3
- import { useSession } from './use-session.js';
3
+ import { useSession } from '$useSession';
4
4
 
5
5
  export function useRequiredUserId(): string {
6
6
  const { userId } = useSession();
@@ -71,7 +71,6 @@ export declare const auth0PagesGenerator: import("@baseplate-dev/sync").Generato
71
71
  inputVariants: {};
72
72
  Label: {};
73
73
  LinkButton: {};
74
- ListGroup: {};
75
74
  Loader: {};
76
75
  mergeRefs: {};
77
76
  Modal: {};
@@ -1 +1 @@
1
- {"version":3,"file":"auth0-pages.generator.d.ts","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-pages/auth0-pages.generator.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9B,CAAC"}
1
+ {"version":3,"file":"auth0-pages.generator.d.ts","sourceRoot":"","sources":["../../../../../src/auth0/generators/react/auth0-pages/auth0-pages.generator.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9B,CAAC"}
@@ -76,7 +76,6 @@ export declare const AUTH0_AUTH0_PAGES_GENERATED: {
76
76
  inputVariants: {};
77
77
  Label: {};
78
78
  LinkButton: {};
79
- ListGroup: {};
80
79
  Loader: {};
81
80
  mergeRefs: {};
82
81
  Modal: {};
@@ -209,7 +208,6 @@ export declare const AUTH0_AUTH0_PAGES_GENERATED: {
209
208
  inputVariants: {};
210
209
  Label: {};
211
210
  LinkButton: {};
212
- ListGroup: {};
213
211
  Loader: {};
214
212
  mergeRefs: {};
215
213
  Modal: {};
@@ -273,7 +271,7 @@ export declare const AUTH0_AUTH0_PAGES_GENERATED: {
273
271
  useControlledState: {};
274
272
  useControllerMerged: {};
275
273
  }>>;
276
- }>;
274
+ }, Record<never, Record<never, never>>>;
277
275
  };
278
276
  };
279
277
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAC"}
@@ -3,7 +3,7 @@ import type { BuilderAction } from '@baseplate-dev/sync';
3
3
  import { AUTH0_AUTH0_PAGES_TEMPLATES } from './typed-templates.js';
4
4
  export interface Auth0Auth0PagesRenderers {
5
5
  pagesGroup: {
6
- render: (options: Omit<RenderTsTemplateGroupActionInput<typeof AUTH0_AUTH0_PAGES_TEMPLATES.pagesGroup>, 'importMapProviders' | 'group' | 'paths'>) => BuilderAction;
6
+ render: (options: Omit<RenderTsTemplateGroupActionInput<typeof AUTH0_AUTH0_PAGES_TEMPLATES.pagesGroup>, 'importMapProviders' | 'group' | 'paths' | 'generatorPaths'>) => BuilderAction;
7
7
  };
8
8
  }
9
9
  export declare const AUTH0_AUTH0_PAGES_RENDERERS: {
@@ -75,7 +75,6 @@ export declare const AUTH0_AUTH0_PAGES_RENDERERS: {
75
75
  inputVariants: {};
76
76
  Label: {};
77
77
  LinkButton: {};
78
- ListGroup: {};
79
78
  Loader: {};
80
79
  mergeRefs: {};
81
80
  Modal: {};
@@ -1 +1 @@
1
- {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAOzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2BAA2B,CAAC,UAAU,CAC9C,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,CACzC,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAkCD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvC,CAAC"}
1
+ {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAOzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2BAA2B,CAAC,UAAU,CAC9C,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAkCD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvC,CAAC"}
@@ -63,7 +63,6 @@ export declare const pagesGroup: {
63
63
  inputVariants: {};
64
64
  Label: {};
65
65
  LinkButton: {};
66
- ListGroup: {};
67
66
  Loader: {};
68
67
  mergeRefs: {};
69
68
  Modal: {};
@@ -127,7 +126,7 @@ export declare const pagesGroup: {
127
126
  useControlledState: {};
128
127
  useControllerMerged: {};
129
128
  }>>;
130
- }>;
129
+ }, Record<never, Record<never, never>>>;
131
130
  };
132
131
  export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
133
132
  pagesGroup: {
@@ -195,7 +194,6 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
195
194
  inputVariants: {};
196
195
  Label: {};
197
196
  LinkButton: {};
198
- ListGroup: {};
199
197
  Loader: {};
200
198
  mergeRefs: {};
201
199
  Modal: {};
@@ -259,7 +257,7 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
259
257
  useControlledState: {};
260
258
  useControllerMerged: {};
261
259
  }>>;
262
- }>;
260
+ }, Record<never, Record<never, never>>>;
263
261
  };
264
262
  };
265
263
  //# sourceMappingURL=typed-templates.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAY,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAC"}
1
+ {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAY,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAC"}
@@ -76,7 +76,6 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
76
76
  inputVariants: {};
77
77
  Label: {};
78
78
  LinkButton: {};
79
- ListGroup: {};
80
79
  Loader: {};
81
80
  mergeRefs: {};
82
81
  Modal: {};
@@ -213,7 +212,6 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
213
212
  inputVariants: {};
214
213
  Label: {};
215
214
  LinkButton: {};
216
- ListGroup: {};
217
215
  Loader: {};
218
216
  mergeRefs: {};
219
217
  Modal: {};
@@ -282,7 +280,7 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
282
280
  logAndFormatError: {};
283
281
  logError: {};
284
282
  }>>;
285
- }>;
283
+ }, Record<never, Record<never, never>>>;
286
284
  };
287
285
  };
288
286
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAC"}
@@ -3,7 +3,7 @@ import type { BuilderAction } from '@baseplate-dev/sync';
3
3
  import { AUTH0_REACT_AUTH0_TEMPLATES } from './typed-templates.js';
4
4
  export interface Auth0ReactAuth0Renderers {
5
5
  authLoadedGate: {
6
- render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_REACT_AUTH0_TEMPLATES.authLoadedGate>, 'destination' | 'importMapProviders' | 'template'>) => BuilderAction;
6
+ render: (options: Omit<RenderTsTemplateFileActionInput<typeof AUTH0_REACT_AUTH0_TEMPLATES.authLoadedGate>, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction;
7
7
  };
8
8
  }
9
9
  export declare const AUTH0_REACT_AUTH0_RENDERERS: {
@@ -75,7 +75,6 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
75
75
  inputVariants: {};
76
76
  Label: {};
77
77
  LinkButton: {};
78
- ListGroup: {};
79
78
  Loader: {};
80
79
  mergeRefs: {};
81
80
  Modal: {};
@@ -1 +1 @@
1
- {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,cAAc,EAAE;QACd,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,2BAA2B,CAAC,cAAc,CAClD,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,CAClD,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAoCD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvC,CAAC"}
1
+ {"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,cAAc,EAAE;QACd,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,2BAA2B,CAAC,cAAc,CAClD,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAoCD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvC,CAAC"}
@@ -63,7 +63,6 @@ export declare const AUTH0_REACT_AUTH0_TEMPLATES: {
63
63
  inputVariants: {};
64
64
  Label: {};
65
65
  LinkButton: {};
66
- ListGroup: {};
67
66
  Loader: {};
68
67
  mergeRefs: {};
69
68
  Modal: {};
@@ -132,6 +131,6 @@ export declare const AUTH0_REACT_AUTH0_TEMPLATES: {
132
131
  logAndFormatError: {};
133
132
  logError: {};
134
133
  }>>;
135
- }>;
134
+ }, Record<never, Record<never, never>>>;
136
135
  };
137
136
  //# sourceMappingURL=typed-templates.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/typed-templates.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC"}
1
+ {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/typed-templates.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC"}