test-lah 1.0.8 → 1.0.10
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +71 -47
- package/.next/standalone/.next/app-path-routes-manifest.json +7 -4
- package/.next/standalone/.next/build-manifest.json +5 -5
- package/.next/standalone/.next/prerender-manifest.json +27 -27
- package/.next/standalone/.next/server/app/(dashboard)/integrations/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/integrations/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page.js +17 -70
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page.js +2 -22
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js +34 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/api/e2e/route.js +19 -8
- package/.next/standalone/.next/server/app/api/e2e/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/generate/route.js +1 -18
- package/.next/standalone/.next/server/app/api/generate/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/generate/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/llm/encrypt/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/llm/test/route.js +1 -18
- package/.next/standalone/.next/server/app/api/llm/test/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/llm/test/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcp/route.js +50 -0
- package/.next/standalone/.next/server/app/api/mcp/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/refine-notes/route.js +29 -0
- package/.next/standalone/.next/server/app/api/refine-notes/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/refine-notes/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/state/route.js +1 -0
- package/.next/standalone/.next/server/app/api/state/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/state/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/weather/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +3 -3
- package/.next/standalone/.next/server/app/integrations.html +1 -1
- package/.next/standalone/.next/server/app/integrations.rsc +4 -4
- package/.next/standalone/.next/server/app/login/page.js +2 -2
- package/.next/standalone/.next/server/app/login/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login.html +1 -1
- package/.next/standalone/.next/server/app/login.rsc +3 -3
- package/.next/standalone/.next/server/app/page.js +2 -2
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/projects.html +1 -1
- package/.next/standalone/.next/server/app/projects.rsc +4 -4
- package/.next/standalone/.next/server/app-paths-manifest.json +7 -4
- package/.next/standalone/.next/server/chunks/423.js +62 -0
- package/.next/standalone/.next/server/chunks/496.js +33 -0
- package/.next/standalone/.next/server/chunks/611.js +3 -3
- package/.next/standalone/.next/server/chunks/615.js +2 -2
- package/.next/standalone/.next/server/chunks/779.js +1 -0
- package/.next/standalone/.next/server/chunks/845.js +23 -20
- package/.next/standalone/.next/server/chunks/898.js +21 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/pages-manifest.json +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/BI7koHWCC15MOwsCfxo2O/_buildManifest.js +1 -0
- package/.next/standalone/.next/static/chunks/172-84d6b7afea495880.js +1 -0
- package/.next/standalone/.next/static/chunks/253-d1beae5e3cf2d88e.js +1 -0
- package/.next/standalone/.next/static/chunks/{255-4f84124391a7dac4.js → 255-98a0bdaa30757bda.js} +1 -1
- package/.next/standalone/.next/static/chunks/642-75adb59cbb062e44.js +1 -0
- package/.next/standalone/.next/static/chunks/661-a763fedcbf90af81.js +1 -0
- package/.next/standalone/.next/static/chunks/793-7306e111aea85b00.js +1 -0
- package/.next/standalone/.next/static/chunks/798-8424899efd598f73.js +1 -0
- package/.next/standalone/.next/static/chunks/968-a7dcf12036013254.js +62 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-25d6f67123a8a2ef.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-a63b3fef68015cb5.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-cfab61233220bde3.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-1650386b60d0337f.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/page-420d60cc1ac676f3.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/e2e/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/generate/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/llm/encrypt/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/llm/test/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/mcp/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/refine-notes/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/state/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/weather/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/{static/chunks/app/login/page-a655de2a3e8514f8.js → standalone/.next/static/chunks/app/login/page-35c717d39c71dcbf.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/page-3e00e649355cd3ac.js +1 -0
- package/.next/standalone/.next/static/chunks/{main-646068343426c12d.js → main-2af68c75fbdc984e.js} +1 -1
- package/.next/standalone/.next/static/css/d95cfd16ee2f56f9.css +3 -0
- package/.next/standalone/node_modules/@next/env/package.json +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/agents.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/.next/standalone/node_modules/caniuse-lite/package.json +1 -1
- package/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
- package/.next/standalone/node_modules/next/dist/build/webpack-config.js +2 -2
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +1 -1
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +1 -1
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +13 -13
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +12 -12
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +3 -1
- package/.next/standalone/node_modules/next/dist/shared/lib/canary-only.js +1 -1
- package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/.next/standalone/node_modules/next/package.json +15 -15
- package/.next/standalone/node_modules/semver/classes/range.js +9 -0
- package/.next/standalone/node_modules/semver/package.json +1 -1
- package/.next/standalone/package.json +3 -2
- package/.next/static/BI7koHWCC15MOwsCfxo2O/_buildManifest.js +1 -0
- package/.next/static/chunks/172-84d6b7afea495880.js +1 -0
- package/.next/static/chunks/253-d1beae5e3cf2d88e.js +1 -0
- package/.next/static/chunks/{255-4f84124391a7dac4.js → 255-98a0bdaa30757bda.js} +1 -1
- package/.next/static/chunks/642-75adb59cbb062e44.js +1 -0
- package/.next/static/chunks/661-a763fedcbf90af81.js +1 -0
- package/.next/static/chunks/793-7306e111aea85b00.js +1 -0
- package/.next/static/chunks/798-8424899efd598f73.js +1 -0
- package/.next/static/chunks/968-a7dcf12036013254.js +62 -0
- package/.next/static/chunks/app/(dashboard)/integrations/page-25d6f67123a8a2ef.js +1 -0
- package/.next/static/chunks/app/(dashboard)/layout-a63b3fef68015cb5.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-cfab61233220bde3.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-1650386b60d0337f.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/page-420d60cc1ac676f3.js +1 -0
- package/.next/static/chunks/app/api/e2e/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/generate/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/llm/encrypt/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/llm/test/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/mcp/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/refine-notes/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/state/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/static/chunks/app/api/weather/route-4f053c4f9dcca3c0.js +1 -0
- package/.next/{standalone/.next/static/chunks/app/login/page-a655de2a3e8514f8.js → static/chunks/app/login/page-35c717d39c71dcbf.js} +1 -1
- package/.next/static/chunks/app/page-3e00e649355cd3ac.js +1 -0
- package/.next/static/chunks/{main-646068343426c12d.js → main-2af68c75fbdc984e.js} +1 -1
- package/.next/static/css/d95cfd16ee2f56f9.css +3 -0
- package/README.md +52 -16
- package/package.json +3 -2
- package/.next/standalone/.next/server/chunks/350.js +0 -21
- package/.next/standalone/.next/server/chunks/403.js +0 -1
- package/.next/standalone/.next/server/chunks/583.js +0 -1
- package/.next/standalone/.next/static/5bU_Xo0_CNnVnb2HQeysr/_buildManifest.js +0 -1
- package/.next/standalone/.next/static/chunks/246-1673b37cc8edb269.js +0 -1
- package/.next/standalone/.next/static/chunks/485-23e4a6e33ee79f14.js +0 -1
- package/.next/standalone/.next/static/chunks/532-95cb537bb36c2e68.js +0 -62
- package/.next/standalone/.next/static/chunks/637-dcbc811f7143935f.js +0 -1
- package/.next/standalone/.next/static/chunks/708-1fc7a6d1d5b4aee7.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-a5bf2535f1470c77.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-7205f74080ad5010.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-b69fc155f1796e19.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/page-11a49918142004f5.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/e2e/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/generate/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/llm/encrypt/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/llm/test/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/weather/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/page-a90eeaea3538ebf2.js +0 -1
- package/.next/standalone/.next/static/css/f78c165472d53f48.css +0 -3
- package/.next/standalone/node_modules/buffer-from/index.js +0 -72
- package/.next/standalone/node_modules/buffer-from/package.json +0 -19
- package/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
- package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
- package/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
- package/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
- package/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
- package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
- package/.next/standalone/node_modules/source-map/lib/util.js +0 -488
- package/.next/standalone/node_modules/source-map/package.json +0 -73
- package/.next/standalone/node_modules/source-map/source-map.js +0 -8
- package/.next/standalone/node_modules/source-map-support/package.json +0 -31
- package/.next/standalone/node_modules/source-map-support/source-map-support.js +0 -625
- package/.next/static/5bU_Xo0_CNnVnb2HQeysr/_buildManifest.js +0 -1
- package/.next/static/chunks/246-1673b37cc8edb269.js +0 -1
- package/.next/static/chunks/485-23e4a6e33ee79f14.js +0 -1
- package/.next/static/chunks/532-95cb537bb36c2e68.js +0 -62
- package/.next/static/chunks/637-dcbc811f7143935f.js +0 -1
- package/.next/static/chunks/708-1fc7a6d1d5b4aee7.js +0 -1
- package/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +0 -1
- package/.next/static/chunks/app/(dashboard)/layout-a5bf2535f1470c77.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-7205f74080ad5010.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-b69fc155f1796e19.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/page-11a49918142004f5.js +0 -1
- package/.next/static/chunks/app/api/e2e/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/generate/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/llm/encrypt/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/llm/test/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/weather/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/page-a90eeaea3538ebf2.js +0 -1
- package/.next/static/css/f78c165472d53f48.css +0 -3
- /package/.next/standalone/.next/static/{5bU_Xo0_CNnVnb2HQeysr → BI7koHWCC15MOwsCfxo2O}/_ssgManifest.js +0 -0
- /package/.next/static/{5bU_Xo0_CNnVnb2HQeysr → BI7koHWCC15MOwsCfxo2O}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
BI7koHWCC15MOwsCfxo2O
|
|
@@ -3,123 +3,147 @@
|
|
|
3
3
|
"/_not-found/page": [
|
|
4
4
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
5
5
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
6
|
-
"static/chunks/255-
|
|
6
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
7
7
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-3f4d8d8640d6a2b7.js"
|
|
9
9
|
],
|
|
10
10
|
"/layout": [
|
|
11
11
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
12
12
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
13
|
-
"static/chunks/255-
|
|
13
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
14
14
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/d95cfd16ee2f56f9.css",
|
|
16
16
|
"static/chunks/app/layout-3ad98a7069d70b7b.js"
|
|
17
17
|
],
|
|
18
18
|
"/api/e2e/route": [
|
|
19
19
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
20
20
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
21
|
-
"static/chunks/255-
|
|
21
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
22
22
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
23
|
-
"static/chunks/app/api/e2e/route-
|
|
23
|
+
"static/chunks/app/api/e2e/route-4f053c4f9dcca3c0.js"
|
|
24
24
|
],
|
|
25
25
|
"/api/generate/route": [
|
|
26
26
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
27
27
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
28
|
-
"static/chunks/255-
|
|
28
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
29
29
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
30
|
-
"static/chunks/app/api/generate/route-
|
|
30
|
+
"static/chunks/app/api/generate/route-4f053c4f9dcca3c0.js"
|
|
31
|
+
],
|
|
32
|
+
"/api/llm/encrypt/route": [
|
|
33
|
+
"static/chunks/webpack-879312f65eed9520.js",
|
|
34
|
+
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
35
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
36
|
+
"static/chunks/main-app-9c62372c526a8308.js",
|
|
37
|
+
"static/chunks/app/api/llm/encrypt/route-4f053c4f9dcca3c0.js"
|
|
31
38
|
],
|
|
32
39
|
"/api/llm/test/route": [
|
|
33
40
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
34
41
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
35
|
-
"static/chunks/255-
|
|
42
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
36
43
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
37
|
-
"static/chunks/app/api/llm/test/route-
|
|
44
|
+
"static/chunks/app/api/llm/test/route-4f053c4f9dcca3c0.js"
|
|
38
45
|
],
|
|
39
|
-
"/api/
|
|
46
|
+
"/api/refine-notes/route": [
|
|
40
47
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
41
48
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
42
|
-
"static/chunks/255-
|
|
49
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
43
50
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
44
|
-
"static/chunks/app/api/
|
|
51
|
+
"static/chunks/app/api/refine-notes/route-4f053c4f9dcca3c0.js"
|
|
45
52
|
],
|
|
46
|
-
"/api/
|
|
53
|
+
"/api/mcp/route": [
|
|
47
54
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
48
55
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
49
|
-
"static/chunks/255-
|
|
56
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
50
57
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
51
|
-
"static/chunks/app/api/
|
|
58
|
+
"static/chunks/app/api/mcp/route-4f053c4f9dcca3c0.js"
|
|
52
59
|
],
|
|
53
|
-
"/
|
|
60
|
+
"/api/state/route": [
|
|
54
61
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
55
62
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
56
|
-
"static/chunks/255-
|
|
63
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
57
64
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
58
|
-
"static/chunks/app/
|
|
65
|
+
"static/chunks/app/api/state/route-4f053c4f9dcca3c0.js"
|
|
66
|
+
],
|
|
67
|
+
"/api/weather/route": [
|
|
68
|
+
"static/chunks/webpack-879312f65eed9520.js",
|
|
69
|
+
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
70
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
71
|
+
"static/chunks/main-app-9c62372c526a8308.js",
|
|
72
|
+
"static/chunks/app/api/weather/route-4f053c4f9dcca3c0.js"
|
|
59
73
|
],
|
|
60
74
|
"/login/page": [
|
|
61
75
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
62
76
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
63
|
-
"static/chunks/255-
|
|
77
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
64
78
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
65
79
|
"static/chunks/e6b68d76-e963776433165d67.js",
|
|
66
80
|
"static/chunks/909-a5da60d248a1c133.js",
|
|
67
|
-
"static/chunks/
|
|
68
|
-
"static/chunks/
|
|
69
|
-
"static/chunks/
|
|
70
|
-
|
|
81
|
+
"static/chunks/793-7306e111aea85b00.js",
|
|
82
|
+
"static/chunks/661-a763fedcbf90af81.js",
|
|
83
|
+
"static/chunks/app/login/page-35c717d39c71dcbf.js"
|
|
84
|
+
],
|
|
85
|
+
"/page": [
|
|
86
|
+
"static/chunks/webpack-879312f65eed9520.js",
|
|
87
|
+
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
88
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
89
|
+
"static/chunks/main-app-9c62372c526a8308.js",
|
|
90
|
+
"static/chunks/app/page-3e00e649355cd3ac.js"
|
|
71
91
|
],
|
|
72
92
|
"/(dashboard)/layout": [
|
|
73
93
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
74
94
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
75
|
-
"static/chunks/255-
|
|
95
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
76
96
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
77
97
|
"static/chunks/619-ba102abea3e3d0e4.js",
|
|
78
|
-
"static/chunks/
|
|
79
|
-
"static/chunks/app/(dashboard)/layout-
|
|
98
|
+
"static/chunks/798-8424899efd598f73.js",
|
|
99
|
+
"static/chunks/app/(dashboard)/layout-a63b3fef68015cb5.js"
|
|
80
100
|
],
|
|
81
|
-
"/(dashboard)/
|
|
101
|
+
"/(dashboard)/integrations/page": [
|
|
82
102
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
83
103
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
84
|
-
"static/chunks/255-
|
|
104
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
85
105
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
86
|
-
"static/chunks/6edf0643-cff15dee501a82ef.js",
|
|
87
106
|
"static/chunks/909-a5da60d248a1c133.js",
|
|
88
|
-
"static/chunks/
|
|
89
|
-
"static/chunks/637-dcbc811f7143935f.js",
|
|
90
|
-
"static/chunks/532-95cb537bb36c2e68.js",
|
|
91
|
-
"static/chunks/246-1673b37cc8edb269.js",
|
|
92
|
-
"static/chunks/app/(dashboard)/projects/[projectId]/page-7205f74080ad5010.js"
|
|
107
|
+
"static/chunks/app/(dashboard)/integrations/page-25d6f67123a8a2ef.js"
|
|
93
108
|
],
|
|
94
|
-
"/(dashboard)/projects/[projectId]/
|
|
109
|
+
"/(dashboard)/projects/[projectId]/page": [
|
|
95
110
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
96
111
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
97
|
-
"static/chunks/255-
|
|
112
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
98
113
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
99
114
|
"static/chunks/6edf0643-cff15dee501a82ef.js",
|
|
100
|
-
"static/chunks/
|
|
101
|
-
"static/chunks/
|
|
102
|
-
"static/chunks/
|
|
115
|
+
"static/chunks/909-a5da60d248a1c133.js",
|
|
116
|
+
"static/chunks/793-7306e111aea85b00.js",
|
|
117
|
+
"static/chunks/968-a7dcf12036013254.js",
|
|
118
|
+
"static/chunks/253-d1beae5e3cf2d88e.js",
|
|
119
|
+
"static/chunks/798-8424899efd598f73.js",
|
|
120
|
+
"static/chunks/642-75adb59cbb062e44.js",
|
|
121
|
+
"static/chunks/app/(dashboard)/projects/[projectId]/page-cfab61233220bde3.js"
|
|
103
122
|
],
|
|
104
|
-
"/(dashboard)/
|
|
123
|
+
"/(dashboard)/projects/[projectId]/summary/page": [
|
|
105
124
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
106
125
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
107
|
-
"static/chunks/255-
|
|
126
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
108
127
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
109
|
-
"static/chunks/
|
|
110
|
-
"static/chunks/
|
|
128
|
+
"static/chunks/6edf0643-cff15dee501a82ef.js",
|
|
129
|
+
"static/chunks/619-ba102abea3e3d0e4.js",
|
|
130
|
+
"static/chunks/968-a7dcf12036013254.js",
|
|
131
|
+
"static/chunks/798-8424899efd598f73.js",
|
|
132
|
+
"static/chunks/642-75adb59cbb062e44.js",
|
|
133
|
+
"static/chunks/app/(dashboard)/projects/[projectId]/summary/page-1650386b60d0337f.js"
|
|
111
134
|
],
|
|
112
135
|
"/(dashboard)/projects/page": [
|
|
113
136
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
114
137
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
115
|
-
"static/chunks/255-
|
|
138
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
116
139
|
"static/chunks/main-app-9c62372c526a8308.js",
|
|
117
140
|
"static/chunks/6edf0643-cff15dee501a82ef.js",
|
|
118
141
|
"static/chunks/909-a5da60d248a1c133.js",
|
|
119
|
-
"static/chunks/
|
|
142
|
+
"static/chunks/793-7306e111aea85b00.js",
|
|
120
143
|
"static/chunks/619-ba102abea3e3d0e4.js",
|
|
121
|
-
"static/chunks/
|
|
122
|
-
"static/chunks/
|
|
144
|
+
"static/chunks/172-84d6b7afea495880.js",
|
|
145
|
+
"static/chunks/798-8424899efd598f73.js",
|
|
146
|
+
"static/chunks/app/(dashboard)/projects/page-420d60cc1ac676f3.js"
|
|
123
147
|
]
|
|
124
148
|
}
|
|
125
149
|
}
|
|
@@ -2,14 +2,17 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/e2e/route": "/api/e2e",
|
|
4
4
|
"/api/generate/route": "/api/generate",
|
|
5
|
-
"/api/llm/test/route": "/api/llm/test",
|
|
6
5
|
"/api/llm/encrypt/route": "/api/llm/encrypt",
|
|
7
|
-
"/
|
|
6
|
+
"/api/llm/test/route": "/api/llm/test",
|
|
7
|
+
"/api/refine-notes/route": "/api/refine-notes",
|
|
8
|
+
"/api/mcp/route": "/api/mcp",
|
|
9
|
+
"/api/state/route": "/api/state",
|
|
8
10
|
"/api/weather/route": "/api/weather",
|
|
9
|
-
"/
|
|
11
|
+
"/favicon.ico/route": "/favicon.ico",
|
|
10
12
|
"/login/page": "/login",
|
|
13
|
+
"/page": "/",
|
|
14
|
+
"/(dashboard)/integrations/page": "/integrations",
|
|
11
15
|
"/(dashboard)/projects/[projectId]/page": "/projects/[projectId]",
|
|
12
16
|
"/(dashboard)/projects/[projectId]/summary/page": "/projects/[projectId]/summary",
|
|
13
|
-
"/(dashboard)/integrations/page": "/integrations",
|
|
14
17
|
"/(dashboard)/projects/page": "/projects"
|
|
15
18
|
}
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/BI7koHWCC15MOwsCfxo2O/_buildManifest.js",
|
|
9
|
+
"static/BI7koHWCC15MOwsCfxo2O/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
13
13
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
14
|
-
"static/chunks/255-
|
|
14
|
+
"static/chunks/255-98a0bdaa30757bda.js",
|
|
15
15
|
"static/chunks/main-app-9c62372c526a8308.js"
|
|
16
16
|
],
|
|
17
17
|
"rootMainFilesTree": {},
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"/_app": [
|
|
20
20
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
21
21
|
"static/chunks/framework-a6e0b7e30f98059a.js",
|
|
22
|
-
"static/chunks/main-
|
|
22
|
+
"static/chunks/main-2af68c75fbdc984e.js",
|
|
23
23
|
"static/chunks/pages/_app-7d307437aca18ad4.js"
|
|
24
24
|
],
|
|
25
25
|
"/_error": [
|
|
26
26
|
"static/chunks/webpack-879312f65eed9520.js",
|
|
27
27
|
"static/chunks/framework-a6e0b7e30f98059a.js",
|
|
28
|
-
"static/chunks/main-
|
|
28
|
+
"static/chunks/main-2af68c75fbdc984e.js",
|
|
29
29
|
"static/chunks/pages/_error-cb2a52f75f2162e2.js"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {
|
|
4
|
-
"/
|
|
5
|
-
"initialHeaders": {
|
|
6
|
-
"cache-control": "public, max-age=0, must-revalidate",
|
|
7
|
-
"content-type": "image/x-icon",
|
|
8
|
-
"x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"
|
|
9
|
-
},
|
|
4
|
+
"/login": {
|
|
10
5
|
"experimentalBypassFor": [
|
|
11
6
|
{
|
|
12
7
|
"type": "header",
|
|
@@ -19,8 +14,8 @@
|
|
|
19
14
|
}
|
|
20
15
|
],
|
|
21
16
|
"initialRevalidateSeconds": false,
|
|
22
|
-
"srcRoute": "/
|
|
23
|
-
"dataRoute":
|
|
17
|
+
"srcRoute": "/login",
|
|
18
|
+
"dataRoute": "/login.rsc",
|
|
24
19
|
"allowHeader": [
|
|
25
20
|
"host",
|
|
26
21
|
"x-matched-path",
|
|
@@ -30,8 +25,7 @@
|
|
|
30
25
|
"x-next-revalidate-tag-token"
|
|
31
26
|
]
|
|
32
27
|
},
|
|
33
|
-
"/
|
|
34
|
-
"initialStatus": 404,
|
|
28
|
+
"/integrations": {
|
|
35
29
|
"experimentalBypassFor": [
|
|
36
30
|
{
|
|
37
31
|
"type": "header",
|
|
@@ -44,8 +38,8 @@
|
|
|
44
38
|
}
|
|
45
39
|
],
|
|
46
40
|
"initialRevalidateSeconds": false,
|
|
47
|
-
"srcRoute": "/
|
|
48
|
-
"dataRoute": "/
|
|
41
|
+
"srcRoute": "/integrations",
|
|
42
|
+
"dataRoute": "/integrations.rsc",
|
|
49
43
|
"allowHeader": [
|
|
50
44
|
"host",
|
|
51
45
|
"x-matched-path",
|
|
@@ -55,7 +49,7 @@
|
|
|
55
49
|
"x-next-revalidate-tag-token"
|
|
56
50
|
]
|
|
57
51
|
},
|
|
58
|
-
"/
|
|
52
|
+
"/": {
|
|
59
53
|
"experimentalBypassFor": [
|
|
60
54
|
{
|
|
61
55
|
"type": "header",
|
|
@@ -68,8 +62,8 @@
|
|
|
68
62
|
}
|
|
69
63
|
],
|
|
70
64
|
"initialRevalidateSeconds": false,
|
|
71
|
-
"srcRoute": "/
|
|
72
|
-
"dataRoute": "/
|
|
65
|
+
"srcRoute": "/",
|
|
66
|
+
"dataRoute": "/index.rsc",
|
|
73
67
|
"allowHeader": [
|
|
74
68
|
"host",
|
|
75
69
|
"x-matched-path",
|
|
@@ -79,7 +73,12 @@
|
|
|
79
73
|
"x-next-revalidate-tag-token"
|
|
80
74
|
]
|
|
81
75
|
},
|
|
82
|
-
"/": {
|
|
76
|
+
"/favicon.ico": {
|
|
77
|
+
"initialHeaders": {
|
|
78
|
+
"cache-control": "public, max-age=0, must-revalidate",
|
|
79
|
+
"content-type": "image/x-icon",
|
|
80
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"
|
|
81
|
+
},
|
|
83
82
|
"experimentalBypassFor": [
|
|
84
83
|
{
|
|
85
84
|
"type": "header",
|
|
@@ -92,8 +91,8 @@
|
|
|
92
91
|
}
|
|
93
92
|
],
|
|
94
93
|
"initialRevalidateSeconds": false,
|
|
95
|
-
"srcRoute": "/",
|
|
96
|
-
"dataRoute":
|
|
94
|
+
"srcRoute": "/favicon.ico",
|
|
95
|
+
"dataRoute": null,
|
|
97
96
|
"allowHeader": [
|
|
98
97
|
"host",
|
|
99
98
|
"x-matched-path",
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
"x-next-revalidate-tag-token"
|
|
104
103
|
]
|
|
105
104
|
},
|
|
106
|
-
"/
|
|
105
|
+
"/projects": {
|
|
107
106
|
"experimentalBypassFor": [
|
|
108
107
|
{
|
|
109
108
|
"type": "header",
|
|
@@ -116,8 +115,8 @@
|
|
|
116
115
|
}
|
|
117
116
|
],
|
|
118
117
|
"initialRevalidateSeconds": false,
|
|
119
|
-
"srcRoute": "/
|
|
120
|
-
"dataRoute": "/
|
|
118
|
+
"srcRoute": "/projects",
|
|
119
|
+
"dataRoute": "/projects.rsc",
|
|
121
120
|
"allowHeader": [
|
|
122
121
|
"host",
|
|
123
122
|
"x-matched-path",
|
|
@@ -127,7 +126,8 @@
|
|
|
127
126
|
"x-next-revalidate-tag-token"
|
|
128
127
|
]
|
|
129
128
|
},
|
|
130
|
-
"/
|
|
129
|
+
"/_not-found": {
|
|
130
|
+
"initialStatus": 404,
|
|
131
131
|
"experimentalBypassFor": [
|
|
132
132
|
{
|
|
133
133
|
"type": "header",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"initialRevalidateSeconds": false,
|
|
143
|
-
"srcRoute": "/
|
|
144
|
-
"dataRoute": "/
|
|
143
|
+
"srcRoute": "/_not-found",
|
|
144
|
+
"dataRoute": "/_not-found.rsc",
|
|
145
145
|
"allowHeader": [
|
|
146
146
|
"host",
|
|
147
147
|
"x-matched-path",
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"dynamicRoutes": {},
|
|
156
156
|
"notFoundRoutes": [],
|
|
157
157
|
"preview": {
|
|
158
|
-
"previewModeId": "
|
|
159
|
-
"previewModeSigningKey": "
|
|
160
|
-
"previewModeEncryptionKey": "
|
|
158
|
+
"previewModeId": "5f52557b22be34572d1fa402871d84ab",
|
|
159
|
+
"previewModeSigningKey": "9a5bc243e9a6dfcc43d4391cbd44f9c74503f754684dd9df765e5eeb637a5ce6",
|
|
160
|
+
"previewModeEncryptionKey": "4745c0a8de63cc9c94cede2436f397dc58358753fa60abc8ad91dd67210c1647"
|
|
161
161
|
}
|
|
162
162
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{var a={};a.id=480,a.ids=[480],a.modules={169:(a,b,c)=>{"use strict";c.d(b,{b:()=>g});var d=c(21124),e=c(38301),f=c(44943);function g({width:a=40,height:b=40,x:c=-1,y:g=-1,strokeDasharray:h="0",squares:i,className:j,...k}){let l=(0,e.useId)();return(0,d.jsxs)("svg",{"aria-hidden":"true",className:(0,f.cn)("pointer-events-none absolute inset-0 h-full w-full fill-gray-400/30 stroke-gray-400/30",j),...k,children:[(0,d.jsx)("defs",{children:(0,d.jsx)("pattern",{id:l,width:a,height:b,patternUnits:"userSpaceOnUse",x:c,y:g,children:(0,d.jsx)("path",{d:`M.5 ${b}V.5H${a}`,fill:"none",strokeDasharray:h})})}),(0,d.jsx)("rect",{width:"100%",height:"100%",strokeWidth:0,fill:`url(#${l})`}),i&&(0,d.jsx)("svg",{x:c,y:g,className:"overflow-visible",children:i.map(([c,e])=>(0,d.jsx)("rect",{strokeWidth:"0",width:a-1,height:b-1,x:c*a+1,y:e*b+1},`${c}-${e}`))})]})}},261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7814:(a,b,c)=>{Promise.resolve().then(c.bind(c,95183))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19553:(a,b,c)=>{"use strict";c.d(b,{P:()=>i});var d=c(38301),e=c(79472);let f={apiKey:"",baseURL:"",defaultModel:"",secondaryModel:"",models:[],connected:!1};function g(){let a={};for(let b of e.Pj)a[b.id]={...f,baseURL:b.baseURL||""};return{activeProvider:null,providers:a}}function h(a){try{localStorage.setItem("qa-llm-config",JSON.stringify(a))}catch{}}function i(){let[a,b]=(0,d.useState)(g),[c,e]=(0,d.useState)(!1),f=(0,d.useCallback)((a,c)=>{let d=g(),e={...d,providers:{...d.providers,[a]:{...d.providers[a],...c}}};h(e),b(e)},[]),i=(0,d.useCallback)(a=>{let c={...g(),activeProvider:a};h(c),b(c)},[]),j=a.activeProvider?a.providers[a.activeProvider]:null,k=c&&!!j&&j.apiKey.length>0&&j.connected;return{config:a,loaded:c,isConnected:k,activeProvider:j,activeProviderId:a.activeProvider,updateProvider:f,setActiveProvider:i}}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41470:(a,b,c)=>{Promise.resolve().then(c.bind(c,70393))},44943:(a,b,c)=>{"use strict";c.d(b,{cn:()=>f});var d=c(43249),e=c(58829);function f(...a){return(0,e.QP)((0,d.$)(a))}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},70393:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx","default")},71497:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["(dashboard)",{children:["integrations",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,70393)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,97788)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,J=["/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/integrations/page",pathname:"/integrations",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/(dashboard)/integrations/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
-
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},79472:(a,b,c)=>{"use strict";c.d(b,{Pj:()=>d});let d=Object.values({openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}})},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},95183:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>i});var d=c(21124),e=c(38301),f=c(169),g=c(19553),h=c(79472);function i(){let{activeProviderId:a,setActiveProvider:b}=(0,g.P)(),[c,i]=(0,e.useState)(a);return(0,d.jsxs)("div",{className:"h-full overflow-auto relative",children:[(0,d.jsxs)("div",{className:"absolute inset-0 overflow-hidden pointer-events-none",children:[(0,d.jsx)(f.b,{width:40,height:40,x:-1,y:-1,className:"opacity-20"}),(0,d.jsx)("div",{className:"absolute inset-0",style:{background:"linear-gradient(to bottom, var(--bg-primary) 0%, transparent 20%, transparent 80%, var(--bg-primary) 100%)"}})]}),(0,d.jsxs)("div",{className:"relative p-6 max-w-4xl",children:[(0,d.jsxs)("div",{className:"mb-6",children:[(0,d.jsx)("h2",{className:"text-lg font-medium",style:{color:"var(--text-primary)"},children:"Integrations"}),(0,d.jsx)("p",{className:"text-xs mt-0.5",style:{color:"var(--text-tertiary)"},children:"Connect an AI provider to enable test case generation."})]}),(0,d.jsx)("h3",{className:"text-xs font-medium uppercase tracking-wider mb-3",style:{color:"var(--text-tertiary)"},children:"AI Providers"}),(0,d.jsx)("div",{className:"space-y-3",children:h.Pj.map(e=>(0,d.jsx)(j,{def:e,expanded:c===e.id,onToggle:()=>i(a=>a===e.id?null:e.id),isActive:a===e.id,onSetActive:()=>b(e.id)},e.id))})]})]})}function j({def:a,expanded:b,onToggle:c,isActive:f,onSetActive:h}){let{config:i,updateProvider:j}=(0,g.P)(),l=i.providers[a.id],[m,n]=(0,e.useState)(!1),[o,p]=(0,e.useState)(l?.apiKey||""),[q,r]=(0,e.useState)(l?.baseURL||a.baseURL||""),[s,t]=(0,e.useState)(!1),u=l?.defaultModel||a.defaultModel,[v,w]=(0,e.useState)(null),[x,y]=(0,e.useState)(null),z=async()=>{let b=o.trim();if(b){t(!0),w(null),y(null);try{let c=await fetch("/api/llm/test",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:a.id,apiKey:b,baseURL:q.trim()||void 0,model:u})}),d=await c.json();w(d),d.ok&&y(b)}catch{w({ok:!1,error:"Network error"})}finally{t(!1)}}},A=async()=>{let b=x||o.trim();if(!b)return;if(!x)return void await z();let c=b;try{let a=await fetch("/api/llm/encrypt",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:b})}),d=await a.json();d.encrypted&&(c=d.encrypted)}catch{}j(a.id,{apiKey:c,baseURL:q.trim()||a.baseURL||"",connected:!0,models:a.popularModels,defaultModel:l?.defaultModel||a.defaultModel||a.popularModels[0]||"",secondaryModel:l?.secondaryModel||""}),n(!1),w(null),y(null)},B=(b,c)=>{j(a.id,{[b]:c})};if(!l)return null;let C=a.color||"#6B7280";return(0,d.jsxs)("div",{className:"rounded-xl border transition-all overflow-hidden",style:{borderColor:f?C:b?"var(--border-hover)":"var(--border)",backgroundColor:"var(--bg-card)",boxShadow:f?`0 0 0 1px ${C}20`:void 0},children:[(0,d.jsxs)("button",{onClick:c,className:"w-full px-5 py-4 flex items-center gap-3 text-left transition-colors hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("div",{className:"w-11 h-11 rounded-lg flex items-center justify-center overflow-hidden flex-shrink-0",style:{backgroundColor:`${C}10`},children:a.logoUrl?(0,d.jsx)("img",{src:a.logoUrl,alt:a.name,width:24,height:24,className:"opacity-80",style:{filter:"brightness(0.5)"},onError:a=>{a.target.style.display="none"}}):(0,d.jsx)("span",{className:"text-xs font-bold",style:{color:C},children:"API"})}),(0,d.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("span",{className:"text-sm font-semibold",style:{color:"var(--text-primary)"},children:a.name}),f&&l.connected&&(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:`${C}15`,color:C},children:"Active"}),(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:l.connected?"var(--status-pass-bg)":"var(--bg-secondary)",color:l.connected?"var(--status-pass-text)":"var(--text-tertiary)"},children:l.connected?"Connected":"Not configured"})]}),(0,d.jsx)("p",{className:"text-[11px] mt-0.5 truncate",style:{color:"var(--text-tertiary)"},children:a.description})]}),(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-tertiary)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"flex-shrink-0 transition-transform duration-200",style:{transform:b?"rotate(180deg)":"rotate(0deg)"},children:(0,d.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),(0,d.jsx)("div",{style:{maxHeight:b?"600px":"0px",overflow:"hidden",transition:"max-height 250ms ease-out"},children:(0,d.jsxs)("div",{className:"px-5 pb-5 pt-1 space-y-3",children:[m||!l.connected?(0,d.jsxs)("div",{className:"space-y-2",children:[a.requiresBaseURL&&(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1",style:{color:"var(--text-tertiary)"},children:"API Base URL"}),(0,d.jsx)("input",{type:"text",value:q,onChange:a=>{r(a.target.value),y(null),w(null)},placeholder:"https://api.example.com/v1",className:"w-full px-3 py-2 text-sm rounded-lg outline-none border transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"}})]}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("input",{type:"password",value:o,onChange:a=>{p(a.target.value),y(null),w(null)},placeholder:a.keyPlaceholder,className:"flex-1 px-3 py-2 text-sm rounded-lg outline-none border transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"},onKeyDown:a=>{"Enter"===a.key&&z()}}),(0,d.jsx)("button",{onClick:z,disabled:s||!o.trim(),className:"px-4 py-2 text-xs font-medium rounded-lg border transition-all hover:bg-[var(--bg-secondary)] disabled:opacity-40",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:s?(0,d.jsxs)("span",{className:"flex items-center gap-1.5",children:[(0,d.jsx)("svg",{className:"animate-spin",width:12,height:12,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeDasharray:"30 70"})}),"Testing"]}):"Test"}),(0,d.jsx)("button",{onClick:A,disabled:!x&&!o.trim(),className:"px-4 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90 disabled:opacity-40",style:{backgroundColor:C,color:"#fff"},children:"Connect"}),m&&(0,d.jsx)("button",{onClick:()=>{n(!1),p(l.apiKey),r(l.baseURL||a.baseURL||""),y(null),w(null)},className:"px-3 py-2 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:"Cancel"})]}),v&&(0,d.jsx)("div",{className:"text-xs px-3 py-2 rounded-lg",style:{backgroundColor:v.ok?"var(--status-pass-bg)":"var(--status-fail-bg)",color:v.ok?"var(--status-pass-text)":"var(--status-fail-text)"},children:v.ok?"Connection verified! Click Connect to save.":`Failed: ${v.error}`}),a.keyUrl&&(0,d.jsxs)("p",{className:"text-[10px]",style:{color:"var(--text-tertiary)"},children:["Get your key at"," ",(0,d.jsx)("a",{href:a.keyUrl,target:"_blank",rel:"noopener noreferrer",style:{color:C,textDecoration:"underline"},children:a.keyUrl.replace("https://","").split("/")[0]})]})]}):(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("button",{onClick:()=>{p(l.apiKey),r(l.baseURL||a.baseURL||""),n(!0)},className:"flex-1 px-3 py-2 text-xs font-medium rounded-lg border transition-all hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:"Update API Key"}),(0,d.jsx)("button",{onClick:()=>{j(a.id,{apiKey:"",connected:!1,models:[],defaultModel:"",secondaryModel:""}),p(""),r(a.baseURL||""),n(!1),w(null)},className:"px-3 py-2 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--status-fail-bg)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},children:"Disconnect"}),!f&&(0,d.jsx)("button",{onClick:h,className:"px-3 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90",style:{backgroundColor:C,color:"#fff"},children:"Set Active"})]}),(0,d.jsxs)("div",{className:"pt-3 border-t",style:{borderColor:"var(--border)"},children:[(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1.5",style:{color:"var(--text-tertiary)"},children:"Default Model"}),(0,d.jsx)(k,{value:l.defaultModel,models:l.models.length>0?l.models:a.popularModels,onChange:a=>B("defaultModel",a)})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1.5",style:{color:"var(--text-tertiary)"},children:"Fallback Model"}),(0,d.jsx)(k,{value:l.secondaryModel,models:l.models.length>0?l.models:a.popularModels,onChange:a=>B("secondaryModel",a),allowEmpty:!0})]})]}),f&&l.connected&&(0,d.jsxs)("div",{className:"mt-2 text-[10px] flex items-center gap-1.5",style:{color:"var(--text-tertiary)"},children:[(0,d.jsx)("div",{className:"w-1.5 h-1.5 rounded-full",style:{backgroundColor:C}}),"Using ",l.defaultModel,l.secondaryModel?` (fallback: ${l.secondaryModel})`:""]})]})]})})]})}function k({value:a,models:b,onChange:c,allowEmpty:f}){let[g,h]=(0,e.useState)(!1),i=b.includes(a);return g||!i&&""!==a?(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsx)("input",{type:"text",value:a,onChange:a=>c(a.target.value),placeholder:"model-id",className:"flex-1 px-2.5 py-1.5 text-xs rounded-lg border outline-none transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"}}),b.length>0&&(0,d.jsx)("button",{onClick:()=>{h(!1),c(b[0])},className:"px-2 py-1.5 text-[10px] rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},title:"Switch to preset list",children:(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"6 9 12 15 18 9"})})})]}):(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsxs)("select",{value:a,onChange:a=>c(a.target.value),className:"flex-1 px-2.5 py-1.5 text-xs rounded-lg border outline-none transition-colors cursor-pointer",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"},children:[f&&(0,d.jsx)("option",{value:"",children:"None"}),b.map(a=>(0,d.jsx)("option",{value:a,children:a},a))]}),(0,d.jsx)("button",{onClick:()=>h(!0),className:"px-2 py-1.5 text-[10px] rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},title:"Enter custom model ID",children:"✏️"})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,917,736,506,485,615],()=>b(b.s=71497));module.exports=c})();
|
|
1
|
+
(()=>{var a={};a.id=480,a.ids=[480],a.modules={169:(a,b,c)=>{"use strict";c.d(b,{b:()=>g});var d=c(21124),e=c(38301),f=c(44943);function g({width:a=40,height:b=40,x:c=-1,y:g=-1,strokeDasharray:h="0",squares:i,className:j,...k}){let l=(0,e.useId)();return(0,d.jsxs)("svg",{"aria-hidden":"true",className:(0,f.cn)("pointer-events-none absolute inset-0 h-full w-full fill-gray-400/30 stroke-gray-400/30",j),...k,children:[(0,d.jsx)("defs",{children:(0,d.jsx)("pattern",{id:l,width:a,height:b,patternUnits:"userSpaceOnUse",x:c,y:g,children:(0,d.jsx)("path",{d:`M.5 ${b}V.5H${a}`,fill:"none",strokeDasharray:h})})}),(0,d.jsx)("rect",{width:"100%",height:"100%",strokeWidth:0,fill:`url(#${l})`}),i&&(0,d.jsx)("svg",{x:c,y:g,className:"overflow-visible",children:i.map(([c,e])=>(0,d.jsx)("rect",{strokeWidth:"0",width:a-1,height:b-1,x:c*a+1,y:e*b+1},`${c}-${e}`))})]})}},261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7814:(a,b,c)=>{Promise.resolve().then(c.bind(c,95183))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19553:(a,b,c)=>{"use strict";c.d(b,{P:()=>i});var d=c(38301),e=c(79472);let f={apiKey:"",baseURL:"",defaultModel:"",secondaryModel:"",models:[],connected:!1};function g(){let a={};for(let b of e.Pj)a[b.id]={...f,baseURL:b.baseURL||""};return{activeProvider:null,providers:a}}function h(a){try{localStorage.setItem("qa-llm-config",JSON.stringify(a))}catch{}}function i(){let[a,b]=(0,d.useState)(g),[c,f]=(0,d.useState)(!1),i=(0,d.useCallback)((a,c)=>{let d=g(),e={...d,providers:{...d.providers,[a]:{...d.providers[a],...c}}};h(e),b(e)},[]),j=(0,d.useCallback)(a=>{let c={...g(),activeProvider:a};h(c),b(c)},[]),k=a.activeProvider?a.providers[a.activeProvider]:null,l=!!a.activeProvider&&"local-cli"===(0,e.FC)(a.activeProvider).type,m=c&&!!k&&k.connected&&(l||k.apiKey.length>0);return{config:a,loaded:c,isConnected:m,activeProvider:k,activeProviderId:a.activeProvider,updateProvider:i,setActiveProvider:j}}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41470:(a,b,c)=>{Promise.resolve().then(c.bind(c,70393))},44943:(a,b,c)=>{"use strict";c.d(b,{cn:()=>f});var d=c(43249),e=c(58829);function f(...a){return(0,e.QP)((0,d.$)(a))}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},70393:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx","default")},71497:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["(dashboard)",{children:["integrations",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,70393)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,97788)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,J=["/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/integrations/page",pathname:"/integrations",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/(dashboard)/integrations/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},79472:(a,b,c)=>{"use strict";c.d(b,{FC:()=>f,Pj:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0},"claude-code":{id:"claude-code",name:"Claude (Local CLI)",type:"local-cli",description:"Uses your locally installed, logged-in Claude Code CLI — no API key needed, billed against your Claude subscription instead of pay-per-token.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"",keyPlaceholder:"",color:"#D97706",sdkProvider:"anthropic",defaultModel:"",popularModels:[]}},e=Object.values(d);function f(a){return d[a]??d.custom}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},95183:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>i});var d=c(21124),e=c(38301),f=c(169),g=c(19553),h=c(79472);function i(){let{activeProviderId:a,setActiveProvider:b}=(0,g.P)(),[c,i]=(0,e.useState)(a);return(0,d.jsxs)("div",{className:"h-full overflow-auto relative",children:[(0,d.jsxs)("div",{className:"absolute inset-0 overflow-hidden pointer-events-none",children:[(0,d.jsx)(f.b,{width:40,height:40,x:-1,y:-1,className:"opacity-20"}),(0,d.jsx)("div",{className:"absolute inset-0",style:{background:"linear-gradient(to bottom, var(--bg-primary) 0%, transparent 20%, transparent 80%, var(--bg-primary) 100%)"}})]}),(0,d.jsxs)("div",{className:"relative p-6 max-w-4xl",children:[(0,d.jsxs)("div",{className:"mb-6",children:[(0,d.jsx)("h2",{className:"text-lg font-medium",style:{color:"var(--text-primary)"},children:"Integrations"}),(0,d.jsx)("p",{className:"text-xs mt-0.5",style:{color:"var(--text-tertiary)"},children:"Connect an AI provider to enable test case generation."})]}),(0,d.jsx)("h3",{className:"text-xs font-medium uppercase tracking-wider mb-3",style:{color:"var(--text-tertiary)"},children:"AI Providers"}),(0,d.jsx)("div",{className:"space-y-3",children:h.Pj.map(e=>(0,d.jsx)(j,{def:e,expanded:c===e.id,onToggle:()=>i(a=>a===e.id?null:e.id),isActive:a===e.id,onSetActive:()=>b(e.id)},e.id))})]})]})}function j({def:a,expanded:b,onToggle:c,isActive:e,onSetActive:f}){return"local-cli"===a.type?(0,d.jsx)(k,{def:a,expanded:b,onToggle:c,isActive:e,onSetActive:f}):(0,d.jsx)(l,{def:a,expanded:b,onToggle:c,isActive:e,onSetActive:f})}function k({def:a,expanded:b,onToggle:c,isActive:f,onSetActive:h}){let{config:i,updateProvider:j}=(0,g.P)(),k=i.providers[a.id],[l,m]=(0,e.useState)(!1),[n,o]=(0,e.useState)(null),p=a.color||"#6B7280";if(!k)return null;let q=async()=>{m(!0),o(null);try{let b=await fetch("/api/llm/test",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:a.id})}),c=await b.json();o(c)}catch{o({ok:!1,error:"Network error"})}finally{m(!1)}};return(0,d.jsxs)("div",{className:"rounded-xl border transition-all overflow-hidden",style:{borderColor:f?p:b?"var(--border-hover)":"var(--border)",backgroundColor:"var(--bg-card)",boxShadow:f?`0 0 0 1px ${p}20`:void 0},children:[(0,d.jsxs)("button",{onClick:c,className:"w-full px-5 py-4 flex items-center gap-3 text-left transition-colors hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("div",{className:"w-11 h-11 rounded-lg flex items-center justify-center overflow-hidden flex-shrink-0",style:{backgroundColor:`${p}10`},children:a.logoUrl?(0,d.jsx)("img",{src:a.logoUrl,alt:a.name,width:24,height:24,className:"opacity-80",style:{filter:"brightness(0.5)"},onError:a=>{a.target.style.display="none"}}):(0,d.jsx)("span",{className:"text-xs font-bold",style:{color:p},children:"CLI"})}),(0,d.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("span",{className:"text-sm font-semibold",style:{color:"var(--text-primary)"},children:a.name}),f&&k.connected&&(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:`${p}15`,color:p},children:"Active"}),(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:k.connected?"var(--status-pass-bg)":"var(--bg-secondary)",color:k.connected?"var(--status-pass-text)":"var(--text-tertiary)"},children:k.connected?"Connected":"Not configured"})]}),(0,d.jsx)("p",{className:"text-[11px] mt-0.5 truncate",style:{color:"var(--text-tertiary)"},children:a.description})]}),(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-tertiary)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"flex-shrink-0 transition-transform duration-200",style:{transform:b?"rotate(180deg)":"rotate(0deg)"},children:(0,d.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),(0,d.jsx)("div",{style:{maxHeight:b?"300px":"0px",overflow:"hidden",transition:"max-height 250ms ease-out"},children:(0,d.jsxs)("div",{className:"px-5 pb-5 pt-1 space-y-3",children:[(0,d.jsxs)("p",{className:"text-[11px]",style:{color:"var(--text-tertiary)"},children:["No API key needed — this uses the ",(0,d.jsx)("code",{children:"claude"})," CLI already installed and logged in on the machine running this app's server, billed against your Claude subscription instead of pay-per-token."]}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("button",{onClick:q,disabled:l,className:"px-4 py-2 text-xs font-medium rounded-lg border transition-all hover:bg-[var(--bg-secondary)] disabled:opacity-40",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:l?"Testing...":"Test"}),k.connected?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("button",{onClick:()=>{j(a.id,{connected:!1})},className:"px-3 py-2 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--status-fail-bg)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},children:"Disconnect"}),!f&&(0,d.jsx)("button",{onClick:h,className:"px-3 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90",style:{backgroundColor:p,color:"#fff"},children:"Set Active"})]}):(0,d.jsx)("button",{onClick:()=>{j(a.id,{connected:!0})},className:"px-4 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90",style:{backgroundColor:p,color:"#fff"},children:"Connect"})]}),n&&(0,d.jsx)("div",{className:"text-xs px-3 py-2 rounded-lg",style:{backgroundColor:n.ok?"var(--status-pass-bg)":"var(--status-fail-bg)",color:n.ok?"var(--status-pass-text)":"var(--status-fail-text)"},children:n.ok?"Claude Code CLI is reachable and authenticated.":`Failed: ${n.error}`})]})})]})}function l({def:a,expanded:b,onToggle:c,isActive:f,onSetActive:h}){let{config:i,updateProvider:j}=(0,g.P)(),k=i.providers[a.id],[l,n]=(0,e.useState)(!1),[o,p]=(0,e.useState)(k?.apiKey||""),[q,r]=(0,e.useState)(k?.baseURL||a.baseURL||""),[s,t]=(0,e.useState)(!1),u=k?.defaultModel||a.defaultModel,[v,w]=(0,e.useState)(null),[x,y]=(0,e.useState)(null),z=async()=>{let b=o.trim();if(b){t(!0),w(null),y(null);try{let c=await fetch("/api/llm/test",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:a.id,apiKey:b,baseURL:q.trim()||void 0,model:u})}),d=await c.json();w(d),d.ok&&y(b)}catch{w({ok:!1,error:"Network error"})}finally{t(!1)}}},A=async()=>{let b=x||o.trim();if(!b)return;if(!x)return void await z();let c=b;try{let a=await fetch("/api/llm/encrypt",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:b})}),d=await a.json();d.encrypted&&(c=d.encrypted)}catch{}j(a.id,{apiKey:c,baseURL:q.trim()||a.baseURL||"",connected:!0,models:a.popularModels,defaultModel:k?.defaultModel||a.defaultModel||a.popularModels[0]||"",secondaryModel:k?.secondaryModel||""}),n(!1),w(null),y(null)},B=(b,c)=>{j(a.id,{[b]:c})};if(!k)return null;let C=a.color||"#6B7280";return(0,d.jsxs)("div",{className:"rounded-xl border transition-all overflow-hidden",style:{borderColor:f?C:b?"var(--border-hover)":"var(--border)",backgroundColor:"var(--bg-card)",boxShadow:f?`0 0 0 1px ${C}20`:void 0},children:[(0,d.jsxs)("button",{onClick:c,className:"w-full px-5 py-4 flex items-center gap-3 text-left transition-colors hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("div",{className:"w-11 h-11 rounded-lg flex items-center justify-center overflow-hidden flex-shrink-0",style:{backgroundColor:`${C}10`},children:a.logoUrl?(0,d.jsx)("img",{src:a.logoUrl,alt:a.name,width:24,height:24,className:"opacity-80",style:{filter:"brightness(0.5)"},onError:a=>{a.target.style.display="none"}}):(0,d.jsx)("span",{className:"text-xs font-bold",style:{color:C},children:"API"})}),(0,d.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("span",{className:"text-sm font-semibold",style:{color:"var(--text-primary)"},children:a.name}),f&&k.connected&&(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:`${C}15`,color:C},children:"Active"}),(0,d.jsx)("span",{className:"text-[10px] font-medium px-1.5 py-0.5 rounded-full",style:{backgroundColor:k.connected?"var(--status-pass-bg)":"var(--bg-secondary)",color:k.connected?"var(--status-pass-text)":"var(--text-tertiary)"},children:k.connected?"Connected":"Not configured"})]}),(0,d.jsx)("p",{className:"text-[11px] mt-0.5 truncate",style:{color:"var(--text-tertiary)"},children:a.description})]}),(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-tertiary)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"flex-shrink-0 transition-transform duration-200",style:{transform:b?"rotate(180deg)":"rotate(0deg)"},children:(0,d.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),(0,d.jsx)("div",{style:{maxHeight:b?"600px":"0px",overflow:"hidden",transition:"max-height 250ms ease-out"},children:(0,d.jsxs)("div",{className:"px-5 pb-5 pt-1 space-y-3",children:[l||!k.connected?(0,d.jsxs)("div",{className:"space-y-2",children:[a.requiresBaseURL&&(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1",style:{color:"var(--text-tertiary)"},children:"API Base URL"}),(0,d.jsx)("input",{type:"text",value:q,onChange:a=>{r(a.target.value),y(null),w(null)},placeholder:"https://api.example.com/v1",className:"w-full px-3 py-2 text-sm rounded-lg outline-none border transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"}})]}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("input",{type:"password",value:o,onChange:a=>{p(a.target.value),y(null),w(null)},placeholder:a.keyPlaceholder,className:"flex-1 px-3 py-2 text-sm rounded-lg outline-none border transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"},onKeyDown:a=>{"Enter"===a.key&&z()}}),(0,d.jsx)("button",{onClick:z,disabled:s||!o.trim(),className:"px-4 py-2 text-xs font-medium rounded-lg border transition-all hover:bg-[var(--bg-secondary)] disabled:opacity-40",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:s?(0,d.jsxs)("span",{className:"flex items-center gap-1.5",children:[(0,d.jsx)("svg",{className:"animate-spin",width:12,height:12,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeDasharray:"30 70"})}),"Testing"]}):"Test"}),(0,d.jsx)("button",{onClick:A,disabled:!x&&!o.trim(),className:"px-4 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90 disabled:opacity-40",style:{backgroundColor:C,color:"#fff"},children:"Connect"}),l&&(0,d.jsx)("button",{onClick:()=>{n(!1),p(k.apiKey),r(k.baseURL||a.baseURL||""),y(null),w(null)},className:"px-3 py-2 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:"Cancel"})]}),v&&(0,d.jsx)("div",{className:"text-xs px-3 py-2 rounded-lg",style:{backgroundColor:v.ok?"var(--status-pass-bg)":"var(--status-fail-bg)",color:v.ok?"var(--status-pass-text)":"var(--status-fail-text)"},children:v.ok?"Connection verified! Click Connect to save.":`Failed: ${v.error}`}),a.keyUrl&&(0,d.jsxs)("p",{className:"text-[10px]",style:{color:"var(--text-tertiary)"},children:["Get your key at"," ",(0,d.jsx)("a",{href:a.keyUrl,target:"_blank",rel:"noopener noreferrer",style:{color:C,textDecoration:"underline"},children:a.keyUrl.replace("https://","").split("/")[0]})]})]}):(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("button",{onClick:()=>{p(k.apiKey),r(k.baseURL||a.baseURL||""),n(!0)},className:"flex-1 px-3 py-2 text-xs font-medium rounded-lg border transition-all hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:"Update API Key"}),(0,d.jsx)("button",{onClick:()=>{j(a.id,{apiKey:"",connected:!1,models:[],defaultModel:"",secondaryModel:""}),p(""),r(a.baseURL||""),n(!1),w(null)},className:"px-3 py-2 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--status-fail-bg)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},children:"Disconnect"}),!f&&(0,d.jsx)("button",{onClick:h,className:"px-3 py-2 text-xs font-medium rounded-lg transition-all hover:opacity-90",style:{backgroundColor:C,color:"#fff"},children:"Set Active"})]}),(0,d.jsxs)("div",{className:"pt-3 border-t",style:{borderColor:"var(--border)"},children:[(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1.5",style:{color:"var(--text-tertiary)"},children:"Default Model"}),(0,d.jsx)(m,{value:k.defaultModel,models:k.models.length>0?k.models:a.popularModels,onChange:a=>B("defaultModel",a)})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider block mb-1.5",style:{color:"var(--text-tertiary)"},children:"Fallback Model"}),(0,d.jsx)(m,{value:k.secondaryModel,models:k.models.length>0?k.models:a.popularModels,onChange:a=>B("secondaryModel",a),allowEmpty:!0})]})]}),f&&k.connected&&(0,d.jsxs)("div",{className:"mt-2 text-[10px] flex items-center gap-1.5",style:{color:"var(--text-tertiary)"},children:[(0,d.jsx)("div",{className:"w-1.5 h-1.5 rounded-full",style:{backgroundColor:C}}),"Using ",k.defaultModel,k.secondaryModel?` (fallback: ${k.secondaryModel})`:""]})]})]})})]})}function m({value:a,models:b,onChange:c,allowEmpty:f}){let[g,h]=(0,e.useState)(!1),i=b.includes(a);return g||!i&&""!==a?(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsx)("input",{type:"text",value:a,onChange:a=>c(a.target.value),placeholder:"model-id",className:"flex-1 px-2.5 py-1.5 text-xs rounded-lg border outline-none transition-colors focus:border-[var(--accent)]",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"}}),b.length>0&&(0,d.jsx)("button",{onClick:()=>{h(!1),c(b[0])},className:"px-2 py-1.5 text-[10px] rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},title:"Switch to preset list",children:(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"6 9 12 15 18 9"})})})]}):(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsxs)("select",{value:a,onChange:a=>c(a.target.value),className:"flex-1 px-2.5 py-1.5 text-xs rounded-lg border outline-none transition-colors cursor-pointer",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-primary)",color:"var(--text-primary)"},children:[f&&(0,d.jsx)("option",{value:"",children:"None"}),b.map(a=>(0,d.jsx)("option",{value:a,children:a},a))]}),(0,d.jsx)("button",{onClick:()=>h(!0),className:"px-2 py-1.5 text-[10px] rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-tertiary)"},title:"Enter custom model ID",children:"✏️"})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,917,736,506,485,615],()=>b(b.s=71497));module.exports=c})();
|