@sentry/junior-github 0.181.1 → 0.182.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +0,0 @@
1
- import { type GitHubFailingCheck } from "./resource-events.js";
2
- /** Load failed check-run names and urls for one failed check suite. */
3
- export declare function loadFailingChecksForSuite(args: {
4
- appIdEnv: string;
5
- body: unknown;
6
- installationIdEnv: string;
7
- log?: {
8
- error(message: string, metadata?: Record<string, unknown>): void;
9
- };
10
- privateKeyEnv: string;
11
- }): Promise<GitHubFailingCheck[] | undefined>;