@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.
- package/dist/{BlockNoteEditor-5T5NB53C.js → BlockNoteEditor-JSZ2YZVY.js} +19 -19
- package/dist/{BlockNoteEditor-5T5NB53C.js.map → BlockNoteEditor-JSZ2YZVY.js.map} +1 -1
- package/dist/{BlockNoteEditor-HGVFKRAX.mjs → BlockNoteEditor-PZ5HOXFK.mjs} +4 -4
- package/dist/billing/index.js +398 -398
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-X2MQ3WHX.js → chunk-B2OB3HQO.js} +7 -7
- package/dist/{chunk-X2MQ3WHX.js.map → chunk-B2OB3HQO.js.map} +1 -1
- package/dist/{chunk-2ONZSSDW.mjs → chunk-C7I6YFTA.mjs} +175 -177
- package/dist/chunk-C7I6YFTA.mjs.map +1 -0
- package/dist/{chunk-RZDY4CIF.mjs → chunk-DK5ZOPVF.mjs} +2 -2
- package/dist/{chunk-G6B7RZWJ.mjs → chunk-H37WRSBU.mjs} +2 -2
- package/dist/chunk-H37WRSBU.mjs.map +1 -0
- package/dist/{chunk-YMFHT4AP.js → chunk-N73QMKQU.js} +769 -771
- package/dist/chunk-N73QMKQU.js.map +1 -0
- package/dist/{chunk-6T6QB6K2.js → chunk-PGA2VC3S.js} +6 -6
- package/dist/chunk-PGA2VC3S.js.map +1 -0
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- 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 +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/features/tokenusage/index.js +101 -101
- package/dist/features/tokenusage/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/EntityMultiSelector.tsx +14 -10
- package/src/features/how-to/components/containers/HowToContainer.tsx +2 -7
- package/src/features/how-to/components/forms/HowToDeleter.tsx +0 -2
- package/src/utils/italian-validators.ts +1 -1
- package/dist/chunk-2ONZSSDW.mjs.map +0 -1
- package/dist/chunk-6T6QB6K2.js.map +0 -1
- package/dist/chunk-G6B7RZWJ.mjs.map +0 -1
- package/dist/chunk-YMFHT4AP.js.map +0 -1
- /package/dist/{BlockNoteEditor-HGVFKRAX.mjs.map → BlockNoteEditor-PZ5HOXFK.mjs.map} +0 -0
- /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-
|
|
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-
|
|
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
|
|
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-
|
|
8976
|
+
//# sourceMappingURL=chunk-H37WRSBU.mjs.map
|