/** * Auto-generated Zod schema for DependabotAlert * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { DependabotAlert as DependabotAlertOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const DependabotAlertSchema: z.ZodObject<{ number: z.ZodNumber; state: z.ZodUnion, z.ZodLiteral<"dismissed">, z.ZodLiteral<"fixed">, z.ZodLiteral<"auto_dismissed">]>; dependency: z.ZodObject<{ package: z.ZodObject<{ name: z.ZodString; ecosystem: z.ZodString; }, z.core.$strip>; manifest_path: z.ZodString; scope: z.ZodNullable, z.ZodLiteral<"runtime">]>>; }, z.core.$strip>; security_advisory: z.ZodObject<{ ghsa_id: z.ZodString; cve_id: z.ZodNullable; summary: z.ZodString; description: z.ZodString; vulnerabilities: z.ZodArray; severity: z.ZodUnion, z.ZodLiteral<"medium">, z.ZodLiteral<"high">, z.ZodLiteral<"critical">]>; vulnerable_version_range: z.ZodString; first_patched_version: z.ZodObject<{ identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>; severity: z.ZodUnion, z.ZodLiteral<"medium">, z.ZodLiteral<"high">, z.ZodLiteral<"critical">]>; cvss: z.ZodObject<{ score: z.ZodNumber; vector_string: z.ZodNullable; }, z.core.$strip>; cwes: z.ZodArray>; identifiers: z.ZodArray, z.ZodLiteral<"GHSA">]>; value: z.ZodString; }, z.core.$strip>>; references: z.ZodArray>; published_at: z.ZodString; updated_at: z.ZodString; withdrawn_at: z.ZodNullable; }, z.core.$strip>; security_vulnerability: z.ZodObject<{ package: z.ZodObject<{ name: z.ZodString; ecosystem: z.ZodString; }, z.core.$strip>; severity: z.ZodUnion, z.ZodLiteral<"medium">, z.ZodLiteral<"high">, z.ZodLiteral<"critical">]>; vulnerable_version_range: z.ZodString; first_patched_version: z.ZodObject<{ identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; url: z.ZodString; html_url: z.ZodString; created_at: z.ZodString; updated_at: z.ZodString; dismissed_at: z.ZodNullable; auto_dismissed_at: z.ZodOptional>; dismissed_by: z.ZodNullable; email: z.ZodOptional>; avatar_url: z.ZodString; gravatar_id: z.ZodString; url: z.ZodString; html_url: z.ZodString; followers_url: z.ZodString; following_url: z.ZodString; gists_url: z.ZodString; starred_url: z.ZodString; subscriptions_url: z.ZodString; organizations_url: z.ZodString; repos_url: z.ZodString; events_url: z.ZodString; received_events_url: z.ZodString; type: z.ZodUnion, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>; site_admin: z.ZodBoolean; }, z.core.$strip>>; dismissed_reason: z.ZodNullable, z.ZodLiteral<"inaccurate">, z.ZodLiteral<"no_bandwidth">, z.ZodLiteral<"not_used">, z.ZodLiteral<"tolerable_risk">]>>; dismissed_comment: z.ZodNullable; fixed_at: z.ZodNullable; }, z.core.$strip>; export type DependabotAlert = DependabotAlertOctokit; export declare function isDependabotAlert(value: unknown): value is DependabotAlert; //# sourceMappingURL=dependabot-alert.d.ts.map