mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
* Feishu: validate webhook signatures before parsing * Scripts: allow Feishu raw body guard callsite
10 lines
312 B
TypeScript
10 lines
312 B
TypeScript
// Private runtime barrel for the bundled Feishu extension.
|
|
// Keep this barrel thin and aligned with the local extension surface.
|
|
|
|
export * from "openclaw/plugin-sdk/feishu";
|
|
export {
|
|
isRequestBodyLimitError,
|
|
readRequestBodyWithLimit,
|
|
requestBodyErrorToText,
|
|
} from "openclaw/plugin-sdk/webhook-ingress";
|