@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.
- package/dist/{BlockNoteEditor-NW7SS2YJ.mjs → BlockNoteEditor-AY23XLHO.mjs} +4 -4
- package/dist/{BlockNoteEditor-MQWCI6TX.js → BlockNoteEditor-ICKHUZYK.js} +19 -19
- package/dist/{BlockNoteEditor-MQWCI6TX.js.map → BlockNoteEditor-ICKHUZYK.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-MJ2TMIK3.js → chunk-5RS7Z4YW.js} +716 -704
- package/dist/chunk-5RS7Z4YW.js.map +1 -0
- package/dist/{chunk-JL3X3LQR.mjs → chunk-6VNRUTZR.mjs} +2 -2
- package/dist/{chunk-S4BL7L3J.mjs → chunk-IRVHKT5I.mjs} +21 -9
- package/dist/chunk-IRVHKT5I.mjs.map +1 -0
- package/dist/{chunk-5NNJYJSI.js → chunk-JO5BLONK.js} +7 -7
- package/dist/{chunk-5NNJYJSI.js.map → chunk-JO5BLONK.js.map} +1 -1
- package/dist/{chunk-YCMYYYBP.js → chunk-PQBKPWBY.js} +4 -1
- package/dist/chunk-PQBKPWBY.js.map +1 -0
- package/dist/{chunk-IUKSHJPS.mjs → chunk-T2FFT7JT.mjs} +4 -1
- package/dist/chunk-T2FFT7JT.mjs.map +1 -0
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +5 -1
- package/dist/components/index.d.ts +5 -1
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.js +36 -36
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/EditorSheet.tsx +32 -12
- package/src/components/forms/FormSelect.tsx +4 -1
- package/src/core/abstracts/AbstractService.ts +3 -0
- package/dist/chunk-IUKSHJPS.mjs.map +0 -1
- package/dist/chunk-MJ2TMIK3.js.map +0 -1
- package/dist/chunk-S4BL7L3J.mjs.map +0 -1
- package/dist/chunk-YCMYYYBP.js.map +0 -1
- /package/dist/{BlockNoteEditor-NW7SS2YJ.mjs.map → BlockNoteEditor-AY23XLHO.mjs.map} +0 -0
- /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-
|
|
7853
|
+
//# sourceMappingURL=chunk-T2FFT7JT.mjs.map
|