zudoku 0.0.0-zce59fc03 → 0.0.0-zd57c18df

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 (232) hide show
  1. package/dist/app/main.js +1 -1
  2. package/dist/app/main.js.map +1 -1
  3. package/dist/config/create-plugin.d.ts +2 -0
  4. package/dist/config/create-plugin.js +55 -0
  5. package/dist/config/create-plugin.js.map +1 -0
  6. package/dist/config/loader.js +2 -2
  7. package/dist/config/loader.js.map +1 -1
  8. package/dist/config/validators/InputNavigationSchema.d.ts +118 -68
  9. package/dist/config/validators/InputNavigationSchema.js +17 -0
  10. package/dist/config/validators/InputNavigationSchema.js.map +1 -1
  11. package/dist/config/validators/NavigationSchema.d.ts +10 -2
  12. package/dist/config/validators/NavigationSchema.js +7 -0
  13. package/dist/config/validators/NavigationSchema.js.map +1 -1
  14. package/dist/config/validators/validate.d.ts +5 -4
  15. package/dist/config/validators/validate.js +2 -0
  16. package/dist/config/validators/validate.js.map +1 -1
  17. package/dist/flat-config.d.ts +12 -0
  18. package/dist/index.d.ts +2 -1
  19. package/dist/index.js +1 -0
  20. package/dist/index.js.map +1 -1
  21. package/dist/lib/components/Bootstrap.js +1 -2
  22. package/dist/lib/components/Bootstrap.js.map +1 -1
  23. package/dist/lib/components/MobileTopNavigation.js +2 -1
  24. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  25. package/dist/lib/components/Slot.test.js +1 -1
  26. package/dist/lib/components/Slot.test.js.map +1 -1
  27. package/dist/lib/components/TopNavigation.d.ts +7 -1
  28. package/dist/lib/components/TopNavigation.js +7 -2
  29. package/dist/lib/components/TopNavigation.js.map +1 -1
  30. package/dist/lib/components/Zudoku.d.ts +4 -1
  31. package/dist/lib/components/Zudoku.js +4 -7
  32. package/dist/lib/components/Zudoku.js.map +1 -1
  33. package/dist/lib/components/context/ZudokuContext.d.ts +9 -4
  34. package/dist/lib/components/context/ZudokuContext.js +4 -2
  35. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  36. package/dist/lib/components/context/ZudokuProvider.js +1 -1
  37. package/dist/lib/components/context/ZudokuProvider.js.map +1 -1
  38. package/dist/lib/components/context/ZudokuReactContext.d.ts +11 -0
  39. package/dist/lib/components/context/ZudokuReactContext.js +4 -0
  40. package/dist/lib/components/context/ZudokuReactContext.js.map +1 -0
  41. package/dist/lib/components/navigation/Navigation.js +4 -3
  42. package/dist/lib/components/navigation/Navigation.js.map +1 -1
  43. package/dist/lib/components/navigation/NavigationCategory.js +8 -0
  44. package/dist/lib/components/navigation/NavigationCategory.js.map +1 -1
  45. package/dist/lib/components/navigation/NavigationFilterContext.d.ts +8 -0
  46. package/dist/lib/components/navigation/NavigationFilterContext.js +12 -0
  47. package/dist/lib/components/navigation/NavigationFilterContext.js.map +1 -0
  48. package/dist/lib/components/navigation/NavigationFilterInput.d.ts +3 -0
  49. package/dist/lib/components/navigation/NavigationFilterInput.js +9 -0
  50. package/dist/lib/components/navigation/NavigationFilterInput.js.map +1 -0
  51. package/dist/lib/components/navigation/NavigationItem.js +11 -1
  52. package/dist/lib/components/navigation/NavigationItem.js.map +1 -1
  53. package/dist/lib/components/navigation/utils.d.ts +2 -1
  54. package/dist/lib/components/navigation/utils.js +22 -1
  55. package/dist/lib/components/navigation/utils.js.map +1 -1
  56. package/dist/lib/core/ZudokuContext.d.ts +2 -1
  57. package/dist/lib/core/ZudokuContext.js +3 -1
  58. package/dist/lib/core/ZudokuContext.js.map +1 -1
  59. package/dist/lib/core/__internal.d.ts +1 -0
  60. package/dist/lib/core/__internal.js +2 -0
  61. package/dist/lib/core/__internal.js.map +1 -1
  62. package/dist/lib/core/plugins.d.ts +5 -1
  63. package/dist/lib/core/plugins.js.map +1 -1
  64. package/dist/lib/core/transform-config.d.ts +4 -2
  65. package/dist/lib/core/transform-config.js +33 -13
  66. package/dist/lib/core/transform-config.js.map +1 -1
  67. package/dist/lib/core/transform-config.test.d.ts +1 -0
  68. package/dist/lib/core/transform-config.test.js +83 -0
  69. package/dist/lib/core/transform-config.test.js.map +1 -0
  70. package/dist/lib/errors/ErrorAlert.js +1 -2
  71. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  72. package/dist/lib/hooks/useEvent.test.js +1 -1
  73. package/dist/lib/hooks/useEvent.test.js.map +1 -1
  74. package/dist/lib/plugins/openapi/playground/fileUtils.d.ts +1 -0
  75. package/dist/lib/plugins/openapi/playground/fileUtils.js +3 -0
  76. package/dist/lib/plugins/openapi/playground/fileUtils.js.map +1 -1
  77. package/dist/lib/plugins/openapi/playground/result-panel/AudioPlayer.d.ts +6 -0
  78. package/dist/lib/plugins/openapi/playground/result-panel/AudioPlayer.js +20 -0
  79. package/dist/lib/plugins/openapi/playground/result-panel/AudioPlayer.js.map +1 -0
  80. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +7 -2
  81. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  82. package/dist/lib/ui/Alert.d.ts +3 -2
  83. package/dist/lib/ui/Alert.js +9 -5
  84. package/dist/lib/ui/Alert.js.map +1 -1
  85. package/dist/lib/ui/InputGroup.d.ts +16 -0
  86. package/dist/lib/ui/InputGroup.js +65 -0
  87. package/dist/lib/ui/InputGroup.js.map +1 -0
  88. package/dist/lib/ui/Secret.js +2 -2
  89. package/dist/lib/ui/Secret.js.map +1 -1
  90. package/dist/vite/config.js +5 -2
  91. package/dist/vite/config.js.map +1 -1
  92. package/dist/vite/plugin-config.js +16 -4
  93. package/dist/vite/plugin-config.js.map +1 -1
  94. package/dist/vite/plugin-theme.js +2 -1
  95. package/dist/vite/plugin-theme.js.map +1 -1
  96. package/dist/vite/prerender/prerender.js +3 -1
  97. package/dist/vite/prerender/prerender.js.map +1 -1
  98. package/dist/vite/prerender/worker.js +3 -1
  99. package/dist/vite/prerender/worker.js.map +1 -1
  100. package/lib/{ClaudeLogo-C6q-Xn_l.js → ClaudeLogo-Br8C_vTq.js} +3 -3
  101. package/lib/{ClaudeLogo-C6q-Xn_l.js.map → ClaudeLogo-Br8C_vTq.js.map} +1 -1
  102. package/lib/{HydrationBoundary-CNF2ZV3E.js → HydrationBoundary-CJu4vUlG.js} +6 -6
  103. package/lib/{HydrationBoundary-CNF2ZV3E.js.map → HydrationBoundary-CJu4vUlG.js.map} +1 -1
  104. package/lib/{MdxPage-B1G4W1TK.js → MdxPage-C0QFAsgv.js} +6 -6
  105. package/lib/{MdxPage-B1G4W1TK.js.map → MdxPage-C0QFAsgv.js.map} +1 -1
  106. package/lib/Mermaid-Chx5BPHn.js +104 -0
  107. package/lib/Mermaid-Chx5BPHn.js.map +1 -0
  108. package/lib/{OAuthErrorPage-01Ke086W.js → OAuthErrorPage-CFz_gBFx.js} +11 -10
  109. package/lib/{OAuthErrorPage-01Ke086W.js.map → OAuthErrorPage-CFz_gBFx.js.map} +1 -1
  110. package/lib/{OasProvider-oHPiMJZg.js → OasProvider-BQ60YgAd.js} +3 -3
  111. package/lib/{OasProvider-oHPiMJZg.js.map → OasProvider-BQ60YgAd.js.map} +1 -1
  112. package/lib/{OperationList-CZ4OK8Pm.js → OperationList-D31urxqy.js} +40 -39
  113. package/lib/{OperationList-CZ4OK8Pm.js.map → OperationList-D31urxqy.js.map} +1 -1
  114. package/lib/{RouteGuard-B1lCR0C_.js → RouteGuard-CVs3yvEs.js} +3 -3
  115. package/lib/{RouteGuard-B1lCR0C_.js.map → RouteGuard-CVs3yvEs.js.map} +1 -1
  116. package/lib/{SchemaList-DoQFkJgM.js → SchemaList-CSVFH585.js} +7 -7
  117. package/lib/{SchemaList-DoQFkJgM.js.map → SchemaList-CSVFH585.js.map} +1 -1
  118. package/lib/{SchemaView-D2k6ZJck.js → SchemaView-D4marpgk.js} +3 -3
  119. package/lib/{SchemaView-D2k6ZJck.js.map → SchemaView-D4marpgk.js.map} +1 -1
  120. package/lib/{Secret-BDBqq4p3.js → Secret-DUpgv4V3.js} +92 -72
  121. package/lib/Secret-DUpgv4V3.js.map +1 -0
  122. package/lib/{SignUp-8kDBaLbO.js → SignUp-Dug1jAGC.js} +4 -4
  123. package/lib/{SignUp-8kDBaLbO.js.map → SignUp-Dug1jAGC.js.map} +1 -1
  124. package/lib/{SyntaxHighlight-hZOFnYl0.js → SyntaxHighlight-BMu0b_hF.js} +8 -8
  125. package/lib/{SyntaxHighlight-hZOFnYl0.js.map → SyntaxHighlight-BMu0b_hF.js.map} +1 -1
  126. package/lib/{Toc-qEIii_-W.js → Toc-BiJ2YL0O.js} +2 -2
  127. package/lib/{Toc-qEIii_-W.js.map → Toc-BiJ2YL0O.js.map} +1 -1
  128. package/lib/{Zudoku-DUsdmPME.js → Zudoku-iyiXgWFY.js} +2777 -2622
  129. package/lib/Zudoku-iyiXgWFY.js.map +1 -0
  130. package/lib/ZudokuContext-CYyb_PB_.js +175 -0
  131. package/lib/ZudokuContext-CYyb_PB_.js.map +1 -0
  132. package/lib/ZudokuReactContext-DGJAP1sN.js +222 -0
  133. package/lib/ZudokuReactContext-DGJAP1sN.js.map +1 -0
  134. package/lib/{circular-D9tSKG2c.js → circular-cPOX8BVJ.js} +2 -2
  135. package/lib/{circular-D9tSKG2c.js.map → circular-cPOX8BVJ.js.map} +1 -1
  136. package/lib/{createServer-BprC4n85.js → createServer-SJT25uZH.js} +4 -4
  137. package/lib/{createServer-BprC4n85.js.map → createServer-SJT25uZH.js.map} +1 -1
  138. package/lib/{errors-7hgPDs1h.js → errors-B77S9iOc.js} +2 -2
  139. package/lib/{errors-7hgPDs1h.js.map → errors-B77S9iOc.js.map} +1 -1
  140. package/lib/{firebase-Dwn-2ju-.js → firebase-C7XKRGLf.js} +25 -24
  141. package/lib/{firebase-Dwn-2ju-.js.map → firebase-C7XKRGLf.js.map} +1 -1
  142. package/lib/{hook-ZEd1Es7D.js → hook-Dz_n9SoE.js} +16 -15
  143. package/lib/{hook-ZEd1Es7D.js.map → hook-Dz_n9SoE.js.map} +1 -1
  144. package/lib/{index-Dxdhrp-I.js → index-BDp2MTiq.js} +2 -2
  145. package/lib/{index-Dxdhrp-I.js.map → index-BDp2MTiq.js.map} +1 -1
  146. package/lib/{index-CyIW9rHv.js → index-Bc2mE-53.js} +642 -606
  147. package/lib/index-Bc2mE-53.js.map +1 -0
  148. package/lib/{index.esm-DG4KaDKR.js → index.esm-Cth49JBv.js} +2 -2
  149. package/lib/index.esm-Cth49JBv.js.map +1 -0
  150. package/lib/{mutation-BISOc7OM.js → mutation-B7eFBLZY.js} +2 -2
  151. package/lib/{mutation-BISOc7OM.js.map → mutation-B7eFBLZY.js.map} +1 -1
  152. package/lib/ui/Alert.js +32 -20
  153. package/lib/ui/Alert.js.map +1 -1
  154. package/lib/ui/InputGroup.js +155 -0
  155. package/lib/ui/InputGroup.js.map +1 -0
  156. package/lib/ui/Secret.js +2 -2
  157. package/lib/ui/Secret.js.map +1 -1
  158. package/lib/ui/SyntaxHighlight.js +2 -2
  159. package/lib/{useMutation-CFMGlAMW.js → useMutation-CErliDZ9.js} +5 -5
  160. package/lib/{useMutation-CFMGlAMW.js.map → useMutation-CErliDZ9.js.map} +1 -1
  161. package/lib/{useSuspenseQuery-CSB_rVek.js → useQuery-ht7aWJ3S.js} +432 -446
  162. package/lib/useQuery-ht7aWJ3S.js.map +1 -0
  163. package/lib/useSuspenseQuery-DQH4Bmc2.js +18 -0
  164. package/lib/useSuspenseQuery-DQH4Bmc2.js.map +1 -0
  165. package/lib/zudoku.__internal.js +524 -500
  166. package/lib/zudoku.__internal.js.map +1 -1
  167. package/lib/zudoku.auth-auth0.js +6 -5
  168. package/lib/zudoku.auth-auth0.js.map +1 -1
  169. package/lib/zudoku.auth-azureb2c.js +14 -13
  170. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  171. package/lib/zudoku.auth-clerk.js +2 -2
  172. package/lib/zudoku.auth-firebase.js +4 -4
  173. package/lib/zudoku.auth-openid.js +7 -6
  174. package/lib/zudoku.auth-openid.js.map +1 -1
  175. package/lib/zudoku.auth-supabase.js +4 -4
  176. package/lib/zudoku.components.js +3 -3
  177. package/lib/zudoku.hooks.js +3 -3
  178. package/lib/zudoku.mermaid.js +3 -3
  179. package/lib/zudoku.plugin-api-catalog.js +28 -27
  180. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  181. package/lib/zudoku.plugin-api-keys.js +98 -96
  182. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  183. package/lib/zudoku.plugin-custom-pages.js +1 -1
  184. package/lib/zudoku.plugin-markdown.js +1 -1
  185. package/lib/zudoku.plugin-openapi.js +2 -2
  186. package/lib/zudoku.plugin-search-pagefind.js +19 -18
  187. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  188. package/lib/zudoku.plugins.js.map +1 -1
  189. package/lib/zudoku.react-query.js +26 -25
  190. package/lib/zudoku.react-query.js.map +1 -1
  191. package/package.json +10 -4
  192. package/src/app/defaultTheme.css +4 -0
  193. package/src/app/main.css +2 -0
  194. package/src/app/main.tsx +1 -1
  195. package/src/lib/components/Bootstrap.tsx +1 -4
  196. package/src/lib/components/MobileTopNavigation.tsx +13 -8
  197. package/src/lib/components/Slot.test.tsx +1 -1
  198. package/src/lib/components/TopNavigation.tsx +25 -7
  199. package/src/lib/components/Zudoku.tsx +18 -14
  200. package/src/lib/components/context/ZudokuContext.ts +3 -6
  201. package/src/lib/components/context/ZudokuProvider.tsx +1 -1
  202. package/src/lib/components/context/ZudokuReactContext.tsx +17 -0
  203. package/src/lib/components/navigation/Navigation.tsx +4 -3
  204. package/src/lib/components/navigation/NavigationCategory.tsx +9 -0
  205. package/src/lib/components/navigation/NavigationFilterContext.tsx +28 -0
  206. package/src/lib/components/navigation/NavigationFilterInput.tsx +35 -0
  207. package/src/lib/components/navigation/NavigationItem.tsx +17 -1
  208. package/src/lib/components/navigation/utils.ts +32 -1
  209. package/src/lib/core/ZudokuContext.ts +7 -1
  210. package/src/lib/core/__internal.tsx +2 -0
  211. package/src/lib/core/plugins.ts +7 -3
  212. package/src/lib/core/transform-config.test.tsx +99 -0
  213. package/src/lib/core/transform-config.ts +57 -19
  214. package/src/lib/errors/ErrorAlert.tsx +1 -6
  215. package/src/lib/hooks/useEvent.test.tsx +1 -1
  216. package/src/lib/plugins/openapi/playground/fileUtils.ts +4 -0
  217. package/src/lib/plugins/openapi/playground/result-panel/AudioPlayer.tsx +50 -0
  218. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +33 -17
  219. package/src/lib/ui/Alert.tsx +17 -5
  220. package/src/lib/ui/InputGroup.tsx +168 -0
  221. package/src/lib/ui/Secret.tsx +2 -2
  222. package/lib/Mermaid-B1xNo-pf.js +0 -103
  223. package/lib/Mermaid-B1xNo-pf.js.map +0 -1
  224. package/lib/Secret-BDBqq4p3.js.map +0 -1
  225. package/lib/Separator-BXt1LYnm.js +0 -27
  226. package/lib/Separator-BXt1LYnm.js.map +0 -1
  227. package/lib/Zudoku-DUsdmPME.js.map +0 -1
  228. package/lib/ZudokuContext-BBI06sOx.js +0 -387
  229. package/lib/ZudokuContext-BBI06sOx.js.map +0 -1
  230. package/lib/index-CyIW9rHv.js.map +0 -1
  231. package/lib/index.esm-DG4KaDKR.js.map +0 -1
  232. package/lib/useSuspenseQuery-CSB_rVek.js.map +0 -1
@@ -3,21 +3,23 @@ import { TrashIcon as me, CircleSlashIcon as z, CheckIcon as xe, XIcon as ye, Pe
3
3
  import { Z as M, i as E } from "./invariant-B_t_F2s_.js";
4
4
  import * as F from "react";
5
5
  import { createContext as Q, useRef as A, useLayoutEffect as Ce, useEffect as re, useId as H, useContext as V, useInsertionEffect as we, useMemo as L, useCallback as ke, Children as Ee, isValidElement as Ie, useState as I } from "react";
6
- import { D as Ke, c as be, a as te, E as De } from "./Zudoku-DUsdmPME.js";
6
+ import { D as be, a as te, E as Ke } from "./Zudoku-iyiXgWFY.js";
7
7
  import { Button as _ } from "./ui/Button.js";
8
- import { a as B } from "./ZudokuContext-BBI06sOx.js";
8
+ import "./ZudokuReactContext-DGJAP1sN.js";
9
9
  import "./index-DAWHN3cH.js";
10
- import { u as ae } from "./hook-ZEd1Es7D.js";
11
- import { F as Pe, g as Ae, j as Se, h as Re, d as Ne, I as Oe, a as Te, b as qe, k as Me, c as Fe } from "./Frame-DKlOmSkU.js";
12
- import { A as D, a as P, b as oe } from "./Mermaid-B1xNo-pf.js";
13
- import { e as Z, f as S, D as G, g as J, a as Y, b as U, c as W, d as le } from "./Dialog-hlvmmQ_c.js";
14
- import { a as ce, u as $e } from "./useSuspenseQuery-CSB_rVek.js";
15
- import { u as q } from "./useMutation-CFMGlAMW.js";
16
- import { a as ze } from "./index.esm-BYObtETB.js";
17
- import { u as Le } from "./chunk-EPOLDU6W-C6C8jAwd.js";
18
- import { A as Qe } from "./ActionButton-B0CXL1Lq.js";
19
- import { S as He, a as Ve, b as _e, c as Be, d as Ze, e as se, f as Ge } from "./Secret-BDBqq4p3.js";
20
- import { Input as Je } from "./ui/Input.js";
10
+ import { u as ae } from "./hook-Dz_n9SoE.js";
11
+ import { F as De, g as Pe, j as Ae, h as Se, d as Re, I as Ne, a as Oe, b as Te, k as qe, c as Me } from "./Frame-DKlOmSkU.js";
12
+ import { A as D, a as P, b as oe } from "./Mermaid-Chx5BPHn.js";
13
+ import { S as Fe, a as $e, b as ze, c as Le, d as Qe, e as He, f as se, g as Ve } from "./Secret-DUpgv4V3.js";
14
+ import { e as B, f as S, D as Z, g as G, a as J, b as Y, c as U, d as le } from "./Dialog-hlvmmQ_c.js";
15
+ import { b as ce } from "./useQuery-ht7aWJ3S.js";
16
+ import { u as q } from "./useMutation-CErliDZ9.js";
17
+ import { a as _e } from "./index.esm-BYObtETB.js";
18
+ import { u as Be } from "./chunk-EPOLDU6W-C6C8jAwd.js";
19
+ import { A as Ze } from "./ActionButton-B0CXL1Lq.js";
20
+ import { a as W } from "./ZudokuContext-CYyb_PB_.js";
21
+ import { Input as Ge } from "./ui/Input.js";
22
+ import { u as Je } from "./useSuspenseQuery-DQH4Bmc2.js";
21
23
  import { c as X } from "./cn-5-Gd1Dss.js";
22
24
  import { B as k } from "./Button-GUVe7pmt.js";
23
25
  import { I as Ye } from "./Input-Cx-GeKoF.js";
@@ -28,9 +30,9 @@ function Ue({ error: t }) {
28
30
  /* @__PURE__ */ e.jsx(P, { children: r }),
29
31
  /* @__PURE__ */ e.jsx(oe, { children: a })
30
32
  ] }),
31
- s && n && /* @__PURE__ */ e.jsx(Ke, { className: "mb-4", children: n }),
33
+ s && n && /* @__PURE__ */ e.jsx(be, { className: "mb-4", children: n }),
32
34
  s && d && /* @__PURE__ */ e.jsx(
33
- be,
35
+ Fe,
34
36
  {
35
37
  className: "max-h-[400px] [&>pre]:p-4",
36
38
  language: "js",
@@ -43,7 +45,7 @@ const We = ({
43
45
  service: t,
44
46
  onOpenChange: a
45
47
  }) => {
46
- const s = B(), n = ce(), r = Le(), i = ze({
48
+ const s = W(), n = ce(), r = Be(), i = _e({
47
49
  defaultValues: {
48
50
  expiresOn: "30"
49
51
  }
@@ -51,11 +53,11 @@ const We = ({
51
53
  mutationFn: ({ description: c, expiresOn: u }) => {
52
54
  if (!t.createKey)
53
55
  throw new Error("createKey not implemented");
54
- const p = u !== "never" ? Xe(Number(u)) : void 0;
56
+ const f = u !== "never" ? Xe(Number(u)) : void 0;
55
57
  return t.createKey({
56
58
  apiKey: {
57
59
  description: c || "Secret Key",
58
- expiresOn: p
60
+ expiresOn: f
59
61
  },
60
62
  context: s,
61
63
  auth: o
@@ -83,16 +85,16 @@ const We = ({
83
85
  ] }),
84
86
  /* @__PURE__ */ e.jsxs("div", { className: "flex gap-2 flex-col text-sm font-medium", children: [
85
87
  "Name",
86
- /* @__PURE__ */ e.jsx(Je, { ...i.register("description") }),
88
+ /* @__PURE__ */ e.jsx(Ge, { ...i.register("description") }),
87
89
  "Expiration",
88
90
  /* @__PURE__ */ e.jsxs(
89
- He,
91
+ $e,
90
92
  {
91
93
  onValueChange: (c) => i.setValue("expiresOn", c),
92
94
  defaultValue: i.getValues("expiresOn"),
93
95
  children: [
94
- /* @__PURE__ */ e.jsx(Ve, { children: /* @__PURE__ */ e.jsx(_e, {}) }),
95
- /* @__PURE__ */ e.jsx(Be, { children: /* @__PURE__ */ e.jsxs(Ze, { children: [
96
+ /* @__PURE__ */ e.jsx(ze, { children: /* @__PURE__ */ e.jsx(Le, {}) }),
97
+ /* @__PURE__ */ e.jsx(Qe, { children: /* @__PURE__ */ e.jsxs(He, { children: [
96
98
  [7, 30, 60, 90].map((c) => /* @__PURE__ */ e.jsxs(se, { value: String(c), children: [
97
99
  c,
98
100
  " days"
@@ -102,9 +104,9 @@ const We = ({
102
104
  ]
103
105
  }
104
106
  ),
105
- /* @__PURE__ */ e.jsxs(Z, { children: [
107
+ /* @__PURE__ */ e.jsxs(B, { children: [
106
108
  /* @__PURE__ */ e.jsx(S, { asChild: !0, children: /* @__PURE__ */ e.jsx(_, { variant: "outline", children: "Cancel" }) }),
107
- /* @__PURE__ */ e.jsx(Qe, { isPending: d.isPending, children: "Generate Key" })
109
+ /* @__PURE__ */ e.jsx(Ze, { isPending: d.isPending, children: "Generate Key" })
108
110
  ] })
109
111
  ] })
110
112
  ]
@@ -121,10 +123,10 @@ const We = ({
121
123
  buttonVariant: r = "outline"
122
124
  }) => {
123
125
  const i = /* @__PURE__ */ e.jsx(_, { variant: r, children: "Create API Key" });
124
- return /* @__PURE__ */ e.jsxs(G, { open: a, onOpenChange: s, children: [
125
- /* @__PURE__ */ e.jsx(J, { asChild: !0, children: n ?? i }),
126
- /* @__PURE__ */ e.jsxs(Y, { children: [
127
- /* @__PURE__ */ e.jsx(U, { children: /* @__PURE__ */ e.jsx(W, { children: "Create API Key" }) }),
126
+ return /* @__PURE__ */ e.jsxs(Z, { open: a, onOpenChange: s, children: [
127
+ /* @__PURE__ */ e.jsx(G, { asChild: !0, children: n ?? i }),
128
+ /* @__PURE__ */ e.jsxs(J, { children: [
129
+ /* @__PURE__ */ e.jsx(Y, { children: /* @__PURE__ */ e.jsx(U, { children: "Create API Key" }) }),
128
130
  /* @__PURE__ */ e.jsx(We, { service: t, onOpenChange: s })
129
131
  ] })
130
132
  ] });
@@ -133,7 +135,7 @@ function ue(t) {
133
135
  const a = A(null);
134
136
  return a.current === null && (a.current = t()), a.current;
135
137
  }
136
- const tt = typeof window < "u", st = tt ? Ce : re, fe = /* @__PURE__ */ Q(null);
138
+ const tt = typeof window < "u", st = tt ? Ce : re, pe = /* @__PURE__ */ Q(null);
137
139
  function nt(t) {
138
140
  return typeof t == "object" && t !== null;
139
141
  }
@@ -196,8 +198,8 @@ function ct({ children: t, isPresent: a, anchorX: s, root: n }) {
196
198
  right: 0
197
199
  }), { nonce: d } = V(rt), c = ot(i, t?.ref);
198
200
  return we(() => {
199
- const { width: u, height: p, top: f, left: m, right: g } = o.current;
200
- if (a || !i.current || !u || !p)
201
+ const { width: u, height: f, top: p, left: m, right: g } = o.current;
202
+ if (a || !i.current || !u || !f)
201
203
  return;
202
204
  const j = s === "left" ? `left: ${m}` : `right: ${g}`;
203
205
  i.current.dataset.motionPopId = r;
@@ -208,9 +210,9 @@ function ct({ children: t, isPresent: a, anchorX: s, root: n }) {
208
210
  [data-motion-pop-id="${r}"] {
209
211
  position: absolute !important;
210
212
  width: ${u}px !important;
211
- height: ${p}px !important;
213
+ height: ${f}px !important;
212
214
  ${j}px !important;
213
- top: ${f}px !important;
215
+ top: ${p}px !important;
214
216
  }
215
217
  `), () => {
216
218
  x.contains(l) && x.removeChild(l);
@@ -218,9 +220,9 @@ function ct({ children: t, isPresent: a, anchorX: s, root: n }) {
218
220
  }, [a]), e.jsx(lt, { isPresent: a, childRef: i, sizeRef: o, children: F.cloneElement(t, { ref: c }) });
219
221
  }
220
222
  const dt = ({ children: t, initial: a, isPresent: s, onExitComplete: n, custom: r, presenceAffectsLayout: i, mode: o, anchorX: d, root: c }) => {
221
- const u = ue(ut), p = H();
222
- let f = !0, m = L(() => (f = !1, {
223
- id: p,
223
+ const u = ue(ut), f = H();
224
+ let p = !0, m = L(() => (p = !1, {
225
+ id: f,
224
226
  initial: a,
225
227
  isPresent: s,
226
228
  custom: r,
@@ -233,17 +235,17 @@ const dt = ({ children: t, initial: a, isPresent: s, onExitComplete: n, custom:
233
235
  },
234
236
  register: (g) => (u.set(g, !1), () => u.delete(g))
235
237
  }), [s, u, n]);
236
- return i && f && (m = { ...m }), L(() => {
238
+ return i && p && (m = { ...m }), L(() => {
237
239
  u.forEach((g, j) => u.set(j, !1));
238
240
  }, [s]), F.useEffect(() => {
239
241
  !s && !u.size && n && n();
240
- }, [s]), o === "popLayout" && (t = e.jsx(ct, { isPresent: s, anchorX: d, root: c, children: t })), e.jsx(fe.Provider, { value: m, children: t });
242
+ }, [s]), o === "popLayout" && (t = e.jsx(ct, { isPresent: s, anchorX: d, root: c, children: t })), e.jsx(pe.Provider, { value: m, children: t });
241
243
  };
242
244
  function ut() {
243
245
  return /* @__PURE__ */ new Map();
244
246
  }
245
- function ft(t = !0) {
246
- const a = V(fe);
247
+ function pt(t = !0) {
248
+ const a = V(pe);
247
249
  if (a === null)
248
250
  return [!0, null];
249
251
  const { isPresent: s, onExitComplete: n, register: r } = a, i = H();
@@ -261,28 +263,28 @@ function ie(t) {
261
263
  Ie(s) && a.push(s);
262
264
  }), a;
263
265
  }
264
- const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presenceAffectsLayout: r = !0, mode: i = "sync", propagate: o = !1, anchorX: d = "left", root: c }) => {
265
- const [u, p] = ft(o), f = L(() => ie(t), [t]), m = o && !u ? [] : f.map(R), g = A(!0), j = A(f), l = ue(() => /* @__PURE__ */ new Map()), [x, v] = I(f), [h, C] = I(f);
266
+ const ft = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presenceAffectsLayout: r = !0, mode: i = "sync", propagate: o = !1, anchorX: d = "left", root: c }) => {
267
+ const [u, f] = pt(o), p = L(() => ie(t), [t]), m = o && !u ? [] : p.map(R), g = A(!0), j = A(p), l = ue(() => /* @__PURE__ */ new Map()), [x, v] = I(p), [h, C] = I(p);
266
268
  st(() => {
267
- g.current = !1, j.current = f;
269
+ g.current = !1, j.current = p;
268
270
  for (let w = 0; w < h.length; w++) {
269
271
  const y = R(h[w]);
270
272
  m.includes(y) ? l.delete(y) : l.get(y) !== !0 && l.set(y, !1);
271
273
  }
272
274
  }, [h, m.length, m.join("-")]);
273
- const b = [];
274
- if (f !== x) {
275
- let w = [...f];
275
+ const K = [];
276
+ if (p !== x) {
277
+ let w = [...p];
276
278
  for (let y = 0; y < h.length; y++) {
277
- const K = h[y], $ = R(K);
278
- m.includes($) || (w.splice(y, 0, K), b.push(K));
279
+ const b = h[y], $ = R(b);
280
+ m.includes($) || (w.splice(y, 0, b), K.push(b));
279
281
  }
280
- return i === "wait" && b.length && (w = b), C(ie(w)), v(f), null;
282
+ return i === "wait" && K.length && (w = K), C(ie(w)), v(p), null;
281
283
  }
282
284
  process.env.NODE_ENV !== "production" && i === "wait" && h.length > 1 && console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
283
- const { forceRender: pe } = V(et);
285
+ const { forceRender: fe } = V(et);
284
286
  return e.jsx(e.Fragment, { children: h.map((w) => {
285
- const y = R(w), K = o && !u ? !1 : f === h || m.includes(y), $ = () => {
287
+ const y = R(w), b = o && !u ? !1 : p === h || m.includes(y), $ = () => {
286
288
  if (l.has(y))
287
289
  l.set(y, !0);
288
290
  else
@@ -290,9 +292,9 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
290
292
  let ee = !0;
291
293
  l.forEach((he) => {
292
294
  he || (ee = !1);
293
- }), ee && (pe?.(), C(j.current), o && p?.(), n && n());
295
+ }), ee && (fe?.(), C(j.current), o && f?.(), n && n());
294
296
  };
295
- return e.jsx(dt, { isPresent: K, initial: !g.current || s ? void 0 : !1, custom: a, presenceAffectsLayout: r, mode: i, root: c, onExitComplete: K ? void 0 : $, anchorX: d, children: w }, y);
297
+ return e.jsx(dt, { isPresent: b, initial: !g.current || s ? void 0 : !1, custom: a, presenceAffectsLayout: r, mode: i, root: c, onExitComplete: b ? void 0 : $, anchorX: d, children: w }, y);
296
298
  }) });
297
299
  }, ht = ({
298
300
  apiKey: t,
@@ -301,15 +303,15 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
301
303
  }) => {
302
304
  const [n, r] = I(!1), { key: i, createdOn: o, expiresOn: d } = t, c = d && new Date(d) < /* @__PURE__ */ new Date(), u = d ? Math.ceil(
303
305
  (new Date(d).getTime() - Date.now()) / (1e3 * 60 * 60 * 24)
304
- ) : 1 / 0, p = u <= 7 && !c;
306
+ ) : 1 / 0, f = u <= 7 && !c;
305
307
  return /* @__PURE__ */ e.jsxs("div", { className: X("grid col-span-full grid-cols-subgrid p-6", s), children: [
306
308
  /* @__PURE__ */ e.jsxs("div", { className: "flex flex-col gap-1", children: [
307
309
  /* @__PURE__ */ e.jsx(
308
- Ge,
310
+ Ve,
309
311
  {
310
312
  className: "max-w-fit w-full",
311
313
  secret: i,
312
- status: c ? "expired" : p ? "expiring" : "active",
314
+ status: c ? "expired" : f ? "expiring" : "active",
313
315
  revealed: n,
314
316
  onReveal: r
315
317
  }
@@ -321,7 +323,7 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
321
323
  "."
322
324
  ] }),
323
325
  " ",
324
- d && p && /* @__PURE__ */ e.jsxs("span", { className: "text-xs text-primary", children: [
326
+ d && f && /* @__PURE__ */ e.jsxs("span", { className: "text-xs text-primary", children: [
325
327
  "Expires in ",
326
328
  u,
327
329
  " ",
@@ -335,14 +337,14 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
335
337
  ] })
336
338
  ] })
337
339
  ] }),
338
- /* @__PURE__ */ e.jsx("div", { className: "flex justify-end", children: d && a && /* @__PURE__ */ e.jsxs(G, { children: [
339
- /* @__PURE__ */ e.jsx(J, { asChild: !0, children: /* @__PURE__ */ e.jsx(k, { variant: "ghost", size: "icon", children: /* @__PURE__ */ e.jsx(me, { size: 16 }) }) }),
340
- /* @__PURE__ */ e.jsxs(Y, { children: [
341
- /* @__PURE__ */ e.jsxs(U, { children: [
342
- /* @__PURE__ */ e.jsx(W, { children: "Delete API Key" }),
340
+ /* @__PURE__ */ e.jsx("div", { className: "flex justify-end", children: d && a && /* @__PURE__ */ e.jsxs(Z, { children: [
341
+ /* @__PURE__ */ e.jsx(G, { asChild: !0, children: /* @__PURE__ */ e.jsx(k, { variant: "ghost", size: "icon", children: /* @__PURE__ */ e.jsx(me, { size: 16 }) }) }),
342
+ /* @__PURE__ */ e.jsxs(J, { children: [
343
+ /* @__PURE__ */ e.jsxs(Y, { children: [
344
+ /* @__PURE__ */ e.jsx(U, { children: "Delete API Key" }),
343
345
  /* @__PURE__ */ e.jsx(le, { children: "Are you sure you want to delete this API key?" })
344
346
  ] }),
345
- /* @__PURE__ */ e.jsxs(Z, { children: [
347
+ /* @__PURE__ */ e.jsxs(B, { children: [
346
348
  /* @__PURE__ */ e.jsx(S, { asChild: !0, children: /* @__PURE__ */ e.jsx(k, { variant: "outline", children: "Cancel" }) }),
347
349
  /* @__PURE__ */ e.jsx(S, { asChild: !0, children: /* @__PURE__ */ e.jsx(
348
350
  k,
@@ -366,14 +368,14 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
366
368
  onRollKey: s,
367
369
  onDeleteKey: n
368
370
  }) => {
369
- const [r, i] = I(!1), [o, d] = I(t.label), c = ce(), u = B(), p = q({
371
+ const [r, i] = I(!1), [o, d] = I(t.label), c = ce(), u = W(), f = q({
370
372
  mutationFn: async (l) => {
371
373
  if (!s)
372
374
  throw new Error("rollKey not implemented");
373
375
  return await s?.(l, u);
374
376
  },
375
377
  onSuccess: () => void c.invalidateQueries({ queryKey: ["api-keys"] })
376
- }), f = q({
378
+ }), p = q({
377
379
  mutationFn: ({
378
380
  consumerId: l,
379
381
  keyId: x
@@ -389,7 +391,7 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
389
391
  ]);
390
392
  return c.setQueryData(["api-keys"], (h) => h && h.map((C) => C.id === l ? {
391
393
  ...C,
392
- apiKeys: C.apiKeys.filter((b) => b.id !== x)
394
+ apiKeys: C.apiKeys.filter((K) => K.id !== x)
393
395
  } : C)), { previousData: v };
394
396
  },
395
397
  onError: (l, x, v) => {
@@ -430,24 +432,24 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
430
432
  }), i(!1);
431
433
  };
432
434
  return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
433
- p.isError && /* @__PURE__ */ e.jsxs(D, { variant: "destructive", className: "mb-4", children: [
435
+ f.isError && /* @__PURE__ */ e.jsxs(D, { variant: "destructive", className: "mb-4", children: [
434
436
  /* @__PURE__ */ e.jsx(z, { size: 16 }),
435
- /* @__PURE__ */ e.jsx(P, { children: p.error.message })
437
+ /* @__PURE__ */ e.jsx(P, { children: f.error.message })
436
438
  ] }),
437
439
  m.isError && /* @__PURE__ */ e.jsxs(D, { variant: "destructive", className: "mb-4", children: [
438
440
  /* @__PURE__ */ e.jsx(z, { size: 16 }),
439
441
  /* @__PURE__ */ e.jsx(P, { children: m.error.message })
440
442
  ] }),
441
- f.isError && /* @__PURE__ */ e.jsxs(D, { variant: "destructive", className: "mb-4", children: [
443
+ p.isError && /* @__PURE__ */ e.jsxs(D, { variant: "destructive", className: "mb-4", children: [
442
444
  /* @__PURE__ */ e.jsx(z, { size: 16 }),
443
- /* @__PURE__ */ e.jsx(P, { children: f.error.message })
445
+ /* @__PURE__ */ e.jsx(P, { children: p.error.message })
444
446
  ] }),
445
447
  /* @__PURE__ */ e.jsxs(
446
- Pe,
448
+ De,
447
449
  {
448
450
  className: "grid grid-cols-subgrid col-span-full items-center mb-4 group",
449
451
  children: [
450
- /* @__PURE__ */ e.jsxs(Ae, { className: "col-span-full flex-row items-start justify-between gap-4", children: [
452
+ /* @__PURE__ */ e.jsxs(Pe, { className: "col-span-full flex-row items-start justify-between gap-4", children: [
451
453
  /* @__PURE__ */ e.jsxs("div", { className: "flex flex-col gap-1", children: [
452
454
  r ? /* @__PURE__ */ e.jsxs("div", { className: "flex items-center gap-2", children: [
453
455
  /* @__PURE__ */ e.jsx(
@@ -483,8 +485,8 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
483
485
  }
484
486
  )
485
487
  ] })
486
- ] }) : /* @__PURE__ */ e.jsx(Se, { children: t.label }),
487
- /* @__PURE__ */ e.jsxs(Re, { children: [
488
+ ] }) : /* @__PURE__ */ e.jsx(Ae, { children: t.label }),
489
+ /* @__PURE__ */ e.jsxs(Se, { children: [
488
490
  t.createdOn && /* @__PURE__ */ e.jsxs("div", { children: [
489
491
  "Created on ",
490
492
  new Date(t.createdOn).toLocaleDateString()
@@ -512,38 +514,38 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
512
514
  ]
513
515
  }
514
516
  ),
515
- s && /* @__PURE__ */ e.jsxs(G, { children: [
516
- /* @__PURE__ */ e.jsx(J, { asChild: !0, children: /* @__PURE__ */ e.jsxs(
517
+ s && /* @__PURE__ */ e.jsxs(Z, { children: [
518
+ /* @__PURE__ */ e.jsx(G, { asChild: !0, children: /* @__PURE__ */ e.jsxs(
517
519
  k,
518
520
  {
519
521
  title: "Roll this key",
520
522
  variant: "ghost",
521
- disabled: p.isPending,
523
+ disabled: f.isPending,
522
524
  className: "flex items-center gap-2",
523
525
  children: [
524
526
  /* @__PURE__ */ e.jsx(
525
527
  je,
526
528
  {
527
529
  size: 16,
528
- className: p.isPending ? "animate-spin" : void 0
530
+ className: f.isPending ? "animate-spin" : void 0
529
531
  }
530
532
  ),
531
533
  /* @__PURE__ */ e.jsx("span", { className: "hidden md:block", children: "Roll key" })
532
534
  ]
533
535
  }
534
536
  ) }),
535
- /* @__PURE__ */ e.jsxs(Y, { children: [
536
- /* @__PURE__ */ e.jsxs(U, { children: [
537
- /* @__PURE__ */ e.jsx(W, { children: "Roll API Key" }),
537
+ /* @__PURE__ */ e.jsxs(J, { children: [
538
+ /* @__PURE__ */ e.jsxs(Y, { children: [
539
+ /* @__PURE__ */ e.jsx(U, { children: "Roll API Key" }),
538
540
  /* @__PURE__ */ e.jsx(le, { children: "Are you sure you want to roll this API key?" })
539
541
  ] }),
540
- /* @__PURE__ */ e.jsxs(Z, { children: [
542
+ /* @__PURE__ */ e.jsxs(B, { children: [
541
543
  /* @__PURE__ */ e.jsx(S, { asChild: !0, children: /* @__PURE__ */ e.jsx(k, { variant: "outline", children: "Cancel" }) }),
542
544
  /* @__PURE__ */ e.jsx(S, { asChild: !0, children: /* @__PURE__ */ e.jsx(
543
545
  k,
544
546
  {
545
547
  onClick: () => {
546
- p.mutate(t.id);
548
+ f.mutate(t.id);
547
549
  },
548
550
  children: "Roll Key"
549
551
  }
@@ -553,17 +555,17 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
553
555
  ] })
554
556
  ] })
555
557
  ] }),
556
- /* @__PURE__ */ e.jsx(Ne, { className: "p-0 grid grid-cols-subgrid col-span-full divide-y divide-border", children: /* @__PURE__ */ e.jsx(pt, { children: t.apiKeys.map((l) => /* @__PURE__ */ e.jsx(
558
+ /* @__PURE__ */ e.jsx(Re, { className: "p-0 grid grid-cols-subgrid col-span-full divide-y divide-border", children: /* @__PURE__ */ e.jsx(ft, { children: t.apiKeys.map((l) => /* @__PURE__ */ e.jsx(
557
559
  ht,
558
560
  {
559
561
  apiKey: l,
560
562
  onDeleteKey: () => {
561
- f.mutate({
563
+ p.mutate({
562
564
  consumerId: t.id,
563
565
  keyId: l.id
564
566
  });
565
567
  },
566
- className: f.variables?.keyId === l.id && f.isPending ? "opacity-10!" : void 0
568
+ className: p.variables?.keyId === l.id && p.isPending ? "opacity-10!" : void 0
567
569
  },
568
570
  l.id
569
571
  )) }) })
@@ -573,7 +575,7 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
573
575
  )
574
576
  ] });
575
577
  }, yt = ({ service: t }) => {
576
- const a = B(), { data: s } = $e({
578
+ const a = W(), { data: s } = Je({
577
579
  queryFn: async () => {
578
580
  try {
579
581
  return await t.getConsumers(a);
@@ -629,14 +631,14 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
629
631
  ] }),
630
632
  /* @__PURE__ */ e.jsx("p", { children: "Create, manage, and monitor your API keys" }),
631
633
  /* @__PURE__ */ e.jsx(te.Target, { name: "api-keys-list-page-before-keys" }),
632
- n.profile?.emailVerified === !1 ? /* @__PURE__ */ e.jsxs(Oe, { variant: "outline", children: [
633
- /* @__PURE__ */ e.jsxs(Te, { children: [
634
- /* @__PURE__ */ e.jsx(qe, { children: "Verified email required" }),
635
- /* @__PURE__ */ e.jsx(Me, { children: "You need to verify your email to access API keys." })
634
+ n.profile?.emailVerified === !1 ? /* @__PURE__ */ e.jsxs(Ne, { variant: "outline", children: [
635
+ /* @__PURE__ */ e.jsxs(Oe, { children: [
636
+ /* @__PURE__ */ e.jsx(Te, { children: "Verified email required" }),
637
+ /* @__PURE__ */ e.jsx(qe, { children: "You need to verify your email to access API keys." })
636
638
  ] }),
637
- /* @__PURE__ */ e.jsx(Fe, { children: /* @__PURE__ */ e.jsx(_, { onClick: () => n.requestEmailVerification(), children: "Verify email" }) })
639
+ /* @__PURE__ */ e.jsx(Me, { children: /* @__PURE__ */ e.jsx(_, { onClick: () => n.requestEmailVerification(), children: "Verify email" }) })
638
640
  ] }) : /* @__PURE__ */ e.jsx(
639
- De,
641
+ Ke,
640
642
  {
641
643
  fallbackRender: ({ error: r }) => /* @__PURE__ */ e.jsx(Ue, { error: r }),
642
644
  children: /* @__PURE__ */ e.jsx(yt, { service: t })
@@ -733,7 +735,7 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
733
735
  }));
734
736
  },
735
737
  ...a
736
- }), Ht = (t) => t, Vt = ({
738
+ }), _t = (t) => t, Bt = ({
737
739
  deploymentName: t,
738
740
  isZuplo: a,
739
741
  ...s
@@ -781,7 +783,7 @@ const pt = ({ children: t, custom: a, initial: s = !0, onExitComplete: n, presen
781
783
  };
782
784
  };
783
785
  export {
784
- Vt as apiKeyPlugin,
785
- Ht as createApiKeyService
786
+ Bt as apiKeyPlugin,
787
+ _t as createApiKeyService
786
788
  };
787
789
  //# sourceMappingURL=zudoku.plugin-api-keys.js.map