@carlonicora/nextjs-jsonapi 1.67.0 → 1.68.0

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 (43) hide show
  1. package/dist/{BlockNoteEditor-TIX3GDVZ.mjs → BlockNoteEditor-6FDECIS2.mjs} +4 -4
  2. package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-DXHROT4C.js} +14 -14
  3. package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-DXHROT4C.js.map} +1 -1
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-CJY63D6U.js → chunk-37KYO2UD.js} +9 -1
  7. package/dist/chunk-37KYO2UD.js.map +1 -0
  8. package/dist/{chunk-3BWYWS3A.js → chunk-ELTHSXBI.js} +622 -622
  9. package/dist/{chunk-3BWYWS3A.js.map → chunk-ELTHSXBI.js.map} +1 -1
  10. package/dist/{chunk-WWP32QYC.mjs → chunk-H4ZS3R76.mjs} +5 -5
  11. package/dist/chunk-H4ZS3R76.mjs.map +1 -0
  12. package/dist/{chunk-RIG2BEXJ.mjs → chunk-IOMDNRX5.mjs} +9 -1
  13. package/dist/{chunk-RIG2BEXJ.mjs.map → chunk-IOMDNRX5.mjs.map} +1 -1
  14. package/dist/{chunk-KFIQTY4O.js → chunk-WOJIRXIP.js} +11 -11
  15. package/dist/{chunk-KFIQTY4O.js.map → chunk-WOJIRXIP.js.map} +1 -1
  16. package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WVTBEVAL.mjs} +2 -2
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.js +4 -4
  20. package/dist/components/index.mjs +3 -3
  21. package/dist/contexts/index.js +4 -4
  22. package/dist/contexts/index.mjs +3 -3
  23. package/dist/core/index.d.mts +2 -2
  24. package/dist/core/index.d.ts +2 -2
  25. package/dist/core/index.js +2 -2
  26. package/dist/core/index.mjs +1 -1
  27. package/dist/index.d.mts +2 -2
  28. package/dist/index.d.ts +2 -2
  29. package/dist/index.js +3 -3
  30. package/dist/index.mjs +2 -2
  31. package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-CHOTwfWA.d.mts} +4 -0
  32. package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-N1g0piXD.d.ts} +4 -0
  33. package/dist/server/index.d.mts +1 -1
  34. package/dist/server/index.d.ts +1 -1
  35. package/dist/server/index.js +3 -3
  36. package/dist/server/index.mjs +1 -1
  37. package/package.json +1 -1
  38. package/src/features/user/components/details/UserContent.tsx +1 -1
  39. package/src/features/user/data/user.service.ts +9 -0
  40. package/dist/chunk-CJY63D6U.js.map +0 -1
  41. package/dist/chunk-WWP32QYC.mjs.map +0 -1
  42. /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-6FDECIS2.mjs.map} +0 -0
  43. /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WVTBEVAL.mjs.map} +0 -0
@@ -21,7 +21,7 @@ import {
21
21
  useI18nLocale,
22
22
  useI18nRouter,
23
23
  useI18nTranslations
24
- } from "./chunk-ZYAAJMZZ.mjs";
24
+ } from "./chunk-WVTBEVAL.mjs";
25
25
  import {
26
26
  AVAILABLE_OAUTH_SCOPES,
27
27
  AuthService,
@@ -53,7 +53,7 @@ import {
53
53
  showToast,
54
54
  useComposedRefs,
55
55
  useIsMobile
56
- } from "./chunk-RIG2BEXJ.mjs";
56
+ } from "./chunk-IOMDNRX5.mjs";
57
57
  import {
58
58
  JsonApiContext
59
59
  } from "./chunk-VOXD3ZLY.mjs";
@@ -8794,7 +8794,7 @@ __name(FormCheckbox, "FormCheckbox");
8794
8794
  import dynamic from "next/dynamic";
8795
8795
  import React14 from "react";
8796
8796
  import { jsx as jsx69 } from "react/jsx-runtime";
8797
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-TIX3GDVZ.mjs"), {
8797
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-6FDECIS2.mjs"), {
8798
8798
  ssr: false
8799
8799
  });
8800
8800
  var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -10231,7 +10231,7 @@ function UserContent({ user }) {
10231
10231
  fallback: getInitials(user.name),
10232
10232
  alt: user.name,
10233
10233
  patchImage: async (imageKey) => {
10234
- const updated = await UserService.patch({ id: user.id, avatar: imageKey });
10234
+ const updated = await UserService.patchAvatar({ id: user.id, avatar: imageKey });
10235
10235
  setUser(updated);
10236
10236
  },
10237
10237
  className: "h-24 w-24",
@@ -19428,4 +19428,4 @@ export {
19428
19428
  useOAuthClients,
19429
19429
  useOAuthClient
19430
19430
  };
19431
- //# sourceMappingURL=chunk-WWP32QYC.mjs.map
19431
+ //# sourceMappingURL=chunk-H4ZS3R76.mjs.map