@carlonicora/nextjs-jsonapi 3.5.6 → 3.5.7

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-5T5NB53C.js → BlockNoteEditor-JSZ2YZVY.js} +19 -19
  2. package/dist/{BlockNoteEditor-5T5NB53C.js.map → BlockNoteEditor-JSZ2YZVY.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-HGVFKRAX.mjs → BlockNoteEditor-PZ5HOXFK.mjs} +4 -4
  4. package/dist/billing/index.js +398 -398
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-X2MQ3WHX.js → chunk-B2OB3HQO.js} +7 -7
  7. package/dist/{chunk-X2MQ3WHX.js.map → chunk-B2OB3HQO.js.map} +1 -1
  8. package/dist/{chunk-2ONZSSDW.mjs → chunk-C7I6YFTA.mjs} +175 -177
  9. package/dist/chunk-C7I6YFTA.mjs.map +1 -0
  10. package/dist/{chunk-RZDY4CIF.mjs → chunk-DK5ZOPVF.mjs} +2 -2
  11. package/dist/{chunk-G6B7RZWJ.mjs → chunk-H37WRSBU.mjs} +2 -2
  12. package/dist/chunk-H37WRSBU.mjs.map +1 -0
  13. package/dist/{chunk-YMFHT4AP.js → chunk-N73QMKQU.js} +769 -771
  14. package/dist/chunk-N73QMKQU.js.map +1 -0
  15. package/dist/{chunk-6T6QB6K2.js → chunk-PGA2VC3S.js} +6 -6
  16. package/dist/chunk-PGA2VC3S.js.map +1 -0
  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.js +2 -2
  24. package/dist/core/index.mjs +1 -1
  25. package/dist/features/help/index.js +37 -37
  26. package/dist/features/help/index.mjs +3 -3
  27. package/dist/features/tokenusage/index.js +101 -101
  28. package/dist/features/tokenusage/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/EntityMultiSelector.tsx +14 -10
  35. package/src/features/how-to/components/containers/HowToContainer.tsx +2 -7
  36. package/src/features/how-to/components/forms/HowToDeleter.tsx +0 -2
  37. package/src/utils/italian-validators.ts +1 -1
  38. package/dist/chunk-2ONZSSDW.mjs.map +0 -1
  39. package/dist/chunk-6T6QB6K2.js.map +0 -1
  40. package/dist/chunk-G6B7RZWJ.mjs.map +0 -1
  41. package/dist/chunk-YMFHT4AP.js.map +0 -1
  42. /package/dist/{BlockNoteEditor-HGVFKRAX.mjs.map → BlockNoteEditor-PZ5HOXFK.mjs.map} +0 -0
  43. /package/dist/{chunk-RZDY4CIF.mjs.map → chunk-DK5ZOPVF.mjs.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  AbstractService,
3
3
  EndpointCreator,
4
4
  Modules
5
- } from "./chunk-G6B7RZWJ.mjs";
5
+ } from "./chunk-H37WRSBU.mjs";
6
6
  import {
7
7
  ENV,
8
8
  setBootstrapper
@@ -291,4 +291,4 @@ export {
291
291
  ACTION_TYPES,
292
292
  RbacService
293
293
  };
294
- //# sourceMappingURL=chunk-RZDY4CIF.mjs.map
294
+ //# sourceMappingURL=chunk-DK5ZOPVF.mjs.map
@@ -1394,7 +1394,7 @@ function validateCodiceFiscale(codiceFiscale, options) {
1394
1394
  if (CodiceFiscale.check(cleaned)) {
1395
1395
  return true;
1396
1396
  }
1397
- } catch (error) {
1397
+ } catch {
1398
1398
  }
1399
1399
  return options?.allowPartitaIva === true && validatePartitaIva(cleaned);
1400
1400
  }
@@ -8973,4 +8973,4 @@ export {
8973
8973
  AuditLogService,
8974
8974
  AuditLogModule
8975
8975
  };
8976
- //# sourceMappingURL=chunk-G6B7RZWJ.mjs.map
8976
+ //# sourceMappingURL=chunk-H37WRSBU.mjs.map