/** * Auto-generated Zod schema for RepositoryVulnerabilityAlertAlert * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { RepositoryVulnerabilityAlertAlert as RepositoryVulnerabilityAlertAlertOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const RepositoryVulnerabilityAlertAlertSchema: z.ZodObject<{ id: z.ZodNumber; number: z.ZodNumber; node_id: z.ZodString; state: z.ZodUnion, z.ZodLiteral<"dismissed">, z.ZodLiteral<"fixed">]>; affected_range: z.ZodString; affected_package_name: z.ZodString; dismisser: z.ZodOptional; 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>>; dismiss_reason: z.ZodOptional; dismissed_at: z.ZodOptional; severity: z.ZodString; ghsa_id: z.ZodString; external_reference: z.ZodString; external_identifier: z.ZodString; fixed_in: z.ZodOptional; fixed_at: z.ZodOptional; fix_reason: z.ZodOptional; created_at: z.ZodString; }, z.core.$strip>; export type RepositoryVulnerabilityAlertAlert = RepositoryVulnerabilityAlertAlertOctokit; export declare function isRepositoryVulnerabilityAlertAlert(value: unknown): value is RepositoryVulnerabilityAlertAlert; //# sourceMappingURL=repository-vulnerability-alert-alert.d.ts.map