mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 23:47:20 +00:00
fix: stabilize plugin sdk api baselines
This commit is contained in:
@@ -1269,7 +1269,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"declaration": "export type ReplyPrefixContext = import(\"/Users/steipete/Projects/clawdbot2/src/auto-reply/reply/response-prefix-template\").ResponsePrefixContext;",
|
||||
"declaration": "export type ReplyPrefixContext = import(\"src/auto-reply/reply/response-prefix-template\").ResponsePrefixContext;",
|
||||
"exportName": "ReplyPrefixContext",
|
||||
"kind": "type",
|
||||
"source": {
|
||||
@@ -3338,7 +3338,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"declaration": "export type ChannelOutboundSessionRouteParams = { cfg: OpenClawConfig; agentId: string; accountId?: string | null; target: string; resolvedTarget?: { to: string; kind: import(\"/Users/steipete/Projects/clawdbot2/src/channels/plugins/types.core\").ChannelDirectoryEntryKind | \"channel\"; display?: string; source: \"normalized\" | \"directory\"; }; replyToId?: string | null; threadId?: string | number | null;};",
|
||||
"declaration": "export type ChannelOutboundSessionRouteParams = { cfg: OpenClawConfig; agentId: string; accountId?: string | null; target: string; resolvedTarget?: { to: string; kind: import(\"src/channels/plugins/types.core\").ChannelDirectoryEntryKind | \"channel\"; display?: string; source: \"normalized\" | \"directory\"; }; replyToId?: string | null; threadId?: string | number | null;};",
|
||||
"exportName": "ChannelOutboundSessionRouteParams",
|
||||
"kind": "type",
|
||||
"source": {
|
||||
@@ -4886,7 +4886,7 @@
|
||||
"exportName": "isRequestBodyLimitError",
|
||||
"kind": "function",
|
||||
"source": {
|
||||
"line": 46,
|
||||
"line": 47,
|
||||
"path": "src/infra/http-body.ts"
|
||||
}
|
||||
},
|
||||
@@ -4913,7 +4913,7 @@
|
||||
"exportName": "readRequestBodyWithLimit",
|
||||
"kind": "function",
|
||||
"source": {
|
||||
"line": 121,
|
||||
"line": 122,
|
||||
"path": "src/infra/http-body.ts"
|
||||
}
|
||||
},
|
||||
@@ -4958,7 +4958,7 @@
|
||||
"exportName": "requestBodyErrorToText",
|
||||
"kind": "function",
|
||||
"source": {
|
||||
"line": 59,
|
||||
"line": 60,
|
||||
"path": "src/infra/http-body.ts"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user