/** * Auto-generated Zod schema for WorkflowRun * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { WorkflowRun as WorkflowRunOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const WorkflowRunSchema: z.ZodObject<{ artifacts_url: z.ZodString; cancel_url: z.ZodString; check_suite_url: z.ZodString; check_suite_id: z.ZodNumber; check_suite_node_id: z.ZodString; conclusion: z.ZodNullable, z.ZodLiteral<"failure">, z.ZodLiteral<"neutral">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"timed_out">, z.ZodLiteral<"action_required">, z.ZodLiteral<"stale">, z.ZodLiteral<"skipped">]>>; created_at: z.ZodString; event: z.ZodString; head_branch: z.ZodString; head_commit: z.ZodObject<{ id: z.ZodString; tree_id: z.ZodString; message: z.ZodString; timestamp: z.ZodString; author: z.ZodObject<{ name: z.ZodString; email: z.ZodNullable; date: z.ZodOptional; username: z.ZodOptional; }, z.core.$strip>; committer: z.ZodObject<{ name: z.ZodString; email: z.ZodNullable; date: z.ZodOptional; username: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; head_repository: z.ZodObject<{ archive_url: z.ZodString; assignees_url: z.ZodString; blobs_url: z.ZodString; branches_url: z.ZodString; collaborators_url: z.ZodString; comments_url: z.ZodString; commits_url: z.ZodString; compare_url: z.ZodString; contents_url: z.ZodString; contributors_url: z.ZodString; deployments_url: z.ZodString; description: z.ZodNullable; downloads_url: z.ZodString; events_url: z.ZodString; fork: z.ZodBoolean; forks_url: z.ZodString; full_name: z.ZodString; git_commits_url: z.ZodString; git_refs_url: z.ZodString; git_tags_url: z.ZodString; hooks_url: z.ZodString; html_url: z.ZodString; id: z.ZodNumber; issue_comment_url: z.ZodString; issue_events_url: z.ZodString; issues_url: z.ZodString; keys_url: z.ZodString; labels_url: z.ZodString; languages_url: z.ZodString; merges_url: z.ZodString; milestones_url: z.ZodString; name: z.ZodString; node_id: z.ZodString; notifications_url: z.ZodString; owner: 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>; private: z.ZodBoolean; pulls_url: z.ZodString; releases_url: z.ZodString; stargazers_url: z.ZodString; statuses_url: z.ZodString; subscribers_url: z.ZodString; subscription_url: z.ZodString; tags_url: z.ZodString; teams_url: z.ZodString; trees_url: z.ZodString; url: z.ZodString; }, z.core.$strip>; head_sha: z.ZodString; path: z.ZodString; display_title: z.ZodString; html_url: z.ZodString; id: z.ZodNumber; jobs_url: z.ZodString; logs_url: z.ZodString; node_id: z.ZodString; name: z.ZodString; pull_requests: z.ZodArray; }, z.core.$strip>; base: z.ZodObject<{ ref: z.ZodString; sha: z.ZodString; repo: z.ZodObject<{ id: z.ZodNumber; url: z.ZodString; name: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>; repository: z.ZodObject<{ archive_url: z.ZodString; assignees_url: z.ZodString; blobs_url: z.ZodString; branches_url: z.ZodString; collaborators_url: z.ZodString; comments_url: z.ZodString; commits_url: z.ZodString; compare_url: z.ZodString; contents_url: z.ZodString; contributors_url: z.ZodString; deployments_url: z.ZodString; description: z.ZodNullable; downloads_url: z.ZodString; events_url: z.ZodString; fork: z.ZodBoolean; forks_url: z.ZodString; full_name: z.ZodString; git_commits_url: z.ZodString; git_refs_url: z.ZodString; git_tags_url: z.ZodString; hooks_url: z.ZodString; html_url: z.ZodString; id: z.ZodNumber; issue_comment_url: z.ZodString; issue_events_url: z.ZodString; issues_url: z.ZodString; keys_url: z.ZodString; labels_url: z.ZodString; languages_url: z.ZodString; merges_url: z.ZodString; milestones_url: z.ZodString; name: z.ZodString; node_id: z.ZodString; notifications_url: z.ZodString; owner: 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>; private: z.ZodBoolean; pulls_url: z.ZodString; releases_url: z.ZodString; stargazers_url: z.ZodString; statuses_url: z.ZodString; subscribers_url: z.ZodString; subscription_url: z.ZodString; tags_url: z.ZodString; teams_url: z.ZodString; trees_url: z.ZodString; url: z.ZodString; }, z.core.$strip>; rerun_url: z.ZodString; run_number: z.ZodNumber; status: z.ZodUnion, z.ZodLiteral<"in_progress">, z.ZodLiteral<"queued">, z.ZodLiteral<"waiting">, z.ZodLiteral<"requested">]>; updated_at: z.ZodString; url: z.ZodString; workflow_id: z.ZodNumber; workflow_url: z.ZodString; run_attempt: z.ZodNumber; referenced_workflows: z.ZodOptional; }, z.core.$strip>>>; run_started_at: z.ZodString; previous_attempt_url: z.ZodNullable; actor: 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>; triggering_actor: 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>; }, z.core.$strip>; export type WorkflowRun = WorkflowRunOctokit; export declare function isWorkflowRun(value: unknown): value is WorkflowRun; //# sourceMappingURL=workflow-run.d.ts.map