@indexnetwork/protocol 0.1.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/agents/chat.agent.d.ts +218 -0
- package/dist/agents/chat.agent.d.ts.map +1 -0
- package/dist/agents/chat.agent.js +884 -0
- package/dist/agents/chat.agent.js.map +1 -0
- package/dist/agents/chat.prompt.d.ts +18 -0
- package/dist/agents/chat.prompt.d.ts.map +1 -0
- package/dist/agents/chat.prompt.js +372 -0
- package/dist/agents/chat.prompt.js.map +1 -0
- package/dist/agents/chat.prompt.modules.d.ts +61 -0
- package/dist/agents/chat.prompt.modules.d.ts.map +1 -0
- package/dist/agents/chat.prompt.modules.js +366 -0
- package/dist/agents/chat.prompt.modules.js.map +1 -0
- package/dist/agents/chat.title.generator.d.ts +20 -0
- package/dist/agents/chat.title.generator.d.ts.map +1 -0
- package/dist/agents/chat.title.generator.js +66 -0
- package/dist/agents/chat.title.generator.js.map +1 -0
- package/dist/agents/home.categorizer.d.ts +28 -0
- package/dist/agents/home.categorizer.d.ts.map +1 -0
- package/dist/agents/home.categorizer.js +170 -0
- package/dist/agents/home.categorizer.js.map +1 -0
- package/dist/agents/hyde.generator.d.ts +27 -0
- package/dist/agents/hyde.generator.d.ts.map +1 -0
- package/dist/agents/hyde.generator.js +75 -0
- package/dist/agents/hyde.generator.js.map +1 -0
- package/dist/agents/hyde.strategies.d.ts +17 -0
- package/dist/agents/hyde.strategies.d.ts.map +1 -0
- package/dist/agents/hyde.strategies.js +29 -0
- package/dist/agents/hyde.strategies.js.map +1 -0
- package/dist/agents/intent.clarifier.d.ts +29 -0
- package/dist/agents/intent.clarifier.d.ts.map +1 -0
- package/dist/agents/intent.clarifier.js +186 -0
- package/dist/agents/intent.clarifier.js.map +1 -0
- package/dist/agents/intent.indexer.d.ts +77 -0
- package/dist/agents/intent.indexer.d.ts.map +1 -0
- package/dist/agents/intent.indexer.js +164 -0
- package/dist/agents/intent.indexer.js.map +1 -0
- package/dist/agents/intent.inferrer.d.ts +95 -0
- package/dist/agents/intent.inferrer.d.ts.map +1 -0
- package/dist/agents/intent.inferrer.js +238 -0
- package/dist/agents/intent.inferrer.js.map +1 -0
- package/dist/agents/intent.reconciler.d.ts +106 -0
- package/dist/agents/intent.reconciler.d.ts.map +1 -0
- package/dist/agents/intent.reconciler.js +184 -0
- package/dist/agents/intent.reconciler.js.map +1 -0
- package/dist/agents/intent.verifier.d.ts +97 -0
- package/dist/agents/intent.verifier.d.ts.map +1 -0
- package/dist/agents/intent.verifier.js +234 -0
- package/dist/agents/intent.verifier.js.map +1 -0
- package/dist/agents/invite.generator.d.ts +47 -0
- package/dist/agents/invite.generator.d.ts.map +1 -0
- package/dist/agents/invite.generator.js +56 -0
- package/dist/agents/invite.generator.js.map +1 -0
- package/dist/agents/lens.inferrer.d.ts +37 -0
- package/dist/agents/lens.inferrer.d.ts.map +1 -0
- package/dist/agents/lens.inferrer.js +98 -0
- package/dist/agents/lens.inferrer.js.map +1 -0
- package/dist/agents/model.config.d.ts +120 -0
- package/dist/agents/model.config.d.ts.map +1 -0
- package/dist/agents/model.config.js +76 -0
- package/dist/agents/model.config.js.map +1 -0
- package/dist/agents/negotiation.insights.generator.d.ts +32 -0
- package/dist/agents/negotiation.insights.generator.d.ts.map +1 -0
- package/dist/agents/negotiation.insights.generator.js +105 -0
- package/dist/agents/negotiation.insights.generator.js.map +1 -0
- package/dist/agents/negotiation.proposer.d.ts +26 -0
- package/dist/agents/negotiation.proposer.d.ts.map +1 -0
- package/dist/agents/negotiation.proposer.js +67 -0
- package/dist/agents/negotiation.proposer.js.map +1 -0
- package/dist/agents/negotiation.responder.d.ts +26 -0
- package/dist/agents/negotiation.responder.d.ts.map +1 -0
- package/dist/agents/negotiation.responder.js +71 -0
- package/dist/agents/negotiation.responder.js.map +1 -0
- package/dist/agents/opportunity.evaluator.d.ts +253 -0
- package/dist/agents/opportunity.evaluator.d.ts.map +1 -0
- package/dist/agents/opportunity.evaluator.js +413 -0
- package/dist/agents/opportunity.evaluator.js.map +1 -0
- package/dist/agents/opportunity.presenter.d.ts +115 -0
- package/dist/agents/opportunity.presenter.d.ts.map +1 -0
- package/dist/agents/opportunity.presenter.js +524 -0
- package/dist/agents/opportunity.presenter.js.map +1 -0
- package/dist/agents/profile.generator.d.ts +67 -0
- package/dist/agents/profile.generator.d.ts.map +1 -0
- package/dist/agents/profile.generator.js +97 -0
- package/dist/agents/profile.generator.js.map +1 -0
- package/dist/agents/profile.hyde.generator.d.ts +43 -0
- package/dist/agents/profile.hyde.generator.d.ts.map +1 -0
- package/dist/agents/profile.hyde.generator.js +113 -0
- package/dist/agents/profile.hyde.generator.js.map +1 -0
- package/dist/agents/suggestion.generator.d.ts +24 -0
- package/dist/agents/suggestion.generator.d.ts.map +1 -0
- package/dist/agents/suggestion.generator.js +96 -0
- package/dist/agents/suggestion.generator.js.map +1 -0
- package/dist/graphs/chat.graph.d.ts +312 -0
- package/dist/graphs/chat.graph.d.ts.map +1 -0
- package/dist/graphs/chat.graph.js +267 -0
- package/dist/graphs/chat.graph.js.map +1 -0
- package/dist/graphs/home.graph.d.ts +180 -0
- package/dist/graphs/home.graph.d.ts.map +1 -0
- package/dist/graphs/home.graph.js +598 -0
- package/dist/graphs/home.graph.js.map +1 -0
- package/dist/graphs/hyde.graph.d.ts +110 -0
- package/dist/graphs/hyde.graph.d.ts.map +1 -0
- package/dist/graphs/hyde.graph.js +235 -0
- package/dist/graphs/hyde.graph.js.map +1 -0
- package/dist/graphs/index.graph.d.ts +620 -0
- package/dist/graphs/index.graph.d.ts.map +1 -0
- package/dist/graphs/index.graph.js +226 -0
- package/dist/graphs/index.graph.js.map +1 -0
- package/dist/graphs/index_membership.graph.d.ts +250 -0
- package/dist/graphs/index_membership.graph.d.ts.map +1 -0
- package/dist/graphs/index_membership.graph.js +204 -0
- package/dist/graphs/index_membership.graph.js.map +1 -0
- package/dist/graphs/intent.graph.d.ts +490 -0
- package/dist/graphs/intent.graph.d.ts.map +1 -0
- package/dist/graphs/intent.graph.js +787 -0
- package/dist/graphs/intent.graph.js.map +1 -0
- package/dist/graphs/intent_index.graph.d.ts +396 -0
- package/dist/graphs/intent_index.graph.d.ts.map +1 -0
- package/dist/graphs/intent_index.graph.js +331 -0
- package/dist/graphs/intent_index.graph.js.map +1 -0
- package/dist/graphs/maintenance.graph.d.ts +177 -0
- package/dist/graphs/maintenance.graph.d.ts.map +1 -0
- package/dist/graphs/maintenance.graph.js +173 -0
- package/dist/graphs/maintenance.graph.js.map +1 -0
- package/dist/graphs/negotiation.graph.d.ts +819 -0
- package/dist/graphs/negotiation.graph.d.ts.map +1 -0
- package/dist/graphs/negotiation.graph.js +255 -0
- package/dist/graphs/negotiation.graph.js.map +1 -0
- package/dist/graphs/opportunity.graph.d.ts +1082 -0
- package/dist/graphs/opportunity.graph.d.ts.map +1 -0
- package/dist/graphs/opportunity.graph.js +2534 -0
- package/dist/graphs/opportunity.graph.js.map +1 -0
- package/dist/graphs/profile.graph.d.ts +617 -0
- package/dist/graphs/profile.graph.d.ts.map +1 -0
- package/dist/graphs/profile.graph.js +839 -0
- package/dist/graphs/profile.graph.js.map +1 -0
- package/dist/graphs/tests/chat.graph.mocks.d.ts +104 -0
- package/dist/graphs/tests/chat.graph.mocks.d.ts.map +1 -0
- package/dist/graphs/tests/chat.graph.mocks.js +225 -0
- package/dist/graphs/tests/chat.graph.mocks.js.map +1 -0
- package/dist/index.d.ts +62 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +44 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/auth.interface.d.ts +15 -0
- package/dist/interfaces/auth.interface.d.ts.map +1 -0
- package/dist/interfaces/auth.interface.js +2 -0
- package/dist/interfaces/auth.interface.js.map +1 -0
- package/dist/interfaces/cache.interface.d.ts +43 -0
- package/dist/interfaces/cache.interface.d.ts.map +1 -0
- package/dist/interfaces/cache.interface.js +6 -0
- package/dist/interfaces/cache.interface.js.map +1 -0
- package/dist/interfaces/chat-session.interface.d.ts +11 -0
- package/dist/interfaces/chat-session.interface.d.ts.map +1 -0
- package/dist/interfaces/chat-session.interface.js +2 -0
- package/dist/interfaces/chat-session.interface.js.map +1 -0
- package/dist/interfaces/contact.interface.d.ts +48 -0
- package/dist/interfaces/contact.interface.d.ts.map +1 -0
- package/dist/interfaces/contact.interface.js +2 -0
- package/dist/interfaces/contact.interface.js.map +1 -0
- package/dist/interfaces/database.interface.d.ts +1495 -0
- package/dist/interfaces/database.interface.d.ts.map +1 -0
- package/dist/interfaces/database.interface.js +2 -0
- package/dist/interfaces/database.interface.js.map +1 -0
- package/dist/interfaces/embedder.interface.d.ts +85 -0
- package/dist/interfaces/embedder.interface.d.ts.map +1 -0
- package/dist/interfaces/embedder.interface.js +5 -0
- package/dist/interfaces/embedder.interface.js.map +1 -0
- package/dist/interfaces/enrichment.interface.d.ts +40 -0
- package/dist/interfaces/enrichment.interface.d.ts.map +1 -0
- package/dist/interfaces/enrichment.interface.js +2 -0
- package/dist/interfaces/enrichment.interface.js.map +1 -0
- package/dist/interfaces/integration.interface.d.ts +91 -0
- package/dist/interfaces/integration.interface.d.ts.map +1 -0
- package/dist/interfaces/integration.interface.js +2 -0
- package/dist/interfaces/integration.interface.js.map +1 -0
- package/dist/interfaces/queue.interface.d.ts +17 -0
- package/dist/interfaces/queue.interface.d.ts.map +1 -0
- package/dist/interfaces/queue.interface.js +5 -0
- package/dist/interfaces/queue.interface.js.map +1 -0
- package/dist/interfaces/scraper.interface.d.ts +31 -0
- package/dist/interfaces/scraper.interface.d.ts.map +1 -0
- package/dist/interfaces/scraper.interface.js +2 -0
- package/dist/interfaces/scraper.interface.js.map +1 -0
- package/dist/interfaces/storage.interface.d.ts +46 -0
- package/dist/interfaces/storage.interface.d.ts.map +1 -0
- package/dist/interfaces/storage.interface.js +6 -0
- package/dist/interfaces/storage.interface.js.map +1 -0
- package/dist/mcp/mcp.server.d.ts +29 -0
- package/dist/mcp/mcp.server.d.ts.map +1 -0
- package/dist/mcp/mcp.server.js +171 -0
- package/dist/mcp/mcp.server.js.map +1 -0
- package/dist/states/chat.state.d.ts +126 -0
- package/dist/states/chat.state.d.ts.map +1 -0
- package/dist/states/chat.state.js +112 -0
- package/dist/states/chat.state.js.map +1 -0
- package/dist/states/home.state.d.ts +100 -0
- package/dist/states/home.state.d.ts.map +1 -0
- package/dist/states/home.state.js +74 -0
- package/dist/states/home.state.js.map +1 -0
- package/dist/states/hyde.state.d.ts +54 -0
- package/dist/states/hyde.state.d.ts.map +1 -0
- package/dist/states/hyde.state.js +66 -0
- package/dist/states/hyde.state.js.map +1 -0
- package/dist/states/index.state.d.ts +179 -0
- package/dist/states/index.state.d.ts.map +1 -0
- package/dist/states/index.state.js +56 -0
- package/dist/states/index.state.js.map +1 -0
- package/dist/states/index_membership.state.d.ts +77 -0
- package/dist/states/index_membership.state.d.ts.map +1 -0
- package/dist/states/index_membership.state.js +43 -0
- package/dist/states/index_membership.state.js.map +1 -0
- package/dist/states/intent.state.d.ts +203 -0
- package/dist/states/intent.state.d.ts.map +1 -0
- package/dist/states/intent.state.js +153 -0
- package/dist/states/intent.state.js.map +1 -0
- package/dist/states/intent_index.state.d.ts +148 -0
- package/dist/states/intent_index.state.d.ts.map +1 -0
- package/dist/states/intent_index.state.js +100 -0
- package/dist/states/intent_index.state.js.map +1 -0
- package/dist/states/maintenance.state.d.ts +36 -0
- package/dist/states/maintenance.state.d.ts.map +1 -0
- package/dist/states/maintenance.state.js +56 -0
- package/dist/states/maintenance.state.js.map +1 -0
- package/dist/states/negotiation.state.d.ts +230 -0
- package/dist/states/negotiation.state.d.ts.map +1 -0
- package/dist/states/negotiation.state.js +82 -0
- package/dist/states/negotiation.state.js.map +1 -0
- package/dist/states/opportunity.state.d.ts +300 -0
- package/dist/states/opportunity.state.d.ts.map +1 -0
- package/dist/states/opportunity.state.js +207 -0
- package/dist/states/opportunity.state.js.map +1 -0
- package/dist/states/profile.state.d.ts +172 -0
- package/dist/states/profile.state.d.ts.map +1 -0
- package/dist/states/profile.state.js +133 -0
- package/dist/states/profile.state.js.map +1 -0
- package/dist/streamers/chat.streamer.d.ts +55 -0
- package/dist/streamers/chat.streamer.d.ts.map +1 -0
- package/dist/streamers/chat.streamer.js +186 -0
- package/dist/streamers/chat.streamer.js.map +1 -0
- package/dist/streamers/index.d.ts +3 -0
- package/dist/streamers/index.d.ts.map +1 -0
- package/dist/streamers/index.js +3 -0
- package/dist/streamers/index.js.map +1 -0
- package/dist/streamers/response.streamer.d.ts +36 -0
- package/dist/streamers/response.streamer.d.ts.map +1 -0
- package/dist/streamers/response.streamer.js +46 -0
- package/dist/streamers/response.streamer.js.map +1 -0
- package/dist/support/chat.utils.d.ts +42 -0
- package/dist/support/chat.utils.d.ts.map +1 -0
- package/dist/support/chat.utils.js +89 -0
- package/dist/support/chat.utils.js.map +1 -0
- package/dist/support/debug-meta.sanitizer.d.ts +18 -0
- package/dist/support/debug-meta.sanitizer.d.ts.map +1 -0
- package/dist/support/debug-meta.sanitizer.js +82 -0
- package/dist/support/debug-meta.sanitizer.js.map +1 -0
- package/dist/support/feed.health.d.ts +32 -0
- package/dist/support/feed.health.d.ts.map +1 -0
- package/dist/support/feed.health.js +76 -0
- package/dist/support/feed.health.js.map +1 -0
- package/dist/support/introducer.discovery.d.ts +78 -0
- package/dist/support/introducer.discovery.d.ts.map +1 -0
- package/dist/support/introducer.discovery.js +101 -0
- package/dist/support/introducer.discovery.js.map +1 -0
- package/dist/support/log.d.ts +65 -0
- package/dist/support/log.d.ts.map +1 -0
- package/dist/support/log.js +76 -0
- package/dist/support/log.js.map +1 -0
- package/dist/support/lucide.icon-catalog.d.ts +22 -0
- package/dist/support/lucide.icon-catalog.d.ts.map +1 -0
- package/dist/support/lucide.icon-catalog.js +101 -0
- package/dist/support/lucide.icon-catalog.js.map +1 -0
- package/dist/support/opportunity.card-text.d.ts +39 -0
- package/dist/support/opportunity.card-text.d.ts.map +1 -0
- package/dist/support/opportunity.card-text.js +333 -0
- package/dist/support/opportunity.card-text.js.map +1 -0
- package/dist/support/opportunity.constants.d.ts +9 -0
- package/dist/support/opportunity.constants.d.ts.map +1 -0
- package/dist/support/opportunity.constants.js +11 -0
- package/dist/support/opportunity.constants.js.map +1 -0
- package/dist/support/opportunity.discover.d.ts +144 -0
- package/dist/support/opportunity.discover.d.ts.map +1 -0
- package/dist/support/opportunity.discover.js +610 -0
- package/dist/support/opportunity.discover.js.map +1 -0
- package/dist/support/opportunity.enricher.d.ts +44 -0
- package/dist/support/opportunity.enricher.d.ts.map +1 -0
- package/dist/support/opportunity.enricher.js +245 -0
- package/dist/support/opportunity.enricher.js.map +1 -0
- package/dist/support/opportunity.persist.d.ts +39 -0
- package/dist/support/opportunity.persist.d.ts.map +1 -0
- package/dist/support/opportunity.persist.js +63 -0
- package/dist/support/opportunity.persist.js.map +1 -0
- package/dist/support/opportunity.presentation.d.ts +21 -0
- package/dist/support/opportunity.presentation.d.ts.map +1 -0
- package/dist/support/opportunity.presentation.js +75 -0
- package/dist/support/opportunity.presentation.js.map +1 -0
- package/dist/support/opportunity.sanitize.d.ts +18 -0
- package/dist/support/opportunity.sanitize.d.ts.map +1 -0
- package/dist/support/opportunity.sanitize.js +89 -0
- package/dist/support/opportunity.sanitize.js.map +1 -0
- package/dist/support/opportunity.utils.d.ts +99 -0
- package/dist/support/opportunity.utils.d.ts.map +1 -0
- package/dist/support/opportunity.utils.js +184 -0
- package/dist/support/opportunity.utils.js.map +1 -0
- package/dist/support/performance.d.ts +19 -0
- package/dist/support/performance.d.ts.map +1 -0
- package/dist/support/performance.js +43 -0
- package/dist/support/performance.js.map +1 -0
- package/dist/support/profile.enrichment-display-name.d.ts +16 -0
- package/dist/support/profile.enrichment-display-name.d.ts.map +1 -0
- package/dist/support/profile.enrichment-display-name.js +22 -0
- package/dist/support/profile.enrichment-display-name.js.map +1 -0
- package/dist/support/protocol.logger.d.ts +22 -0
- package/dist/support/protocol.logger.d.ts.map +1 -0
- package/dist/support/protocol.logger.js +44 -0
- package/dist/support/protocol.logger.js.map +1 -0
- package/dist/support/request-context.d.ts +19 -0
- package/dist/support/request-context.d.ts.map +1 -0
- package/dist/support/request-context.js +7 -0
- package/dist/support/request-context.js.map +1 -0
- package/dist/tools/contact.tools.d.ts +7 -0
- package/dist/tools/contact.tools.d.ts.map +1 -0
- package/dist/tools/contact.tools.js +115 -0
- package/dist/tools/contact.tools.js.map +1 -0
- package/dist/tools/index.d.ts +17 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +140 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/index.tools.d.ts +3 -0
- package/dist/tools/index.tools.d.ts.map +1 -0
- package/dist/tools/index.tools.js +423 -0
- package/dist/tools/index.tools.js.map +1 -0
- package/dist/tools/integration.tools.d.ts +13 -0
- package/dist/tools/integration.tools.d.ts.map +1 -0
- package/dist/tools/integration.tools.js +77 -0
- package/dist/tools/integration.tools.js.map +1 -0
- package/dist/tools/intent.tools.d.ts +3 -0
- package/dist/tools/intent.tools.d.ts.map +1 -0
- package/dist/tools/intent.tools.js +458 -0
- package/dist/tools/intent.tools.js.map +1 -0
- package/dist/tools/opportunity.tools.d.ts +44 -0
- package/dist/tools/opportunity.tools.d.ts.map +1 -0
- package/dist/tools/opportunity.tools.js +814 -0
- package/dist/tools/opportunity.tools.js.map +1 -0
- package/dist/tools/profile.tools.d.ts +3 -0
- package/dist/tools/profile.tools.d.ts.map +1 -0
- package/dist/tools/profile.tools.js +513 -0
- package/dist/tools/profile.tools.js.map +1 -0
- package/dist/tools/tool.helpers.d.ts +225 -0
- package/dist/tools/tool.helpers.d.ts.map +1 -0
- package/dist/tools/tool.helpers.js +172 -0
- package/dist/tools/tool.helpers.js.map +1 -0
- package/dist/tools/tool.registry.d.ts +12 -0
- package/dist/tools/tool.registry.d.ts.map +1 -0
- package/dist/tools/tool.registry.js +62 -0
- package/dist/tools/tool.registry.js.map +1 -0
- package/dist/tools/utility.tools.d.ts +3 -0
- package/dist/tools/utility.tools.d.ts.map +1 -0
- package/dist/tools/utility.tools.js +107 -0
- package/dist/tools/utility.tools.js.map +1 -0
- package/dist/types/chat-streaming.types.d.ts +472 -0
- package/dist/types/chat-streaming.types.d.ts.map +1 -0
- package/dist/types/chat-streaming.types.js +260 -0
- package/dist/types/chat-streaming.types.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,620 @@
|
|
|
1
|
+
import { IndexGraphDatabase } from "../interfaces/database.interface.js";
|
|
2
|
+
/**
|
|
3
|
+
* Factory class to build and compile the Index (CRUD) Graph.
|
|
4
|
+
*
|
|
5
|
+
* Handles create, read, update, and delete operations for indexes.
|
|
6
|
+
* Membership and intent-index assignment operations are handled by
|
|
7
|
+
* separate graphs (IndexMembershipGraph and IntentIndexGraph).
|
|
8
|
+
*
|
|
9
|
+
* Flow:
|
|
10
|
+
* START → routerNode → {createNode | readNode | updateNode | deleteNode} → END
|
|
11
|
+
*/
|
|
12
|
+
export declare class IndexGraphFactory {
|
|
13
|
+
private database;
|
|
14
|
+
constructor(database: IndexGraphDatabase);
|
|
15
|
+
createGraph(): import("@langchain/langgraph").CompiledStateGraph<{
|
|
16
|
+
userId: string;
|
|
17
|
+
indexId: string | undefined;
|
|
18
|
+
operationMode: "create" | "update" | "delete" | "read";
|
|
19
|
+
createInput: {
|
|
20
|
+
title: string;
|
|
21
|
+
prompt?: string;
|
|
22
|
+
imageUrl?: string | null;
|
|
23
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
24
|
+
} | undefined;
|
|
25
|
+
updateInput: {
|
|
26
|
+
title?: string;
|
|
27
|
+
prompt?: string | null;
|
|
28
|
+
imageUrl?: string | null;
|
|
29
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
30
|
+
allowGuestVibeCheck?: boolean;
|
|
31
|
+
} | undefined;
|
|
32
|
+
showAll: boolean;
|
|
33
|
+
readResult: {
|
|
34
|
+
memberOf: Array<{
|
|
35
|
+
indexId: string;
|
|
36
|
+
title: string;
|
|
37
|
+
description: string | null;
|
|
38
|
+
autoAssign: boolean;
|
|
39
|
+
joinedAt: Date;
|
|
40
|
+
}>;
|
|
41
|
+
owns: Array<{
|
|
42
|
+
indexId: string;
|
|
43
|
+
title: string;
|
|
44
|
+
description: string | null;
|
|
45
|
+
memberCount: number;
|
|
46
|
+
intentCount: number;
|
|
47
|
+
joinPolicy: string;
|
|
48
|
+
}>;
|
|
49
|
+
publicIndexes?: Array<{
|
|
50
|
+
indexId: string;
|
|
51
|
+
title: string;
|
|
52
|
+
description: string | null;
|
|
53
|
+
memberCount: number;
|
|
54
|
+
owner: {
|
|
55
|
+
name: string;
|
|
56
|
+
avatar: string | null;
|
|
57
|
+
} | null;
|
|
58
|
+
}>;
|
|
59
|
+
stats: {
|
|
60
|
+
memberOfCount: number;
|
|
61
|
+
ownsCount: number;
|
|
62
|
+
publicIndexesCount?: number;
|
|
63
|
+
scopeNote?: string;
|
|
64
|
+
};
|
|
65
|
+
} | undefined;
|
|
66
|
+
mutationResult: {
|
|
67
|
+
success: boolean;
|
|
68
|
+
indexId?: string;
|
|
69
|
+
title?: string;
|
|
70
|
+
message?: string;
|
|
71
|
+
error?: string;
|
|
72
|
+
} | undefined;
|
|
73
|
+
error: string | null;
|
|
74
|
+
}, {
|
|
75
|
+
userId?: string | undefined;
|
|
76
|
+
indexId?: string | import("@langchain/langgraph").OverwriteValue<string | undefined> | undefined;
|
|
77
|
+
operationMode?: "create" | "update" | "delete" | "read" | import("@langchain/langgraph").OverwriteValue<"create" | "update" | "delete" | "read"> | undefined;
|
|
78
|
+
createInput?: {
|
|
79
|
+
title: string;
|
|
80
|
+
prompt?: string;
|
|
81
|
+
imageUrl?: string | null;
|
|
82
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
83
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
84
|
+
title: string;
|
|
85
|
+
prompt?: string;
|
|
86
|
+
imageUrl?: string | null;
|
|
87
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
88
|
+
} | undefined> | undefined;
|
|
89
|
+
updateInput?: {
|
|
90
|
+
title?: string;
|
|
91
|
+
prompt?: string | null;
|
|
92
|
+
imageUrl?: string | null;
|
|
93
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
94
|
+
allowGuestVibeCheck?: boolean;
|
|
95
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
96
|
+
title?: string;
|
|
97
|
+
prompt?: string | null;
|
|
98
|
+
imageUrl?: string | null;
|
|
99
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
100
|
+
allowGuestVibeCheck?: boolean;
|
|
101
|
+
} | undefined> | undefined;
|
|
102
|
+
showAll?: boolean | import("@langchain/langgraph").OverwriteValue<boolean> | undefined;
|
|
103
|
+
readResult?: {
|
|
104
|
+
memberOf: Array<{
|
|
105
|
+
indexId: string;
|
|
106
|
+
title: string;
|
|
107
|
+
description: string | null;
|
|
108
|
+
autoAssign: boolean;
|
|
109
|
+
joinedAt: Date;
|
|
110
|
+
}>;
|
|
111
|
+
owns: Array<{
|
|
112
|
+
indexId: string;
|
|
113
|
+
title: string;
|
|
114
|
+
description: string | null;
|
|
115
|
+
memberCount: number;
|
|
116
|
+
intentCount: number;
|
|
117
|
+
joinPolicy: string;
|
|
118
|
+
}>;
|
|
119
|
+
publicIndexes?: Array<{
|
|
120
|
+
indexId: string;
|
|
121
|
+
title: string;
|
|
122
|
+
description: string | null;
|
|
123
|
+
memberCount: number;
|
|
124
|
+
owner: {
|
|
125
|
+
name: string;
|
|
126
|
+
avatar: string | null;
|
|
127
|
+
} | null;
|
|
128
|
+
}>;
|
|
129
|
+
stats: {
|
|
130
|
+
memberOfCount: number;
|
|
131
|
+
ownsCount: number;
|
|
132
|
+
publicIndexesCount?: number;
|
|
133
|
+
scopeNote?: string;
|
|
134
|
+
};
|
|
135
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
136
|
+
memberOf: Array<{
|
|
137
|
+
indexId: string;
|
|
138
|
+
title: string;
|
|
139
|
+
description: string | null;
|
|
140
|
+
autoAssign: boolean;
|
|
141
|
+
joinedAt: Date;
|
|
142
|
+
}>;
|
|
143
|
+
owns: Array<{
|
|
144
|
+
indexId: string;
|
|
145
|
+
title: string;
|
|
146
|
+
description: string | null;
|
|
147
|
+
memberCount: number;
|
|
148
|
+
intentCount: number;
|
|
149
|
+
joinPolicy: string;
|
|
150
|
+
}>;
|
|
151
|
+
publicIndexes?: Array<{
|
|
152
|
+
indexId: string;
|
|
153
|
+
title: string;
|
|
154
|
+
description: string | null;
|
|
155
|
+
memberCount: number;
|
|
156
|
+
owner: {
|
|
157
|
+
name: string;
|
|
158
|
+
avatar: string | null;
|
|
159
|
+
} | null;
|
|
160
|
+
}>;
|
|
161
|
+
stats: {
|
|
162
|
+
memberOfCount: number;
|
|
163
|
+
ownsCount: number;
|
|
164
|
+
publicIndexesCount?: number;
|
|
165
|
+
scopeNote?: string;
|
|
166
|
+
};
|
|
167
|
+
} | undefined> | undefined;
|
|
168
|
+
mutationResult?: {
|
|
169
|
+
success: boolean;
|
|
170
|
+
indexId?: string;
|
|
171
|
+
title?: string;
|
|
172
|
+
message?: string;
|
|
173
|
+
error?: string;
|
|
174
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
175
|
+
success: boolean;
|
|
176
|
+
indexId?: string;
|
|
177
|
+
title?: string;
|
|
178
|
+
message?: string;
|
|
179
|
+
error?: string;
|
|
180
|
+
} | undefined> | undefined;
|
|
181
|
+
error?: string | import("@langchain/langgraph").OverwriteValue<string | null> | null | undefined;
|
|
182
|
+
}, "create" | "update" | "read" | "__start__" | "delete_idx", {
|
|
183
|
+
userId: {
|
|
184
|
+
(annotation: import("@langchain/langgraph").SingleReducer<string, string>): import("@langchain/langgraph").BaseChannel<string, string | import("@langchain/langgraph").OverwriteValue<string>, unknown>;
|
|
185
|
+
(): import("@langchain/langgraph").LastValue<string>;
|
|
186
|
+
Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
|
|
187
|
+
};
|
|
188
|
+
indexId: import("@langchain/langgraph").BaseChannel<string | undefined, string | import("@langchain/langgraph").OverwriteValue<string | undefined> | undefined, unknown>;
|
|
189
|
+
operationMode: import("@langchain/langgraph").BaseChannel<"create" | "update" | "delete" | "read", "create" | "update" | "delete" | "read" | import("@langchain/langgraph").OverwriteValue<"create" | "update" | "delete" | "read">, unknown>;
|
|
190
|
+
createInput: import("@langchain/langgraph").BaseChannel<{
|
|
191
|
+
title: string;
|
|
192
|
+
prompt?: string;
|
|
193
|
+
imageUrl?: string | null;
|
|
194
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
195
|
+
} | undefined, {
|
|
196
|
+
title: string;
|
|
197
|
+
prompt?: string;
|
|
198
|
+
imageUrl?: string | null;
|
|
199
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
200
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
201
|
+
title: string;
|
|
202
|
+
prompt?: string;
|
|
203
|
+
imageUrl?: string | null;
|
|
204
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
205
|
+
} | undefined> | undefined, unknown>;
|
|
206
|
+
updateInput: import("@langchain/langgraph").BaseChannel<{
|
|
207
|
+
title?: string;
|
|
208
|
+
prompt?: string | null;
|
|
209
|
+
imageUrl?: string | null;
|
|
210
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
211
|
+
allowGuestVibeCheck?: boolean;
|
|
212
|
+
} | undefined, {
|
|
213
|
+
title?: string;
|
|
214
|
+
prompt?: string | null;
|
|
215
|
+
imageUrl?: string | null;
|
|
216
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
217
|
+
allowGuestVibeCheck?: boolean;
|
|
218
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
219
|
+
title?: string;
|
|
220
|
+
prompt?: string | null;
|
|
221
|
+
imageUrl?: string | null;
|
|
222
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
223
|
+
allowGuestVibeCheck?: boolean;
|
|
224
|
+
} | undefined> | undefined, unknown>;
|
|
225
|
+
showAll: import("@langchain/langgraph").BaseChannel<boolean, boolean | import("@langchain/langgraph").OverwriteValue<boolean>, unknown>;
|
|
226
|
+
readResult: import("@langchain/langgraph").BaseChannel<{
|
|
227
|
+
memberOf: Array<{
|
|
228
|
+
indexId: string;
|
|
229
|
+
title: string;
|
|
230
|
+
description: string | null;
|
|
231
|
+
autoAssign: boolean;
|
|
232
|
+
joinedAt: Date;
|
|
233
|
+
}>;
|
|
234
|
+
owns: Array<{
|
|
235
|
+
indexId: string;
|
|
236
|
+
title: string;
|
|
237
|
+
description: string | null;
|
|
238
|
+
memberCount: number;
|
|
239
|
+
intentCount: number;
|
|
240
|
+
joinPolicy: string;
|
|
241
|
+
}>;
|
|
242
|
+
publicIndexes?: Array<{
|
|
243
|
+
indexId: string;
|
|
244
|
+
title: string;
|
|
245
|
+
description: string | null;
|
|
246
|
+
memberCount: number;
|
|
247
|
+
owner: {
|
|
248
|
+
name: string;
|
|
249
|
+
avatar: string | null;
|
|
250
|
+
} | null;
|
|
251
|
+
}>;
|
|
252
|
+
stats: {
|
|
253
|
+
memberOfCount: number;
|
|
254
|
+
ownsCount: number;
|
|
255
|
+
publicIndexesCount?: number;
|
|
256
|
+
scopeNote?: string;
|
|
257
|
+
};
|
|
258
|
+
} | undefined, {
|
|
259
|
+
memberOf: Array<{
|
|
260
|
+
indexId: string;
|
|
261
|
+
title: string;
|
|
262
|
+
description: string | null;
|
|
263
|
+
autoAssign: boolean;
|
|
264
|
+
joinedAt: Date;
|
|
265
|
+
}>;
|
|
266
|
+
owns: Array<{
|
|
267
|
+
indexId: string;
|
|
268
|
+
title: string;
|
|
269
|
+
description: string | null;
|
|
270
|
+
memberCount: number;
|
|
271
|
+
intentCount: number;
|
|
272
|
+
joinPolicy: string;
|
|
273
|
+
}>;
|
|
274
|
+
publicIndexes?: Array<{
|
|
275
|
+
indexId: string;
|
|
276
|
+
title: string;
|
|
277
|
+
description: string | null;
|
|
278
|
+
memberCount: number;
|
|
279
|
+
owner: {
|
|
280
|
+
name: string;
|
|
281
|
+
avatar: string | null;
|
|
282
|
+
} | null;
|
|
283
|
+
}>;
|
|
284
|
+
stats: {
|
|
285
|
+
memberOfCount: number;
|
|
286
|
+
ownsCount: number;
|
|
287
|
+
publicIndexesCount?: number;
|
|
288
|
+
scopeNote?: string;
|
|
289
|
+
};
|
|
290
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
291
|
+
memberOf: Array<{
|
|
292
|
+
indexId: string;
|
|
293
|
+
title: string;
|
|
294
|
+
description: string | null;
|
|
295
|
+
autoAssign: boolean;
|
|
296
|
+
joinedAt: Date;
|
|
297
|
+
}>;
|
|
298
|
+
owns: Array<{
|
|
299
|
+
indexId: string;
|
|
300
|
+
title: string;
|
|
301
|
+
description: string | null;
|
|
302
|
+
memberCount: number;
|
|
303
|
+
intentCount: number;
|
|
304
|
+
joinPolicy: string;
|
|
305
|
+
}>;
|
|
306
|
+
publicIndexes?: Array<{
|
|
307
|
+
indexId: string;
|
|
308
|
+
title: string;
|
|
309
|
+
description: string | null;
|
|
310
|
+
memberCount: number;
|
|
311
|
+
owner: {
|
|
312
|
+
name: string;
|
|
313
|
+
avatar: string | null;
|
|
314
|
+
} | null;
|
|
315
|
+
}>;
|
|
316
|
+
stats: {
|
|
317
|
+
memberOfCount: number;
|
|
318
|
+
ownsCount: number;
|
|
319
|
+
publicIndexesCount?: number;
|
|
320
|
+
scopeNote?: string;
|
|
321
|
+
};
|
|
322
|
+
} | undefined> | undefined, unknown>;
|
|
323
|
+
mutationResult: import("@langchain/langgraph").BaseChannel<{
|
|
324
|
+
success: boolean;
|
|
325
|
+
indexId?: string;
|
|
326
|
+
title?: string;
|
|
327
|
+
message?: string;
|
|
328
|
+
error?: string;
|
|
329
|
+
} | undefined, {
|
|
330
|
+
success: boolean;
|
|
331
|
+
indexId?: string;
|
|
332
|
+
title?: string;
|
|
333
|
+
message?: string;
|
|
334
|
+
error?: string;
|
|
335
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
336
|
+
success: boolean;
|
|
337
|
+
indexId?: string;
|
|
338
|
+
title?: string;
|
|
339
|
+
message?: string;
|
|
340
|
+
error?: string;
|
|
341
|
+
} | undefined> | undefined, unknown>;
|
|
342
|
+
error: import("@langchain/langgraph").BaseChannel<string | null, string | import("@langchain/langgraph").OverwriteValue<string | null> | null, unknown>;
|
|
343
|
+
}, {
|
|
344
|
+
userId: {
|
|
345
|
+
(annotation: import("@langchain/langgraph").SingleReducer<string, string>): import("@langchain/langgraph").BaseChannel<string, string | import("@langchain/langgraph").OverwriteValue<string>, unknown>;
|
|
346
|
+
(): import("@langchain/langgraph").LastValue<string>;
|
|
347
|
+
Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
|
|
348
|
+
};
|
|
349
|
+
indexId: import("@langchain/langgraph").BaseChannel<string | undefined, string | import("@langchain/langgraph").OverwriteValue<string | undefined> | undefined, unknown>;
|
|
350
|
+
operationMode: import("@langchain/langgraph").BaseChannel<"create" | "update" | "delete" | "read", "create" | "update" | "delete" | "read" | import("@langchain/langgraph").OverwriteValue<"create" | "update" | "delete" | "read">, unknown>;
|
|
351
|
+
createInput: import("@langchain/langgraph").BaseChannel<{
|
|
352
|
+
title: string;
|
|
353
|
+
prompt?: string;
|
|
354
|
+
imageUrl?: string | null;
|
|
355
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
356
|
+
} | undefined, {
|
|
357
|
+
title: string;
|
|
358
|
+
prompt?: string;
|
|
359
|
+
imageUrl?: string | null;
|
|
360
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
361
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
362
|
+
title: string;
|
|
363
|
+
prompt?: string;
|
|
364
|
+
imageUrl?: string | null;
|
|
365
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
366
|
+
} | undefined> | undefined, unknown>;
|
|
367
|
+
updateInput: import("@langchain/langgraph").BaseChannel<{
|
|
368
|
+
title?: string;
|
|
369
|
+
prompt?: string | null;
|
|
370
|
+
imageUrl?: string | null;
|
|
371
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
372
|
+
allowGuestVibeCheck?: boolean;
|
|
373
|
+
} | undefined, {
|
|
374
|
+
title?: string;
|
|
375
|
+
prompt?: string | null;
|
|
376
|
+
imageUrl?: string | null;
|
|
377
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
378
|
+
allowGuestVibeCheck?: boolean;
|
|
379
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
380
|
+
title?: string;
|
|
381
|
+
prompt?: string | null;
|
|
382
|
+
imageUrl?: string | null;
|
|
383
|
+
joinPolicy?: "anyone" | "invite_only";
|
|
384
|
+
allowGuestVibeCheck?: boolean;
|
|
385
|
+
} | undefined> | undefined, unknown>;
|
|
386
|
+
showAll: import("@langchain/langgraph").BaseChannel<boolean, boolean | import("@langchain/langgraph").OverwriteValue<boolean>, unknown>;
|
|
387
|
+
readResult: import("@langchain/langgraph").BaseChannel<{
|
|
388
|
+
memberOf: Array<{
|
|
389
|
+
indexId: string;
|
|
390
|
+
title: string;
|
|
391
|
+
description: string | null;
|
|
392
|
+
autoAssign: boolean;
|
|
393
|
+
joinedAt: Date;
|
|
394
|
+
}>;
|
|
395
|
+
owns: Array<{
|
|
396
|
+
indexId: string;
|
|
397
|
+
title: string;
|
|
398
|
+
description: string | null;
|
|
399
|
+
memberCount: number;
|
|
400
|
+
intentCount: number;
|
|
401
|
+
joinPolicy: string;
|
|
402
|
+
}>;
|
|
403
|
+
publicIndexes?: Array<{
|
|
404
|
+
indexId: string;
|
|
405
|
+
title: string;
|
|
406
|
+
description: string | null;
|
|
407
|
+
memberCount: number;
|
|
408
|
+
owner: {
|
|
409
|
+
name: string;
|
|
410
|
+
avatar: string | null;
|
|
411
|
+
} | null;
|
|
412
|
+
}>;
|
|
413
|
+
stats: {
|
|
414
|
+
memberOfCount: number;
|
|
415
|
+
ownsCount: number;
|
|
416
|
+
publicIndexesCount?: number;
|
|
417
|
+
scopeNote?: string;
|
|
418
|
+
};
|
|
419
|
+
} | undefined, {
|
|
420
|
+
memberOf: Array<{
|
|
421
|
+
indexId: string;
|
|
422
|
+
title: string;
|
|
423
|
+
description: string | null;
|
|
424
|
+
autoAssign: boolean;
|
|
425
|
+
joinedAt: Date;
|
|
426
|
+
}>;
|
|
427
|
+
owns: Array<{
|
|
428
|
+
indexId: string;
|
|
429
|
+
title: string;
|
|
430
|
+
description: string | null;
|
|
431
|
+
memberCount: number;
|
|
432
|
+
intentCount: number;
|
|
433
|
+
joinPolicy: string;
|
|
434
|
+
}>;
|
|
435
|
+
publicIndexes?: Array<{
|
|
436
|
+
indexId: string;
|
|
437
|
+
title: string;
|
|
438
|
+
description: string | null;
|
|
439
|
+
memberCount: number;
|
|
440
|
+
owner: {
|
|
441
|
+
name: string;
|
|
442
|
+
avatar: string | null;
|
|
443
|
+
} | null;
|
|
444
|
+
}>;
|
|
445
|
+
stats: {
|
|
446
|
+
memberOfCount: number;
|
|
447
|
+
ownsCount: number;
|
|
448
|
+
publicIndexesCount?: number;
|
|
449
|
+
scopeNote?: string;
|
|
450
|
+
};
|
|
451
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
452
|
+
memberOf: Array<{
|
|
453
|
+
indexId: string;
|
|
454
|
+
title: string;
|
|
455
|
+
description: string | null;
|
|
456
|
+
autoAssign: boolean;
|
|
457
|
+
joinedAt: Date;
|
|
458
|
+
}>;
|
|
459
|
+
owns: Array<{
|
|
460
|
+
indexId: string;
|
|
461
|
+
title: string;
|
|
462
|
+
description: string | null;
|
|
463
|
+
memberCount: number;
|
|
464
|
+
intentCount: number;
|
|
465
|
+
joinPolicy: string;
|
|
466
|
+
}>;
|
|
467
|
+
publicIndexes?: Array<{
|
|
468
|
+
indexId: string;
|
|
469
|
+
title: string;
|
|
470
|
+
description: string | null;
|
|
471
|
+
memberCount: number;
|
|
472
|
+
owner: {
|
|
473
|
+
name: string;
|
|
474
|
+
avatar: string | null;
|
|
475
|
+
} | null;
|
|
476
|
+
}>;
|
|
477
|
+
stats: {
|
|
478
|
+
memberOfCount: number;
|
|
479
|
+
ownsCount: number;
|
|
480
|
+
publicIndexesCount?: number;
|
|
481
|
+
scopeNote?: string;
|
|
482
|
+
};
|
|
483
|
+
} | undefined> | undefined, unknown>;
|
|
484
|
+
mutationResult: import("@langchain/langgraph").BaseChannel<{
|
|
485
|
+
success: boolean;
|
|
486
|
+
indexId?: string;
|
|
487
|
+
title?: string;
|
|
488
|
+
message?: string;
|
|
489
|
+
error?: string;
|
|
490
|
+
} | undefined, {
|
|
491
|
+
success: boolean;
|
|
492
|
+
indexId?: string;
|
|
493
|
+
title?: string;
|
|
494
|
+
message?: string;
|
|
495
|
+
error?: string;
|
|
496
|
+
} | import("@langchain/langgraph").OverwriteValue<{
|
|
497
|
+
success: boolean;
|
|
498
|
+
indexId?: string;
|
|
499
|
+
title?: string;
|
|
500
|
+
message?: string;
|
|
501
|
+
error?: string;
|
|
502
|
+
} | undefined> | undefined, unknown>;
|
|
503
|
+
error: import("@langchain/langgraph").BaseChannel<string | null, string | import("@langchain/langgraph").OverwriteValue<string | null> | null, unknown>;
|
|
504
|
+
}, import("@langchain/langgraph").StateDefinition, {
|
|
505
|
+
read: {
|
|
506
|
+
readResult: {
|
|
507
|
+
memberOf: {
|
|
508
|
+
indexId: string;
|
|
509
|
+
title: string;
|
|
510
|
+
description: string | null;
|
|
511
|
+
autoAssign: boolean;
|
|
512
|
+
joinedAt: Date;
|
|
513
|
+
}[];
|
|
514
|
+
owns: {
|
|
515
|
+
indexId: string;
|
|
516
|
+
title: string;
|
|
517
|
+
description: string | null;
|
|
518
|
+
memberCount: number;
|
|
519
|
+
intentCount: number;
|
|
520
|
+
joinPolicy: "anyone" | "invite_only";
|
|
521
|
+
}[];
|
|
522
|
+
stats: {
|
|
523
|
+
memberOfCount: number;
|
|
524
|
+
ownsCount: number;
|
|
525
|
+
scopeNote: string;
|
|
526
|
+
publicIndexesCount?: undefined;
|
|
527
|
+
};
|
|
528
|
+
publicIndexes?: undefined;
|
|
529
|
+
};
|
|
530
|
+
error?: undefined;
|
|
531
|
+
} | {
|
|
532
|
+
readResult: {
|
|
533
|
+
memberOf: {
|
|
534
|
+
indexId: string;
|
|
535
|
+
title: string;
|
|
536
|
+
description: string | null;
|
|
537
|
+
autoAssign: boolean;
|
|
538
|
+
joinedAt: Date;
|
|
539
|
+
}[];
|
|
540
|
+
owns: {
|
|
541
|
+
indexId: string;
|
|
542
|
+
title: string;
|
|
543
|
+
description: string | null;
|
|
544
|
+
memberCount: number;
|
|
545
|
+
intentCount: number;
|
|
546
|
+
joinPolicy: "anyone" | "invite_only";
|
|
547
|
+
}[];
|
|
548
|
+
publicIndexes: {
|
|
549
|
+
indexId: string;
|
|
550
|
+
title: string;
|
|
551
|
+
description: string | null;
|
|
552
|
+
memberCount: number;
|
|
553
|
+
owner: {
|
|
554
|
+
id: string;
|
|
555
|
+
name: string;
|
|
556
|
+
avatar: string | null;
|
|
557
|
+
} | null;
|
|
558
|
+
}[];
|
|
559
|
+
stats: {
|
|
560
|
+
memberOfCount: number;
|
|
561
|
+
ownsCount: number;
|
|
562
|
+
publicIndexesCount: number;
|
|
563
|
+
scopeNote?: undefined;
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
error?: undefined;
|
|
567
|
+
} | {
|
|
568
|
+
error: string;
|
|
569
|
+
readResult?: undefined;
|
|
570
|
+
};
|
|
571
|
+
create: {
|
|
572
|
+
mutationResult: {
|
|
573
|
+
success: boolean;
|
|
574
|
+
error: string;
|
|
575
|
+
indexId?: undefined;
|
|
576
|
+
title?: undefined;
|
|
577
|
+
message?: undefined;
|
|
578
|
+
};
|
|
579
|
+
} | {
|
|
580
|
+
mutationResult: {
|
|
581
|
+
success: boolean;
|
|
582
|
+
indexId: string;
|
|
583
|
+
title: string;
|
|
584
|
+
message: string;
|
|
585
|
+
error?: undefined;
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
update: {
|
|
589
|
+
mutationResult: {
|
|
590
|
+
success: boolean;
|
|
591
|
+
error: string;
|
|
592
|
+
indexId?: undefined;
|
|
593
|
+
message?: undefined;
|
|
594
|
+
};
|
|
595
|
+
} | {
|
|
596
|
+
mutationResult: {
|
|
597
|
+
success: boolean;
|
|
598
|
+
indexId: string;
|
|
599
|
+
message: string;
|
|
600
|
+
error?: undefined;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
delete_idx: {
|
|
604
|
+
mutationResult: {
|
|
605
|
+
success: boolean;
|
|
606
|
+
error: string;
|
|
607
|
+
indexId?: undefined;
|
|
608
|
+
message?: undefined;
|
|
609
|
+
};
|
|
610
|
+
} | {
|
|
611
|
+
mutationResult: {
|
|
612
|
+
success: boolean;
|
|
613
|
+
indexId: string;
|
|
614
|
+
message: string;
|
|
615
|
+
error?: undefined;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
}, unknown, unknown>;
|
|
619
|
+
}
|
|
620
|
+
//# sourceMappingURL=index.graph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.graph.d.ts","sourceRoot":"","sources":["../../src/graphs/index.graph.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAQzE;;;;;;;;;GASG;AACH,qBAAa,iBAAiB;IAChB,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,kBAAkB;IAEzC,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAkCN,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCADK,CAAH;yBACK,CAAP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0LR"}
|