@carlonicora/nextjs-jsonapi 1.139.1 → 1.139.2
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-B5BEXRRO.js → BlockNoteEditor-JGX66ZAX.js} +19 -19
- package/dist/{BlockNoteEditor-B5BEXRRO.js.map → BlockNoteEditor-JGX66ZAX.js.map} +1 -1
- package/dist/{BlockNoteEditor-WXYPQVVY.mjs → BlockNoteEditor-OZCZ3UVF.mjs} +4 -4
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-GF4OWZKE.mjs → chunk-5GVY2M5X.mjs} +2 -2
- package/dist/{chunk-GF4OWZKE.mjs.map → chunk-5GVY2M5X.mjs.map} +1 -1
- package/dist/{chunk-AWOOIQLF.js → chunk-AGKZCRG2.js} +2 -2
- package/dist/{chunk-AWOOIQLF.js.map → chunk-AGKZCRG2.js.map} +1 -1
- package/dist/{chunk-LFEI3ASB.mjs → chunk-C4HLDTHV.mjs} +5 -5
- package/dist/{chunk-LFEI3ASB.mjs.map → chunk-C4HLDTHV.mjs.map} +1 -1
- package/dist/{chunk-PKSCKISS.mjs → chunk-KXTTYXJ6.mjs} +2 -2
- package/dist/{chunk-XN6CXBNO.js → chunk-SE2YSAER.js} +7 -7
- package/dist/{chunk-XN6CXBNO.js.map → chunk-SE2YSAER.js.map} +1 -1
- package/dist/{chunk-W2Z3KQH6.js → chunk-U662TK63.js} +729 -729
- package/dist/{chunk-W2Z3KQH6.js.map → chunk-U662TK63.js.map} +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +1 -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.d.mts +2 -2
- package/dist/core/index.d.ts +2 -2
- 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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{oauth.interface-B6xmfDzK.d.ts → oauth.interface-CD90ycYz.d.ts} +6 -2
- package/dist/{oauth.interface-o5FLpiN7.d.mts → oauth.interface-DRE3NAKc.d.mts} +6 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/oauth/data/oauth.service.ts +1 -1
- package/src/features/oauth/hooks/useOAuthConsent.ts +3 -1
- package/src/features/oauth/interfaces/oauth.interface.ts +6 -2
- /package/dist/{BlockNoteEditor-WXYPQVVY.mjs.map → BlockNoteEditor-OZCZ3UVF.mjs.map} +0 -0
- /package/dist/{chunk-PKSCKISS.mjs.map → chunk-KXTTYXJ6.mjs.map} +0 -0
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
useI18nLocale,
|
|
21
21
|
useI18nRouter,
|
|
22
22
|
useI18nTranslations
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-KXTTYXJ6.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AVAILABLE_OAUTH_SCOPES,
|
|
26
26
|
AssistantMessage,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
useIsMobile,
|
|
68
68
|
validateItalianTaxCode,
|
|
69
69
|
validatePartitaIva
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-5GVY2M5X.mjs";
|
|
71
71
|
import {
|
|
72
72
|
JsonApiContext
|
|
73
73
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -10114,7 +10114,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10114
10114
|
import dynamic from "next/dynamic";
|
|
10115
10115
|
import React17 from "react";
|
|
10116
10116
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10117
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10117
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-OZCZ3UVF.mjs"), {
|
|
10118
10118
|
ssr: false
|
|
10119
10119
|
});
|
|
10120
10120
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -16506,7 +16506,7 @@ function useOAuthConsent(params) {
|
|
|
16506
16506
|
const [isSubmitting, setIsSubmitting] = useState58(false);
|
|
16507
16507
|
useEffect49(() => {
|
|
16508
16508
|
const fetchInfo = /* @__PURE__ */ __name(async () => {
|
|
16509
|
-
if (!params.clientId || !params.redirectUri
|
|
16509
|
+
if (!params.clientId || !params.redirectUri) {
|
|
16510
16510
|
setError(new Error("Missing required authorization parameters"));
|
|
16511
16511
|
setIsLoading(false);
|
|
16512
16512
|
return;
|
|
@@ -23888,4 +23888,4 @@ export {
|
|
|
23888
23888
|
useOAuthClients,
|
|
23889
23889
|
useOAuthClient
|
|
23890
23890
|
};
|
|
23891
|
-
//# sourceMappingURL=chunk-
|
|
23891
|
+
//# sourceMappingURL=chunk-C4HLDTHV.mjs.map
|