@baseplate-dev/plugin-auth 2.0.3 → 2.0.4

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 (180) hide show
  1. package/dist/auth0/constants/model-names.d.ts +4 -0
  2. package/dist/auth0/constants/model-names.d.ts.map +1 -0
  3. package/dist/auth0/constants/model-names.js +4 -0
  4. package/dist/auth0/constants/model-names.js.map +1 -0
  5. package/dist/auth0/core/common.d.ts.map +1 -1
  6. package/dist/auth0/core/common.js +3 -5
  7. package/dist/auth0/core/common.js.map +1 -1
  8. package/dist/auth0/core/components/auth0-definition-editor.d.ts.map +1 -1
  9. package/dist/auth0/core/components/auth0-definition-editor.js +11 -15
  10. package/dist/auth0/core/components/auth0-definition-editor.js.map +1 -1
  11. package/dist/auth0/core/node.d.ts.map +1 -1
  12. package/dist/auth0/core/node.js +2 -4
  13. package/dist/auth0/core/node.js.map +1 -1
  14. package/dist/auth0/core/schema/models.d.ts +2 -4
  15. package/dist/auth0/core/schema/models.d.ts.map +1 -1
  16. package/dist/auth0/core/schema/models.js +3 -2
  17. package/dist/auth0/core/schema/models.js.map +1 -1
  18. package/dist/auth0/core/schema/plugin-definition.d.ts +1 -18
  19. package/dist/auth0/core/schema/plugin-definition.d.ts.map +1 -1
  20. package/dist/auth0/core/schema/plugin-definition.js +2 -9
  21. package/dist/auth0/core/schema/plugin-definition.js.map +1 -1
  22. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +0 -1
  23. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +1 -1
  24. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +3 -3
  25. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +1 -1
  26. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts.map +1 -1
  27. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
  28. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +1 -1
  29. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
  30. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +1 -0
  31. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -1
  32. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +1 -1
  33. package/dist/local-auth/admin/schema/manage-role-action.d.ts +3 -4
  34. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -1
  35. package/dist/local-auth/admin/schema/reset-password-action.d.ts +3 -4
  36. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -1
  37. package/dist/local-auth/admin/schema/roles-column.d.ts +3 -4
  38. package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -1
  39. package/dist/local-auth/admin/web.d.ts.map +1 -1
  40. package/dist/local-auth/admin/web.js +5 -13
  41. package/dist/local-auth/admin/web.js.map +1 -1
  42. package/dist/local-auth/constants/model-names.d.ts +19 -0
  43. package/dist/local-auth/constants/model-names.d.ts.map +1 -0
  44. package/dist/local-auth/constants/model-names.js +19 -0
  45. package/dist/local-auth/constants/model-names.js.map +1 -0
  46. package/dist/local-auth/core/common.d.ts.map +1 -1
  47. package/dist/local-auth/core/common.js +3 -5
  48. package/dist/local-auth/core/common.js.map +1 -1
  49. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
  50. package/dist/local-auth/core/components/local-auth-definition-editor.js +10 -16
  51. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
  52. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -1
  53. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +0 -1
  54. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
  55. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +3 -3
  56. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
  57. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +1 -0
  58. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -1
  59. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +0 -2
  60. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
  61. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +5 -6
  62. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
  63. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +5 -5
  64. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -1
  65. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +6 -6
  66. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +1 -1
  67. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -1
  68. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
  69. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +4 -24
  70. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -1
  71. package/dist/local-auth/core/node.d.ts.map +1 -1
  72. package/dist/local-auth/core/node.js +0 -3
  73. package/dist/local-auth/core/node.js.map +1 -1
  74. package/dist/local-auth/core/schema/models.d.ts +2 -7
  75. package/dist/local-auth/core/schema/models.d.ts.map +1 -1
  76. package/dist/local-auth/core/schema/models.js +9 -8
  77. package/dist/local-auth/core/schema/models.js.map +1 -1
  78. package/dist/local-auth/core/schema/plugin-definition.d.ts +0 -28
  79. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
  80. package/dist/local-auth/core/schema/plugin-definition.js +1 -19
  81. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
  82. package/dist/placeholder-auth/constants/model-names.d.ts +4 -0
  83. package/dist/placeholder-auth/constants/model-names.d.ts.map +1 -0
  84. package/dist/placeholder-auth/constants/model-names.js +4 -0
  85. package/dist/placeholder-auth/constants/model-names.js.map +1 -0
  86. package/dist/placeholder-auth/core/common.d.ts.map +1 -1
  87. package/dist/placeholder-auth/core/common.js +3 -5
  88. package/dist/placeholder-auth/core/common.js.map +1 -1
  89. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -1
  90. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +12 -16
  91. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -1
  92. package/dist/placeholder-auth/core/schema/models.d.ts +2 -4
  93. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -1
  94. package/dist/placeholder-auth/core/schema/models.js +3 -2
  95. package/dist/placeholder-auth/core/schema/models.js.map +1 -1
  96. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +2 -18
  97. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -1
  98. package/dist/placeholder-auth/core/schema/plugin-definition.js +2 -9
  99. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -1
  100. package/dist/web/assets/{__federation_expose_auth0CoreCommon-Dd4OxG3J.js → __federation_expose_auth0CoreCommon-zQL4xAil.js} +5 -11
  101. package/dist/web/assets/__federation_expose_auth0CoreCommon-zQL4xAil.js.map +1 -0
  102. package/dist/web/assets/{__federation_expose_auth0CoreWeb-C_de43BE.js → __federation_expose_auth0CoreWeb-BQJHnPPM.js} +26 -41
  103. package/dist/web/assets/__federation_expose_auth0CoreWeb-BQJHnPPM.js.map +1 -0
  104. package/dist/web/assets/{__federation_expose_authCoreCommon-BAF30G9e.js → __federation_expose_authCoreCommon-hEy5zrff.js} +3 -3
  105. package/dist/web/assets/{__federation_expose_authCoreCommon-BAF30G9e.js.map → __federation_expose_authCoreCommon-hEy5zrff.js.map} +1 -1
  106. package/dist/web/assets/{__federation_expose_authCoreWeb-B26BFarY.js → __federation_expose_authCoreWeb-UlIYc0cq.js} +6 -6
  107. package/dist/web/assets/{__federation_expose_authCoreWeb-B26BFarY.js.map → __federation_expose_authCoreWeb-UlIYc0cq.js.map} +1 -1
  108. package/dist/web/assets/{__federation_expose_local-authAdminCommon-DLbuTALX.js → __federation_expose_local-authAdminCommon-DyMAwXJ7.js} +2 -2
  109. package/dist/web/assets/{__federation_expose_local-authAdminCommon-DLbuTALX.js.map → __federation_expose_local-authAdminCommon-DyMAwXJ7.js.map} +1 -1
  110. package/dist/web/assets/{__federation_expose_local-authAdminWeb-bT8Js4V6.js → __federation_expose_local-authAdminWeb-RscG4AiS.js} +7 -25
  111. package/dist/web/assets/__federation_expose_local-authAdminWeb-RscG4AiS.js.map +1 -0
  112. package/dist/web/assets/__federation_expose_local-authCoreCommon-BtQr1I4Q.js +27 -0
  113. package/dist/web/assets/__federation_expose_local-authCoreCommon-BtQr1I4Q.js.map +1 -0
  114. package/dist/web/assets/{__federation_expose_local-authCoreWeb-DKVkRzEo.js → __federation_expose_local-authCoreWeb-DsK2Dfpr.js} +33 -87
  115. package/dist/web/assets/__federation_expose_local-authCoreWeb-DsK2Dfpr.js.map +1 -0
  116. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BZy2rgIt.js +26 -0
  117. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BZy2rgIt.js.map +1 -0
  118. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-tw3UiMLM.js → __federation_expose_placeholder-authCoreWeb-OEDsMJ_b.js} +28 -43
  119. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-OEDsMJ_b.js.map +1 -0
  120. package/dist/web/assets/{__federation_fn_import-B_QMlAIe.js → __federation_fn_import-v1QB_w7U.js} +2 -2
  121. package/dist/web/assets/{__federation_fn_import-B_QMlAIe.js.map → __federation_fn_import-v1QB_w7U.js.map} +1 -1
  122. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DdrB9jrq.js → web-Cb2knzA_.js} +6 -6
  123. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-Cb2knzA_.js.map +1 -0
  124. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-BvG5Zcxb.js → project-builder-lib-CJdJXC1f.js} +25 -98
  125. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CJdJXC1f.js.map +1 -0
  126. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-CjIA8Av2.js → ui-components-CrL3nReP.js} +6 -6
  127. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-CrL3nReP.js.map +1 -0
  128. package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-LpAGNm5N.js → utils-CJgKqZu4.js} +173 -4
  129. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-CJgKqZu4.js.map +1 -0
  130. package/dist/web/assets/__federation_shared_@tanstack/{react-router-CEcQRiV1.js → react-router-DdszvTPE.js} +2 -2
  131. package/dist/web/assets/__federation_shared_@tanstack/{react-router-CEcQRiV1.js.map → react-router-DdszvTPE.js.map} +1 -1
  132. package/dist/web/assets/{__federation_shared_zod-BK7IELHt.js → __federation_shared_zod-BGUJlEOa.js} +213 -302
  133. package/dist/web/assets/__federation_shared_zod-BGUJlEOa.js.map +1 -0
  134. package/dist/web/assets/{get-auth-plugin-definition-BrApugiB.js → get-auth-plugin-definition-Qo_0oJFS.js} +2 -2
  135. package/dist/web/assets/{get-auth-plugin-definition-BrApugiB.js.map → get-auth-plugin-definition-Qo_0oJFS.js.map} +1 -1
  136. package/dist/web/assets/{index-DAcyTb_o.js → index-KXYo3x9T.js} +2 -2
  137. package/dist/web/assets/{index-DAcyTb_o.js.map → index-KXYo3x9T.js.map} +1 -1
  138. package/dist/web/assets/{index.esm-BFQQfZNu.js → index.esm-BsVb2e-m.js} +2 -2
  139. package/dist/web/assets/{index.esm-BFQQfZNu.js.map → index.esm-BsVb2e-m.js.map} +1 -1
  140. package/dist/web/assets/{model-merger-boZDknXa.js → model-merger-BeuqGz00.js} +35 -59
  141. package/dist/web/assets/model-merger-BeuqGz00.js.map +1 -0
  142. package/dist/web/assets/model-names-CEoSIalq.js +21 -0
  143. package/dist/web/assets/model-names-CEoSIalq.js.map +1 -0
  144. package/dist/web/assets/plugin-definition-C1FCvorP.js +16 -0
  145. package/dist/web/assets/plugin-definition-C1FCvorP.js.map +1 -0
  146. package/dist/web/assets/plugin-definition-CeI3VlQi.js +31 -0
  147. package/dist/web/assets/plugin-definition-CeI3VlQi.js.map +1 -0
  148. package/dist/web/assets/plugin-definition-CpmhXG71.js +16 -0
  149. package/dist/web/assets/plugin-definition-CpmhXG71.js.map +1 -0
  150. package/dist/web/assets/{plugin-definition-CyqVivit.js → plugin-definition-p6J3lSNe.js} +2 -2
  151. package/dist/web/assets/{plugin-definition-CyqVivit.js.map → plugin-definition-p6J3lSNe.js.map} +1 -1
  152. package/dist/web/assets/{react-CKjL52W8.js → react-BUJ02Ozg.js} +2 -2
  153. package/dist/web/assets/{react-CKjL52W8.js.map → react-BUJ02Ozg.js.map} +1 -1
  154. package/dist/web/assets/remoteEntry.js +20 -20
  155. package/dist/web/assets/{style-BhUCMIWI.css → style-Cu4lNOci.css} +0 -18
  156. package/dist/web/assets/{styles-CyTaudys.js → styles-DMYfkBXJ.js} +3 -3
  157. package/dist/web/assets/{styles-CyTaudys.js.map → styles-DMYfkBXJ.js.map} +1 -1
  158. package/dist/web/index.html +1 -1
  159. package/package.json +14 -14
  160. package/dist/web/assets/__federation_expose_auth0CoreCommon-Dd4OxG3J.js.map +0 -1
  161. package/dist/web/assets/__federation_expose_auth0CoreWeb-C_de43BE.js.map +0 -1
  162. package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js.map +0 -1
  163. package/dist/web/assets/__federation_expose_local-authCoreCommon-D9tovFrj.js +0 -32
  164. package/dist/web/assets/__federation_expose_local-authCoreCommon-D9tovFrj.js.map +0 -1
  165. package/dist/web/assets/__federation_expose_local-authCoreWeb-DKVkRzEo.js.map +0 -1
  166. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-D1fszuKq.js +0 -32
  167. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-D1fszuKq.js.map +0 -1
  168. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-tw3UiMLM.js.map +0 -1
  169. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DdrB9jrq.js.map +0 -1
  170. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-BvG5Zcxb.js.map +0 -1
  171. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-CjIA8Av2.js.map +0 -1
  172. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-LpAGNm5N.js.map +0 -1
  173. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js.map +0 -1
  174. package/dist/web/assets/model-merger-boZDknXa.js.map +0 -1
  175. package/dist/web/assets/plugin-definition-B7A-hS1o.js +0 -19
  176. package/dist/web/assets/plugin-definition-B7A-hS1o.js.map +0 -1
  177. package/dist/web/assets/plugin-definition-BeK0C-OP.js +0 -49
  178. package/dist/web/assets/plugin-definition-BeK0C-OP.js.map +0 -1
  179. package/dist/web/assets/plugin-definition-DfsGhMRb.js +0 -19
  180. package/dist/web/assets/plugin-definition-DfsGhMRb.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { importShared } from './__federation_fn_import-B_QMlAIe.js';
1
+ import { importShared } from './__federation_fn_import-v1QB_w7U.js';
2
2
 
3
3
  const React = await importShared('react');
4
4
 
@@ -2566,4 +2566,4 @@ function useForm(props = {}) {
2566
2566
  }
2567
2567
 
2568
2568
  export { useForm as a, useController as b, useFieldArray as c, useWatch as d, appendErrors as e, get as g, set as s, useFormState as u };
2569
- //# sourceMappingURL=index.esm-BFQQfZNu.js.map
2569
+ //# sourceMappingURL=index.esm-BsVb2e-m.js.map