eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
11 lines (7 loc) • 1.38 kB
TypeScript
import { a as SlackParseOptions, b as SlackWebhookPayload, c as SlackReadOptions, d as SlackVerifyOptions, e as SlackHeaders } from './types-CdGmMyOr.js';
export { f as SlackAction, g as SlackAppMentionPayload, h as SlackBlockActionsPayload, i as SlackBlockSuggestionPayload, j as SlackContinuation, k as SlackDirectMessagePayload, l as SlackEventBasePayload, m as SlackFile, n as SlackHeaderValue, o as SlackRetry, p as SlackSlashCommandPayload, q as SlackUnsupportedPayload, r as SlackUrlVerificationPayload, s as SlackUser, t as SlackViewClosedPayload, u as SlackViewStateValue, v as SlackViewSubmissionPayload, w as SlackWebhookError, x as SlackWebhookParseError, y as SlackWebhookVerificationError, S as SlackWebhookVerifier } from './types-CdGmMyOr.js';
declare function parseSlackWebhookBody(body: string, options?: SlackParseOptions): SlackWebhookPayload;
declare function readSlackWebhook(request: Request, options: SlackReadOptions): Promise<SlackWebhookPayload>;
declare function verifySlackRequest(request: Request, options: SlackVerifyOptions): Promise<string>;
declare function verifySlackSignature(body: string, headers: SlackHeaders, options: SlackVerifyOptions): Promise<void>;
export { SlackHeaders, SlackParseOptions, SlackReadOptions, SlackVerifyOptions, SlackWebhookPayload, parseSlackWebhookBody, readSlackWebhook, verifySlackRequest, verifySlackSignature };