@carlonicora/nextjs-jsonapi 1.120.0 → 1.122.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 (42) hide show
  1. package/dist/{BlockNoteEditor-NW7SS2YJ.mjs → BlockNoteEditor-AY23XLHO.mjs} +4 -4
  2. package/dist/{BlockNoteEditor-MQWCI6TX.js → BlockNoteEditor-ICKHUZYK.js} +19 -19
  3. package/dist/{BlockNoteEditor-MQWCI6TX.js.map → BlockNoteEditor-ICKHUZYK.js.map} +1 -1
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-MJ2TMIK3.js → chunk-5RS7Z4YW.js} +716 -704
  7. package/dist/chunk-5RS7Z4YW.js.map +1 -0
  8. package/dist/{chunk-JL3X3LQR.mjs → chunk-6VNRUTZR.mjs} +2 -2
  9. package/dist/{chunk-S4BL7L3J.mjs → chunk-IRVHKT5I.mjs} +21 -9
  10. package/dist/chunk-IRVHKT5I.mjs.map +1 -0
  11. package/dist/{chunk-5NNJYJSI.js → chunk-JO5BLONK.js} +7 -7
  12. package/dist/{chunk-5NNJYJSI.js.map → chunk-JO5BLONK.js.map} +1 -1
  13. package/dist/{chunk-YCMYYYBP.js → chunk-PQBKPWBY.js} +4 -1
  14. package/dist/chunk-PQBKPWBY.js.map +1 -0
  15. package/dist/{chunk-IUKSHJPS.mjs → chunk-T2FFT7JT.mjs} +4 -1
  16. package/dist/chunk-T2FFT7JT.mjs.map +1 -0
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.d.mts +5 -1
  20. package/dist/components/index.d.ts +5 -1
  21. package/dist/components/index.js +4 -4
  22. package/dist/components/index.mjs +3 -3
  23. package/dist/contexts/index.js +4 -4
  24. package/dist/contexts/index.mjs +3 -3
  25. package/dist/core/index.js +2 -2
  26. package/dist/core/index.mjs +1 -1
  27. package/dist/features/help/index.js +36 -36
  28. package/dist/features/help/index.mjs +3 -3
  29. package/dist/index.js +3 -3
  30. package/dist/index.mjs +2 -2
  31. package/dist/server/index.js +3 -3
  32. package/dist/server/index.mjs +1 -1
  33. package/package.json +1 -1
  34. package/src/components/forms/EditorSheet.tsx +32 -12
  35. package/src/components/forms/FormSelect.tsx +4 -1
  36. package/src/core/abstracts/AbstractService.ts +3 -0
  37. package/dist/chunk-IUKSHJPS.mjs.map +0 -1
  38. package/dist/chunk-MJ2TMIK3.js.map +0 -1
  39. package/dist/chunk-S4BL7L3J.mjs.map +0 -1
  40. package/dist/chunk-YCMYYYBP.js.map +0 -1
  41. /package/dist/{BlockNoteEditor-NW7SS2YJ.mjs.map → BlockNoteEditor-AY23XLHO.mjs.map} +0 -0
  42. /package/dist/{chunk-JL3X3LQR.mjs.map → chunk-6VNRUTZR.mjs.map} +0 -0
@@ -405,6 +405,7 @@ var AbstractService = class {
405
405
  const error = new Error(`${apiResponse.response}:${apiResponse.error}`);
406
406
  error.status = apiResponse.response;
407
407
  error.digest = `HTTP_${apiResponse.response}`;
408
+ error.body = apiResponse.raw;
408
409
  throw error;
409
410
  }
410
411
  }
@@ -494,6 +495,7 @@ var AbstractService = class {
494
495
  const error = new Error(`${apiResponse.response}:${apiResponse.error}`);
495
496
  error.status = apiResponse.response;
496
497
  error.digest = `HTTP_${apiResponse.response}`;
498
+ error.body = apiResponse.raw;
497
499
  throw error;
498
500
  }
499
501
  }
@@ -529,6 +531,7 @@ var AbstractService = class {
529
531
  const error = new Error(`${apiResponse.response}:${apiResponse.error}`);
530
532
  error.status = apiResponse.response;
531
533
  error.digest = `HTTP_${apiResponse.response}`;
534
+ error.body = apiResponse.raw;
532
535
  throw error;
533
536
  }
534
537
  }
@@ -7847,4 +7850,4 @@ export {
7847
7850
  AuditLogService,
7848
7851
  AuditLogModule
7849
7852
  };
7850
- //# sourceMappingURL=chunk-IUKSHJPS.mjs.map
7853
+ //# sourceMappingURL=chunk-T2FFT7JT.mjs.map