/** * Auto-generated Zod schema for Release * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { Release as ReleaseOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const ReleaseSchema: z.ZodObject<{ url: z.ZodString; assets_url: z.ZodString; upload_url: z.ZodString; html_url: z.ZodString; id: z.ZodNumber; node_id: z.ZodString; tag_name: z.ZodString; target_commitish: z.ZodString; name: z.ZodString; draft: z.ZodBoolean; author: z.ZodObject<{ login: z.ZodString; id: z.ZodNumber; node_id: z.ZodString; name: 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>; prerelease: z.ZodBoolean; created_at: z.ZodNullable; published_at: z.ZodNullable; assets: z.ZodArray; state: z.ZodLiteral<"uploaded">; content_type: z.ZodString; size: z.ZodNumber; download_count: z.ZodNumber; created_at: z.ZodString; updated_at: z.ZodString; uploader: 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>>; }, z.core.$strip>>; tarball_url: z.ZodNullable; zipball_url: z.ZodNullable; body: z.ZodString; mentions_count: z.ZodOptional; reactions: z.ZodOptional>; discussion_url: z.ZodOptional; }, z.core.$strip>; export type Release = ReleaseOctokit; export declare function isRelease(value: unknown): value is Release; //# sourceMappingURL=release.d.ts.map