@convo-lang/convo-lang
Version:
The language of AI
39 lines (38 loc) • 3.15 kB
TypeScript
export declare const convoDbQueryNodesScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbGetNodesByPathScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbGetNodePermissionScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbCheckNodePermissionScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbInsertNodeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbUpdateNodeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbDeleteNodeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbQueryEdgesScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbGetEdgeByIdScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbInsertEdgeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbUpdateEdgeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbDeleteEdgeScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbQueryEmbeddingsScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbGetEmbeddingByIdScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbInsertEmbeddingScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbUpdateEmbeddingScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbDeleteEmbeddingScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const convoDbConfigScopeFunction: import("../convo-types.js").ConvoScopeFunction;
export declare const getConvoDbScopeFunctions: () => {
dbQueryNodes: import("../convo-types.js").ConvoScopeFunction;
dbGetNodesByPath: import("../convo-types.js").ConvoScopeFunction;
dbGetNodePermission: import("../convo-types.js").ConvoScopeFunction;
dbCheckNodePermission: import("../convo-types.js").ConvoScopeFunction;
dbInsertNode: import("../convo-types.js").ConvoScopeFunction;
dbUpdateNode: import("../convo-types.js").ConvoScopeFunction;
dbDeleteNode: import("../convo-types.js").ConvoScopeFunction;
dbQueryEdges: import("../convo-types.js").ConvoScopeFunction;
dbGetEdgeById: import("../convo-types.js").ConvoScopeFunction;
dbInsertEdge: import("../convo-types.js").ConvoScopeFunction;
dbUpdateEdge: import("../convo-types.js").ConvoScopeFunction;
dbDeleteEdge: import("../convo-types.js").ConvoScopeFunction;
dbQueryEmbeddings: import("../convo-types.js").ConvoScopeFunction;
dbGetEmbeddingById: import("../convo-types.js").ConvoScopeFunction;
dbInsertEmbedding: import("../convo-types.js").ConvoScopeFunction;
dbUpdateEmbedding: import("../convo-types.js").ConvoScopeFunction;
dbDeleteEmbedding: import("../convo-types.js").ConvoScopeFunction;
dbConfig: import("../convo-types.js").ConvoScopeFunction;
};