improved a lot of things

This commit is contained in:
SinachPat
2026-04-26 09:09:55 +01:00
parent 2911f22df8
commit 97315846be
70 changed files with 4967 additions and 10 deletions
+14 -1
View File
@@ -1 +1,14 @@
export {};
export type { IngestionResult, OriginIngester, WebhookEnvelope } from './types.js';
export { WebhookEnvelopeSchema } from './types.js';
export type { LinearIssuePayload } from './connectors/linear.js';
export { linearIngester } from './connectors/linear.js';
export type { SlackMessagePayload } from './connectors/slack.js';
export { slackIngester } from './connectors/slack.js';
export type { GitHubPullRequestPayload } from './connectors/github.js';
export { githubIngester } from './connectors/github.js';
export type { IntercomWebhookPayload } from './connectors/intercom.js';
export { intercomIngester } from './connectors/intercom.js';