@carlonicora/nextjs-jsonapi 3.1.1 → 3.2.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-GJPTMKS7.js → BlockNoteEditor-G2OSGAKK.js} +9 -9
- package/dist/{BlockNoteEditor-GJPTMKS7.js.map → BlockNoteEditor-G2OSGAKK.js.map} +1 -1
- package/dist/{BlockNoteEditor-FIMPVA7K.mjs → BlockNoteEditor-RGOOSDA2.mjs} +2 -2
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-E5FWGOP5.js → chunk-B6WAWPN3.js} +4 -2
- package/dist/chunk-B6WAWPN3.js.map +1 -0
- package/dist/{chunk-VUMM7V5G.mjs → chunk-RFOZWANP.mjs} +4 -2
- package/dist/{chunk-VUMM7V5G.mjs.map → chunk-RFOZWANP.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/dist/features/tokenusage/index.js +75 -75
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/ai-connection/components/containers/AiConnectionsContainer.tsx +2 -1
- package/src/features/ai-connection/i18n-keys.ts +1 -0
- package/dist/chunk-E5FWGOP5.js.map +0 -1
- /package/dist/{BlockNoteEditor-FIMPVA7K.mjs.map → BlockNoteEditor-RGOOSDA2.mjs.map} +0 -0
|
@@ -10222,7 +10222,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10222
10222
|
import dynamic from "next/dynamic";
|
|
10223
10223
|
import React17 from "react";
|
|
10224
10224
|
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
10225
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10225
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-RGOOSDA2.mjs"), {
|
|
10226
10226
|
ssr: false
|
|
10227
10227
|
});
|
|
10228
10228
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -19620,6 +19620,7 @@ var AI_CONNECTIONS_I18N_KEYS = [
|
|
|
19620
19620
|
"ai_connections.admin.types.aiLarge",
|
|
19621
19621
|
"ai_connections.admin.types.vision",
|
|
19622
19622
|
"ai_connections.admin.types.audio",
|
|
19623
|
+
"ai_connections.admin.types.image",
|
|
19623
19624
|
"ai_connections.admin.types.embedder",
|
|
19624
19625
|
"ai_connections.admin.types.transcriber",
|
|
19625
19626
|
"ai_connections.admin.types.documentAi",
|
|
@@ -20195,6 +20196,7 @@ var AI_CONNECTION_TYPE_ORDER = [
|
|
|
20195
20196
|
"aiLarge",
|
|
20196
20197
|
"vision",
|
|
20197
20198
|
"audio",
|
|
20199
|
+
"image",
|
|
20198
20200
|
"embedder",
|
|
20199
20201
|
"transcriber",
|
|
20200
20202
|
"documentAi"
|
|
@@ -25437,4 +25439,4 @@ export {
|
|
|
25437
25439
|
useOAuthClients,
|
|
25438
25440
|
useOAuthClient
|
|
25439
25441
|
};
|
|
25440
|
-
//# sourceMappingURL=chunk-
|
|
25442
|
+
//# sourceMappingURL=chunk-RFOZWANP.mjs.map
|