@interactive-inc/claude-funnel 0.65.0 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +127 -127
- package/dist/broadcaster-DVNcw00K.d.ts +138 -0
- package/dist/channel.d.ts +161 -0
- package/dist/channel.js +203 -0
- package/dist/{channels-CRGb6B5_.d.ts → channels-DR90RmUP.d.ts} +5 -4
- package/dist/claude.d.ts +4 -4
- package/dist/{connector-descriptor-BFIhyTfa.d.ts → connector-descriptor-CmyHlEiT.d.ts} +3 -26
- package/dist/connectors/discord.d.ts +4 -3
- package/dist/connectors/gh.d.ts +4 -3
- package/dist/connectors/schedule.d.ts +4 -3
- package/dist/connectors/slack.d.ts +4 -3
- package/dist/diagnostics.d.ts +1 -1
- package/dist/docs.d.ts +1 -1
- package/dist/doctor.d.ts +1 -1
- package/dist/{file-process-guard-tVcgckH6.d.ts → file-process-guard-CiBwXjzm.d.ts} +5 -4
- package/dist/{flume-source-listener-BNyAII7N.d.ts → flume-source-listener-FzR5lGpL.d.ts} +2 -1
- package/dist/{funnel-diagnostics-b9ar0Ing.d.ts → funnel-diagnostics-kbd27d7I.d.ts} +1 -1
- package/dist/{funnel-doctor-CnRQi4kM.d.ts → funnel-doctor-CVTNUtDn.d.ts} +2 -2
- package/dist/{funnel-recovery-CMhY8Jfk.d.ts → funnel-recovery-D8MkiTpk.d.ts} +1 -1
- package/dist/gateway/daemon.js +16 -16
- package/dist/gateway.d.ts +3 -2
- package/dist/{index-Ds6sHhA-.d.ts → index-BU1TtuFy.d.ts} +6 -139
- package/dist/index.d.ts +19 -17
- package/dist/local-config.d.ts +2 -2
- package/dist/logger-Bc_Ooypb.d.ts +25 -0
- package/dist/{memory-token-prompter-BoV8Hf-n.d.ts → memory-token-prompter-D0kIdhar.d.ts} +2 -2
- package/dist/{profiles-cVZQkM69.d.ts → profiles-M24JrcOh.d.ts} +3 -3
- package/dist/profiles.d.ts +1 -1
- package/dist/recovery.d.ts +1 -1
- package/dist/{settings-reader-BNxjsxCB.d.ts → settings-reader-BnKIbmsD.d.ts} +1 -1
- package/package.json +7 -2
- /package/dist/{discord-connector-schema-D-bOVAKt.d.ts → discord-connector-schema-D1dyxhXk.d.ts} +0 -0
- /package/dist/{file-system-VhwwXZbm.d.ts → file-system-DHgbuTFb.d.ts} +0 -0
- /package/dist/{funnel-docs-CNklHvbt.d.ts → funnel-docs-Cd66sKyV.d.ts} +0 -0
- /package/dist/{gh-connector-schema-DWQaB6gX.d.ts → gh-connector-schema-BCHEqpUg.d.ts} +0 -0
- /package/dist/{schedule-connector-schema-Z0RXLgPI.d.ts → schedule-connector-schema-D7ZEKvit.d.ts} +0 -0
- /package/dist/{settings-schema-BL_c2Udm.d.ts → settings-schema-IShSMm5G.d.ts} +0 -0
- /package/dist/{slack-event-processor-BhCf5Wiy.d.ts → slack-event-processor-BDTr62cN.d.ts} +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { t as
|
|
2
|
-
import { n as
|
|
3
|
-
import {
|
|
4
|
-
import { n as
|
|
1
|
+
import { t as FunnelLogger } from "./logger-Bc_Ooypb.js";
|
|
2
|
+
import { n as FunnelFileSystem } from "./file-system-DHgbuTFb.js";
|
|
3
|
+
import { t as ChannelConfig } from "./settings-schema-IShSMm5G.js";
|
|
4
|
+
import { n as FunnelIdGenerator } from "./settings-reader-BnKIbmsD.js";
|
|
5
|
+
import { z as FunnelProcessRunner } from "./connector-descriptor-CmyHlEiT.js";
|
|
5
6
|
|
|
6
7
|
//#region lib/engine/claude/channel-resolver.d.ts
|
|
7
8
|
type ChannelResolver = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { t as FunnelLogger } from "./logger-Bc_Ooypb.js";
|
|
2
|
+
import { A as FunnelConnectorListener, g as ConnectorDiagnosticLog, h as ConnectorConnectionStatus } from "./connector-descriptor-CmyHlEiT.js";
|
|
2
3
|
import { FlumeEventHandler, FlumeLogHandler, FlumeReconnectOptions, FlumeRunning, FlumeRuntimeDeps, FlumeSource, FlumeStatus } from "@interactive-inc/flume";
|
|
3
4
|
|
|
4
5
|
//#region lib/engine/connectors/connector-diagnostics-recorder.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as FunnelDiagnostics, n as DiagnoseAllReport, t as ChannelDiagnosis } from "./funnel-diagnostics-
|
|
2
|
-
import { n as RecoveryAction, t as FunnelRecovery } from "./funnel-recovery-
|
|
1
|
+
import { c as FunnelDiagnostics, n as DiagnoseAllReport, t as ChannelDiagnosis } from "./funnel-diagnostics-kbd27d7I.js";
|
|
2
|
+
import { n as RecoveryAction, t as FunnelRecovery } from "./funnel-recovery-D8MkiTpk.js";
|
|
3
3
|
|
|
4
4
|
//#region lib/services/doctor/funnel-doctor.d.ts
|
|
5
5
|
type Props = {
|