/** * Auto-generated Zod schema for SecretScanningAlert * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { SecretScanningAlert as SecretScanningAlertOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const SecretScanningAlertSchema: z.ZodObject<{ number: z.ZodNumber; created_at: z.ZodString; updated_at: z.ZodNullable; url: z.ZodString; html_url: z.ZodString; locations_url: z.ZodOptional; state: z.ZodUnion, z.ZodLiteral<"resolved">]>; resolution: z.ZodNullable, z.ZodLiteral<"false_positive">, z.ZodLiteral<"wont_fix">, z.ZodLiteral<"used_in_tests">]>>; resolved_at: z.ZodNullable; resolved_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>>; resolution_comment: z.ZodOptional>; secret_type: z.ZodString; secret_type_display_name: z.ZodOptional; secret: z.ZodOptional; push_protection_bypassed: z.ZodOptional, z.ZodLiteral]>>>; push_protection_bypassed_by: 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>>>; push_protection_bypassed_at: z.ZodOptional>; }, z.core.$strip>; export type SecretScanningAlert = SecretScanningAlertOctokit; export declare function isSecretScanningAlert(value: unknown): value is SecretScanningAlert; //# sourceMappingURL=secret-scanning-alert.d.ts.map