@creezio/electron-shell 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +351 -0
- package/dist/.creezio-src-hash.json +4 -0
- package/dist/admin-window.d.ts +18 -0
- package/dist/admin-window.d.ts.map +1 -0
- package/dist/admin-window.js +75 -0
- package/dist/admin-window.js.map +1 -0
- package/dist/boot.d.ts +36 -0
- package/dist/boot.d.ts.map +1 -0
- package/dist/boot.js +99 -0
- package/dist/boot.js.map +1 -0
- package/dist/desktop/assistant-chrome.d.ts +42 -0
- package/dist/desktop/assistant-chrome.d.ts.map +1 -0
- package/dist/desktop/assistant-chrome.js +178 -0
- package/dist/desktop/assistant-chrome.js.map +1 -0
- package/dist/desktop/brand-desktop-runtime.d.ts +72 -0
- package/dist/desktop/brand-desktop-runtime.d.ts.map +1 -0
- package/dist/desktop/brand-desktop-runtime.js +3926 -0
- package/dist/desktop/brand-desktop-runtime.js.map +1 -0
- package/dist/desktop/desktop-session.d.ts +85 -0
- package/dist/desktop/desktop-session.d.ts.map +1 -0
- package/dist/desktop/desktop-session.js +163 -0
- package/dist/desktop/desktop-session.js.map +1 -0
- package/dist/desktop/error-page-html.d.ts +16 -0
- package/dist/desktop/error-page-html.d.ts.map +1 -0
- package/dist/desktop/error-page-html.js +88 -0
- package/dist/desktop/error-page-html.js.map +1 -0
- package/dist/desktop/legacy-brand-compat.d.ts +45 -0
- package/dist/desktop/legacy-brand-compat.d.ts.map +1 -0
- package/dist/desktop/legacy-brand-compat.js +49 -0
- package/dist/desktop/legacy-brand-compat.js.map +1 -0
- package/dist/desktop/oauth-loopback.d.ts +28 -0
- package/dist/desktop/oauth-loopback.d.ts.map +1 -0
- package/dist/desktop/oauth-loopback.js +137 -0
- package/dist/desktop/oauth-loopback.js.map +1 -0
- package/dist/desktop/profile-picker-html.d.ts +27 -0
- package/dist/desktop/profile-picker-html.d.ts.map +1 -0
- package/dist/desktop/profile-picker-html.js +213 -0
- package/dist/desktop/profile-picker-html.js.map +1 -0
- package/dist/desktop/remote-offline-html.d.ts +14 -0
- package/dist/desktop/remote-offline-html.d.ts.map +1 -0
- package/dist/desktop/remote-offline-html.js +88 -0
- package/dist/desktop/remote-offline-html.js.map +1 -0
- package/dist/factory-reset-runtime.d.ts +11 -0
- package/dist/factory-reset-runtime.d.ts.map +1 -0
- package/dist/factory-reset-runtime.js +77 -0
- package/dist/factory-reset-runtime.js.map +1 -0
- package/dist/host/ai-workspace/actions.d.ts +12 -0
- package/dist/host/ai-workspace/actions.d.ts.map +1 -0
- package/dist/host/ai-workspace/actions.js +243 -0
- package/dist/host/ai-workspace/actions.js.map +1 -0
- package/dist/host/ai-workspace/bindings.d.ts +51 -0
- package/dist/host/ai-workspace/bindings.d.ts.map +1 -0
- package/dist/host/ai-workspace/bindings.js +40 -0
- package/dist/host/ai-workspace/bindings.js.map +1 -0
- package/dist/host/ai-workspace/index.d.ts +11 -0
- package/dist/host/ai-workspace/index.d.ts.map +1 -0
- package/dist/host/ai-workspace/index.js +6 -0
- package/dist/host/ai-workspace/index.js.map +1 -0
- package/dist/host/ai-workspace/manager.d.ts +128 -0
- package/dist/host/ai-workspace/manager.d.ts.map +1 -0
- package/dist/host/ai-workspace/manager.js +519 -0
- package/dist/host/ai-workspace/manager.js.map +1 -0
- package/dist/host/ai-workspace/profile-window.d.ts +37 -0
- package/dist/host/ai-workspace/profile-window.d.ts.map +1 -0
- package/dist/host/ai-workspace/profile-window.js +121 -0
- package/dist/host/ai-workspace/profile-window.js.map +1 -0
- package/dist/host/ai-workspace/screencast.d.ts +56 -0
- package/dist/host/ai-workspace/screencast.d.ts.map +1 -0
- package/dist/host/ai-workspace/screencast.js +245 -0
- package/dist/host/ai-workspace/screencast.js.map +1 -0
- package/dist/host/ai-workspace/types.d.ts +40 -0
- package/dist/host/ai-workspace/types.d.ts.map +1 -0
- package/dist/host/ai-workspace/types.js +6 -0
- package/dist/host/ai-workspace/types.js.map +1 -0
- package/dist/host/brand-host-runtime.d.ts +107 -0
- package/dist/host/brand-host-runtime.d.ts.map +1 -0
- package/dist/host/brand-host-runtime.js +274 -0
- package/dist/host/brand-host-runtime.js.map +1 -0
- package/dist/host/brand-host-stack.d.ts +117 -0
- package/dist/host/brand-host-stack.d.ts.map +1 -0
- package/dist/host/brand-host-stack.js +253 -0
- package/dist/host/brand-host-stack.js.map +1 -0
- package/dist/host/brand-kernel-http.d.ts +34 -0
- package/dist/host/brand-kernel-http.d.ts.map +1 -0
- package/dist/host/brand-kernel-http.js +95 -0
- package/dist/host/brand-kernel-http.js.map +1 -0
- package/dist/host/brand-meili-boot.d.ts +67 -0
- package/dist/host/brand-meili-boot.d.ts.map +1 -0
- package/dist/host/brand-meili-boot.js +100 -0
- package/dist/host/brand-meili-boot.js.map +1 -0
- package/dist/host/bridge-client.d.ts +54 -0
- package/dist/host/bridge-client.d.ts.map +1 -0
- package/dist/host/bridge-client.js +187 -0
- package/dist/host/bridge-client.js.map +1 -0
- package/dist/host/browser-tabs/browser-tab-driver.d.ts +45 -0
- package/dist/host/browser-tabs/browser-tab-driver.d.ts.map +1 -0
- package/dist/host/browser-tabs/browser-tab-driver.js +154 -0
- package/dist/host/browser-tabs/browser-tab-driver.js.map +1 -0
- package/dist/host/browser-tabs/browser-tab-manager.d.ts +208 -0
- package/dist/host/browser-tabs/browser-tab-manager.d.ts.map +1 -0
- package/dist/host/browser-tabs/browser-tab-manager.js +758 -0
- package/dist/host/browser-tabs/browser-tab-manager.js.map +1 -0
- package/dist/host/browser-tabs/browser-tab-preload-path.d.ts +2 -0
- package/dist/host/browser-tabs/browser-tab-preload-path.d.ts.map +1 -0
- package/dist/host/browser-tabs/browser-tab-preload-path.js +29 -0
- package/dist/host/browser-tabs/browser-tab-preload-path.js.map +1 -0
- package/dist/host/browser-tabs/browser-tab-preload.d.ts +11 -0
- package/dist/host/browser-tabs/browser-tab-preload.d.ts.map +1 -0
- package/dist/host/browser-tabs/browser-tab-preload.js +11 -0
- package/dist/host/browser-tabs/browser-tab-preload.js.map +1 -0
- package/dist/host/browser-tabs/chrome-ua.d.ts +19 -0
- package/dist/host/browser-tabs/chrome-ua.d.ts.map +1 -0
- package/dist/host/browser-tabs/chrome-ua.js +37 -0
- package/dist/host/browser-tabs/chrome-ua.js.map +1 -0
- package/dist/host/browser-tabs/fake-cursor-inject.d.ts +7 -0
- package/dist/host/browser-tabs/fake-cursor-inject.d.ts.map +1 -0
- package/dist/host/browser-tabs/fake-cursor-inject.js +7 -0
- package/dist/host/browser-tabs/fake-cursor-inject.js.map +1 -0
- package/dist/host/browser-tabs/index.d.ts +13 -0
- package/dist/host/browser-tabs/index.d.ts.map +1 -0
- package/dist/host/browser-tabs/index.js +13 -0
- package/dist/host/browser-tabs/index.js.map +1 -0
- package/dist/host/browser-tabs/tab-load-state.d.ts +56 -0
- package/dist/host/browser-tabs/tab-load-state.d.ts.map +1 -0
- package/dist/host/browser-tabs/tab-load-state.js +56 -0
- package/dist/host/browser-tabs/tab-load-state.js.map +1 -0
- package/dist/host/browser-tabs/tab-url.d.ts +10 -0
- package/dist/host/browser-tabs/tab-url.d.ts.map +1 -0
- package/dist/host/browser-tabs/tab-url.js +57 -0
- package/dist/host/browser-tabs/tab-url.js.map +1 -0
- package/dist/host/context.d.ts +70 -0
- package/dist/host/context.d.ts.map +1 -0
- package/dist/host/context.js +16 -0
- package/dist/host/context.js.map +1 -0
- package/dist/host/contracts.d.ts +39 -0
- package/dist/host/contracts.d.ts.map +1 -0
- package/dist/host/contracts.js +26 -0
- package/dist/host/contracts.js.map +1 -0
- package/dist/host/crash-reporter.d.ts +65 -0
- package/dist/host/crash-reporter.d.ts.map +1 -0
- package/dist/host/crash-reporter.js +371 -0
- package/dist/host/crash-reporter.js.map +1 -0
- package/dist/host/ensure-kit-binaries.d.ts +17 -0
- package/dist/host/ensure-kit-binaries.d.ts.map +1 -0
- package/dist/host/ensure-kit-binaries.js +205 -0
- package/dist/host/ensure-kit-binaries.js.map +1 -0
- package/dist/host/feature-off-host.d.ts +130 -0
- package/dist/host/feature-off-host.d.ts.map +1 -0
- package/dist/host/feature-off-host.js +138 -0
- package/dist/host/feature-off-host.js.map +1 -0
- package/dist/host/hermes/crm-key.d.ts +49 -0
- package/dist/host/hermes/crm-key.d.ts.map +1 -0
- package/dist/host/hermes/crm-key.js +126 -0
- package/dist/host/hermes/crm-key.js.map +1 -0
- package/dist/host/hermes/ensure-crm-key-db.d.ts +7 -0
- package/dist/host/hermes/ensure-crm-key-db.d.ts.map +1 -0
- package/dist/host/hermes/ensure-crm-key-db.js +84 -0
- package/dist/host/hermes/ensure-crm-key-db.js.map +1 -0
- package/dist/host/hermes/launcher.d.ts +98 -0
- package/dist/host/hermes/launcher.d.ts.map +1 -0
- package/dist/host/hermes/launcher.js +972 -0
- package/dist/host/hermes/launcher.js.map +1 -0
- package/dist/host/hermes/runtime-bootstrap.d.ts +172 -0
- package/dist/host/hermes/runtime-bootstrap.d.ts.map +1 -0
- package/dist/host/hermes/runtime-bootstrap.js +789 -0
- package/dist/host/hermes/runtime-bootstrap.js.map +1 -0
- package/dist/host/hermes/skills-seed.d.ts +40 -0
- package/dist/host/hermes/skills-seed.d.ts.map +1 -0
- package/dist/host/hermes/skills-seed.js +100 -0
- package/dist/host/hermes/skills-seed.js.map +1 -0
- package/dist/host/host-stack.d.ts +35 -0
- package/dist/host/host-stack.d.ts.map +1 -0
- package/dist/host/host-stack.js +38 -0
- package/dist/host/host-stack.js.map +1 -0
- package/dist/host/kit-os-resources.d.ts +6 -0
- package/dist/host/kit-os-resources.d.ts.map +1 -0
- package/dist/host/kit-os-resources.js +88 -0
- package/dist/host/kit-os-resources.js.map +1 -0
- package/dist/host/load-electron.d.ts +2 -0
- package/dist/host/load-electron.d.ts.map +1 -0
- package/dist/host/load-electron.js +44 -0
- package/dist/host/load-electron.js.map +1 -0
- package/dist/host/local-config.d.ts +120 -0
- package/dist/host/local-config.d.ts.map +1 -0
- package/dist/host/local-config.js +633 -0
- package/dist/host/local-config.js.map +1 -0
- package/dist/host/meili/browse.d.ts +58 -0
- package/dist/host/meili/browse.d.ts.map +1 -0
- package/dist/host/meili/browse.js +98 -0
- package/dist/host/meili/browse.js.map +1 -0
- package/dist/host/meili/coherence-db.d.ts +35 -0
- package/dist/host/meili/coherence-db.d.ts.map +1 -0
- package/dist/host/meili/coherence-db.js +129 -0
- package/dist/host/meili/coherence-db.js.map +1 -0
- package/dist/host/meili/coherence-query.d.ts +10 -0
- package/dist/host/meili/coherence-query.d.ts.map +1 -0
- package/dist/host/meili/coherence-query.js +23 -0
- package/dist/host/meili/coherence-query.js.map +1 -0
- package/dist/host/meili/coherence.d.ts +53 -0
- package/dist/host/meili/coherence.d.ts.map +1 -0
- package/dist/host/meili/coherence.js +148 -0
- package/dist/host/meili/coherence.js.map +1 -0
- package/dist/host/meili/feed.d.ts +82 -0
- package/dist/host/meili/feed.d.ts.map +1 -0
- package/dist/host/meili/feed.js +100 -0
- package/dist/host/meili/feed.js.map +1 -0
- package/dist/host/meili/generic-indexer.d.ts +34 -0
- package/dist/host/meili/generic-indexer.d.ts.map +1 -0
- package/dist/host/meili/generic-indexer.js +333 -0
- package/dist/host/meili/generic-indexer.js.map +1 -0
- package/dist/host/meili/index-schema.d.ts +64 -0
- package/dist/host/meili/index-schema.d.ts.map +1 -0
- package/dist/host/meili/index-schema.js +70 -0
- package/dist/host/meili/index-schema.js.map +1 -0
- package/dist/host/meili/index.d.ts +13 -0
- package/dist/host/meili/index.d.ts.map +1 -0
- package/dist/host/meili/index.js +8 -0
- package/dist/host/meili/index.js.map +1 -0
- package/dist/host/meili/indexer.d.ts +31 -0
- package/dist/host/meili/indexer.d.ts.map +1 -0
- package/dist/host/meili/indexer.js +49 -0
- package/dist/host/meili/indexer.js.map +1 -0
- package/dist/host/meili-launcher.d.ts +30 -0
- package/dist/host/meili-launcher.d.ts.map +1 -0
- package/dist/host/meili-launcher.js +115 -0
- package/dist/host/meili-launcher.js.map +1 -0
- package/dist/host/n8n/agent-isolation.d.ts +55 -0
- package/dist/host/n8n/agent-isolation.d.ts.map +1 -0
- package/dist/host/n8n/agent-isolation.js +158 -0
- package/dist/host/n8n/agent-isolation.js.map +1 -0
- package/dist/host/n8n/api-key.d.ts +67 -0
- package/dist/host/n8n/api-key.d.ts.map +1 -0
- package/dist/host/n8n/api-key.js +297 -0
- package/dist/host/n8n/api-key.js.map +1 -0
- package/dist/host/n8n/launcher.d.ts +126 -0
- package/dist/host/n8n/launcher.d.ts.map +1 -0
- package/dist/host/n8n/launcher.js +1170 -0
- package/dist/host/n8n/launcher.js.map +1 -0
- package/dist/host/n8n/runtime-bootstrap.d.ts +44 -0
- package/dist/host/n8n/runtime-bootstrap.d.ts.map +1 -0
- package/dist/host/n8n/runtime-bootstrap.js +230 -0
- package/dist/host/n8n/runtime-bootstrap.js.map +1 -0
- package/dist/host/node-runtime.d.ts +52 -0
- package/dist/host/node-runtime.d.ts.map +1 -0
- package/dist/host/node-runtime.js +257 -0
- package/dist/host/node-runtime.js.map +1 -0
- package/dist/host/npm-cli.d.ts +43 -0
- package/dist/host/npm-cli.d.ts.map +1 -0
- package/dist/host/npm-cli.js +213 -0
- package/dist/host/npm-cli.js.map +1 -0
- package/dist/host/plugins/accept-check.d.ts +19 -0
- package/dist/host/plugins/accept-check.d.ts.map +1 -0
- package/dist/host/plugins/accept-check.js +172 -0
- package/dist/host/plugins/accept-check.js.map +1 -0
- package/dist/host/plugins/brand-bindings.d.ts +103 -0
- package/dist/host/plugins/brand-bindings.d.ts.map +1 -0
- package/dist/host/plugins/brand-bindings.js +65 -0
- package/dist/host/plugins/brand-bindings.js.map +1 -0
- package/dist/host/plugins/control-adapters.d.ts +11 -0
- package/dist/host/plugins/control-adapters.d.ts.map +1 -0
- package/dist/host/plugins/control-adapters.js +83 -0
- package/dist/host/plugins/control-adapters.js.map +1 -0
- package/dist/host/plugins/control-extras.d.ts +61 -0
- package/dist/host/plugins/control-extras.d.ts.map +1 -0
- package/dist/host/plugins/control-extras.js +382 -0
- package/dist/host/plugins/control-extras.js.map +1 -0
- package/dist/host/plugins/control-plane.d.ts +42 -0
- package/dist/host/plugins/control-plane.d.ts.map +1 -0
- package/dist/host/plugins/control-plane.js +124 -0
- package/dist/host/plugins/control-plane.js.map +1 -0
- package/dist/host/plugins/control-token.d.ts +24 -0
- package/dist/host/plugins/control-token.d.ts.map +1 -0
- package/dist/host/plugins/control-token.js +77 -0
- package/dist/host/plugins/control-token.js.map +1 -0
- package/dist/host/plugins/crm-key.d.ts +25 -0
- package/dist/host/plugins/crm-key.d.ts.map +1 -0
- package/dist/host/plugins/crm-key.js +126 -0
- package/dist/host/plugins/crm-key.js.map +1 -0
- package/dist/host/plugins/data.d.ts +21 -0
- package/dist/host/plugins/data.d.ts.map +1 -0
- package/dist/host/plugins/data.js +100 -0
- package/dist/host/plugins/data.js.map +1 -0
- package/dist/host/plugins/events.d.ts +6 -0
- package/dist/host/plugins/events.d.ts.map +1 -0
- package/dist/host/plugins/events.js +6 -0
- package/dist/host/plugins/events.js.map +1 -0
- package/dist/host/plugins/execution-grant.d.ts +6 -0
- package/dist/host/plugins/execution-grant.d.ts.map +1 -0
- package/dist/host/plugins/execution-grant.js +6 -0
- package/dist/host/plugins/execution-grant.js.map +1 -0
- package/dist/host/plugins/git.d.ts +56 -0
- package/dist/host/plugins/git.d.ts.map +1 -0
- package/dist/host/plugins/git.js +357 -0
- package/dist/host/plugins/git.js.map +1 -0
- package/dist/host/plugins/host.d.ts +68 -0
- package/dist/host/plugins/host.d.ts.map +1 -0
- package/dist/host/plugins/host.js +276 -0
- package/dist/host/plugins/host.js.map +1 -0
- package/dist/host/plugins/launcher.d.ts +146 -0
- package/dist/host/plugins/launcher.d.ts.map +1 -0
- package/dist/host/plugins/launcher.js +489 -0
- package/dist/host/plugins/launcher.js.map +1 -0
- package/dist/host/plugins/runtime.d.ts +28 -0
- package/dist/host/plugins/runtime.d.ts.map +1 -0
- package/dist/host/plugins/runtime.js +430 -0
- package/dist/host/plugins/runtime.js.map +1 -0
- package/dist/host/plugins/test-runner.d.ts +15 -0
- package/dist/host/plugins/test-runner.d.ts.map +1 -0
- package/dist/host/plugins/test-runner.js +106 -0
- package/dist/host/plugins/test-runner.js.map +1 -0
- package/dist/host/safe-storage.d.ts +21 -0
- package/dist/host/safe-storage.d.ts.map +1 -0
- package/dist/host/safe-storage.js +55 -0
- package/dist/host/safe-storage.js.map +1 -0
- package/dist/host/sandbox/embed-sandbox.d.ts +133 -0
- package/dist/host/sandbox/embed-sandbox.d.ts.map +1 -0
- package/dist/host/sandbox/embed-sandbox.js +378 -0
- package/dist/host/sandbox/embed-sandbox.js.map +1 -0
- package/dist/host/sandbox/os-sandbox.d.ts +41 -0
- package/dist/host/sandbox/os-sandbox.d.ts.map +1 -0
- package/dist/host/sandbox/os-sandbox.js +98 -0
- package/dist/host/sandbox/os-sandbox.js.map +1 -0
- package/dist/host/server-env.d.ts +50 -0
- package/dist/host/server-env.d.ts.map +1 -0
- package/dist/host/server-env.js +64 -0
- package/dist/host/server-env.js.map +1 -0
- package/dist/host/server-launcher.d.ts +49 -0
- package/dist/host/server-launcher.d.ts.map +1 -0
- package/dist/host/server-launcher.js +43 -0
- package/dist/host/server-launcher.js.map +1 -0
- package/dist/host/tunnel/cloudflared-respawn.d.ts +58 -0
- package/dist/host/tunnel/cloudflared-respawn.d.ts.map +1 -0
- package/dist/host/tunnel/cloudflared-respawn.js +73 -0
- package/dist/host/tunnel/cloudflared-respawn.js.map +1 -0
- package/dist/host/tunnel/tunnel.d.ts +72 -0
- package/dist/host/tunnel/tunnel.d.ts.map +1 -0
- package/dist/host/tunnel/tunnel.js +462 -0
- package/dist/host/tunnel/tunnel.js.map +1 -0
- package/dist/host/web-telemetry.d.ts +16 -0
- package/dist/host/web-telemetry.d.ts.map +1 -0
- package/dist/host/web-telemetry.js +97 -0
- package/dist/host/web-telemetry.js.map +1 -0
- package/dist/index.d.ts +198 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +102 -0
- package/dist/index.js.map +1 -0
- package/dist/logger.d.ts +44 -0
- package/dist/logger.d.ts.map +1 -0
- package/dist/logger.js +252 -0
- package/dist/logger.js.map +1 -0
- package/dist/main-facade.d.ts +51 -0
- package/dist/main-facade.d.ts.map +1 -0
- package/dist/main-facade.js +96 -0
- package/dist/main-facade.js.map +1 -0
- package/dist/meili.d.ts +19 -0
- package/dist/meili.d.ts.map +1 -0
- package/dist/meili.js +14 -0
- package/dist/meili.js.map +1 -0
- package/dist/splash-ui.d.ts +69 -0
- package/dist/splash-ui.d.ts.map +1 -0
- package/dist/splash-ui.js +431 -0
- package/dist/splash-ui.js.map +1 -0
- package/dist/tray.d.ts +44 -0
- package/dist/tray.d.ts.map +1 -0
- package/dist/tray.js +173 -0
- package/dist/tray.js.map +1 -0
- package/dist/updater.d.ts +36 -0
- package/dist/updater.d.ts.map +1 -0
- package/dist/updater.js +257 -0
- package/dist/updater.js.map +1 -0
- package/dist/window-chrome.d.ts +12 -0
- package/dist/window-chrome.d.ts.map +1 -0
- package/dist/window-chrome.js +93 -0
- package/dist/window-chrome.js.map +1 -0
- package/dist-cjs/admin-window.js +116 -0
- package/dist-cjs/admin-window.js.map +1 -0
- package/dist-cjs/boot.js +139 -0
- package/dist-cjs/boot.js.map +1 -0
- package/dist-cjs/desktop/assistant-chrome.js +184 -0
- package/dist-cjs/desktop/assistant-chrome.js.map +1 -0
- package/dist-cjs/desktop/brand-desktop-runtime.js +3932 -0
- package/dist-cjs/desktop/brand-desktop-runtime.js.map +1 -0
- package/dist-cjs/desktop/desktop-session.js +171 -0
- package/dist-cjs/desktop/desktop-session.js.map +1 -0
- package/dist-cjs/desktop/error-page-html.js +92 -0
- package/dist-cjs/desktop/error-page-html.js.map +1 -0
- package/dist-cjs/desktop/legacy-brand-compat.js +56 -0
- package/dist-cjs/desktop/legacy-brand-compat.js.map +1 -0
- package/dist-cjs/desktop/oauth-loopback.js +144 -0
- package/dist-cjs/desktop/oauth-loopback.js.map +1 -0
- package/dist-cjs/desktop/profile-picker-html.js +216 -0
- package/dist-cjs/desktop/profile-picker-html.js.map +1 -0
- package/dist-cjs/desktop/remote-offline-html.js +91 -0
- package/dist-cjs/desktop/remote-offline-html.js.map +1 -0
- package/dist-cjs/factory-reset-runtime.js +117 -0
- package/dist-cjs/factory-reset-runtime.js.map +1 -0
- package/dist-cjs/host/ai-workspace/actions.js +247 -0
- package/dist-cjs/host/ai-workspace/actions.js.map +1 -0
- package/dist-cjs/host/ai-workspace/bindings.js +49 -0
- package/dist-cjs/host/ai-workspace/bindings.js.map +1 -0
- package/dist-cjs/host/ai-workspace/index.js +21 -0
- package/dist-cjs/host/ai-workspace/index.js.map +1 -0
- package/dist-cjs/host/ai-workspace/manager.js +528 -0
- package/dist-cjs/host/ai-workspace/manager.js.map +1 -0
- package/dist-cjs/host/ai-workspace/profile-window.js +125 -0
- package/dist-cjs/host/ai-workspace/profile-window.js.map +1 -0
- package/dist-cjs/host/ai-workspace/screencast.js +249 -0
- package/dist-cjs/host/ai-workspace/screencast.js.map +1 -0
- package/dist-cjs/host/ai-workspace/types.js +7 -0
- package/dist-cjs/host/ai-workspace/types.js.map +1 -0
- package/dist-cjs/host/brand-host-runtime.js +286 -0
- package/dist-cjs/host/brand-host-runtime.js.map +1 -0
- package/dist-cjs/host/brand-host-stack.js +259 -0
- package/dist-cjs/host/brand-host-stack.js.map +1 -0
- package/dist-cjs/host/brand-kernel-http.js +101 -0
- package/dist-cjs/host/brand-kernel-http.js.map +1 -0
- package/dist-cjs/host/brand-meili-boot.js +106 -0
- package/dist-cjs/host/brand-meili-boot.js.map +1 -0
- package/dist-cjs/host/bridge-client.js +191 -0
- package/dist-cjs/host/bridge-client.js.map +1 -0
- package/dist-cjs/host/browser-tabs/browser-tab-driver.js +158 -0
- package/dist-cjs/host/browser-tabs/browser-tab-driver.js.map +1 -0
- package/dist-cjs/host/browser-tabs/browser-tab-manager.js +766 -0
- package/dist-cjs/host/browser-tabs/browser-tab-manager.js.map +1 -0
- package/dist-cjs/host/browser-tabs/browser-tab-preload-path.js +35 -0
- package/dist-cjs/host/browser-tabs/browser-tab-preload-path.js.map +1 -0
- package/dist-cjs/host/browser-tabs/browser-tab-preload.js +12 -0
- package/dist-cjs/host/browser-tabs/browser-tab-preload.js.map +1 -0
- package/dist-cjs/host/browser-tabs/chrome-ua.js +41 -0
- package/dist-cjs/host/browser-tabs/chrome-ua.js.map +1 -0
- package/dist-cjs/host/browser-tabs/fake-cursor-inject.js +11 -0
- package/dist-cjs/host/browser-tabs/fake-cursor-inject.js.map +1 -0
- package/dist-cjs/host/browser-tabs/index.js +29 -0
- package/dist-cjs/host/browser-tabs/index.js.map +1 -0
- package/dist-cjs/host/browser-tabs/tab-load-state.js +59 -0
- package/dist-cjs/host/browser-tabs/tab-load-state.js.map +1 -0
- package/dist-cjs/host/browser-tabs/tab-url.js +62 -0
- package/dist-cjs/host/browser-tabs/tab-url.js.map +1 -0
- package/dist-cjs/host/context.js +20 -0
- package/dist-cjs/host/context.js.map +1 -0
- package/dist-cjs/host/contracts.js +32 -0
- package/dist-cjs/host/contracts.js.map +1 -0
- package/dist-cjs/host/crash-reporter.js +422 -0
- package/dist-cjs/host/crash-reporter.js.map +1 -0
- package/dist-cjs/host/ensure-kit-binaries.js +212 -0
- package/dist-cjs/host/ensure-kit-binaries.js.map +1 -0
- package/dist-cjs/host/feature-off-host.js +144 -0
- package/dist-cjs/host/feature-off-host.js.map +1 -0
- package/dist-cjs/host/hermes/crm-key.js +137 -0
- package/dist-cjs/host/hermes/crm-key.js.map +1 -0
- package/dist-cjs/host/hermes/ensure-crm-key-db.js +89 -0
- package/dist-cjs/host/hermes/ensure-crm-key-db.js.map +1 -0
- package/dist-cjs/host/hermes/launcher.js +981 -0
- package/dist-cjs/host/hermes/launcher.js.map +1 -0
- package/dist-cjs/host/hermes/runtime-bootstrap.js +853 -0
- package/dist-cjs/host/hermes/runtime-bootstrap.js.map +1 -0
- package/dist-cjs/host/hermes/skills-seed.js +110 -0
- package/dist-cjs/host/hermes/skills-seed.js.map +1 -0
- package/dist-cjs/host/host-stack.js +42 -0
- package/dist-cjs/host/host-stack.js.map +1 -0
- package/dist-cjs/host/kit-os-resources.js +96 -0
- package/dist-cjs/host/kit-os-resources.js.map +1 -0
- package/dist-cjs/host/load-electron.js +47 -0
- package/dist-cjs/host/load-electron.js.map +1 -0
- package/dist-cjs/host/local-config.js +640 -0
- package/dist-cjs/host/local-config.js.map +1 -0
- package/dist-cjs/host/meili/browse.js +103 -0
- package/dist-cjs/host/meili/browse.js.map +1 -0
- package/dist-cjs/host/meili/coherence-db.js +139 -0
- package/dist-cjs/host/meili/coherence-db.js.map +1 -0
- package/dist-cjs/host/meili/coherence-query.js +25 -0
- package/dist-cjs/host/meili/coherence-query.js.map +1 -0
- package/dist-cjs/host/meili/coherence.js +158 -0
- package/dist-cjs/host/meili/coherence.js.map +1 -0
- package/dist-cjs/host/meili/feed.js +108 -0
- package/dist-cjs/host/meili/feed.js.map +1 -0
- package/dist-cjs/host/meili/generic-indexer.js +340 -0
- package/dist-cjs/host/meili/generic-indexer.js.map +1 -0
- package/dist-cjs/host/meili/index-schema.js +79 -0
- package/dist-cjs/host/meili/index-schema.js.map +1 -0
- package/dist-cjs/host/meili/index.js +45 -0
- package/dist-cjs/host/meili/index.js.map +1 -0
- package/dist-cjs/host/meili/indexer.js +85 -0
- package/dist-cjs/host/meili/indexer.js.map +1 -0
- package/dist-cjs/host/meili-launcher.js +121 -0
- package/dist-cjs/host/meili-launcher.js.map +1 -0
- package/dist-cjs/host/n8n/agent-isolation.js +173 -0
- package/dist-cjs/host/n8n/agent-isolation.js.map +1 -0
- package/dist-cjs/host/n8n/api-key.js +314 -0
- package/dist-cjs/host/n8n/api-key.js.map +1 -0
- package/dist-cjs/host/n8n/launcher.js +1209 -0
- package/dist-cjs/host/n8n/launcher.js.map +1 -0
- package/dist-cjs/host/n8n/runtime-bootstrap.js +244 -0
- package/dist-cjs/host/n8n/runtime-bootstrap.js.map +1 -0
- package/dist-cjs/host/node-runtime.js +274 -0
- package/dist-cjs/host/node-runtime.js.map +1 -0
- package/dist-cjs/host/npm-cli.js +224 -0
- package/dist-cjs/host/npm-cli.js.map +1 -0
- package/dist-cjs/host/plugins/accept-check.js +176 -0
- package/dist-cjs/host/plugins/accept-check.js.map +1 -0
- package/dist-cjs/host/plugins/brand-bindings.js +78 -0
- package/dist-cjs/host/plugins/brand-bindings.js.map +1 -0
- package/dist-cjs/host/plugins/control-adapters.js +89 -0
- package/dist-cjs/host/plugins/control-adapters.js.map +1 -0
- package/dist-cjs/host/plugins/control-extras.js +397 -0
- package/dist-cjs/host/plugins/control-extras.js.map +1 -0
- package/dist-cjs/host/plugins/control-plane.js +130 -0
- package/dist-cjs/host/plugins/control-plane.js.map +1 -0
- package/dist-cjs/host/plugins/control-token.js +90 -0
- package/dist-cjs/host/plugins/control-token.js.map +1 -0
- package/dist-cjs/host/plugins/crm-key.js +135 -0
- package/dist-cjs/host/plugins/crm-key.js.map +1 -0
- package/dist-cjs/host/plugins/data.js +107 -0
- package/dist-cjs/host/plugins/data.js.map +1 -0
- package/dist-cjs/host/plugins/events.js +19 -0
- package/dist-cjs/host/plugins/events.js.map +1 -0
- package/dist-cjs/host/plugins/execution-grant.js +11 -0
- package/dist-cjs/host/plugins/execution-grant.js.map +1 -0
- package/dist-cjs/host/plugins/git.js +371 -0
- package/dist-cjs/host/plugins/git.js.map +1 -0
- package/dist-cjs/host/plugins/host.js +283 -0
- package/dist-cjs/host/plugins/host.js.map +1 -0
- package/dist-cjs/host/plugins/launcher.js +514 -0
- package/dist-cjs/host/plugins/launcher.js.map +1 -0
- package/dist-cjs/host/plugins/runtime.js +446 -0
- package/dist-cjs/host/plugins/runtime.js.map +1 -0
- package/dist-cjs/host/plugins/test-runner.js +112 -0
- package/dist-cjs/host/plugins/test-runner.js.map +1 -0
- package/dist-cjs/host/safe-storage.js +95 -0
- package/dist-cjs/host/safe-storage.js.map +1 -0
- package/dist-cjs/host/sandbox/embed-sandbox.js +396 -0
- package/dist-cjs/host/sandbox/embed-sandbox.js.map +1 -0
- package/dist-cjs/host/sandbox/os-sandbox.js +106 -0
- package/dist-cjs/host/sandbox/os-sandbox.js.map +1 -0
- package/dist-cjs/host/server-env.js +69 -0
- package/dist-cjs/host/server-env.js.map +1 -0
- package/dist-cjs/host/server-launcher.js +52 -0
- package/dist-cjs/host/server-launcher.js.map +1 -0
- package/dist-cjs/host/tunnel/cloudflared-respawn.js +80 -0
- package/dist-cjs/host/tunnel/cloudflared-respawn.js.map +1 -0
- package/dist-cjs/host/tunnel/tunnel.js +470 -0
- package/dist-cjs/host/tunnel/tunnel.js.map +1 -0
- package/dist-cjs/host/web-telemetry.js +100 -0
- package/dist-cjs/host/web-telemetry.js.map +1 -0
- package/dist-cjs/index.js +496 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/logger.js +269 -0
- package/dist-cjs/logger.js.map +1 -0
- package/dist-cjs/main-facade.js +139 -0
- package/dist-cjs/main-facade.js.map +1 -0
- package/dist-cjs/meili.js +51 -0
- package/dist-cjs/meili.js.map +1 -0
- package/dist-cjs/package.json +3 -0
- package/dist-cjs/splash-ui.js +447 -0
- package/dist-cjs/splash-ui.js.map +1 -0
- package/dist-cjs/tray.js +182 -0
- package/dist-cjs/tray.js.map +1 -0
- package/dist-cjs/updater.js +304 -0
- package/dist-cjs/updater.js.map +1 -0
- package/dist-cjs/window-chrome.js +98 -0
- package/dist-cjs/window-chrome.js.map +1 -0
- package/package.json +87 -0
- package/scripts/ensure-kit-binaries.mjs +73 -0
|
@@ -0,0 +1,496 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @creezio/electron-shell — desktop Electron plateforme (réduit P1.b).
|
|
4
|
+
*
|
|
5
|
+
* Ce package ne contient plus que le desktop pur : boot, fenêtres, tray,
|
|
6
|
+
* updater, splash, chrome, sessions desktop, browser-tabs, télémétrie
|
|
7
|
+
* WebContents. Le host runtime Node pur vit dans `@creezio/host-runtime`,
|
|
8
|
+
* le sous-domaine Meili dans `@creezio/search`, les helpers ressources kit
|
|
9
|
+
* dans `@creezio/platform-core`.
|
|
10
|
+
*
|
|
11
|
+
* Les ré-exports `@deprecated` ci-dessous préservent TOUTE la surface
|
|
12
|
+
* publique historique (aucun import existant ne casse). Cette liste est
|
|
13
|
+
* FIGÉE : ne jamais y ajouter un symbole host — gate
|
|
14
|
+
* `test-phase-electron-shell-frozen-exports`.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.profilePickerHtml = exports.storedGoogleTokens = exports.googleLoginLoopback = exports.rectsOverlap = exports.assistantFabScreenRect = exports.AssistantChromeOverlay = exports.ASSISTANT_FAB_SIZE_PX = exports.ASSISTANT_FAB_MARGIN_PX = exports.spawnBrandMetierApi = exports.registerDesktopSessionIpc = exports.createDesktopSessionStore = exports.installBrandDesktopRuntime = exports.vendorDir = exports.prepareHostDesktop = exports.pathsContextFromBoot = exports.localConfigPathForBoot = exports.createHostRuntime = exports.writeAppKindFile = exports.prepareDesktopBoot = exports.openAdminWindow = exports.closeAdminWindow = exports.adminWindowVisible = exports.installCloseToTray = exports.applyLaunchAtStartup = exports.TrayController = exports.setupAutoUpdater = exports.setUpdaterRenderer = exports.sendUpdateToWebContents = exports.registerUpdateIpc = exports.reduceUpdateEvent = exports.getUpdaterStatus = exports.downloadAndInstallUpdate = exports.checkForUpdatesNow = exports.updateSplashStep = exports.stepProgressRatio = exports.splashHtmlDocument = exports.splashDataUrl = exports.sanitizeSplashDetail = exports.formatElapsedMs = exports.estimateEmbedPercent = exports.createSplashModel = exports.createRemoteSplashSteps = exports.createLocalSplashSteps = exports.computeOverallPercent = exports.completeSplashStep = exports.activateSplashStep = exports.SPLASH_STEP_WEIGHTS = exports.windowChromeJs = exports.windowChromeCss = exports.windowChromeBarHtml = void 0;
|
|
18
|
+
exports.buildIsolatedNodeEnv = exports.TF2_NODE_PIN = exports.TF2_NODE_MIN_FOR_EMBEDS = exports.DESKTOP_NODE_PIN = exports.DESKTOP_NODE_MIN_FOR_EMBEDS = exports.shouldRespawnCloudflared = exports.resolveCloudflaredRespawnPolicy = exports.describeCloudflaredExit = exports.cloudflaredRespawnDelayMs = exports.CLOUDFLARED_RESPAWN = exports.deriveTunnelServiceUrl = exports.buildTunnelPublicUrls = exports.createTunnelService = exports.createLocalConfigStoreSync = exports.createLocalConfigStore = exports.sealValue = exports.openValue = exports.loadElectronSafeStorageSync = exports.loadElectronSafeStorage = exports.canEncrypt = exports.hostProductName = exports.hostLog = exports.cloudflaredEnvKey = exports.buildEmbedHostEnv = exports.DEFAULT_HOST_ONLY_ELECTRON_MODULES = exports.waitForHealth = exports.startNextServerCore = exports.findFreePort = exports.MeiliRequiredError = exports.maybeBootBrandMeili = exports.isMeiliRequiredError = exports.listenBrandKernelHttp = exports.startMeili = exports.wipeLocalUserData = exports.factoryResetSessionPartition = exports.setOpsLineHandler = exports.feedChildLine = exports.scoped = exports.logFileTail = exports.recentLines = exports.getLogRing = exports.logFilePath = exports.logError = exports.log = exports.ensureLogsDir = exports.initEarlyBootLogger = exports.initLogger = exports.instrumentWebContents = exports.errorPageHtmlDocument = exports.errorPageDataUrl = void 0;
|
|
19
|
+
exports.WEBUI_DEPS_MARKER_LEGACY_CERTIVAN = exports.WEBUI_DEPS_MARKER_LEGACY = exports.WEBUI_DEPS_MARKER = exports.seedHermesSkillsFromDirs = exports.kitHermesSkillsDir = exports.isLearnedSiteSkillName = exports.brandHermesSkillsDirCandidates = exports.LEARNED_SITE_SKILL_PREFIX = exports.serverWebuiPassword = exports.createHermesHost = exports.clearTempoflowGeneratedWebuiPassword = exports.clearGeneratedWebuiPassword = exports.resolveSystemBinary = exports.overridesAllowed = exports.buildConfinedPath = exports.DESKTOP_SANDBOX_MARKER_END = exports.DESKTOP_SANDBOX_MARKER_BEGIN = exports.DESKTOP_MCP_MARKER_END = exports.DESKTOP_MCP_MARKER_BEGIN = exports.DESKTOP_MCP_ENTRY_MARKER_END = exports.DESKTOP_MCP_ENTRY_MARKER_BEGIN = exports.upsertHermesSandboxConfig = exports.upsertHermesMcpConfig = exports.tempoflowSandboxPaths = exports.setSandboxEnvVar = exports.sanitizeHermesMcpServerName = exports.hermesSandboxPaths = exports.ensureSandboxGitConfig = exports.desktopSandboxPaths = exports.buildHermesSandboxYamlBlock = exports.buildHermesMcpYamlBlock = exports.applyOsSandboxEnv = exports.runNpmCli = exports.resolveNpmCliPath = exports.npmUserDataRoot = exports.npmCliCandidates = exports.ensureNpmCli = exports.TF2_NPM_PIN = exports.DESKTOP_NPM_PIN = exports.resolveTempoflowNodeBinary = exports.resolveDesktopNodeBinary = exports.probeNodeVersion = exports.parseNodeVersion = exports.nodeUserDir = exports.nodeUserBinary = exports.nodeSatisfiesMin = exports.envForNodeScriptSpawn = exports.ensureTempoflowNode = exports.ensureDesktopNode = exports.compareNodeVersions = void 0;
|
|
20
|
+
exports.n8nNeedsOwnerSetup = exports.n8nLoginSucceeded = exports.n8nHttpJson = exports.n8nApiKeyPath = exports.getN8nBridgeEnv = exports.fetchN8nApiKeyScopes = exports.extractRawN8nApiKey = exports.ensureN8nApiKey = exports.cookieHeaderFromSetCookie = exports.N8N_HERMES_API_SCOPES = exports.kitBinaryPaths = exports.ensureKitOsBinaries = exports.kitOsVendorDir = exports.kitOsResourcesRoot = exports.electronShellPackageRoot = exports.__resetN8nBootstrapStateForTests = exports.n8nVendorDir = exports.n8nRuntimeCacheDir = exports.n8nPackageJsonPath = exports.n8nEntryPath = exports.loadN8nRuntimeManifest = exports.getN8nBootstrapPhase = exports.getN8nBootstrapError = exports.ensureN8nRuntime = exports.createN8nHost = exports.__resetBootstrapStateForTests = exports.writeWebuiDepsMarker = exports.webuiPythonDepsReady = exports.webuiDepsMarkerPath = exports.vendoredInstallScriptPath = exports.resolveHermesPython = exports.resolveHermesAgentDir = exports.readWebuiDepsMarker = exports.loadRuntimeManifest = exports.isWebuiDepsMarkerCurrent = exports.installHermesAgent = exports.hermesWebuiInstallDir = exports.hermesVendorDir = exports.patchHermesInstallShForSpaces = exports.hermesSpaceSafeUserDataRoot = exports.hermesRuntimeCacheDir = exports.hermesInstallOsProfileDir = exports.hermesInstallLayoutEnv = exports.hermesFhsFallbackDirs = exports.hermesAgentDirCandidates = exports.getBootstrapPhase = exports.getBootstrapError = exports.ensureHermesWebuiTree = exports.ensureHermesRuntime = exports.WEBUI_DEPS_MARKER_LEGACY_FIDU = void 0;
|
|
21
|
+
exports.createPluginScaffold = exports.setPluginEnabled = exports.scaffoldPluginUiCss = exports.scaffoldPlugin = exports.pluginsRootDir = exports.pluginSiteId = exports.pluginEnabledFlagPath = exports.parsePluginManifest = exports.isValidPluginId = exports.hasPluginPermission = exports.discoverPlugins = exports.PLUGIN_MANIFEST_FILE = exports.tryGetPluginHostBindings = exports.resolveFindFreePort = exports.resolveBuildIsolatedNodeEnv = exports.resolveApplyOsSandboxEnv = exports.pluginGitIdentity = exports.pluginEnvKeys = exports.pluginCrmKeyFileName = exports.getPluginHostBindings = exports.configurePluginHost = exports.assignPluginEnv = exports.__resetPluginHostBindingsForTests = exports.startHostPluginControlPlane = exports.readPluginControlToken = exports.pluginControlTokenPrefix = exports.pluginControlTokenPath = exports.getPluginControlBridgeEnv = exports.generatePluginControlToken = exports.ensurePluginControlToken = exports.createPluginsHost = exports.PLUGIN_VERTICAL_REMAINING = exports.writeHermesCrmApiKey = exports.readHermesCrmApiKey = exports.hermesCrmKeyPath = exports.getHermesFullBridgeEnv = exports.generateHermesCrmApiKey = exports.ensureHermesCrmApiKey = exports.writeStoredN8nAgentKeys = exports.revokeN8nAgentApiKey = exports.readStoredN8nAgentKeys = exports.n8nAgentTag = exports.n8nAgentKeysPath = exports.n8nAgentKeyLabel = exports.hermesAgentWorkspaceDir = exports.ensureN8nAgentApiKey = exports.ensureHermesAgentWorkspace = exports.agentIdSegment = exports.writeStoredN8nApiKey = exports.readStoredN8nApiKey = void 0;
|
|
22
|
+
exports.PLUGIN_RUNTIME_FILE = exports.runPluginDataCli = exports.applyPluginDataMigrations = exports.runPluginTests = exports.runPluginAcceptCheck = exports.resolvePluginSmokes = exports.readPluginCrmApiKey = exports.pluginCrmKeyPath = exports.ensurePluginCrmApiKey = exports.PLUGIN_CRM_KEY_FILE = exports.buildPluginControlPlaneAdapters = exports.validatePluginExecutionGrant = exports.stopPluginControlApi = exports.startPluginControlApi = exports.migratePluginData = exports.handlePluginControlExtras = exports.handleBrandExtras = exports.getPluginControlApiBridgeEnv = exports.getPluginControlApi = exports.createPluginExecutionGrant = exports.archivePluginRuntime = exports.PLUGIN_CONTROL_PREFERRED_PORT = exports.restorePluginVersion = exports.resolveGitBinary = exports.resetGitBinaryCache = exports.listPluginVersions = exports.isPluginGitRepo = exports.getPluginGitStatus = exports.ensurePluginGitRepo = exports.commitPluginChanges = exports.bumpPluginManifestPatch = exports.writePluginFilesAndCommit = exports.writePluginFiles = exports.stopAllPlugins = exports.startEnabledPlugins = exports.setPluginsCrmPort = exports.restorePluginToVersion = exports.restartPlugin = exports.resolvePluginPanel = exports.proxyPluginHealth = exports.pluginsStatusPayloadWithGit = exports.pluginsStatusPayload = exports.listPlugins = exports.getRunningPlugins = exports.getPluginsCrmPort = exports.getPluginVersions = exports.getPluginLogs = exports.enablePlugin = exports.deletePlugin = exports.createPluginScaffoldWithGit = void 0;
|
|
23
|
+
exports.isAiWorkspaceActionType = exports.getAiWorkspaceHostBindings = exports.executeAiWorkspaceAction = exports.configureAiWorkspaceHost = exports.aiSupplierPartitionPrefix = exports.aiShareWebSessions = exports.aiPartitionName = exports.__resetAiWorkspaceHostBindingsForTests = exports.AiWorkspaceManager = exports.AiScreencaster = exports.AiProfileWindow = exports.waitForServerHealth = exports.findServerFreePort = exports.startBrandNextServer = exports.BridgeClient = exports.setBootStage = exports.reportCrashDebounced = exports.reportCrash = exports.installEarlyCrashWriter = exports.installGlobalHandlers = exports.initCrashReporter = exports.getInstallId = exports.getBootTimeline = exports.getBootStage = exports.flushPendingCrashReports = exports.crashReportsDir = exports.crashLogHint = exports.crashEndpoint = exports.configureCrashReporter = exports.createFeatureOffHost = exports.createN8nAgentKeysHooks = exports.createHermesCrmOnlyBridgeEnv = exports.createHermesCrmKeySurface = exports.createHermesCrmKeyPaths = exports.createBrandHostRuntimeContext = exports.createBrandHostRuntime = exports.brandEnsureCrmKeyDbScript = exports.createBrandHostStack = exports.lazyHost = exports.createHostStack = exports.verifyPluginExecutionGrant = exports.issuePluginExecutionGrant = exports.writePluginRuntimeState = exports.readPluginRuntimeState = exports.pluginRuntimePath = exports.pluginN8nWebhookUrl = exports.pluginHookUrl = exports.pluginAcceptsHook = exports.PLUGIN_SITE_ID_SPAN = exports.PLUGIN_SITE_ID_BASE = void 0;
|
|
24
|
+
exports.writeFingerprintToDb = exports.serializeFingerprint = exports.searchMeiliIndexes = exports.meiliFilterEq = exports.browseMeiliIndex = exports.runIndexation = exports.runFeedIndexation = exports.resetMeiliCatalogSqlTablesForTests = exports.resetMeiliBrandFeedForTests = exports.readSqliteSchemaVersion = exports.readIndexInProgress = exports.readFingerprintFromDb = exports.readCoherenceDbSnapshot = exports.parseFingerprint = exports.getMeiliCatalogSqlTables = exports.meiliCoherenceScriptPath = exports.getMeiliBrandFeed = exports.expectedMeiliCounts = exports.expectedCountsForFeed = exports.decideMeiliReady = exports.createChrCatalogMeiliFeed = exports.countGedSql = exports.countCatalogSql = exports.configureMeiliCoherencePaths = exports.configureMeiliCatalogSqlTables = exports.configureMeiliBrandFeed = exports.buildFingerprint = exports.MEILI_INDEX_IN_PROGRESS_KEY = exports.MEILI_FINGERPRINT_META_KEY = exports.INDEX_SCHEMA_VERSION = exports.GENERIC_CATALOG_INDEXES = exports.GED_INDEXES = exports.CATALOG_INDEXES = exports.tryGetAiWorkspaceHostBindings = void 0;
|
|
25
|
+
/* ═══════════════ Desktop natif (SoT ici) ═══════════════ */
|
|
26
|
+
var window_chrome_js_1 = require("./window-chrome.js");
|
|
27
|
+
Object.defineProperty(exports, "windowChromeBarHtml", { enumerable: true, get: function () { return window_chrome_js_1.windowChromeBarHtml; } });
|
|
28
|
+
Object.defineProperty(exports, "windowChromeCss", { enumerable: true, get: function () { return window_chrome_js_1.windowChromeCss; } });
|
|
29
|
+
Object.defineProperty(exports, "windowChromeJs", { enumerable: true, get: function () { return window_chrome_js_1.windowChromeJs; } });
|
|
30
|
+
var splash_ui_js_1 = require("./splash-ui.js");
|
|
31
|
+
Object.defineProperty(exports, "SPLASH_STEP_WEIGHTS", { enumerable: true, get: function () { return splash_ui_js_1.SPLASH_STEP_WEIGHTS; } });
|
|
32
|
+
Object.defineProperty(exports, "activateSplashStep", { enumerable: true, get: function () { return splash_ui_js_1.activateSplashStep; } });
|
|
33
|
+
Object.defineProperty(exports, "completeSplashStep", { enumerable: true, get: function () { return splash_ui_js_1.completeSplashStep; } });
|
|
34
|
+
Object.defineProperty(exports, "computeOverallPercent", { enumerable: true, get: function () { return splash_ui_js_1.computeOverallPercent; } });
|
|
35
|
+
Object.defineProperty(exports, "createLocalSplashSteps", { enumerable: true, get: function () { return splash_ui_js_1.createLocalSplashSteps; } });
|
|
36
|
+
Object.defineProperty(exports, "createRemoteSplashSteps", { enumerable: true, get: function () { return splash_ui_js_1.createRemoteSplashSteps; } });
|
|
37
|
+
Object.defineProperty(exports, "createSplashModel", { enumerable: true, get: function () { return splash_ui_js_1.createSplashModel; } });
|
|
38
|
+
Object.defineProperty(exports, "estimateEmbedPercent", { enumerable: true, get: function () { return splash_ui_js_1.estimateEmbedPercent; } });
|
|
39
|
+
Object.defineProperty(exports, "formatElapsedMs", { enumerable: true, get: function () { return splash_ui_js_1.formatElapsedMs; } });
|
|
40
|
+
Object.defineProperty(exports, "sanitizeSplashDetail", { enumerable: true, get: function () { return splash_ui_js_1.sanitizeSplashDetail; } });
|
|
41
|
+
Object.defineProperty(exports, "splashDataUrl", { enumerable: true, get: function () { return splash_ui_js_1.splashDataUrl; } });
|
|
42
|
+
Object.defineProperty(exports, "splashHtmlDocument", { enumerable: true, get: function () { return splash_ui_js_1.splashHtmlDocument; } });
|
|
43
|
+
Object.defineProperty(exports, "stepProgressRatio", { enumerable: true, get: function () { return splash_ui_js_1.stepProgressRatio; } });
|
|
44
|
+
Object.defineProperty(exports, "updateSplashStep", { enumerable: true, get: function () { return splash_ui_js_1.updateSplashStep; } });
|
|
45
|
+
var updater_js_1 = require("./updater.js");
|
|
46
|
+
Object.defineProperty(exports, "checkForUpdatesNow", { enumerable: true, get: function () { return updater_js_1.checkForUpdatesNow; } });
|
|
47
|
+
Object.defineProperty(exports, "downloadAndInstallUpdate", { enumerable: true, get: function () { return updater_js_1.downloadAndInstallUpdate; } });
|
|
48
|
+
Object.defineProperty(exports, "getUpdaterStatus", { enumerable: true, get: function () { return updater_js_1.getUpdaterStatus; } });
|
|
49
|
+
Object.defineProperty(exports, "reduceUpdateEvent", { enumerable: true, get: function () { return updater_js_1.reduceUpdateEvent; } });
|
|
50
|
+
Object.defineProperty(exports, "registerUpdateIpc", { enumerable: true, get: function () { return updater_js_1.registerUpdateIpc; } });
|
|
51
|
+
Object.defineProperty(exports, "sendUpdateToWebContents", { enumerable: true, get: function () { return updater_js_1.sendUpdateToWebContents; } });
|
|
52
|
+
Object.defineProperty(exports, "setUpdaterRenderer", { enumerable: true, get: function () { return updater_js_1.setUpdaterRenderer; } });
|
|
53
|
+
Object.defineProperty(exports, "setupAutoUpdater", { enumerable: true, get: function () { return updater_js_1.setupAutoUpdater; } });
|
|
54
|
+
var tray_js_1 = require("./tray.js");
|
|
55
|
+
Object.defineProperty(exports, "TrayController", { enumerable: true, get: function () { return tray_js_1.TrayController; } });
|
|
56
|
+
Object.defineProperty(exports, "applyLaunchAtStartup", { enumerable: true, get: function () { return tray_js_1.applyLaunchAtStartup; } });
|
|
57
|
+
Object.defineProperty(exports, "installCloseToTray", { enumerable: true, get: function () { return tray_js_1.installCloseToTray; } });
|
|
58
|
+
var admin_window_js_1 = require("./admin-window.js");
|
|
59
|
+
Object.defineProperty(exports, "adminWindowVisible", { enumerable: true, get: function () { return admin_window_js_1.adminWindowVisible; } });
|
|
60
|
+
Object.defineProperty(exports, "closeAdminWindow", { enumerable: true, get: function () { return admin_window_js_1.closeAdminWindow; } });
|
|
61
|
+
Object.defineProperty(exports, "openAdminWindow", { enumerable: true, get: function () { return admin_window_js_1.openAdminWindow; } });
|
|
62
|
+
var boot_js_1 = require("./boot.js");
|
|
63
|
+
Object.defineProperty(exports, "prepareDesktopBoot", { enumerable: true, get: function () { return boot_js_1.prepareDesktopBoot; } });
|
|
64
|
+
Object.defineProperty(exports, "writeAppKindFile", { enumerable: true, get: function () { return boot_js_1.writeAppKindFile; } });
|
|
65
|
+
var main_facade_js_1 = require("./main-facade.js");
|
|
66
|
+
Object.defineProperty(exports, "createHostRuntime", { enumerable: true, get: function () { return main_facade_js_1.createHostRuntime; } });
|
|
67
|
+
Object.defineProperty(exports, "localConfigPathForBoot", { enumerable: true, get: function () { return main_facade_js_1.localConfigPathForBoot; } });
|
|
68
|
+
Object.defineProperty(exports, "pathsContextFromBoot", { enumerable: true, get: function () { return main_facade_js_1.pathsContextFromBoot; } });
|
|
69
|
+
Object.defineProperty(exports, "prepareHostDesktop", { enumerable: true, get: function () { return main_facade_js_1.prepareHostDesktop; } });
|
|
70
|
+
Object.defineProperty(exports, "vendorDir", { enumerable: true, get: function () { return main_facade_js_1.vendorDir; } });
|
|
71
|
+
var brand_desktop_runtime_js_1 = require("./desktop/brand-desktop-runtime.js");
|
|
72
|
+
Object.defineProperty(exports, "installBrandDesktopRuntime", { enumerable: true, get: function () { return brand_desktop_runtime_js_1.installBrandDesktopRuntime; } });
|
|
73
|
+
var desktop_session_js_1 = require("./desktop/desktop-session.js");
|
|
74
|
+
Object.defineProperty(exports, "createDesktopSessionStore", { enumerable: true, get: function () { return desktop_session_js_1.createDesktopSessionStore; } });
|
|
75
|
+
Object.defineProperty(exports, "registerDesktopSessionIpc", { enumerable: true, get: function () { return desktop_session_js_1.registerDesktopSessionIpc; } });
|
|
76
|
+
Object.defineProperty(exports, "spawnBrandMetierApi", { enumerable: true, get: function () { return desktop_session_js_1.spawnBrandMetierApi; } });
|
|
77
|
+
var assistant_chrome_js_1 = require("./desktop/assistant-chrome.js");
|
|
78
|
+
Object.defineProperty(exports, "ASSISTANT_FAB_MARGIN_PX", { enumerable: true, get: function () { return assistant_chrome_js_1.ASSISTANT_FAB_MARGIN_PX; } });
|
|
79
|
+
Object.defineProperty(exports, "ASSISTANT_FAB_SIZE_PX", { enumerable: true, get: function () { return assistant_chrome_js_1.ASSISTANT_FAB_SIZE_PX; } });
|
|
80
|
+
Object.defineProperty(exports, "AssistantChromeOverlay", { enumerable: true, get: function () { return assistant_chrome_js_1.AssistantChromeOverlay; } });
|
|
81
|
+
Object.defineProperty(exports, "assistantFabScreenRect", { enumerable: true, get: function () { return assistant_chrome_js_1.assistantFabScreenRect; } });
|
|
82
|
+
Object.defineProperty(exports, "rectsOverlap", { enumerable: true, get: function () { return assistant_chrome_js_1.rectsOverlap; } });
|
|
83
|
+
var oauth_loopback_js_1 = require("./desktop/oauth-loopback.js");
|
|
84
|
+
Object.defineProperty(exports, "googleLoginLoopback", { enumerable: true, get: function () { return oauth_loopback_js_1.googleLoginLoopback; } });
|
|
85
|
+
Object.defineProperty(exports, "storedGoogleTokens", { enumerable: true, get: function () { return oauth_loopback_js_1.storedGoogleTokens; } });
|
|
86
|
+
var profile_picker_html_js_1 = require("./desktop/profile-picker-html.js");
|
|
87
|
+
Object.defineProperty(exports, "profilePickerHtml", { enumerable: true, get: function () { return profile_picker_html_js_1.profilePickerHtml; } });
|
|
88
|
+
var error_page_html_js_1 = require("./desktop/error-page-html.js");
|
|
89
|
+
Object.defineProperty(exports, "errorPageDataUrl", { enumerable: true, get: function () { return error_page_html_js_1.errorPageDataUrl; } });
|
|
90
|
+
Object.defineProperty(exports, "errorPageHtmlDocument", { enumerable: true, get: function () { return error_page_html_js_1.errorPageHtmlDocument; } });
|
|
91
|
+
var web_telemetry_js_1 = require("./host/web-telemetry.js");
|
|
92
|
+
Object.defineProperty(exports, "instrumentWebContents", { enumerable: true, get: function () { return web_telemetry_js_1.instrumentWebContents; } });
|
|
93
|
+
/* ── N7 : browser tabs → import `@creezio/electron-shell/browser-tabs`
|
|
94
|
+
* (pas le barrel principal : évite de tirer `electron` dans les tests Node). */
|
|
95
|
+
/* ═══════════════ Ré-exports compat P1.b — FIGÉS ═══════════════ */
|
|
96
|
+
/**
|
|
97
|
+
* @deprecated P1.b — le logger host vit dans `@creezio/host-runtime` ;
|
|
98
|
+
* importer depuis là. Ré-export de compat, surface figée.
|
|
99
|
+
*/
|
|
100
|
+
var host_runtime_1 = require("@creezio/host-runtime");
|
|
101
|
+
Object.defineProperty(exports, "initLogger", { enumerable: true, get: function () { return host_runtime_1.initLogger; } });
|
|
102
|
+
Object.defineProperty(exports, "initEarlyBootLogger", { enumerable: true, get: function () { return host_runtime_1.initEarlyBootLogger; } });
|
|
103
|
+
Object.defineProperty(exports, "ensureLogsDir", { enumerable: true, get: function () { return host_runtime_1.ensureLogsDir; } });
|
|
104
|
+
Object.defineProperty(exports, "log", { enumerable: true, get: function () { return host_runtime_1.log; } });
|
|
105
|
+
Object.defineProperty(exports, "logError", { enumerable: true, get: function () { return host_runtime_1.logError; } });
|
|
106
|
+
Object.defineProperty(exports, "logFilePath", { enumerable: true, get: function () { return host_runtime_1.logFilePath; } });
|
|
107
|
+
Object.defineProperty(exports, "getLogRing", { enumerable: true, get: function () { return host_runtime_1.getLogRing; } });
|
|
108
|
+
Object.defineProperty(exports, "recentLines", { enumerable: true, get: function () { return host_runtime_1.recentLines; } });
|
|
109
|
+
Object.defineProperty(exports, "logFileTail", { enumerable: true, get: function () { return host_runtime_1.logFileTail; } });
|
|
110
|
+
Object.defineProperty(exports, "scoped", { enumerable: true, get: function () { return host_runtime_1.scoped; } });
|
|
111
|
+
Object.defineProperty(exports, "feedChildLine", { enumerable: true, get: function () { return host_runtime_1.feedChildLine; } });
|
|
112
|
+
Object.defineProperty(exports, "setOpsLineHandler", { enumerable: true, get: function () { return host_runtime_1.setOpsLineHandler; } });
|
|
113
|
+
/**
|
|
114
|
+
* @deprecated P1.b — factory-reset runtime déplacé dans
|
|
115
|
+
* `@creezio/host-runtime` ; importer depuis là.
|
|
116
|
+
*/
|
|
117
|
+
var host_runtime_2 = require("@creezio/host-runtime");
|
|
118
|
+
Object.defineProperty(exports, "factoryResetSessionPartition", { enumerable: true, get: function () { return host_runtime_2.factoryResetSessionPartition; } });
|
|
119
|
+
Object.defineProperty(exports, "wipeLocalUserData", { enumerable: true, get: function () { return host_runtime_2.wipeLocalUserData; } });
|
|
120
|
+
var search_1 = require("@creezio/search");
|
|
121
|
+
Object.defineProperty(exports, "startMeili", { enumerable: true, get: function () { return search_1.startMeili; } });
|
|
122
|
+
var host_runtime_3 = require("@creezio/host-runtime");
|
|
123
|
+
Object.defineProperty(exports, "listenBrandKernelHttp", { enumerable: true, get: function () { return host_runtime_3.listenBrandKernelHttp; } });
|
|
124
|
+
var search_2 = require("@creezio/search");
|
|
125
|
+
Object.defineProperty(exports, "isMeiliRequiredError", { enumerable: true, get: function () { return search_2.isMeiliRequiredError; } });
|
|
126
|
+
Object.defineProperty(exports, "maybeBootBrandMeili", { enumerable: true, get: function () { return search_2.maybeBootBrandMeili; } });
|
|
127
|
+
Object.defineProperty(exports, "MeiliRequiredError", { enumerable: true, get: function () { return search_2.MeiliRequiredError; } });
|
|
128
|
+
var host_runtime_4 = require("@creezio/host-runtime");
|
|
129
|
+
Object.defineProperty(exports, "findFreePort", { enumerable: true, get: function () { return host_runtime_4.findFreePort; } });
|
|
130
|
+
Object.defineProperty(exports, "startNextServerCore", { enumerable: true, get: function () { return host_runtime_4.startNextServerCore; } });
|
|
131
|
+
Object.defineProperty(exports, "waitForHealth", { enumerable: true, get: function () { return host_runtime_4.waitForHealth; } });
|
|
132
|
+
var host_runtime_5 = require("@creezio/host-runtime");
|
|
133
|
+
Object.defineProperty(exports, "DEFAULT_HOST_ONLY_ELECTRON_MODULES", { enumerable: true, get: function () { return host_runtime_5.DEFAULT_HOST_ONLY_ELECTRON_MODULES; } });
|
|
134
|
+
Object.defineProperty(exports, "buildEmbedHostEnv", { enumerable: true, get: function () { return host_runtime_5.buildEmbedHostEnv; } });
|
|
135
|
+
Object.defineProperty(exports, "cloudflaredEnvKey", { enumerable: true, get: function () { return host_runtime_5.cloudflaredEnvKey; } });
|
|
136
|
+
var host_runtime_6 = require("@creezio/host-runtime");
|
|
137
|
+
Object.defineProperty(exports, "hostLog", { enumerable: true, get: function () { return host_runtime_6.hostLog; } });
|
|
138
|
+
Object.defineProperty(exports, "hostProductName", { enumerable: true, get: function () { return host_runtime_6.hostProductName; } });
|
|
139
|
+
var host_runtime_7 = require("@creezio/host-runtime");
|
|
140
|
+
Object.defineProperty(exports, "canEncrypt", { enumerable: true, get: function () { return host_runtime_7.canEncrypt; } });
|
|
141
|
+
Object.defineProperty(exports, "loadElectronSafeStorage", { enumerable: true, get: function () { return host_runtime_7.loadElectronSafeStorage; } });
|
|
142
|
+
Object.defineProperty(exports, "loadElectronSafeStorageSync", { enumerable: true, get: function () { return host_runtime_7.loadElectronSafeStorageSync; } });
|
|
143
|
+
Object.defineProperty(exports, "openValue", { enumerable: true, get: function () { return host_runtime_7.openValue; } });
|
|
144
|
+
Object.defineProperty(exports, "sealValue", { enumerable: true, get: function () { return host_runtime_7.sealValue; } });
|
|
145
|
+
var host_runtime_8 = require("@creezio/host-runtime");
|
|
146
|
+
Object.defineProperty(exports, "createLocalConfigStore", { enumerable: true, get: function () { return host_runtime_8.createLocalConfigStore; } });
|
|
147
|
+
Object.defineProperty(exports, "createLocalConfigStoreSync", { enumerable: true, get: function () { return host_runtime_8.createLocalConfigStoreSync; } });
|
|
148
|
+
var host_runtime_9 = require("@creezio/host-runtime");
|
|
149
|
+
Object.defineProperty(exports, "createTunnelService", { enumerable: true, get: function () { return host_runtime_9.createTunnelService; } });
|
|
150
|
+
Object.defineProperty(exports, "buildTunnelPublicUrls", { enumerable: true, get: function () { return host_runtime_9.buildTunnelPublicUrls; } });
|
|
151
|
+
Object.defineProperty(exports, "deriveTunnelServiceUrl", { enumerable: true, get: function () { return host_runtime_9.deriveTunnelServiceUrl; } });
|
|
152
|
+
var host_runtime_10 = require("@creezio/host-runtime");
|
|
153
|
+
Object.defineProperty(exports, "CLOUDFLARED_RESPAWN", { enumerable: true, get: function () { return host_runtime_10.CLOUDFLARED_RESPAWN; } });
|
|
154
|
+
Object.defineProperty(exports, "cloudflaredRespawnDelayMs", { enumerable: true, get: function () { return host_runtime_10.cloudflaredRespawnDelayMs; } });
|
|
155
|
+
Object.defineProperty(exports, "describeCloudflaredExit", { enumerable: true, get: function () { return host_runtime_10.describeCloudflaredExit; } });
|
|
156
|
+
Object.defineProperty(exports, "resolveCloudflaredRespawnPolicy", { enumerable: true, get: function () { return host_runtime_10.resolveCloudflaredRespawnPolicy; } });
|
|
157
|
+
Object.defineProperty(exports, "shouldRespawnCloudflared", { enumerable: true, get: function () { return host_runtime_10.shouldRespawnCloudflared; } });
|
|
158
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
159
|
+
var host_runtime_11 = require("@creezio/host-runtime");
|
|
160
|
+
Object.defineProperty(exports, "DESKTOP_NODE_MIN_FOR_EMBEDS", { enumerable: true, get: function () { return host_runtime_11.DESKTOP_NODE_MIN_FOR_EMBEDS; } });
|
|
161
|
+
Object.defineProperty(exports, "DESKTOP_NODE_PIN", { enumerable: true, get: function () { return host_runtime_11.DESKTOP_NODE_PIN; } });
|
|
162
|
+
Object.defineProperty(exports, "TF2_NODE_MIN_FOR_EMBEDS", { enumerable: true, get: function () { return host_runtime_11.TF2_NODE_MIN_FOR_EMBEDS; } });
|
|
163
|
+
Object.defineProperty(exports, "TF2_NODE_PIN", { enumerable: true, get: function () { return host_runtime_11.TF2_NODE_PIN; } });
|
|
164
|
+
Object.defineProperty(exports, "buildIsolatedNodeEnv", { enumerable: true, get: function () { return host_runtime_11.buildIsolatedNodeEnv; } });
|
|
165
|
+
Object.defineProperty(exports, "compareNodeVersions", { enumerable: true, get: function () { return host_runtime_11.compareNodeVersions; } });
|
|
166
|
+
Object.defineProperty(exports, "ensureDesktopNode", { enumerable: true, get: function () { return host_runtime_11.ensureDesktopNode; } });
|
|
167
|
+
Object.defineProperty(exports, "ensureTempoflowNode", { enumerable: true, get: function () { return host_runtime_11.ensureTempoflowNode; } });
|
|
168
|
+
Object.defineProperty(exports, "envForNodeScriptSpawn", { enumerable: true, get: function () { return host_runtime_11.envForNodeScriptSpawn; } });
|
|
169
|
+
Object.defineProperty(exports, "nodeSatisfiesMin", { enumerable: true, get: function () { return host_runtime_11.nodeSatisfiesMin; } });
|
|
170
|
+
Object.defineProperty(exports, "nodeUserBinary", { enumerable: true, get: function () { return host_runtime_11.nodeUserBinary; } });
|
|
171
|
+
Object.defineProperty(exports, "nodeUserDir", { enumerable: true, get: function () { return host_runtime_11.nodeUserDir; } });
|
|
172
|
+
Object.defineProperty(exports, "parseNodeVersion", { enumerable: true, get: function () { return host_runtime_11.parseNodeVersion; } });
|
|
173
|
+
Object.defineProperty(exports, "probeNodeVersion", { enumerable: true, get: function () { return host_runtime_11.probeNodeVersion; } });
|
|
174
|
+
Object.defineProperty(exports, "resolveDesktopNodeBinary", { enumerable: true, get: function () { return host_runtime_11.resolveDesktopNodeBinary; } });
|
|
175
|
+
Object.defineProperty(exports, "resolveTempoflowNodeBinary", { enumerable: true, get: function () { return host_runtime_11.resolveTempoflowNodeBinary; } });
|
|
176
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
177
|
+
var host_runtime_12 = require("@creezio/host-runtime");
|
|
178
|
+
Object.defineProperty(exports, "DESKTOP_NPM_PIN", { enumerable: true, get: function () { return host_runtime_12.DESKTOP_NPM_PIN; } });
|
|
179
|
+
Object.defineProperty(exports, "TF2_NPM_PIN", { enumerable: true, get: function () { return host_runtime_12.TF2_NPM_PIN; } });
|
|
180
|
+
Object.defineProperty(exports, "ensureNpmCli", { enumerable: true, get: function () { return host_runtime_12.ensureNpmCli; } });
|
|
181
|
+
Object.defineProperty(exports, "npmCliCandidates", { enumerable: true, get: function () { return host_runtime_12.npmCliCandidates; } });
|
|
182
|
+
Object.defineProperty(exports, "npmUserDataRoot", { enumerable: true, get: function () { return host_runtime_12.npmUserDataRoot; } });
|
|
183
|
+
Object.defineProperty(exports, "resolveNpmCliPath", { enumerable: true, get: function () { return host_runtime_12.resolveNpmCliPath; } });
|
|
184
|
+
Object.defineProperty(exports, "runNpmCli", { enumerable: true, get: function () { return host_runtime_12.runNpmCli; } });
|
|
185
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
186
|
+
var host_runtime_13 = require("@creezio/host-runtime");
|
|
187
|
+
Object.defineProperty(exports, "applyOsSandboxEnv", { enumerable: true, get: function () { return host_runtime_13.applyOsSandboxEnv; } });
|
|
188
|
+
Object.defineProperty(exports, "buildHermesMcpYamlBlock", { enumerable: true, get: function () { return host_runtime_13.buildHermesMcpYamlBlock; } });
|
|
189
|
+
Object.defineProperty(exports, "buildHermesSandboxYamlBlock", { enumerable: true, get: function () { return host_runtime_13.buildHermesSandboxYamlBlock; } });
|
|
190
|
+
Object.defineProperty(exports, "desktopSandboxPaths", { enumerable: true, get: function () { return host_runtime_13.desktopSandboxPaths; } });
|
|
191
|
+
Object.defineProperty(exports, "ensureSandboxGitConfig", { enumerable: true, get: function () { return host_runtime_13.ensureSandboxGitConfig; } });
|
|
192
|
+
Object.defineProperty(exports, "hermesSandboxPaths", { enumerable: true, get: function () { return host_runtime_13.hermesSandboxPaths; } });
|
|
193
|
+
Object.defineProperty(exports, "sanitizeHermesMcpServerName", { enumerable: true, get: function () { return host_runtime_13.sanitizeHermesMcpServerName; } });
|
|
194
|
+
Object.defineProperty(exports, "setSandboxEnvVar", { enumerable: true, get: function () { return host_runtime_13.setSandboxEnvVar; } });
|
|
195
|
+
Object.defineProperty(exports, "tempoflowSandboxPaths", { enumerable: true, get: function () { return host_runtime_13.tempoflowSandboxPaths; } });
|
|
196
|
+
Object.defineProperty(exports, "upsertHermesMcpConfig", { enumerable: true, get: function () { return host_runtime_13.upsertHermesMcpConfig; } });
|
|
197
|
+
Object.defineProperty(exports, "upsertHermesSandboxConfig", { enumerable: true, get: function () { return host_runtime_13.upsertHermesSandboxConfig; } });
|
|
198
|
+
Object.defineProperty(exports, "DESKTOP_MCP_ENTRY_MARKER_BEGIN", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_MCP_ENTRY_MARKER_BEGIN; } });
|
|
199
|
+
Object.defineProperty(exports, "DESKTOP_MCP_ENTRY_MARKER_END", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_MCP_ENTRY_MARKER_END; } });
|
|
200
|
+
Object.defineProperty(exports, "DESKTOP_MCP_MARKER_BEGIN", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_MCP_MARKER_BEGIN; } });
|
|
201
|
+
Object.defineProperty(exports, "DESKTOP_MCP_MARKER_END", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_MCP_MARKER_END; } });
|
|
202
|
+
Object.defineProperty(exports, "DESKTOP_SANDBOX_MARKER_BEGIN", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_SANDBOX_MARKER_BEGIN; } });
|
|
203
|
+
Object.defineProperty(exports, "DESKTOP_SANDBOX_MARKER_END", { enumerable: true, get: function () { return host_runtime_13.DESKTOP_SANDBOX_MARKER_END; } });
|
|
204
|
+
var host_runtime_14 = require("@creezio/host-runtime");
|
|
205
|
+
Object.defineProperty(exports, "buildConfinedPath", { enumerable: true, get: function () { return host_runtime_14.buildConfinedPath; } });
|
|
206
|
+
Object.defineProperty(exports, "overridesAllowed", { enumerable: true, get: function () { return host_runtime_14.overridesAllowed; } });
|
|
207
|
+
Object.defineProperty(exports, "resolveSystemBinary", { enumerable: true, get: function () { return host_runtime_14.resolveSystemBinary; } });
|
|
208
|
+
var host_runtime_15 = require("@creezio/host-runtime");
|
|
209
|
+
Object.defineProperty(exports, "clearGeneratedWebuiPassword", { enumerable: true, get: function () { return host_runtime_15.clearGeneratedWebuiPassword; } });
|
|
210
|
+
Object.defineProperty(exports, "clearTempoflowGeneratedWebuiPassword", { enumerable: true, get: function () { return host_runtime_15.clearTempoflowGeneratedWebuiPassword; } });
|
|
211
|
+
Object.defineProperty(exports, "createHermesHost", { enumerable: true, get: function () { return host_runtime_15.createHermesHost; } });
|
|
212
|
+
Object.defineProperty(exports, "serverWebuiPassword", { enumerable: true, get: function () { return host_runtime_15.serverWebuiPassword; } });
|
|
213
|
+
var host_runtime_16 = require("@creezio/host-runtime");
|
|
214
|
+
Object.defineProperty(exports, "LEARNED_SITE_SKILL_PREFIX", { enumerable: true, get: function () { return host_runtime_16.LEARNED_SITE_SKILL_PREFIX; } });
|
|
215
|
+
Object.defineProperty(exports, "brandHermesSkillsDirCandidates", { enumerable: true, get: function () { return host_runtime_16.brandHermesSkillsDirCandidates; } });
|
|
216
|
+
Object.defineProperty(exports, "isLearnedSiteSkillName", { enumerable: true, get: function () { return host_runtime_16.isLearnedSiteSkillName; } });
|
|
217
|
+
Object.defineProperty(exports, "kitHermesSkillsDir", { enumerable: true, get: function () { return host_runtime_16.kitHermesSkillsDir; } });
|
|
218
|
+
Object.defineProperty(exports, "seedHermesSkillsFromDirs", { enumerable: true, get: function () { return host_runtime_16.seedHermesSkillsFromDirs; } });
|
|
219
|
+
var host_runtime_17 = require("@creezio/host-runtime");
|
|
220
|
+
Object.defineProperty(exports, "WEBUI_DEPS_MARKER", { enumerable: true, get: function () { return host_runtime_17.WEBUI_DEPS_MARKER; } });
|
|
221
|
+
Object.defineProperty(exports, "WEBUI_DEPS_MARKER_LEGACY", { enumerable: true, get: function () { return host_runtime_17.WEBUI_DEPS_MARKER_LEGACY; } });
|
|
222
|
+
Object.defineProperty(exports, "WEBUI_DEPS_MARKER_LEGACY_CERTIVAN", { enumerable: true, get: function () { return host_runtime_17.WEBUI_DEPS_MARKER_LEGACY_CERTIVAN; } });
|
|
223
|
+
Object.defineProperty(exports, "WEBUI_DEPS_MARKER_LEGACY_FIDU", { enumerable: true, get: function () { return host_runtime_17.WEBUI_DEPS_MARKER_LEGACY_FIDU; } });
|
|
224
|
+
Object.defineProperty(exports, "ensureHermesRuntime", { enumerable: true, get: function () { return host_runtime_17.ensureHermesRuntime; } });
|
|
225
|
+
Object.defineProperty(exports, "ensureHermesWebuiTree", { enumerable: true, get: function () { return host_runtime_17.ensureHermesWebuiTree; } });
|
|
226
|
+
Object.defineProperty(exports, "getBootstrapError", { enumerable: true, get: function () { return host_runtime_17.getBootstrapError; } });
|
|
227
|
+
Object.defineProperty(exports, "getBootstrapPhase", { enumerable: true, get: function () { return host_runtime_17.getBootstrapPhase; } });
|
|
228
|
+
Object.defineProperty(exports, "hermesAgentDirCandidates", { enumerable: true, get: function () { return host_runtime_17.hermesAgentDirCandidates; } });
|
|
229
|
+
Object.defineProperty(exports, "hermesFhsFallbackDirs", { enumerable: true, get: function () { return host_runtime_17.hermesFhsFallbackDirs; } });
|
|
230
|
+
Object.defineProperty(exports, "hermesInstallLayoutEnv", { enumerable: true, get: function () { return host_runtime_17.hermesInstallLayoutEnv; } });
|
|
231
|
+
Object.defineProperty(exports, "hermesInstallOsProfileDir", { enumerable: true, get: function () { return host_runtime_17.hermesInstallOsProfileDir; } });
|
|
232
|
+
Object.defineProperty(exports, "hermesRuntimeCacheDir", { enumerable: true, get: function () { return host_runtime_17.hermesRuntimeCacheDir; } });
|
|
233
|
+
Object.defineProperty(exports, "hermesSpaceSafeUserDataRoot", { enumerable: true, get: function () { return host_runtime_17.hermesSpaceSafeUserDataRoot; } });
|
|
234
|
+
Object.defineProperty(exports, "patchHermesInstallShForSpaces", { enumerable: true, get: function () { return host_runtime_17.patchHermesInstallShForSpaces; } });
|
|
235
|
+
Object.defineProperty(exports, "hermesVendorDir", { enumerable: true, get: function () { return host_runtime_17.hermesVendorDir; } });
|
|
236
|
+
Object.defineProperty(exports, "hermesWebuiInstallDir", { enumerable: true, get: function () { return host_runtime_17.hermesWebuiInstallDir; } });
|
|
237
|
+
Object.defineProperty(exports, "installHermesAgent", { enumerable: true, get: function () { return host_runtime_17.installHermesAgent; } });
|
|
238
|
+
Object.defineProperty(exports, "isWebuiDepsMarkerCurrent", { enumerable: true, get: function () { return host_runtime_17.isWebuiDepsMarkerCurrent; } });
|
|
239
|
+
Object.defineProperty(exports, "loadRuntimeManifest", { enumerable: true, get: function () { return host_runtime_17.loadRuntimeManifest; } });
|
|
240
|
+
Object.defineProperty(exports, "readWebuiDepsMarker", { enumerable: true, get: function () { return host_runtime_17.readWebuiDepsMarker; } });
|
|
241
|
+
Object.defineProperty(exports, "resolveHermesAgentDir", { enumerable: true, get: function () { return host_runtime_17.resolveHermesAgentDir; } });
|
|
242
|
+
Object.defineProperty(exports, "resolveHermesPython", { enumerable: true, get: function () { return host_runtime_17.resolveHermesPython; } });
|
|
243
|
+
Object.defineProperty(exports, "vendoredInstallScriptPath", { enumerable: true, get: function () { return host_runtime_17.vendoredInstallScriptPath; } });
|
|
244
|
+
Object.defineProperty(exports, "webuiDepsMarkerPath", { enumerable: true, get: function () { return host_runtime_17.webuiDepsMarkerPath; } });
|
|
245
|
+
Object.defineProperty(exports, "webuiPythonDepsReady", { enumerable: true, get: function () { return host_runtime_17.webuiPythonDepsReady; } });
|
|
246
|
+
Object.defineProperty(exports, "writeWebuiDepsMarker", { enumerable: true, get: function () { return host_runtime_17.writeWebuiDepsMarker; } });
|
|
247
|
+
Object.defineProperty(exports, "__resetBootstrapStateForTests", { enumerable: true, get: function () { return host_runtime_17.__resetBootstrapStateForTests; } });
|
|
248
|
+
var host_runtime_18 = require("@creezio/host-runtime");
|
|
249
|
+
Object.defineProperty(exports, "createN8nHost", { enumerable: true, get: function () { return host_runtime_18.createN8nHost; } });
|
|
250
|
+
var host_runtime_19 = require("@creezio/host-runtime");
|
|
251
|
+
Object.defineProperty(exports, "ensureN8nRuntime", { enumerable: true, get: function () { return host_runtime_19.ensureN8nRuntime; } });
|
|
252
|
+
Object.defineProperty(exports, "getN8nBootstrapError", { enumerable: true, get: function () { return host_runtime_19.getN8nBootstrapError; } });
|
|
253
|
+
Object.defineProperty(exports, "getN8nBootstrapPhase", { enumerable: true, get: function () { return host_runtime_19.getN8nBootstrapPhase; } });
|
|
254
|
+
Object.defineProperty(exports, "loadN8nRuntimeManifest", { enumerable: true, get: function () { return host_runtime_19.loadN8nRuntimeManifest; } });
|
|
255
|
+
Object.defineProperty(exports, "n8nEntryPath", { enumerable: true, get: function () { return host_runtime_19.n8nEntryPath; } });
|
|
256
|
+
Object.defineProperty(exports, "n8nPackageJsonPath", { enumerable: true, get: function () { return host_runtime_19.n8nPackageJsonPath; } });
|
|
257
|
+
Object.defineProperty(exports, "n8nRuntimeCacheDir", { enumerable: true, get: function () { return host_runtime_19.n8nRuntimeCacheDir; } });
|
|
258
|
+
Object.defineProperty(exports, "n8nVendorDir", { enumerable: true, get: function () { return host_runtime_19.n8nVendorDir; } });
|
|
259
|
+
Object.defineProperty(exports, "__resetN8nBootstrapStateForTests", { enumerable: true, get: function () { return host_runtime_19.__resetN8nBootstrapStateForTests; } });
|
|
260
|
+
/**
|
|
261
|
+
* @deprecated P1.b — helpers ressources kit déplacés dans
|
|
262
|
+
* `@creezio/platform-core` ; importer depuis là.
|
|
263
|
+
*/
|
|
264
|
+
var platform_core_1 = require("@creezio/platform-core");
|
|
265
|
+
Object.defineProperty(exports, "electronShellPackageRoot", { enumerable: true, get: function () { return platform_core_1.electronShellPackageRoot; } });
|
|
266
|
+
Object.defineProperty(exports, "kitOsResourcesRoot", { enumerable: true, get: function () { return platform_core_1.kitOsResourcesRoot; } });
|
|
267
|
+
Object.defineProperty(exports, "kitOsVendorDir", { enumerable: true, get: function () { return platform_core_1.kitOsVendorDir; } });
|
|
268
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
269
|
+
var host_runtime_20 = require("@creezio/host-runtime");
|
|
270
|
+
Object.defineProperty(exports, "ensureKitOsBinaries", { enumerable: true, get: function () { return host_runtime_20.ensureKitOsBinaries; } });
|
|
271
|
+
Object.defineProperty(exports, "kitBinaryPaths", { enumerable: true, get: function () { return host_runtime_20.kitBinaryPaths; } });
|
|
272
|
+
var host_runtime_21 = require("@creezio/host-runtime");
|
|
273
|
+
Object.defineProperty(exports, "N8N_HERMES_API_SCOPES", { enumerable: true, get: function () { return host_runtime_21.N8N_HERMES_API_SCOPES; } });
|
|
274
|
+
Object.defineProperty(exports, "cookieHeaderFromSetCookie", { enumerable: true, get: function () { return host_runtime_21.cookieHeaderFromSetCookie; } });
|
|
275
|
+
Object.defineProperty(exports, "ensureN8nApiKey", { enumerable: true, get: function () { return host_runtime_21.ensureN8nApiKey; } });
|
|
276
|
+
Object.defineProperty(exports, "extractRawN8nApiKey", { enumerable: true, get: function () { return host_runtime_21.extractRawN8nApiKey; } });
|
|
277
|
+
Object.defineProperty(exports, "fetchN8nApiKeyScopes", { enumerable: true, get: function () { return host_runtime_21.fetchN8nApiKeyScopes; } });
|
|
278
|
+
Object.defineProperty(exports, "getN8nBridgeEnv", { enumerable: true, get: function () { return host_runtime_21.getN8nBridgeEnv; } });
|
|
279
|
+
Object.defineProperty(exports, "n8nApiKeyPath", { enumerable: true, get: function () { return host_runtime_21.n8nApiKeyPath; } });
|
|
280
|
+
Object.defineProperty(exports, "n8nHttpJson", { enumerable: true, get: function () { return host_runtime_21.n8nHttpJson; } });
|
|
281
|
+
Object.defineProperty(exports, "n8nLoginSucceeded", { enumerable: true, get: function () { return host_runtime_21.n8nLoginSucceeded; } });
|
|
282
|
+
Object.defineProperty(exports, "n8nNeedsOwnerSetup", { enumerable: true, get: function () { return host_runtime_21.n8nNeedsOwnerSetup; } });
|
|
283
|
+
Object.defineProperty(exports, "readStoredN8nApiKey", { enumerable: true, get: function () { return host_runtime_21.readStoredN8nApiKey; } });
|
|
284
|
+
Object.defineProperty(exports, "writeStoredN8nApiKey", { enumerable: true, get: function () { return host_runtime_21.writeStoredN8nApiKey; } });
|
|
285
|
+
var host_runtime_22 = require("@creezio/host-runtime");
|
|
286
|
+
Object.defineProperty(exports, "agentIdSegment", { enumerable: true, get: function () { return host_runtime_22.agentIdSegment; } });
|
|
287
|
+
Object.defineProperty(exports, "ensureHermesAgentWorkspace", { enumerable: true, get: function () { return host_runtime_22.ensureHermesAgentWorkspace; } });
|
|
288
|
+
Object.defineProperty(exports, "ensureN8nAgentApiKey", { enumerable: true, get: function () { return host_runtime_22.ensureN8nAgentApiKey; } });
|
|
289
|
+
Object.defineProperty(exports, "hermesAgentWorkspaceDir", { enumerable: true, get: function () { return host_runtime_22.hermesAgentWorkspaceDir; } });
|
|
290
|
+
Object.defineProperty(exports, "n8nAgentKeyLabel", { enumerable: true, get: function () { return host_runtime_22.n8nAgentKeyLabel; } });
|
|
291
|
+
Object.defineProperty(exports, "n8nAgentKeysPath", { enumerable: true, get: function () { return host_runtime_22.n8nAgentKeysPath; } });
|
|
292
|
+
Object.defineProperty(exports, "n8nAgentTag", { enumerable: true, get: function () { return host_runtime_22.n8nAgentTag; } });
|
|
293
|
+
Object.defineProperty(exports, "readStoredN8nAgentKeys", { enumerable: true, get: function () { return host_runtime_22.readStoredN8nAgentKeys; } });
|
|
294
|
+
Object.defineProperty(exports, "revokeN8nAgentApiKey", { enumerable: true, get: function () { return host_runtime_22.revokeN8nAgentApiKey; } });
|
|
295
|
+
Object.defineProperty(exports, "writeStoredN8nAgentKeys", { enumerable: true, get: function () { return host_runtime_22.writeStoredN8nAgentKeys; } });
|
|
296
|
+
var host_runtime_23 = require("@creezio/host-runtime");
|
|
297
|
+
Object.defineProperty(exports, "ensureHermesCrmApiKey", { enumerable: true, get: function () { return host_runtime_23.ensureHermesCrmApiKey; } });
|
|
298
|
+
Object.defineProperty(exports, "generateHermesCrmApiKey", { enumerable: true, get: function () { return host_runtime_23.generateHermesCrmApiKey; } });
|
|
299
|
+
Object.defineProperty(exports, "getHermesFullBridgeEnv", { enumerable: true, get: function () { return host_runtime_23.getHermesFullBridgeEnv; } });
|
|
300
|
+
Object.defineProperty(exports, "hermesCrmKeyPath", { enumerable: true, get: function () { return host_runtime_23.hermesCrmKeyPath; } });
|
|
301
|
+
Object.defineProperty(exports, "readHermesCrmApiKey", { enumerable: true, get: function () { return host_runtime_23.readHermesCrmApiKey; } });
|
|
302
|
+
Object.defineProperty(exports, "writeHermesCrmApiKey", { enumerable: true, get: function () { return host_runtime_23.writeHermesCrmApiKey; } });
|
|
303
|
+
var host_runtime_24 = require("@creezio/host-runtime");
|
|
304
|
+
Object.defineProperty(exports, "PLUGIN_VERTICAL_REMAINING", { enumerable: true, get: function () { return host_runtime_24.PLUGIN_VERTICAL_REMAINING; } });
|
|
305
|
+
Object.defineProperty(exports, "createPluginsHost", { enumerable: true, get: function () { return host_runtime_24.createPluginsHost; } });
|
|
306
|
+
var host_runtime_25 = require("@creezio/host-runtime");
|
|
307
|
+
Object.defineProperty(exports, "ensurePluginControlToken", { enumerable: true, get: function () { return host_runtime_25.ensurePluginControlToken; } });
|
|
308
|
+
Object.defineProperty(exports, "generatePluginControlToken", { enumerable: true, get: function () { return host_runtime_25.generatePluginControlToken; } });
|
|
309
|
+
Object.defineProperty(exports, "getPluginControlBridgeEnv", { enumerable: true, get: function () { return host_runtime_25.getPluginControlBridgeEnv; } });
|
|
310
|
+
Object.defineProperty(exports, "pluginControlTokenPath", { enumerable: true, get: function () { return host_runtime_25.pluginControlTokenPath; } });
|
|
311
|
+
Object.defineProperty(exports, "pluginControlTokenPrefix", { enumerable: true, get: function () { return host_runtime_25.pluginControlTokenPrefix; } });
|
|
312
|
+
Object.defineProperty(exports, "readPluginControlToken", { enumerable: true, get: function () { return host_runtime_25.readPluginControlToken; } });
|
|
313
|
+
var host_runtime_26 = require("@creezio/host-runtime");
|
|
314
|
+
Object.defineProperty(exports, "startHostPluginControlPlane", { enumerable: true, get: function () { return host_runtime_26.startHostPluginControlPlane; } });
|
|
315
|
+
var host_runtime_27 = require("@creezio/host-runtime");
|
|
316
|
+
Object.defineProperty(exports, "__resetPluginHostBindingsForTests", { enumerable: true, get: function () { return host_runtime_27.__resetPluginHostBindingsForTests; } });
|
|
317
|
+
Object.defineProperty(exports, "assignPluginEnv", { enumerable: true, get: function () { return host_runtime_27.assignPluginEnv; } });
|
|
318
|
+
Object.defineProperty(exports, "configurePluginHost", { enumerable: true, get: function () { return host_runtime_27.configurePluginHost; } });
|
|
319
|
+
Object.defineProperty(exports, "getPluginHostBindings", { enumerable: true, get: function () { return host_runtime_27.getPluginHostBindings; } });
|
|
320
|
+
Object.defineProperty(exports, "pluginCrmKeyFileName", { enumerable: true, get: function () { return host_runtime_27.pluginCrmKeyFileName; } });
|
|
321
|
+
Object.defineProperty(exports, "pluginEnvKeys", { enumerable: true, get: function () { return host_runtime_27.pluginEnvKeys; } });
|
|
322
|
+
Object.defineProperty(exports, "pluginGitIdentity", { enumerable: true, get: function () { return host_runtime_27.pluginGitIdentity; } });
|
|
323
|
+
Object.defineProperty(exports, "resolveApplyOsSandboxEnv", { enumerable: true, get: function () { return host_runtime_27.resolveApplyOsSandboxEnv; } });
|
|
324
|
+
Object.defineProperty(exports, "resolveBuildIsolatedNodeEnv", { enumerable: true, get: function () { return host_runtime_27.resolveBuildIsolatedNodeEnv; } });
|
|
325
|
+
Object.defineProperty(exports, "resolveFindFreePort", { enumerable: true, get: function () { return host_runtime_27.resolveFindFreePort; } });
|
|
326
|
+
Object.defineProperty(exports, "tryGetPluginHostBindings", { enumerable: true, get: function () { return host_runtime_27.tryGetPluginHostBindings; } });
|
|
327
|
+
var host_runtime_28 = require("@creezio/host-runtime");
|
|
328
|
+
Object.defineProperty(exports, "PLUGIN_MANIFEST_FILE", { enumerable: true, get: function () { return host_runtime_28.PLUGIN_MANIFEST_FILE; } });
|
|
329
|
+
Object.defineProperty(exports, "discoverPlugins", { enumerable: true, get: function () { return host_runtime_28.discoverPlugins; } });
|
|
330
|
+
Object.defineProperty(exports, "hasPluginPermission", { enumerable: true, get: function () { return host_runtime_28.hasPluginPermission; } });
|
|
331
|
+
Object.defineProperty(exports, "isValidPluginId", { enumerable: true, get: function () { return host_runtime_28.isValidPluginId; } });
|
|
332
|
+
Object.defineProperty(exports, "parsePluginManifest", { enumerable: true, get: function () { return host_runtime_28.parsePluginManifest; } });
|
|
333
|
+
Object.defineProperty(exports, "pluginEnabledFlagPath", { enumerable: true, get: function () { return host_runtime_28.pluginEnabledFlagPath; } });
|
|
334
|
+
Object.defineProperty(exports, "pluginSiteId", { enumerable: true, get: function () { return host_runtime_28.pluginSiteId; } });
|
|
335
|
+
Object.defineProperty(exports, "pluginsRootDir", { enumerable: true, get: function () { return host_runtime_28.pluginsRootDir; } });
|
|
336
|
+
Object.defineProperty(exports, "scaffoldPlugin", { enumerable: true, get: function () { return host_runtime_28.scaffoldPlugin; } });
|
|
337
|
+
Object.defineProperty(exports, "scaffoldPluginUiCss", { enumerable: true, get: function () { return host_runtime_28.scaffoldPluginUiCss; } });
|
|
338
|
+
Object.defineProperty(exports, "setPluginEnabled", { enumerable: true, get: function () { return host_runtime_28.setPluginEnabled; } });
|
|
339
|
+
var host_runtime_29 = require("@creezio/host-runtime");
|
|
340
|
+
Object.defineProperty(exports, "createPluginScaffold", { enumerable: true, get: function () { return host_runtime_29.createPluginScaffold; } });
|
|
341
|
+
Object.defineProperty(exports, "createPluginScaffoldWithGit", { enumerable: true, get: function () { return host_runtime_29.createPluginScaffoldWithGit; } });
|
|
342
|
+
Object.defineProperty(exports, "deletePlugin", { enumerable: true, get: function () { return host_runtime_29.deletePlugin; } });
|
|
343
|
+
Object.defineProperty(exports, "enablePlugin", { enumerable: true, get: function () { return host_runtime_29.enablePlugin; } });
|
|
344
|
+
Object.defineProperty(exports, "getPluginLogs", { enumerable: true, get: function () { return host_runtime_29.getPluginLogs; } });
|
|
345
|
+
Object.defineProperty(exports, "getPluginVersions", { enumerable: true, get: function () { return host_runtime_29.getPluginVersions; } });
|
|
346
|
+
Object.defineProperty(exports, "getPluginsCrmPort", { enumerable: true, get: function () { return host_runtime_29.getPluginsCrmPort; } });
|
|
347
|
+
Object.defineProperty(exports, "getRunningPlugins", { enumerable: true, get: function () { return host_runtime_29.getRunningPlugins; } });
|
|
348
|
+
Object.defineProperty(exports, "listPlugins", { enumerable: true, get: function () { return host_runtime_29.listPlugins; } });
|
|
349
|
+
Object.defineProperty(exports, "pluginsStatusPayload", { enumerable: true, get: function () { return host_runtime_29.pluginsStatusPayload; } });
|
|
350
|
+
Object.defineProperty(exports, "pluginsStatusPayloadWithGit", { enumerable: true, get: function () { return host_runtime_29.pluginsStatusPayloadWithGit; } });
|
|
351
|
+
Object.defineProperty(exports, "proxyPluginHealth", { enumerable: true, get: function () { return host_runtime_29.proxyPluginHealth; } });
|
|
352
|
+
Object.defineProperty(exports, "resolvePluginPanel", { enumerable: true, get: function () { return host_runtime_29.resolvePluginPanel; } });
|
|
353
|
+
Object.defineProperty(exports, "restartPlugin", { enumerable: true, get: function () { return host_runtime_29.restartPlugin; } });
|
|
354
|
+
Object.defineProperty(exports, "restorePluginToVersion", { enumerable: true, get: function () { return host_runtime_29.restorePluginToVersion; } });
|
|
355
|
+
Object.defineProperty(exports, "setPluginsCrmPort", { enumerable: true, get: function () { return host_runtime_29.setPluginsCrmPort; } });
|
|
356
|
+
Object.defineProperty(exports, "startEnabledPlugins", { enumerable: true, get: function () { return host_runtime_29.startEnabledPlugins; } });
|
|
357
|
+
Object.defineProperty(exports, "stopAllPlugins", { enumerable: true, get: function () { return host_runtime_29.stopAllPlugins; } });
|
|
358
|
+
Object.defineProperty(exports, "writePluginFiles", { enumerable: true, get: function () { return host_runtime_29.writePluginFiles; } });
|
|
359
|
+
Object.defineProperty(exports, "writePluginFilesAndCommit", { enumerable: true, get: function () { return host_runtime_29.writePluginFilesAndCommit; } });
|
|
360
|
+
var host_runtime_30 = require("@creezio/host-runtime");
|
|
361
|
+
Object.defineProperty(exports, "bumpPluginManifestPatch", { enumerable: true, get: function () { return host_runtime_30.bumpPluginManifestPatch; } });
|
|
362
|
+
Object.defineProperty(exports, "commitPluginChanges", { enumerable: true, get: function () { return host_runtime_30.commitPluginChanges; } });
|
|
363
|
+
Object.defineProperty(exports, "ensurePluginGitRepo", { enumerable: true, get: function () { return host_runtime_30.ensurePluginGitRepo; } });
|
|
364
|
+
Object.defineProperty(exports, "getPluginGitStatus", { enumerable: true, get: function () { return host_runtime_30.getPluginGitStatus; } });
|
|
365
|
+
Object.defineProperty(exports, "isPluginGitRepo", { enumerable: true, get: function () { return host_runtime_30.isPluginGitRepo; } });
|
|
366
|
+
Object.defineProperty(exports, "listPluginVersions", { enumerable: true, get: function () { return host_runtime_30.listPluginVersions; } });
|
|
367
|
+
Object.defineProperty(exports, "resetGitBinaryCache", { enumerable: true, get: function () { return host_runtime_30.resetGitBinaryCache; } });
|
|
368
|
+
Object.defineProperty(exports, "resolveGitBinary", { enumerable: true, get: function () { return host_runtime_30.resolveGitBinary; } });
|
|
369
|
+
Object.defineProperty(exports, "restorePluginVersion", { enumerable: true, get: function () { return host_runtime_30.restorePluginVersion; } });
|
|
370
|
+
var host_runtime_31 = require("@creezio/host-runtime");
|
|
371
|
+
Object.defineProperty(exports, "PLUGIN_CONTROL_PREFERRED_PORT", { enumerable: true, get: function () { return host_runtime_31.PLUGIN_CONTROL_PREFERRED_PORT; } });
|
|
372
|
+
Object.defineProperty(exports, "archivePluginRuntime", { enumerable: true, get: function () { return host_runtime_31.archivePluginRuntime; } });
|
|
373
|
+
Object.defineProperty(exports, "createPluginExecutionGrant", { enumerable: true, get: function () { return host_runtime_31.createPluginExecutionGrant; } });
|
|
374
|
+
Object.defineProperty(exports, "getPluginControlApi", { enumerable: true, get: function () { return host_runtime_31.getPluginControlApi; } });
|
|
375
|
+
Object.defineProperty(exports, "getPluginControlApiBridgeEnv", { enumerable: true, get: function () { return host_runtime_31.getPluginControlApiBridgeEnv; } });
|
|
376
|
+
Object.defineProperty(exports, "handleBrandExtras", { enumerable: true, get: function () { return host_runtime_31.handleBrandExtras; } });
|
|
377
|
+
Object.defineProperty(exports, "handlePluginControlExtras", { enumerable: true, get: function () { return host_runtime_31.handlePluginControlExtras; } });
|
|
378
|
+
Object.defineProperty(exports, "migratePluginData", { enumerable: true, get: function () { return host_runtime_31.migratePluginData; } });
|
|
379
|
+
Object.defineProperty(exports, "startPluginControlApi", { enumerable: true, get: function () { return host_runtime_31.startPluginControlApi; } });
|
|
380
|
+
Object.defineProperty(exports, "stopPluginControlApi", { enumerable: true, get: function () { return host_runtime_31.stopPluginControlApi; } });
|
|
381
|
+
Object.defineProperty(exports, "validatePluginExecutionGrant", { enumerable: true, get: function () { return host_runtime_31.validatePluginExecutionGrant; } });
|
|
382
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
383
|
+
var host_runtime_32 = require("@creezio/host-runtime");
|
|
384
|
+
Object.defineProperty(exports, "buildPluginControlPlaneAdapters", { enumerable: true, get: function () { return host_runtime_32.buildPluginControlPlaneAdapters; } });
|
|
385
|
+
var host_runtime_33 = require("@creezio/host-runtime");
|
|
386
|
+
Object.defineProperty(exports, "PLUGIN_CRM_KEY_FILE", { enumerable: true, get: function () { return host_runtime_33.PLUGIN_CRM_KEY_FILE; } });
|
|
387
|
+
Object.defineProperty(exports, "ensurePluginCrmApiKey", { enumerable: true, get: function () { return host_runtime_33.ensurePluginCrmApiKey; } });
|
|
388
|
+
Object.defineProperty(exports, "pluginCrmKeyPath", { enumerable: true, get: function () { return host_runtime_33.pluginCrmKeyPath; } });
|
|
389
|
+
Object.defineProperty(exports, "readPluginCrmApiKey", { enumerable: true, get: function () { return host_runtime_33.readPluginCrmApiKey; } });
|
|
390
|
+
var host_runtime_34 = require("@creezio/host-runtime");
|
|
391
|
+
Object.defineProperty(exports, "resolvePluginSmokes", { enumerable: true, get: function () { return host_runtime_34.resolvePluginSmokes; } });
|
|
392
|
+
Object.defineProperty(exports, "runPluginAcceptCheck", { enumerable: true, get: function () { return host_runtime_34.runPluginAcceptCheck; } });
|
|
393
|
+
var host_runtime_35 = require("@creezio/host-runtime");
|
|
394
|
+
Object.defineProperty(exports, "runPluginTests", { enumerable: true, get: function () { return host_runtime_35.runPluginTests; } });
|
|
395
|
+
var host_runtime_36 = require("@creezio/host-runtime");
|
|
396
|
+
Object.defineProperty(exports, "applyPluginDataMigrations", { enumerable: true, get: function () { return host_runtime_36.applyPluginDataMigrations; } });
|
|
397
|
+
Object.defineProperty(exports, "runPluginDataCli", { enumerable: true, get: function () { return host_runtime_36.runPluginDataCli; } });
|
|
398
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
399
|
+
var host_runtime_37 = require("@creezio/host-runtime");
|
|
400
|
+
Object.defineProperty(exports, "PLUGIN_RUNTIME_FILE", { enumerable: true, get: function () { return host_runtime_37.PLUGIN_RUNTIME_FILE; } });
|
|
401
|
+
Object.defineProperty(exports, "PLUGIN_SITE_ID_BASE", { enumerable: true, get: function () { return host_runtime_37.PLUGIN_SITE_ID_BASE; } });
|
|
402
|
+
Object.defineProperty(exports, "PLUGIN_SITE_ID_SPAN", { enumerable: true, get: function () { return host_runtime_37.PLUGIN_SITE_ID_SPAN; } });
|
|
403
|
+
Object.defineProperty(exports, "pluginAcceptsHook", { enumerable: true, get: function () { return host_runtime_37.pluginAcceptsHook; } });
|
|
404
|
+
Object.defineProperty(exports, "pluginHookUrl", { enumerable: true, get: function () { return host_runtime_37.pluginHookUrl; } });
|
|
405
|
+
Object.defineProperty(exports, "pluginN8nWebhookUrl", { enumerable: true, get: function () { return host_runtime_37.pluginN8nWebhookUrl; } });
|
|
406
|
+
Object.defineProperty(exports, "pluginRuntimePath", { enumerable: true, get: function () { return host_runtime_37.pluginRuntimePath; } });
|
|
407
|
+
Object.defineProperty(exports, "readPluginRuntimeState", { enumerable: true, get: function () { return host_runtime_37.readPluginRuntimeState; } });
|
|
408
|
+
Object.defineProperty(exports, "writePluginRuntimeState", { enumerable: true, get: function () { return host_runtime_37.writePluginRuntimeState; } });
|
|
409
|
+
/** @deprecated P1.b — déplacé dans `@creezio/host-runtime`. */
|
|
410
|
+
var host_runtime_38 = require("@creezio/host-runtime");
|
|
411
|
+
Object.defineProperty(exports, "issuePluginExecutionGrant", { enumerable: true, get: function () { return host_runtime_38.issuePluginExecutionGrant; } });
|
|
412
|
+
Object.defineProperty(exports, "verifyPluginExecutionGrant", { enumerable: true, get: function () { return host_runtime_38.verifyPluginExecutionGrant; } });
|
|
413
|
+
var host_runtime_39 = require("@creezio/host-runtime");
|
|
414
|
+
Object.defineProperty(exports, "createHostStack", { enumerable: true, get: function () { return host_runtime_39.createHostStack; } });
|
|
415
|
+
Object.defineProperty(exports, "lazyHost", { enumerable: true, get: function () { return host_runtime_39.lazyHost; } });
|
|
416
|
+
var host_runtime_40 = require("@creezio/host-runtime");
|
|
417
|
+
Object.defineProperty(exports, "createBrandHostStack", { enumerable: true, get: function () { return host_runtime_40.createBrandHostStack; } });
|
|
418
|
+
var host_runtime_41 = require("@creezio/host-runtime");
|
|
419
|
+
Object.defineProperty(exports, "brandEnsureCrmKeyDbScript", { enumerable: true, get: function () { return host_runtime_41.brandEnsureCrmKeyDbScript; } });
|
|
420
|
+
Object.defineProperty(exports, "createBrandHostRuntime", { enumerable: true, get: function () { return host_runtime_41.createBrandHostRuntime; } });
|
|
421
|
+
Object.defineProperty(exports, "createBrandHostRuntimeContext", { enumerable: true, get: function () { return host_runtime_41.createBrandHostRuntimeContext; } });
|
|
422
|
+
Object.defineProperty(exports, "createHermesCrmKeyPaths", { enumerable: true, get: function () { return host_runtime_41.createHermesCrmKeyPaths; } });
|
|
423
|
+
Object.defineProperty(exports, "createHermesCrmKeySurface", { enumerable: true, get: function () { return host_runtime_41.createHermesCrmKeySurface; } });
|
|
424
|
+
Object.defineProperty(exports, "createHermesCrmOnlyBridgeEnv", { enumerable: true, get: function () { return host_runtime_41.createHermesCrmOnlyBridgeEnv; } });
|
|
425
|
+
Object.defineProperty(exports, "createN8nAgentKeysHooks", { enumerable: true, get: function () { return host_runtime_41.createN8nAgentKeysHooks; } });
|
|
426
|
+
var host_runtime_42 = require("@creezio/host-runtime");
|
|
427
|
+
Object.defineProperty(exports, "createFeatureOffHost", { enumerable: true, get: function () { return host_runtime_42.createFeatureOffHost; } });
|
|
428
|
+
var host_runtime_43 = require("@creezio/host-runtime");
|
|
429
|
+
Object.defineProperty(exports, "configureCrashReporter", { enumerable: true, get: function () { return host_runtime_43.configureCrashReporter; } });
|
|
430
|
+
Object.defineProperty(exports, "crashEndpoint", { enumerable: true, get: function () { return host_runtime_43.crashEndpoint; } });
|
|
431
|
+
Object.defineProperty(exports, "crashLogHint", { enumerable: true, get: function () { return host_runtime_43.crashLogHint; } });
|
|
432
|
+
Object.defineProperty(exports, "crashReportsDir", { enumerable: true, get: function () { return host_runtime_43.crashReportsDir; } });
|
|
433
|
+
Object.defineProperty(exports, "flushPendingCrashReports", { enumerable: true, get: function () { return host_runtime_43.flushPendingCrashReports; } });
|
|
434
|
+
Object.defineProperty(exports, "getBootStage", { enumerable: true, get: function () { return host_runtime_43.getBootStage; } });
|
|
435
|
+
Object.defineProperty(exports, "getBootTimeline", { enumerable: true, get: function () { return host_runtime_43.getBootTimeline; } });
|
|
436
|
+
Object.defineProperty(exports, "getInstallId", { enumerable: true, get: function () { return host_runtime_43.getInstallId; } });
|
|
437
|
+
Object.defineProperty(exports, "initCrashReporter", { enumerable: true, get: function () { return host_runtime_43.initCrashReporter; } });
|
|
438
|
+
Object.defineProperty(exports, "installGlobalHandlers", { enumerable: true, get: function () { return host_runtime_43.installGlobalHandlers; } });
|
|
439
|
+
Object.defineProperty(exports, "installEarlyCrashWriter", { enumerable: true, get: function () { return host_runtime_43.installEarlyCrashWriter; } });
|
|
440
|
+
Object.defineProperty(exports, "reportCrash", { enumerable: true, get: function () { return host_runtime_43.reportCrash; } });
|
|
441
|
+
Object.defineProperty(exports, "reportCrashDebounced", { enumerable: true, get: function () { return host_runtime_43.reportCrashDebounced; } });
|
|
442
|
+
Object.defineProperty(exports, "setBootStage", { enumerable: true, get: function () { return host_runtime_43.setBootStage; } });
|
|
443
|
+
var host_runtime_44 = require("@creezio/host-runtime");
|
|
444
|
+
Object.defineProperty(exports, "BridgeClient", { enumerable: true, get: function () { return host_runtime_44.BridgeClient; } });
|
|
445
|
+
var host_runtime_45 = require("@creezio/host-runtime");
|
|
446
|
+
Object.defineProperty(exports, "startBrandNextServer", { enumerable: true, get: function () { return host_runtime_45.startBrandNextServer; } });
|
|
447
|
+
Object.defineProperty(exports, "findServerFreePort", { enumerable: true, get: function () { return host_runtime_45.findServerFreePort; } });
|
|
448
|
+
Object.defineProperty(exports, "waitForServerHealth", { enumerable: true, get: function () { return host_runtime_45.waitForServerHealth; } });
|
|
449
|
+
var host_runtime_46 = require("@creezio/host-runtime");
|
|
450
|
+
Object.defineProperty(exports, "AiProfileWindow", { enumerable: true, get: function () { return host_runtime_46.AiProfileWindow; } });
|
|
451
|
+
Object.defineProperty(exports, "AiScreencaster", { enumerable: true, get: function () { return host_runtime_46.AiScreencaster; } });
|
|
452
|
+
Object.defineProperty(exports, "AiWorkspaceManager", { enumerable: true, get: function () { return host_runtime_46.AiWorkspaceManager; } });
|
|
453
|
+
Object.defineProperty(exports, "__resetAiWorkspaceHostBindingsForTests", { enumerable: true, get: function () { return host_runtime_46.__resetAiWorkspaceHostBindingsForTests; } });
|
|
454
|
+
Object.defineProperty(exports, "aiPartitionName", { enumerable: true, get: function () { return host_runtime_46.aiPartitionName; } });
|
|
455
|
+
Object.defineProperty(exports, "aiShareWebSessions", { enumerable: true, get: function () { return host_runtime_46.aiShareWebSessions; } });
|
|
456
|
+
Object.defineProperty(exports, "aiSupplierPartitionPrefix", { enumerable: true, get: function () { return host_runtime_46.aiSupplierPartitionPrefix; } });
|
|
457
|
+
Object.defineProperty(exports, "configureAiWorkspaceHost", { enumerable: true, get: function () { return host_runtime_46.configureAiWorkspaceHost; } });
|
|
458
|
+
Object.defineProperty(exports, "executeAiWorkspaceAction", { enumerable: true, get: function () { return host_runtime_46.executeAiWorkspaceAction; } });
|
|
459
|
+
Object.defineProperty(exports, "getAiWorkspaceHostBindings", { enumerable: true, get: function () { return host_runtime_46.getAiWorkspaceHostBindings; } });
|
|
460
|
+
Object.defineProperty(exports, "isAiWorkspaceActionType", { enumerable: true, get: function () { return host_runtime_46.isAiWorkspaceActionType; } });
|
|
461
|
+
Object.defineProperty(exports, "tryGetAiWorkspaceHostBindings", { enumerable: true, get: function () { return host_runtime_46.tryGetAiWorkspaceHostBindings; } });
|
|
462
|
+
var search_3 = require("@creezio/search");
|
|
463
|
+
Object.defineProperty(exports, "CATALOG_INDEXES", { enumerable: true, get: function () { return search_3.CATALOG_INDEXES; } });
|
|
464
|
+
Object.defineProperty(exports, "GED_INDEXES", { enumerable: true, get: function () { return search_3.GED_INDEXES; } });
|
|
465
|
+
Object.defineProperty(exports, "GENERIC_CATALOG_INDEXES", { enumerable: true, get: function () { return search_3.GENERIC_CATALOG_INDEXES; } });
|
|
466
|
+
Object.defineProperty(exports, "INDEX_SCHEMA_VERSION", { enumerable: true, get: function () { return search_3.INDEX_SCHEMA_VERSION; } });
|
|
467
|
+
Object.defineProperty(exports, "MEILI_FINGERPRINT_META_KEY", { enumerable: true, get: function () { return search_3.MEILI_FINGERPRINT_META_KEY; } });
|
|
468
|
+
Object.defineProperty(exports, "MEILI_INDEX_IN_PROGRESS_KEY", { enumerable: true, get: function () { return search_3.MEILI_INDEX_IN_PROGRESS_KEY; } });
|
|
469
|
+
Object.defineProperty(exports, "buildFingerprint", { enumerable: true, get: function () { return search_3.buildFingerprint; } });
|
|
470
|
+
Object.defineProperty(exports, "configureMeiliBrandFeed", { enumerable: true, get: function () { return search_3.configureMeiliBrandFeed; } });
|
|
471
|
+
Object.defineProperty(exports, "configureMeiliCatalogSqlTables", { enumerable: true, get: function () { return search_3.configureMeiliCatalogSqlTables; } });
|
|
472
|
+
Object.defineProperty(exports, "configureMeiliCoherencePaths", { enumerable: true, get: function () { return search_3.configureMeiliCoherencePaths; } });
|
|
473
|
+
Object.defineProperty(exports, "countCatalogSql", { enumerable: true, get: function () { return search_3.countCatalogSql; } });
|
|
474
|
+
Object.defineProperty(exports, "countGedSql", { enumerable: true, get: function () { return search_3.countGedSql; } });
|
|
475
|
+
Object.defineProperty(exports, "createChrCatalogMeiliFeed", { enumerable: true, get: function () { return search_3.createChrCatalogMeiliFeed; } });
|
|
476
|
+
Object.defineProperty(exports, "decideMeiliReady", { enumerable: true, get: function () { return search_3.decideMeiliReady; } });
|
|
477
|
+
Object.defineProperty(exports, "expectedCountsForFeed", { enumerable: true, get: function () { return search_3.expectedCountsForFeed; } });
|
|
478
|
+
Object.defineProperty(exports, "expectedMeiliCounts", { enumerable: true, get: function () { return search_3.expectedMeiliCounts; } });
|
|
479
|
+
Object.defineProperty(exports, "getMeiliBrandFeed", { enumerable: true, get: function () { return search_3.getMeiliBrandFeed; } });
|
|
480
|
+
Object.defineProperty(exports, "meiliCoherenceScriptPath", { enumerable: true, get: function () { return search_3.meiliCoherenceScriptPath; } });
|
|
481
|
+
Object.defineProperty(exports, "getMeiliCatalogSqlTables", { enumerable: true, get: function () { return search_3.getMeiliCatalogSqlTables; } });
|
|
482
|
+
Object.defineProperty(exports, "parseFingerprint", { enumerable: true, get: function () { return search_3.parseFingerprint; } });
|
|
483
|
+
Object.defineProperty(exports, "readCoherenceDbSnapshot", { enumerable: true, get: function () { return search_3.readCoherenceDbSnapshot; } });
|
|
484
|
+
Object.defineProperty(exports, "readFingerprintFromDb", { enumerable: true, get: function () { return search_3.readFingerprintFromDb; } });
|
|
485
|
+
Object.defineProperty(exports, "readIndexInProgress", { enumerable: true, get: function () { return search_3.readIndexInProgress; } });
|
|
486
|
+
Object.defineProperty(exports, "readSqliteSchemaVersion", { enumerable: true, get: function () { return search_3.readSqliteSchemaVersion; } });
|
|
487
|
+
Object.defineProperty(exports, "resetMeiliBrandFeedForTests", { enumerable: true, get: function () { return search_3.resetMeiliBrandFeedForTests; } });
|
|
488
|
+
Object.defineProperty(exports, "resetMeiliCatalogSqlTablesForTests", { enumerable: true, get: function () { return search_3.resetMeiliCatalogSqlTablesForTests; } });
|
|
489
|
+
Object.defineProperty(exports, "runFeedIndexation", { enumerable: true, get: function () { return search_3.runFeedIndexation; } });
|
|
490
|
+
Object.defineProperty(exports, "runIndexation", { enumerable: true, get: function () { return search_3.runIndexation; } });
|
|
491
|
+
Object.defineProperty(exports, "browseMeiliIndex", { enumerable: true, get: function () { return search_3.browseMeiliIndex; } });
|
|
492
|
+
Object.defineProperty(exports, "meiliFilterEq", { enumerable: true, get: function () { return search_3.meiliFilterEq; } });
|
|
493
|
+
Object.defineProperty(exports, "searchMeiliIndexes", { enumerable: true, get: function () { return search_3.searchMeiliIndexes; } });
|
|
494
|
+
Object.defineProperty(exports, "serializeFingerprint", { enumerable: true, get: function () { return search_3.serializeFingerprint; } });
|
|
495
|
+
Object.defineProperty(exports, "writeFingerprintToDb", { enumerable: true, get: function () { return search_3.writeFingerprintToDb; } });
|
|
496
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|