/** * Auto-generated Zod schema for ProjectsV2ItemReorderedEvent * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { ProjectsV2ItemReorderedEvent as ProjectsV2ItemReorderedEventOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const ProjectsV2ItemReorderedEventSchema: z.ZodObject<{ changes: z.ZodObject<{ previous_projects_v2_item_node_id: z.ZodObject<{ from: z.ZodString; to: z.ZodNullable; }, z.core.$strip>; }, z.core.$strip>; action: z.ZodLiteral<"reordered">; projects_v2_item: z.ZodObject<{ id: z.ZodNumber; node_id: z.ZodString; project_node_id: z.ZodString; content_node_id: z.ZodString; content_type: z.ZodUnion, z.ZodLiteral<"Issue">, z.ZodLiteral<"PullRequest">]>; creator: 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>; created_at: z.ZodString; updated_at: z.ZodString; archived_at: z.ZodNullable; }, z.core.$strip>; sender: 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>; organization: z.ZodOptional; repos_url: z.ZodString; events_url: z.ZodString; hooks_url: z.ZodString; issues_url: z.ZodString; members_url: z.ZodString; public_members_url: z.ZodString; avatar_url: z.ZodString; description: z.ZodNullable; }, z.core.$strip>>; installation: z.ZodOptional>; }, z.core.$strip>; export type ProjectsV2ItemReorderedEvent = ProjectsV2ItemReorderedEventOctokit; export declare function isProjectsV2ItemReorderedEvent(value: unknown): value is ProjectsV2ItemReorderedEvent; //# sourceMappingURL=projects-v2-item-reordered-event.d.ts.map