github-webhook-schemas 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fixtures/index.d.ts +232 -0
- package/dist/fixtures/index.d.ts.map +1 -0
- package/dist/fixtures/index.js +4 -0
- package/dist/fixtures/index.js.map +10 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/schemas/branch-protection-configuration-disabled-event.d.ts +184 -0
- package/dist/schemas/branch-protection-configuration-disabled-event.d.ts.map +1 -0
- package/dist/schemas/branch-protection-configuration-enabled-event.d.ts +184 -0
- package/dist/schemas/branch-protection-configuration-enabled-event.d.ts.map +1 -0
- package/dist/schemas/branch-protection-rule-created-event.d.ts +212 -0
- package/dist/schemas/branch-protection-rule-created-event.d.ts.map +1 -0
- package/dist/schemas/branch-protection-rule-deleted-event.d.ts +212 -0
- package/dist/schemas/branch-protection-rule-deleted-event.d.ts.map +1 -0
- package/dist/schemas/branch-protection-rule-edited-event.d.ts +262 -0
- package/dist/schemas/branch-protection-rule-edited-event.d.ts.map +1 -0
- package/dist/schemas/check-run-completed-event.d.ts +451 -0
- package/dist/schemas/check-run-completed-event.d.ts.map +1 -0
- package/dist/schemas/check-run-created-event.d.ts +451 -0
- package/dist/schemas/check-run-created-event.d.ts.map +1 -0
- package/dist/schemas/check-run-requested-action-event.d.ts +451 -0
- package/dist/schemas/check-run-requested-action-event.d.ts.map +1 -0
- package/dist/schemas/check-run-rerequested-event.d.ts +451 -0
- package/dist/schemas/check-run-rerequested-event.d.ts.map +1 -0
- package/dist/schemas/check-suite-completed-event.d.ts +321 -0
- package/dist/schemas/check-suite-completed-event.d.ts.map +1 -0
- package/dist/schemas/check-suite-requested-event.d.ts +321 -0
- package/dist/schemas/check-suite-requested-event.d.ts.map +1 -0
- package/dist/schemas/check-suite-rerequested-event.d.ts +319 -0
- package/dist/schemas/check-suite-rerequested-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-appeared-in-branch-event.d.ts +262 -0
- package/dist/schemas/code-scanning-alert-appeared-in-branch-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-closed-by-user-event.d.ts +269 -0
- package/dist/schemas/code-scanning-alert-closed-by-user-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-created-event.d.ts +248 -0
- package/dist/schemas/code-scanning-alert-created-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-fixed-event.d.ts +270 -0
- package/dist/schemas/code-scanning-alert-fixed-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-reopened-by-user-event.d.ts +243 -0
- package/dist/schemas/code-scanning-alert-reopened-by-user-event.d.ts.map +1 -0
- package/dist/schemas/code-scanning-alert-reopened-event.d.ts +248 -0
- package/dist/schemas/code-scanning-alert-reopened-event.d.ts.map +1 -0
- package/dist/schemas/commit-comment-created-event.d.ts +220 -0
- package/dist/schemas/commit-comment-created-event.d.ts.map +1 -0
- package/dist/schemas/create-event.d.ts +188 -0
- package/dist/schemas/create-event.d.ts.map +1 -0
- package/dist/schemas/custom-property-created-event.d.ts +62 -0
- package/dist/schemas/custom-property-created-event.d.ts.map +1 -0
- package/dist/schemas/custom-property-deleted-event.d.ts +56 -0
- package/dist/schemas/custom-property-deleted-event.d.ts.map +1 -0
- package/dist/schemas/custom-property-values-updated-event.d.ts +192 -0
- package/dist/schemas/custom-property-values-updated-event.d.ts.map +1 -0
- package/dist/schemas/delete-event.d.ts +186 -0
- package/dist/schemas/delete-event.d.ts.map +1 -0
- package/dist/schemas/dependabot-alert-created-event.d.ts +281 -0
- package/dist/schemas/dependabot-alert-created-event.d.ts.map +1 -0
- package/dist/schemas/dependabot-alert-dismissed-event.d.ts +300 -0
- package/dist/schemas/dependabot-alert-dismissed-event.d.ts.map +1 -0
- package/dist/schemas/dependabot-alert-fixed-event.d.ts +277 -0
- package/dist/schemas/dependabot-alert-fixed-event.d.ts.map +1 -0
- package/dist/schemas/dependabot-alert-reintroduced-event.d.ts +274 -0
- package/dist/schemas/dependabot-alert-reintroduced-event.d.ts.map +1 -0
- package/dist/schemas/dependabot-alert-reopened-event.d.ts +274 -0
- package/dist/schemas/dependabot-alert-reopened-event.d.ts.map +1 -0
- package/dist/schemas/deploy-key-created-event.d.ts +193 -0
- package/dist/schemas/deploy-key-created-event.d.ts.map +1 -0
- package/dist/schemas/deploy-key-deleted-event.d.ts +193 -0
- package/dist/schemas/deploy-key-deleted-event.d.ts.map +1 -0
- package/dist/schemas/deployment-created-event.d.ts +409 -0
- package/dist/schemas/deployment-created-event.d.ts.map +1 -0
- package/dist/schemas/deployment-protection-rule-requested-event.d.ts +926 -0
- package/dist/schemas/deployment-protection-rule-requested-event.d.ts.map +1 -0
- package/dist/schemas/deployment-review-approved-event.d.ts +541 -0
- package/dist/schemas/deployment-review-approved-event.d.ts.map +1 -0
- package/dist/schemas/deployment-review-rejected-event.d.ts +541 -0
- package/dist/schemas/deployment-review-rejected-event.d.ts.map +1 -0
- package/dist/schemas/deployment-review-requested-event.d.ts +531 -0
- package/dist/schemas/deployment-review-requested-event.d.ts.map +1 -0
- package/dist/schemas/deployment-status-created-event.d.ts +539 -0
- package/dist/schemas/deployment-status-created-event.d.ts.map +1 -0
- package/dist/schemas/discussion-answered-event.d.ts +333 -0
- package/dist/schemas/discussion-answered-event.d.ts.map +1 -0
- package/dist/schemas/discussion-category-changed-event.d.ts +286 -0
- package/dist/schemas/discussion-category-changed-event.d.ts.map +1 -0
- package/dist/schemas/discussion-comment-created-event.d.ts +317 -0
- package/dist/schemas/discussion-comment-created-event.d.ts.map +1 -0
- package/dist/schemas/discussion-comment-deleted-event.d.ts +317 -0
- package/dist/schemas/discussion-comment-deleted-event.d.ts.map +1 -0
- package/dist/schemas/discussion-comment-edited-event.d.ts +322 -0
- package/dist/schemas/discussion-comment-edited-event.d.ts.map +1 -0
- package/dist/schemas/discussion-created-event.d.ts +276 -0
- package/dist/schemas/discussion-created-event.d.ts.map +1 -0
- package/dist/schemas/discussion-deleted-event.d.ts +270 -0
- package/dist/schemas/discussion-deleted-event.d.ts.map +1 -0
- package/dist/schemas/discussion-edited-event.d.ts +278 -0
- package/dist/schemas/discussion-edited-event.d.ts.map +1 -0
- package/dist/schemas/discussion-labeled-event.d.ts +279 -0
- package/dist/schemas/discussion-labeled-event.d.ts.map +1 -0
- package/dist/schemas/discussion-locked-event.d.ts +273 -0
- package/dist/schemas/discussion-locked-event.d.ts.map +1 -0
- package/dist/schemas/discussion-pinned-event.d.ts +270 -0
- package/dist/schemas/discussion-pinned-event.d.ts.map +1 -0
- package/dist/schemas/discussion-transferred-event.d.ts +489 -0
- package/dist/schemas/discussion-transferred-event.d.ts.map +1 -0
- package/dist/schemas/discussion-unanswered-event.d.ts +312 -0
- package/dist/schemas/discussion-unanswered-event.d.ts.map +1 -0
- package/dist/schemas/discussion-unlabeled-event.d.ts +279 -0
- package/dist/schemas/discussion-unlabeled-event.d.ts.map +1 -0
- package/dist/schemas/discussion-unlocked-event.d.ts +273 -0
- package/dist/schemas/discussion-unlocked-event.d.ts.map +1 -0
- package/dist/schemas/discussion-unpinned-event.d.ts +270 -0
- package/dist/schemas/discussion-unpinned-event.d.ts.map +1 -0
- package/dist/schemas/fork-event.d.ts +316 -0
- package/dist/schemas/fork-event.d.ts.map +1 -0
- package/dist/schemas/github-app-authorization-revoked-event.d.ts +34 -0
- package/dist/schemas/github-app-authorization-revoked-event.d.ts.map +1 -0
- package/dist/schemas/gollum-event.d.ts +191 -0
- package/dist/schemas/gollum-event.d.ts.map +1 -0
- package/dist/schemas/index.d.ts +228 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/installation-created-event.d.ts +164 -0
- package/dist/schemas/installation-created-event.d.ts.map +1 -0
- package/dist/schemas/installation-deleted-event.d.ts +143 -0
- package/dist/schemas/installation-deleted-event.d.ts.map +1 -0
- package/dist/schemas/installation-new-permissions-accepted-event.d.ts +143 -0
- package/dist/schemas/installation-new-permissions-accepted-event.d.ts.map +1 -0
- package/dist/schemas/installation-repositories-added-event.d.ts +166 -0
- package/dist/schemas/installation-repositories-added-event.d.ts.map +1 -0
- package/dist/schemas/installation-repositories-removed-event.d.ts +166 -0
- package/dist/schemas/installation-repositories-removed-event.d.ts.map +1 -0
- package/dist/schemas/installation-suspend-event.d.ts +167 -0
- package/dist/schemas/installation-suspend-event.d.ts.map +1 -0
- package/dist/schemas/installation-target-renamed-event.d.ts +230 -0
- package/dist/schemas/installation-target-renamed-event.d.ts.map +1 -0
- package/dist/schemas/installation-unsuspend-event.d.ts +146 -0
- package/dist/schemas/installation-unsuspend-event.d.ts.map +1 -0
- package/dist/schemas/issue-comment-created-event.d.ts +578 -0
- package/dist/schemas/issue-comment-created-event.d.ts.map +1 -0
- package/dist/schemas/issue-comment-deleted-event.d.ts +578 -0
- package/dist/schemas/issue-comment-deleted-event.d.ts.map +1 -0
- package/dist/schemas/issue-comment-edited-event.d.ts +583 -0
- package/dist/schemas/issue-comment-edited-event.d.ts.map +1 -0
- package/dist/schemas/issues-assigned-event.d.ts +442 -0
- package/dist/schemas/issues-assigned-event.d.ts.map +1 -0
- package/dist/schemas/issues-closed-event.d.ts +423 -0
- package/dist/schemas/issues-closed-event.d.ts.map +1 -0
- package/dist/schemas/issues-deleted-event.d.ts +420 -0
- package/dist/schemas/issues-deleted-event.d.ts.map +1 -0
- package/dist/schemas/issues-demilestoned-event.d.ts +461 -0
- package/dist/schemas/issues-demilestoned-event.d.ts.map +1 -0
- package/dist/schemas/issues-edited-event.d.ts +437 -0
- package/dist/schemas/issues-edited-event.d.ts.map +1 -0
- package/dist/schemas/issues-labeled-event.d.ts +429 -0
- package/dist/schemas/issues-labeled-event.d.ts.map +1 -0
- package/dist/schemas/issues-locked-event.d.ts +423 -0
- package/dist/schemas/issues-locked-event.d.ts.map +1 -0
- package/dist/schemas/issues-milestoned-event.d.ts +499 -0
- package/dist/schemas/issues-milestoned-event.d.ts.map +1 -0
- package/dist/schemas/issues-opened-event.d.ts +792 -0
- package/dist/schemas/issues-opened-event.d.ts.map +1 -0
- package/dist/schemas/issues-pinned-event.d.ts +420 -0
- package/dist/schemas/issues-pinned-event.d.ts.map +1 -0
- package/dist/schemas/issues-reopened-event.d.ts +422 -0
- package/dist/schemas/issues-reopened-event.d.ts.map +1 -0
- package/dist/schemas/issues-transferred-event.d.ts +789 -0
- package/dist/schemas/issues-transferred-event.d.ts.map +1 -0
- package/dist/schemas/issues-unassigned-event.d.ts +442 -0
- package/dist/schemas/issues-unassigned-event.d.ts.map +1 -0
- package/dist/schemas/issues-unlabeled-event.d.ts +429 -0
- package/dist/schemas/issues-unlabeled-event.d.ts.map +1 -0
- package/dist/schemas/issues-unlocked-event.d.ts +423 -0
- package/dist/schemas/issues-unlocked-event.d.ts.map +1 -0
- package/dist/schemas/issues-unpinned-event.d.ts +420 -0
- package/dist/schemas/issues-unpinned-event.d.ts.map +1 -0
- package/dist/schemas/label-created-event.d.ts +193 -0
- package/dist/schemas/label-created-event.d.ts.map +1 -0
- package/dist/schemas/label-deleted-event.d.ts +193 -0
- package/dist/schemas/label-deleted-event.d.ts.map +1 -0
- package/dist/schemas/label-edited-event.d.ts +204 -0
- package/dist/schemas/label-edited-event.d.ts.map +1 -0
- package/dist/schemas/marketplace-purchase-cancelled-event.d.ts +85 -0
- package/dist/schemas/marketplace-purchase-cancelled-event.d.ts.map +1 -0
- package/dist/schemas/marketplace-purchase-changed-event.d.ts +85 -0
- package/dist/schemas/marketplace-purchase-changed-event.d.ts.map +1 -0
- package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.d.ts +85 -0
- package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.d.ts.map +1 -0
- package/dist/schemas/marketplace-purchase-pending-change-event.d.ts +85 -0
- package/dist/schemas/marketplace-purchase-pending-change-event.d.ts.map +1 -0
- package/dist/schemas/marketplace-purchase-purchased-event.d.ts +85 -0
- package/dist/schemas/marketplace-purchase-purchased-event.d.ts.map +1 -0
- package/dist/schemas/member-added-event.d.ts +211 -0
- package/dist/schemas/member-added-event.d.ts.map +1 -0
- package/dist/schemas/member-edited-event.d.ts +211 -0
- package/dist/schemas/member-edited-event.d.ts.map +1 -0
- package/dist/schemas/member-removed-event.d.ts +206 -0
- package/dist/schemas/member-removed-event.d.ts.map +1 -0
- package/dist/schemas/membership-added-event.d.ts +104 -0
- package/dist/schemas/membership-added-event.d.ts.map +1 -0
- package/dist/schemas/membership-removed-event.d.ts +108 -0
- package/dist/schemas/membership-removed-event.d.ts.map +1 -0
- package/dist/schemas/merge-group-checks-requested-event.d.ts +204 -0
- package/dist/schemas/merge-group-checks-requested-event.d.ts.map +1 -0
- package/dist/schemas/merge-group-destroyed-event.d.ts +205 -0
- package/dist/schemas/merge-group-destroyed-event.d.ts.map +1 -0
- package/dist/schemas/meta-deleted-event.d.ts +181 -0
- package/dist/schemas/meta-deleted-event.d.ts.map +1 -0
- package/dist/schemas/milestone-closed-event.d.ts +226 -0
- package/dist/schemas/milestone-closed-event.d.ts.map +1 -0
- package/dist/schemas/milestone-created-event.d.ts +226 -0
- package/dist/schemas/milestone-created-event.d.ts.map +1 -0
- package/dist/schemas/milestone-deleted-event.d.ts +223 -0
- package/dist/schemas/milestone-deleted-event.d.ts.map +1 -0
- package/dist/schemas/milestone-edited-event.d.ts +234 -0
- package/dist/schemas/milestone-edited-event.d.ts.map +1 -0
- package/dist/schemas/milestone-opened-event.d.ts +226 -0
- package/dist/schemas/milestone-opened-event.d.ts.map +1 -0
- package/dist/schemas/org-block-blocked-event.d.ts +75 -0
- package/dist/schemas/org-block-blocked-event.d.ts.map +1 -0
- package/dist/schemas/org-block-unblocked-event.d.ts +75 -0
- package/dist/schemas/org-block-unblocked-event.d.ts.map +1 -0
- package/dist/schemas/organization-deleted-event.d.ts +81 -0
- package/dist/schemas/organization-deleted-event.d.ts.map +1 -0
- package/dist/schemas/organization-member-added-event.d.ts +81 -0
- package/dist/schemas/organization-member-added-event.d.ts.map +1 -0
- package/dist/schemas/organization-member-invited-event.d.ts +109 -0
- package/dist/schemas/organization-member-invited-event.d.ts.map +1 -0
- package/dist/schemas/organization-member-removed-event.d.ts +81 -0
- package/dist/schemas/organization-member-removed-event.d.ts.map +1 -0
- package/dist/schemas/organization-renamed-event.d.ts +58 -0
- package/dist/schemas/organization-renamed-event.d.ts.map +1 -0
- package/dist/schemas/package-published-event.d.ts +519 -0
- package/dist/schemas/package-published-event.d.ts.map +1 -0
- package/dist/schemas/package-updated-event.d.ts +519 -0
- package/dist/schemas/package-updated-event.d.ts.map +1 -0
- package/dist/schemas/page-build-event.d.ts +217 -0
- package/dist/schemas/page-build-event.d.ts.map +1 -0
- package/dist/schemas/ping-event.d.ts +206 -0
- package/dist/schemas/ping-event.d.ts.map +1 -0
- package/dist/schemas/project-card-converted-event.d.ts +225 -0
- package/dist/schemas/project-card-converted-event.d.ts.map +1 -0
- package/dist/schemas/project-card-created-event.d.ts +220 -0
- package/dist/schemas/project-card-created-event.d.ts.map +1 -0
- package/dist/schemas/project-card-deleted-event.d.ts +220 -0
- package/dist/schemas/project-card-deleted-event.d.ts.map +1 -0
- package/dist/schemas/project-card-edited-event.d.ts +225 -0
- package/dist/schemas/project-card-edited-event.d.ts.map +1 -0
- package/dist/schemas/project-card-moved-event.d.ts +227 -0
- package/dist/schemas/project-card-moved-event.d.ts.map +1 -0
- package/dist/schemas/project-closed-event.d.ts +220 -0
- package/dist/schemas/project-closed-event.d.ts.map +1 -0
- package/dist/schemas/project-column-created-event.d.ts +194 -0
- package/dist/schemas/project-column-created-event.d.ts.map +1 -0
- package/dist/schemas/project-column-deleted-event.d.ts +194 -0
- package/dist/schemas/project-column-deleted-event.d.ts.map +1 -0
- package/dist/schemas/project-column-edited-event.d.ts +199 -0
- package/dist/schemas/project-column-edited-event.d.ts.map +1 -0
- package/dist/schemas/project-column-moved-event.d.ts +194 -0
- package/dist/schemas/project-column-moved-event.d.ts.map +1 -0
- package/dist/schemas/project-created-event.d.ts +220 -0
- package/dist/schemas/project-created-event.d.ts.map +1 -0
- package/dist/schemas/project-deleted-event.d.ts +220 -0
- package/dist/schemas/project-deleted-event.d.ts.map +1 -0
- package/dist/schemas/project-edited-event.d.ts +228 -0
- package/dist/schemas/project-edited-event.d.ts.map +1 -0
- package/dist/schemas/project-reopened-event.d.ts +220 -0
- package/dist/schemas/project-reopened-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-archived-event.d.ts +93 -0
- package/dist/schemas/projects-v2-item-archived-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-converted-event.d.ts +93 -0
- package/dist/schemas/projects-v2-item-converted-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-created-event.d.ts +87 -0
- package/dist/schemas/projects-v2-item-created-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-deleted-event.d.ts +85 -0
- package/dist/schemas/projects-v2-item-deleted-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-edited-event.d.ts +91 -0
- package/dist/schemas/projects-v2-item-edited-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-reordered-event.d.ts +91 -0
- package/dist/schemas/projects-v2-item-reordered-event.d.ts.map +1 -0
- package/dist/schemas/projects-v2-item-restored-event.d.ts +93 -0
- package/dist/schemas/projects-v2-item-restored-event.d.ts.map +1 -0
- package/dist/schemas/public-event.d.ts +185 -0
- package/dist/schemas/public-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-assigned-event.d.ts +827 -0
- package/dist/schemas/pull-request-assigned-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-auto-merge-disabled-event.d.ts +806 -0
- package/dist/schemas/pull-request-auto-merge-disabled-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-auto-merge-enabled-event.d.ts +806 -0
- package/dist/schemas/pull-request-auto-merge-enabled-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-closed-event.d.ts +809 -0
- package/dist/schemas/pull-request-closed-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-converted-to-draft-event.d.ts +811 -0
- package/dist/schemas/pull-request-converted-to-draft-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-demilestoned-event.d.ts +884 -0
- package/dist/schemas/pull-request-demilestoned-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-dequeued-event.d.ts +806 -0
- package/dist/schemas/pull-request-dequeued-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-edited-event.d.ts +821 -0
- package/dist/schemas/pull-request-edited-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-enqueued-event.d.ts +805 -0
- package/dist/schemas/pull-request-enqueued-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-labeled-event.d.ts +814 -0
- package/dist/schemas/pull-request-labeled-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-locked-event.d.ts +805 -0
- package/dist/schemas/pull-request-locked-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-milestoned-event.d.ts +884 -0
- package/dist/schemas/pull-request-milestoned-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-opened-event.d.ts +811 -0
- package/dist/schemas/pull-request-opened-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-ready-for-review-event.d.ts +812 -0
- package/dist/schemas/pull-request-ready-for-review-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-reopened-event.d.ts +811 -0
- package/dist/schemas/pull-request-reopened-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-comment-created-event.d.ts +842 -0
- package/dist/schemas/pull-request-review-comment-created-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-comment-deleted-event.d.ts +842 -0
- package/dist/schemas/pull-request-review-comment-deleted-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-comment-edited-event.d.ts +847 -0
- package/dist/schemas/pull-request-review-comment-edited-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-dismissed-event.d.ts +814 -0
- package/dist/schemas/pull-request-review-dismissed-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-edited-event.d.ts +817 -0
- package/dist/schemas/pull-request-review-edited-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-submitted-event.d.ts +812 -0
- package/dist/schemas/pull-request-review-submitted-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-thread-resolved-event.d.ts +845 -0
- package/dist/schemas/pull-request-review-thread-resolved-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-review-thread-unresolved-event.d.ts +845 -0
- package/dist/schemas/pull-request-review-thread-unresolved-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-synchronize-event.d.ts +807 -0
- package/dist/schemas/pull-request-synchronize-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-unassigned-event.d.ts +827 -0
- package/dist/schemas/pull-request-unassigned-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-unlabeled-event.d.ts +814 -0
- package/dist/schemas/pull-request-unlabeled-event.d.ts.map +1 -0
- package/dist/schemas/pull-request-unlocked-event.d.ts +805 -0
- package/dist/schemas/pull-request-unlocked-event.d.ts.map +1 -0
- package/dist/schemas/push-event.d.ts +243 -0
- package/dist/schemas/push-event.d.ts.map +1 -0
- package/dist/schemas/registry-package-published-event.d.ts +539 -0
- package/dist/schemas/registry-package-published-event.d.ts.map +1 -0
- package/dist/schemas/registry-package-updated-event.d.ts +539 -0
- package/dist/schemas/registry-package-updated-event.d.ts.map +1 -0
- package/dist/schemas/release-created-event.d.ts +274 -0
- package/dist/schemas/release-created-event.d.ts.map +1 -0
- package/dist/schemas/release-deleted-event.d.ts +274 -0
- package/dist/schemas/release-deleted-event.d.ts.map +1 -0
- package/dist/schemas/release-edited-event.d.ts +282 -0
- package/dist/schemas/release-edited-event.d.ts.map +1 -0
- package/dist/schemas/release-prereleased-event.d.ts +276 -0
- package/dist/schemas/release-prereleased-event.d.ts.map +1 -0
- package/dist/schemas/release-published-event.d.ts +276 -0
- package/dist/schemas/release-published-event.d.ts.map +1 -0
- package/dist/schemas/release-released-event.d.ts +274 -0
- package/dist/schemas/release-released-event.d.ts.map +1 -0
- package/dist/schemas/release-unpublished-event.d.ts +276 -0
- package/dist/schemas/release-unpublished-event.d.ts.map +1 -0
- package/dist/schemas/repository-archived-event.d.ts +186 -0
- package/dist/schemas/repository-archived-event.d.ts.map +1 -0
- package/dist/schemas/repository-created-event.d.ts +184 -0
- package/dist/schemas/repository-created-event.d.ts.map +1 -0
- package/dist/schemas/repository-deleted-event.d.ts +184 -0
- package/dist/schemas/repository-deleted-event.d.ts.map +1 -0
- package/dist/schemas/repository-dispatch-event.d.ts +186 -0
- package/dist/schemas/repository-dispatch-event.d.ts.map +1 -0
- package/dist/schemas/repository-edited-event.d.ts +198 -0
- package/dist/schemas/repository-edited-event.d.ts.map +1 -0
- package/dist/schemas/repository-import-event.d.ts +184 -0
- package/dist/schemas/repository-import-event.d.ts.map +1 -0
- package/dist/schemas/repository-privatized-event.d.ts +186 -0
- package/dist/schemas/repository-privatized-event.d.ts.map +1 -0
- package/dist/schemas/repository-publicized-event.d.ts +186 -0
- package/dist/schemas/repository-publicized-event.d.ts.map +1 -0
- package/dist/schemas/repository-renamed-event.d.ts +191 -0
- package/dist/schemas/repository-renamed-event.d.ts.map +1 -0
- package/dist/schemas/repository-transferred-event.d.ts +212 -0
- package/dist/schemas/repository-transferred-event.d.ts.map +1 -0
- package/dist/schemas/repository-unarchived-event.d.ts +186 -0
- package/dist/schemas/repository-unarchived-event.d.ts.map +1 -0
- package/dist/schemas/repository-vulnerability-alert-create-event.d.ts +222 -0
- package/dist/schemas/repository-vulnerability-alert-create-event.d.ts.map +1 -0
- package/dist/schemas/repository-vulnerability-alert-dismiss-event.d.ts +246 -0
- package/dist/schemas/repository-vulnerability-alert-dismiss-event.d.ts.map +1 -0
- package/dist/schemas/repository-vulnerability-alert-reopen-event.d.ts +222 -0
- package/dist/schemas/repository-vulnerability-alert-reopen-event.d.ts.map +1 -0
- package/dist/schemas/repository-vulnerability-alert-resolve-event.d.ts +225 -0
- package/dist/schemas/repository-vulnerability-alert-resolve-event.d.ts.map +1 -0
- package/dist/schemas/secret-scanning-alert-created-event.d.ts +227 -0
- package/dist/schemas/secret-scanning-alert-created-event.d.ts.map +1 -0
- package/dist/schemas/secret-scanning-alert-location-created-event.d.ts +274 -0
- package/dist/schemas/secret-scanning-alert-location-created-event.d.ts.map +1 -0
- package/dist/schemas/secret-scanning-alert-reopened-event.d.ts +191 -0
- package/dist/schemas/secret-scanning-alert-reopened-event.d.ts.map +1 -0
- package/dist/schemas/secret-scanning-alert-resolved-event.d.ts +270 -0
- package/dist/schemas/secret-scanning-alert-resolved-event.d.ts.map +1 -0
- package/dist/schemas/secret-scanning-alert-revoked-event.d.ts +270 -0
- package/dist/schemas/secret-scanning-alert-revoked-event.d.ts.map +1 -0
- package/dist/schemas/security-advisory-performed-event.d.ts +48 -0
- package/dist/schemas/security-advisory-performed-event.d.ts.map +1 -0
- package/dist/schemas/security-advisory-published-event.d.ts +48 -0
- package/dist/schemas/security-advisory-published-event.d.ts.map +1 -0
- package/dist/schemas/security-advisory-updated-event.d.ts +48 -0
- package/dist/schemas/security-advisory-updated-event.d.ts.map +1 -0
- package/dist/schemas/security-advisory-withdrawn-event.d.ts +48 -0
- package/dist/schemas/security-advisory-withdrawn-event.d.ts.map +1 -0
- package/dist/schemas/shared/alert-instance.d.ts +27 -0
- package/dist/schemas/shared/alert-instance.d.ts.map +1 -0
- package/dist/schemas/shared/app.d.ts +88 -0
- package/dist/schemas/shared/app.d.ts.map +1 -0
- package/dist/schemas/shared/branch-protection-rule.d.ts +37 -0
- package/dist/schemas/shared/branch-protection-rule.d.ts.map +1 -0
- package/dist/schemas/shared/check-run-deployment.d.ts +22 -0
- package/dist/schemas/shared/check-run-deployment.d.ts.map +1 -0
- package/dist/schemas/shared/check-run-pull-request.d.ts +32 -0
- package/dist/schemas/shared/check-run-pull-request.d.ts.map +1 -0
- package/dist/schemas/shared/commit.d.ts +32 -0
- package/dist/schemas/shared/commit.d.ts.map +1 -0
- package/dist/schemas/shared/committer.d.ts +15 -0
- package/dist/schemas/shared/committer.d.ts.map +1 -0
- package/dist/schemas/shared/custom-property-value.d.ts +13 -0
- package/dist/schemas/shared/custom-property-value.d.ts.map +1 -0
- package/dist/schemas/shared/dependabot-alert-package.d.ts +13 -0
- package/dist/schemas/shared/dependabot-alert-package.d.ts.map +1 -0
- package/dist/schemas/shared/dependabot-alert.d.ts +99 -0
- package/dist/schemas/shared/dependabot-alert.d.ts.map +1 -0
- package/dist/schemas/shared/deployment-workflow-run.d.ts +103 -0
- package/dist/schemas/shared/deployment-workflow-run.d.ts.map +1 -0
- package/dist/schemas/shared/deployment.d.ts +128 -0
- package/dist/schemas/shared/deployment.d.ts.map +1 -0
- package/dist/schemas/shared/discussion-category.d.ts +21 -0
- package/dist/schemas/shared/discussion-category.d.ts.map +1 -0
- package/dist/schemas/shared/discussion.d.ts +95 -0
- package/dist/schemas/shared/discussion.d.ts.map +1 -0
- package/dist/schemas/shared/git-hub-org.d.ts +31 -0
- package/dist/schemas/shared/git-hub-org.d.ts.map +1 -0
- package/dist/schemas/shared/index.d.ts +68 -0
- package/dist/schemas/shared/index.d.ts.map +1 -0
- package/dist/schemas/shared/installation-lite.d.ts +13 -0
- package/dist/schemas/shared/installation-lite.d.ts.map +1 -0
- package/dist/schemas/shared/installation.d.ts +110 -0
- package/dist/schemas/shared/installation.d.ts.map +1 -0
- package/dist/schemas/shared/issue-comment.d.ts +133 -0
- package/dist/schemas/shared/issue-comment.d.ts.map +1 -0
- package/dist/schemas/shared/issue.d.ts +245 -0
- package/dist/schemas/shared/issue.d.ts.map +1 -0
- package/dist/schemas/shared/label.d.ts +18 -0
- package/dist/schemas/shared/label.d.ts.map +1 -0
- package/dist/schemas/shared/license.d.ts +16 -0
- package/dist/schemas/shared/license.d.ts.map +1 -0
- package/dist/schemas/shared/link.d.ts +12 -0
- package/dist/schemas/shared/link.d.ts.map +1 -0
- package/dist/schemas/shared/marketplace-purchase.d.ts +34 -0
- package/dist/schemas/shared/marketplace-purchase.d.ts.map +1 -0
- package/dist/schemas/shared/membership.d.ts +37 -0
- package/dist/schemas/shared/membership.d.ts.map +1 -0
- package/dist/schemas/shared/milestone.d.ts +48 -0
- package/dist/schemas/shared/milestone.d.ts.map +1 -0
- package/dist/schemas/shared/organization-custom-property.d.ts +18 -0
- package/dist/schemas/shared/organization-custom-property.d.ts.map +1 -0
- package/dist/schemas/shared/organization.d.ts +24 -0
- package/dist/schemas/shared/organization.d.ts.map +1 -0
- package/dist/schemas/shared/package-npm-metadata.d.ts +48 -0
- package/dist/schemas/shared/package-npm-metadata.d.ts.map +1 -0
- package/dist/schemas/shared/package-nuget-metadata.d.ts +19 -0
- package/dist/schemas/shared/package-nuget-metadata.d.ts.map +1 -0
- package/dist/schemas/shared/project-card.d.ts +45 -0
- package/dist/schemas/shared/project-card.d.ts.map +1 -0
- package/dist/schemas/shared/project-column.d.ts +19 -0
- package/dist/schemas/shared/project-column.d.ts.map +1 -0
- package/dist/schemas/shared/project.d.ts +45 -0
- package/dist/schemas/shared/project.d.ts.map +1 -0
- package/dist/schemas/shared/projects-v2-item.d.ts +41 -0
- package/dist/schemas/shared/projects-v2-item.d.ts.map +1 -0
- package/dist/schemas/shared/pull-request-auto-merge.d.ts +36 -0
- package/dist/schemas/shared/pull-request-auto-merge.d.ts.map +1 -0
- package/dist/schemas/shared/pull-request-review-comment.d.ts +80 -0
- package/dist/schemas/shared/pull-request-review-comment.d.ts.map +1 -0
- package/dist/schemas/shared/pull-request-review.d.ts +50 -0
- package/dist/schemas/shared/pull-request-review.d.ts.map +1 -0
- package/dist/schemas/shared/pull-request.d.ts +629 -0
- package/dist/schemas/shared/pull-request.d.ts.map +1 -0
- package/dist/schemas/shared/reactions.d.ts +21 -0
- package/dist/schemas/shared/reactions.d.ts.map +1 -0
- package/dist/schemas/shared/referenced-workflow.d.ts +14 -0
- package/dist/schemas/shared/referenced-workflow.d.ts.map +1 -0
- package/dist/schemas/shared/release-asset.d.ts +45 -0
- package/dist/schemas/shared/release-asset.d.ts.map +1 -0
- package/dist/schemas/shared/release.d.ts +99 -0
- package/dist/schemas/shared/release.d.ts.map +1 -0
- package/dist/schemas/shared/repo-ref.d.ts +14 -0
- package/dist/schemas/shared/repo-ref.d.ts.map +1 -0
- package/dist/schemas/shared/repository-lite.d.ts +78 -0
- package/dist/schemas/shared/repository-lite.d.ts.map +1 -0
- package/dist/schemas/shared/repository-vulnerability-alert-alert.d.ts +49 -0
- package/dist/schemas/shared/repository-vulnerability-alert-alert.d.ts.map +1 -0
- package/dist/schemas/shared/repository.d.ts +140 -0
- package/dist/schemas/shared/repository.d.ts.map +1 -0
- package/dist/schemas/shared/secret-scanning-alert.d.ts +70 -0
- package/dist/schemas/shared/secret-scanning-alert.d.ts.map +1 -0
- package/dist/schemas/shared/secret-scanning-location-commit.d.ts +20 -0
- package/dist/schemas/shared/secret-scanning-location-commit.d.ts.map +1 -0
- package/dist/schemas/shared/secret-scanning-location-issue-body.d.ts +12 -0
- package/dist/schemas/shared/secret-scanning-location-issue-body.d.ts.map +1 -0
- package/dist/schemas/shared/secret-scanning-location-issue-comment.d.ts +12 -0
- package/dist/schemas/shared/secret-scanning-location-issue-comment.d.ts.map +1 -0
- package/dist/schemas/shared/secret-scanning-location-issue-title.d.ts +12 -0
- package/dist/schemas/shared/secret-scanning-location-issue-title.d.ts.map +1 -0
- package/dist/schemas/shared/security-advisory-cvss.d.ts +13 -0
- package/dist/schemas/shared/security-advisory-cvss.d.ts.map +1 -0
- package/dist/schemas/shared/security-advisory-cwes.d.ts +13 -0
- package/dist/schemas/shared/security-advisory-cwes.d.ts.map +1 -0
- package/dist/schemas/shared/simple-commit.d.ts +27 -0
- package/dist/schemas/shared/simple-commit.d.ts.map +1 -0
- package/dist/schemas/shared/simple-pull-request.d.ts +596 -0
- package/dist/schemas/shared/simple-pull-request.d.ts.map +1 -0
- package/dist/schemas/shared/sponsorship-tier.d.ts +19 -0
- package/dist/schemas/shared/sponsorship-tier.d.ts.map +1 -0
- package/dist/schemas/shared/team.d.ts +37 -0
- package/dist/schemas/shared/team.d.ts.map +1 -0
- package/dist/schemas/shared/user.d.ts +31 -0
- package/dist/schemas/shared/user.d.ts.map +1 -0
- package/dist/schemas/shared/workflow-job.d.ts +55 -0
- package/dist/schemas/shared/workflow-job.d.ts.map +1 -0
- package/dist/schemas/shared/workflow-run.d.ts +267 -0
- package/dist/schemas/shared/workflow-run.d.ts.map +1 -0
- package/dist/schemas/shared/workflow-step-completed.d.ts +17 -0
- package/dist/schemas/shared/workflow-step-completed.d.ts.map +1 -0
- package/dist/schemas/shared/workflow-step-in-progress.d.ts +17 -0
- package/dist/schemas/shared/workflow-step-in-progress.d.ts.map +1 -0
- package/dist/schemas/shared/workflow-step-queued.d.ts +17 -0
- package/dist/schemas/shared/workflow-step-queued.d.ts.map +1 -0
- package/dist/schemas/shared/workflow.d.ts +21 -0
- package/dist/schemas/shared/workflow.d.ts.map +1 -0
- package/dist/schemas/sponsorship-cancelled-event.d.ts +93 -0
- package/dist/schemas/sponsorship-cancelled-event.d.ts.map +1 -0
- package/dist/schemas/sponsorship-created-event.d.ts +93 -0
- package/dist/schemas/sponsorship-created-event.d.ts.map +1 -0
- package/dist/schemas/sponsorship-edited-event.d.ts +98 -0
- package/dist/schemas/sponsorship-edited-event.d.ts.map +1 -0
- package/dist/schemas/sponsorship-pending-cancellation-event.d.ts +94 -0
- package/dist/schemas/sponsorship-pending-cancellation-event.d.ts.map +1 -0
- package/dist/schemas/sponsorship-pending-tier-change-event.d.ts +108 -0
- package/dist/schemas/sponsorship-pending-tier-change-event.d.ts.map +1 -0
- package/dist/schemas/sponsorship-tier-changed-event.d.ts +107 -0
- package/dist/schemas/sponsorship-tier-changed-event.d.ts.map +1 -0
- package/dist/schemas/star-created-event.d.ts +185 -0
- package/dist/schemas/star-created-event.d.ts.map +1 -0
- package/dist/schemas/star-deleted-event.d.ts +185 -0
- package/dist/schemas/star-deleted-event.d.ts.map +1 -0
- package/dist/schemas/status-event.d.ts +288 -0
- package/dist/schemas/status-event.d.ts.map +1 -0
- package/dist/schemas/team-add-event.d.ts +211 -0
- package/dist/schemas/team-add-event.d.ts.map +1 -0
- package/dist/schemas/team-added-to-repository-event.d.ts +212 -0
- package/dist/schemas/team-added-to-repository-event.d.ts.map +1 -0
- package/dist/schemas/team-created-event.d.ts +212 -0
- package/dist/schemas/team-created-event.d.ts.map +1 -0
- package/dist/schemas/team-deleted-event.d.ts +212 -0
- package/dist/schemas/team-deleted-event.d.ts.map +1 -0
- package/dist/schemas/team-edited-event.d.ts +232 -0
- package/dist/schemas/team-edited-event.d.ts.map +1 -0
- package/dist/schemas/team-removed-from-repository-event.d.ts +212 -0
- package/dist/schemas/team-removed-from-repository-event.d.ts.map +1 -0
- package/dist/schemas/watch-started-event.d.ts +184 -0
- package/dist/schemas/watch-started-event.d.ts.map +1 -0
- package/dist/schemas/workflow-dispatch-event.d.ts +186 -0
- package/dist/schemas/workflow-dispatch-event.d.ts.map +1 -0
- package/dist/schemas/workflow-job-completed-event.d.ts +351 -0
- package/dist/schemas/workflow-job-completed-event.d.ts.map +1 -0
- package/dist/schemas/workflow-job-in-progress-event.d.ts +351 -0
- package/dist/schemas/workflow-job-in-progress-event.d.ts.map +1 -0
- package/dist/schemas/workflow-job-queued-event.d.ts +351 -0
- package/dist/schemas/workflow-job-queued-event.d.ts.map +1 -0
- package/dist/schemas/workflow-job-waiting-event.d.ts +351 -0
- package/dist/schemas/workflow-job-waiting-event.d.ts.map +1 -0
- package/dist/schemas/workflow-run-completed-event.d.ts +456 -0
- package/dist/schemas/workflow-run-completed-event.d.ts.map +1 -0
- package/dist/schemas/workflow-run-in-progress-event.d.ts +454 -0
- package/dist/schemas/workflow-run-in-progress-event.d.ts.map +1 -0
- package/dist/schemas/workflow-run-requested-event.d.ts +454 -0
- package/dist/schemas/workflow-run-requested-event.d.ts.map +1 -0
- package/package.json +8 -1
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated barrel export for webhook event schemas
|
|
3
|
+
* DO NOT MODIFY - regenerate with: bun run generate:schemas
|
|
4
|
+
*/
|
|
5
|
+
export * from './shared/index.js';
|
|
6
|
+
export { type BranchProtectionConfigurationDisabledEvent, BranchProtectionConfigurationDisabledEventSchema, isBranchProtectionConfigurationDisabledEvent, } from './branch-protection-configuration-disabled-event.js';
|
|
7
|
+
export { type BranchProtectionConfigurationEnabledEvent, BranchProtectionConfigurationEnabledEventSchema, isBranchProtectionConfigurationEnabledEvent, } from './branch-protection-configuration-enabled-event.js';
|
|
8
|
+
export { type BranchProtectionRuleCreatedEvent, BranchProtectionRuleCreatedEventSchema, isBranchProtectionRuleCreatedEvent, } from './branch-protection-rule-created-event.js';
|
|
9
|
+
export { type BranchProtectionRuleDeletedEvent, BranchProtectionRuleDeletedEventSchema, isBranchProtectionRuleDeletedEvent, } from './branch-protection-rule-deleted-event.js';
|
|
10
|
+
export { type BranchProtectionRuleEditedEvent, BranchProtectionRuleEditedEventSchema, isBranchProtectionRuleEditedEvent, } from './branch-protection-rule-edited-event.js';
|
|
11
|
+
export { type CheckRunCompletedEvent, CheckRunCompletedEventSchema, isCheckRunCompletedEvent, } from './check-run-completed-event.js';
|
|
12
|
+
export { type CheckRunCreatedEvent, CheckRunCreatedEventSchema, isCheckRunCreatedEvent, } from './check-run-created-event.js';
|
|
13
|
+
export { type CheckRunRequestedActionEvent, CheckRunRequestedActionEventSchema, isCheckRunRequestedActionEvent, } from './check-run-requested-action-event.js';
|
|
14
|
+
export { type CheckRunRerequestedEvent, CheckRunRerequestedEventSchema, isCheckRunRerequestedEvent, } from './check-run-rerequested-event.js';
|
|
15
|
+
export { type CheckSuiteCompletedEvent, CheckSuiteCompletedEventSchema, isCheckSuiteCompletedEvent, } from './check-suite-completed-event.js';
|
|
16
|
+
export { type CheckSuiteRequestedEvent, CheckSuiteRequestedEventSchema, isCheckSuiteRequestedEvent, } from './check-suite-requested-event.js';
|
|
17
|
+
export { type CheckSuiteRerequestedEvent, CheckSuiteRerequestedEventSchema, isCheckSuiteRerequestedEvent, } from './check-suite-rerequested-event.js';
|
|
18
|
+
export { type CodeScanningAlertAppearedInBranchEvent, CodeScanningAlertAppearedInBranchEventSchema, isCodeScanningAlertAppearedInBranchEvent, } from './code-scanning-alert-appeared-in-branch-event.js';
|
|
19
|
+
export { type CodeScanningAlertClosedByUserEvent, CodeScanningAlertClosedByUserEventSchema, isCodeScanningAlertClosedByUserEvent, } from './code-scanning-alert-closed-by-user-event.js';
|
|
20
|
+
export { type CodeScanningAlertCreatedEvent, CodeScanningAlertCreatedEventSchema, isCodeScanningAlertCreatedEvent, } from './code-scanning-alert-created-event.js';
|
|
21
|
+
export { type CodeScanningAlertFixedEvent, CodeScanningAlertFixedEventSchema, isCodeScanningAlertFixedEvent, } from './code-scanning-alert-fixed-event.js';
|
|
22
|
+
export { type CodeScanningAlertReopenedByUserEvent, CodeScanningAlertReopenedByUserEventSchema, isCodeScanningAlertReopenedByUserEvent, } from './code-scanning-alert-reopened-by-user-event.js';
|
|
23
|
+
export { type CodeScanningAlertReopenedEvent, CodeScanningAlertReopenedEventSchema, isCodeScanningAlertReopenedEvent, } from './code-scanning-alert-reopened-event.js';
|
|
24
|
+
export { type CommitCommentCreatedEvent, CommitCommentCreatedEventSchema, isCommitCommentCreatedEvent, } from './commit-comment-created-event.js';
|
|
25
|
+
export { type CreateEvent, CreateEventSchema, isCreateEvent } from './create-event.js';
|
|
26
|
+
export { type CustomPropertyCreatedEvent, CustomPropertyCreatedEventSchema, isCustomPropertyCreatedEvent, } from './custom-property-created-event.js';
|
|
27
|
+
export { type CustomPropertyDeletedEvent, CustomPropertyDeletedEventSchema, isCustomPropertyDeletedEvent, } from './custom-property-deleted-event.js';
|
|
28
|
+
export { type CustomPropertyValuesUpdatedEvent, CustomPropertyValuesUpdatedEventSchema, isCustomPropertyValuesUpdatedEvent, } from './custom-property-values-updated-event.js';
|
|
29
|
+
export { type DeleteEvent, DeleteEventSchema, isDeleteEvent } from './delete-event.js';
|
|
30
|
+
export { type DependabotAlertCreatedEvent, DependabotAlertCreatedEventSchema, isDependabotAlertCreatedEvent, } from './dependabot-alert-created-event.js';
|
|
31
|
+
export { type DependabotAlertDismissedEvent, DependabotAlertDismissedEventSchema, isDependabotAlertDismissedEvent, } from './dependabot-alert-dismissed-event.js';
|
|
32
|
+
export { type DependabotAlertFixedEvent, DependabotAlertFixedEventSchema, isDependabotAlertFixedEvent, } from './dependabot-alert-fixed-event.js';
|
|
33
|
+
export { type DependabotAlertReintroducedEvent, DependabotAlertReintroducedEventSchema, isDependabotAlertReintroducedEvent, } from './dependabot-alert-reintroduced-event.js';
|
|
34
|
+
export { type DependabotAlertReopenedEvent, DependabotAlertReopenedEventSchema, isDependabotAlertReopenedEvent, } from './dependabot-alert-reopened-event.js';
|
|
35
|
+
export { type DeployKeyCreatedEvent, DeployKeyCreatedEventSchema, isDeployKeyCreatedEvent, } from './deploy-key-created-event.js';
|
|
36
|
+
export { type DeployKeyDeletedEvent, DeployKeyDeletedEventSchema, isDeployKeyDeletedEvent, } from './deploy-key-deleted-event.js';
|
|
37
|
+
export { type DeploymentCreatedEvent, DeploymentCreatedEventSchema, isDeploymentCreatedEvent, } from './deployment-created-event.js';
|
|
38
|
+
export { type DeploymentProtectionRuleRequestedEvent, DeploymentProtectionRuleRequestedEventSchema, isDeploymentProtectionRuleRequestedEvent, } from './deployment-protection-rule-requested-event.js';
|
|
39
|
+
export { type DeploymentReviewApprovedEvent, DeploymentReviewApprovedEventSchema, isDeploymentReviewApprovedEvent, } from './deployment-review-approved-event.js';
|
|
40
|
+
export { type DeploymentReviewRejectedEvent, DeploymentReviewRejectedEventSchema, isDeploymentReviewRejectedEvent, } from './deployment-review-rejected-event.js';
|
|
41
|
+
export { type DeploymentReviewRequestedEvent, DeploymentReviewRequestedEventSchema, isDeploymentReviewRequestedEvent, } from './deployment-review-requested-event.js';
|
|
42
|
+
export { type DeploymentStatusCreatedEvent, DeploymentStatusCreatedEventSchema, isDeploymentStatusCreatedEvent, } from './deployment-status-created-event.js';
|
|
43
|
+
export { type DiscussionAnsweredEvent, DiscussionAnsweredEventSchema, isDiscussionAnsweredEvent, } from './discussion-answered-event.js';
|
|
44
|
+
export { type DiscussionCategoryChangedEvent, DiscussionCategoryChangedEventSchema, isDiscussionCategoryChangedEvent, } from './discussion-category-changed-event.js';
|
|
45
|
+
export { type DiscussionCommentCreatedEvent, DiscussionCommentCreatedEventSchema, isDiscussionCommentCreatedEvent, } from './discussion-comment-created-event.js';
|
|
46
|
+
export { type DiscussionCommentDeletedEvent, DiscussionCommentDeletedEventSchema, isDiscussionCommentDeletedEvent, } from './discussion-comment-deleted-event.js';
|
|
47
|
+
export { type DiscussionCommentEditedEvent, DiscussionCommentEditedEventSchema, isDiscussionCommentEditedEvent, } from './discussion-comment-edited-event.js';
|
|
48
|
+
export { type DiscussionCreatedEvent, DiscussionCreatedEventSchema, isDiscussionCreatedEvent, } from './discussion-created-event.js';
|
|
49
|
+
export { type DiscussionDeletedEvent, DiscussionDeletedEventSchema, isDiscussionDeletedEvent, } from './discussion-deleted-event.js';
|
|
50
|
+
export { type DiscussionEditedEvent, DiscussionEditedEventSchema, isDiscussionEditedEvent, } from './discussion-edited-event.js';
|
|
51
|
+
export { type DiscussionLabeledEvent, DiscussionLabeledEventSchema, isDiscussionLabeledEvent, } from './discussion-labeled-event.js';
|
|
52
|
+
export { type DiscussionLockedEvent, DiscussionLockedEventSchema, isDiscussionLockedEvent, } from './discussion-locked-event.js';
|
|
53
|
+
export { type DiscussionPinnedEvent, DiscussionPinnedEventSchema, isDiscussionPinnedEvent, } from './discussion-pinned-event.js';
|
|
54
|
+
export { type DiscussionTransferredEvent, DiscussionTransferredEventSchema, isDiscussionTransferredEvent, } from './discussion-transferred-event.js';
|
|
55
|
+
export { type DiscussionUnansweredEvent, DiscussionUnansweredEventSchema, isDiscussionUnansweredEvent, } from './discussion-unanswered-event.js';
|
|
56
|
+
export { type DiscussionUnlabeledEvent, DiscussionUnlabeledEventSchema, isDiscussionUnlabeledEvent, } from './discussion-unlabeled-event.js';
|
|
57
|
+
export { type DiscussionUnlockedEvent, DiscussionUnlockedEventSchema, isDiscussionUnlockedEvent, } from './discussion-unlocked-event.js';
|
|
58
|
+
export { type DiscussionUnpinnedEvent, DiscussionUnpinnedEventSchema, isDiscussionUnpinnedEvent, } from './discussion-unpinned-event.js';
|
|
59
|
+
export { type ForkEvent, ForkEventSchema, isForkEvent } from './fork-event.js';
|
|
60
|
+
export { type GithubAppAuthorizationRevokedEvent, GithubAppAuthorizationRevokedEventSchema, isGithubAppAuthorizationRevokedEvent, } from './github-app-authorization-revoked-event.js';
|
|
61
|
+
export { type GollumEvent, GollumEventSchema, isGollumEvent } from './gollum-event.js';
|
|
62
|
+
export { type InstallationCreatedEvent, InstallationCreatedEventSchema, isInstallationCreatedEvent, } from './installation-created-event.js';
|
|
63
|
+
export { type InstallationDeletedEvent, InstallationDeletedEventSchema, isInstallationDeletedEvent, } from './installation-deleted-event.js';
|
|
64
|
+
export { type InstallationNewPermissionsAcceptedEvent, InstallationNewPermissionsAcceptedEventSchema, isInstallationNewPermissionsAcceptedEvent, } from './installation-new-permissions-accepted-event.js';
|
|
65
|
+
export { type InstallationRepositoriesAddedEvent, InstallationRepositoriesAddedEventSchema, isInstallationRepositoriesAddedEvent, } from './installation-repositories-added-event.js';
|
|
66
|
+
export { type InstallationRepositoriesRemovedEvent, InstallationRepositoriesRemovedEventSchema, isInstallationRepositoriesRemovedEvent, } from './installation-repositories-removed-event.js';
|
|
67
|
+
export { type InstallationSuspendEvent, InstallationSuspendEventSchema, isInstallationSuspendEvent, } from './installation-suspend-event.js';
|
|
68
|
+
export { type InstallationTargetRenamedEvent, InstallationTargetRenamedEventSchema, isInstallationTargetRenamedEvent, } from './installation-target-renamed-event.js';
|
|
69
|
+
export { type InstallationUnsuspendEvent, InstallationUnsuspendEventSchema, isInstallationUnsuspendEvent, } from './installation-unsuspend-event.js';
|
|
70
|
+
export { isIssueCommentCreatedEvent, type IssueCommentCreatedEvent, IssueCommentCreatedEventSchema, } from './issue-comment-created-event.js';
|
|
71
|
+
export { isIssueCommentDeletedEvent, type IssueCommentDeletedEvent, IssueCommentDeletedEventSchema, } from './issue-comment-deleted-event.js';
|
|
72
|
+
export { isIssueCommentEditedEvent, type IssueCommentEditedEvent, IssueCommentEditedEventSchema, } from './issue-comment-edited-event.js';
|
|
73
|
+
export { isIssuesAssignedEvent, type IssuesAssignedEvent, IssuesAssignedEventSchema, } from './issues-assigned-event.js';
|
|
74
|
+
export { isIssuesClosedEvent, type IssuesClosedEvent, IssuesClosedEventSchema, } from './issues-closed-event.js';
|
|
75
|
+
export { isIssuesDeletedEvent, type IssuesDeletedEvent, IssuesDeletedEventSchema, } from './issues-deleted-event.js';
|
|
76
|
+
export { isIssuesDemilestonedEvent, type IssuesDemilestonedEvent, IssuesDemilestonedEventSchema, } from './issues-demilestoned-event.js';
|
|
77
|
+
export { isIssuesEditedEvent, type IssuesEditedEvent, IssuesEditedEventSchema, } from './issues-edited-event.js';
|
|
78
|
+
export { isIssuesLabeledEvent, type IssuesLabeledEvent, IssuesLabeledEventSchema, } from './issues-labeled-event.js';
|
|
79
|
+
export { isIssuesLockedEvent, type IssuesLockedEvent, IssuesLockedEventSchema, } from './issues-locked-event.js';
|
|
80
|
+
export { isIssuesMilestonedEvent, type IssuesMilestonedEvent, IssuesMilestonedEventSchema, } from './issues-milestoned-event.js';
|
|
81
|
+
export { isIssuesOpenedEvent, type IssuesOpenedEvent, IssuesOpenedEventSchema, } from './issues-opened-event.js';
|
|
82
|
+
export { isIssuesPinnedEvent, type IssuesPinnedEvent, IssuesPinnedEventSchema, } from './issues-pinned-event.js';
|
|
83
|
+
export { isIssuesReopenedEvent, type IssuesReopenedEvent, IssuesReopenedEventSchema, } from './issues-reopened-event.js';
|
|
84
|
+
export { isIssuesTransferredEvent, type IssuesTransferredEvent, IssuesTransferredEventSchema, } from './issues-transferred-event.js';
|
|
85
|
+
export { isIssuesUnassignedEvent, type IssuesUnassignedEvent, IssuesUnassignedEventSchema, } from './issues-unassigned-event.js';
|
|
86
|
+
export { isIssuesUnlabeledEvent, type IssuesUnlabeledEvent, IssuesUnlabeledEventSchema, } from './issues-unlabeled-event.js';
|
|
87
|
+
export { isIssuesUnlockedEvent, type IssuesUnlockedEvent, IssuesUnlockedEventSchema, } from './issues-unlocked-event.js';
|
|
88
|
+
export { isIssuesUnpinnedEvent, type IssuesUnpinnedEvent, IssuesUnpinnedEventSchema, } from './issues-unpinned-event.js';
|
|
89
|
+
export { isLabelCreatedEvent, type LabelCreatedEvent, LabelCreatedEventSchema, } from './label-created-event.js';
|
|
90
|
+
export { isLabelDeletedEvent, type LabelDeletedEvent, LabelDeletedEventSchema, } from './label-deleted-event.js';
|
|
91
|
+
export { isLabelEditedEvent, type LabelEditedEvent, LabelEditedEventSchema, } from './label-edited-event.js';
|
|
92
|
+
export { isMarketplacePurchaseCancelledEvent, type MarketplacePurchaseCancelledEvent, MarketplacePurchaseCancelledEventSchema, } from './marketplace-purchase-cancelled-event.js';
|
|
93
|
+
export { isMarketplacePurchaseChangedEvent, type MarketplacePurchaseChangedEvent, MarketplacePurchaseChangedEventSchema, } from './marketplace-purchase-changed-event.js';
|
|
94
|
+
export { isMarketplacePurchasePendingChangeCancelledEvent, type MarketplacePurchasePendingChangeCancelledEvent, MarketplacePurchasePendingChangeCancelledEventSchema, } from './marketplace-purchase-pending-change-cancelled-event.js';
|
|
95
|
+
export { isMarketplacePurchasePendingChangeEvent, type MarketplacePurchasePendingChangeEvent, MarketplacePurchasePendingChangeEventSchema, } from './marketplace-purchase-pending-change-event.js';
|
|
96
|
+
export { isMarketplacePurchasePurchasedEvent, type MarketplacePurchasePurchasedEvent, MarketplacePurchasePurchasedEventSchema, } from './marketplace-purchase-purchased-event.js';
|
|
97
|
+
export { isMemberAddedEvent, type MemberAddedEvent, MemberAddedEventSchema, } from './member-added-event.js';
|
|
98
|
+
export { isMemberEditedEvent, type MemberEditedEvent, MemberEditedEventSchema, } from './member-edited-event.js';
|
|
99
|
+
export { isMemberRemovedEvent, type MemberRemovedEvent, MemberRemovedEventSchema, } from './member-removed-event.js';
|
|
100
|
+
export { isMembershipAddedEvent, type MembershipAddedEvent, MembershipAddedEventSchema, } from './membership-added-event.js';
|
|
101
|
+
export { isMembershipRemovedEvent, type MembershipRemovedEvent, MembershipRemovedEventSchema, } from './membership-removed-event.js';
|
|
102
|
+
export { isMergeGroupChecksRequestedEvent, type MergeGroupChecksRequestedEvent, MergeGroupChecksRequestedEventSchema, } from './merge-group-checks-requested-event.js';
|
|
103
|
+
export { isMergeGroupDestroyedEvent, type MergeGroupDestroyedEvent, MergeGroupDestroyedEventSchema, } from './merge-group-destroyed-event.js';
|
|
104
|
+
export { isMetaDeletedEvent, type MetaDeletedEvent, MetaDeletedEventSchema, } from './meta-deleted-event.js';
|
|
105
|
+
export { isMilestoneClosedEvent, type MilestoneClosedEvent, MilestoneClosedEventSchema, } from './milestone-closed-event.js';
|
|
106
|
+
export { isMilestoneCreatedEvent, type MilestoneCreatedEvent, MilestoneCreatedEventSchema, } from './milestone-created-event.js';
|
|
107
|
+
export { isMilestoneDeletedEvent, type MilestoneDeletedEvent, MilestoneDeletedEventSchema, } from './milestone-deleted-event.js';
|
|
108
|
+
export { isMilestoneEditedEvent, type MilestoneEditedEvent, MilestoneEditedEventSchema, } from './milestone-edited-event.js';
|
|
109
|
+
export { isMilestoneOpenedEvent, type MilestoneOpenedEvent, MilestoneOpenedEventSchema, } from './milestone-opened-event.js';
|
|
110
|
+
export { isOrgBlockBlockedEvent, type OrgBlockBlockedEvent, OrgBlockBlockedEventSchema, } from './org-block-blocked-event.js';
|
|
111
|
+
export { isOrgBlockUnblockedEvent, type OrgBlockUnblockedEvent, OrgBlockUnblockedEventSchema, } from './org-block-unblocked-event.js';
|
|
112
|
+
export { isOrganizationDeletedEvent, type OrganizationDeletedEvent, OrganizationDeletedEventSchema, } from './organization-deleted-event.js';
|
|
113
|
+
export { isOrganizationMemberAddedEvent, type OrganizationMemberAddedEvent, OrganizationMemberAddedEventSchema, } from './organization-member-added-event.js';
|
|
114
|
+
export { isOrganizationMemberInvitedEvent, type OrganizationMemberInvitedEvent, OrganizationMemberInvitedEventSchema, } from './organization-member-invited-event.js';
|
|
115
|
+
export { isOrganizationMemberRemovedEvent, type OrganizationMemberRemovedEvent, OrganizationMemberRemovedEventSchema, } from './organization-member-removed-event.js';
|
|
116
|
+
export { isOrganizationRenamedEvent, type OrganizationRenamedEvent, OrganizationRenamedEventSchema, } from './organization-renamed-event.js';
|
|
117
|
+
export { isPackagePublishedEvent, type PackagePublishedEvent, PackagePublishedEventSchema, } from './package-published-event.js';
|
|
118
|
+
export { isPackageUpdatedEvent, type PackageUpdatedEvent, PackageUpdatedEventSchema, } from './package-updated-event.js';
|
|
119
|
+
export { isPageBuildEvent, type PageBuildEvent, PageBuildEventSchema, } from './page-build-event.js';
|
|
120
|
+
export { isPingEvent, type PingEvent, PingEventSchema } from './ping-event.js';
|
|
121
|
+
export { isProjectCardConvertedEvent, type ProjectCardConvertedEvent, ProjectCardConvertedEventSchema, } from './project-card-converted-event.js';
|
|
122
|
+
export { isProjectCardCreatedEvent, type ProjectCardCreatedEvent, ProjectCardCreatedEventSchema, } from './project-card-created-event.js';
|
|
123
|
+
export { isProjectCardDeletedEvent, type ProjectCardDeletedEvent, ProjectCardDeletedEventSchema, } from './project-card-deleted-event.js';
|
|
124
|
+
export { isProjectCardEditedEvent, type ProjectCardEditedEvent, ProjectCardEditedEventSchema, } from './project-card-edited-event.js';
|
|
125
|
+
export { isProjectCardMovedEvent, type ProjectCardMovedEvent, ProjectCardMovedEventSchema, } from './project-card-moved-event.js';
|
|
126
|
+
export { isProjectClosedEvent, type ProjectClosedEvent, ProjectClosedEventSchema, } from './project-closed-event.js';
|
|
127
|
+
export { isProjectColumnCreatedEvent, type ProjectColumnCreatedEvent, ProjectColumnCreatedEventSchema, } from './project-column-created-event.js';
|
|
128
|
+
export { isProjectColumnDeletedEvent, type ProjectColumnDeletedEvent, ProjectColumnDeletedEventSchema, } from './project-column-deleted-event.js';
|
|
129
|
+
export { isProjectColumnEditedEvent, type ProjectColumnEditedEvent, ProjectColumnEditedEventSchema, } from './project-column-edited-event.js';
|
|
130
|
+
export { isProjectColumnMovedEvent, type ProjectColumnMovedEvent, ProjectColumnMovedEventSchema, } from './project-column-moved-event.js';
|
|
131
|
+
export { isProjectCreatedEvent, type ProjectCreatedEvent, ProjectCreatedEventSchema, } from './project-created-event.js';
|
|
132
|
+
export { isProjectDeletedEvent, type ProjectDeletedEvent, ProjectDeletedEventSchema, } from './project-deleted-event.js';
|
|
133
|
+
export { isProjectEditedEvent, type ProjectEditedEvent, ProjectEditedEventSchema, } from './project-edited-event.js';
|
|
134
|
+
export { isProjectReopenedEvent, type ProjectReopenedEvent, ProjectReopenedEventSchema, } from './project-reopened-event.js';
|
|
135
|
+
export { isProjectsV2ItemArchivedEvent, type ProjectsV2ItemArchivedEvent, ProjectsV2ItemArchivedEventSchema, } from './projects-v2-item-archived-event.js';
|
|
136
|
+
export { isProjectsV2ItemConvertedEvent, type ProjectsV2ItemConvertedEvent, ProjectsV2ItemConvertedEventSchema, } from './projects-v2-item-converted-event.js';
|
|
137
|
+
export { isProjectsV2ItemCreatedEvent, type ProjectsV2ItemCreatedEvent, ProjectsV2ItemCreatedEventSchema, } from './projects-v2-item-created-event.js';
|
|
138
|
+
export { isProjectsV2ItemDeletedEvent, type ProjectsV2ItemDeletedEvent, ProjectsV2ItemDeletedEventSchema, } from './projects-v2-item-deleted-event.js';
|
|
139
|
+
export { isProjectsV2ItemEditedEvent, type ProjectsV2ItemEditedEvent, ProjectsV2ItemEditedEventSchema, } from './projects-v2-item-edited-event.js';
|
|
140
|
+
export { isProjectsV2ItemReorderedEvent, type ProjectsV2ItemReorderedEvent, ProjectsV2ItemReorderedEventSchema, } from './projects-v2-item-reordered-event.js';
|
|
141
|
+
export { isProjectsV2ItemRestoredEvent, type ProjectsV2ItemRestoredEvent, ProjectsV2ItemRestoredEventSchema, } from './projects-v2-item-restored-event.js';
|
|
142
|
+
export { isPublicEvent, type PublicEvent, PublicEventSchema } from './public-event.js';
|
|
143
|
+
export { isPullRequestAssignedEvent, type PullRequestAssignedEvent, PullRequestAssignedEventSchema, } from './pull-request-assigned-event.js';
|
|
144
|
+
export { isPullRequestAutoMergeDisabledEvent, type PullRequestAutoMergeDisabledEvent, PullRequestAutoMergeDisabledEventSchema, } from './pull-request-auto-merge-disabled-event.js';
|
|
145
|
+
export { isPullRequestAutoMergeEnabledEvent, type PullRequestAutoMergeEnabledEvent, PullRequestAutoMergeEnabledEventSchema, } from './pull-request-auto-merge-enabled-event.js';
|
|
146
|
+
export { isPullRequestClosedEvent, type PullRequestClosedEvent, PullRequestClosedEventSchema, } from './pull-request-closed-event.js';
|
|
147
|
+
export { isPullRequestConvertedToDraftEvent, type PullRequestConvertedToDraftEvent, PullRequestConvertedToDraftEventSchema, } from './pull-request-converted-to-draft-event.js';
|
|
148
|
+
export { isPullRequestDemilestonedEvent, type PullRequestDemilestonedEvent, PullRequestDemilestonedEventSchema, } from './pull-request-demilestoned-event.js';
|
|
149
|
+
export { isPullRequestDequeuedEvent, type PullRequestDequeuedEvent, PullRequestDequeuedEventSchema, } from './pull-request-dequeued-event.js';
|
|
150
|
+
export { isPullRequestEditedEvent, type PullRequestEditedEvent, PullRequestEditedEventSchema, } from './pull-request-edited-event.js';
|
|
151
|
+
export { isPullRequestEnqueuedEvent, type PullRequestEnqueuedEvent, PullRequestEnqueuedEventSchema, } from './pull-request-enqueued-event.js';
|
|
152
|
+
export { isPullRequestLabeledEvent, type PullRequestLabeledEvent, PullRequestLabeledEventSchema, } from './pull-request-labeled-event.js';
|
|
153
|
+
export { isPullRequestLockedEvent, type PullRequestLockedEvent, PullRequestLockedEventSchema, } from './pull-request-locked-event.js';
|
|
154
|
+
export { isPullRequestMilestonedEvent, type PullRequestMilestonedEvent, PullRequestMilestonedEventSchema, } from './pull-request-milestoned-event.js';
|
|
155
|
+
export { isPullRequestOpenedEvent, type PullRequestOpenedEvent, PullRequestOpenedEventSchema, } from './pull-request-opened-event.js';
|
|
156
|
+
export { isPullRequestReadyForReviewEvent, type PullRequestReadyForReviewEvent, PullRequestReadyForReviewEventSchema, } from './pull-request-ready-for-review-event.js';
|
|
157
|
+
export { isPullRequestReopenedEvent, type PullRequestReopenedEvent, PullRequestReopenedEventSchema, } from './pull-request-reopened-event.js';
|
|
158
|
+
export { isPullRequestReviewCommentCreatedEvent, type PullRequestReviewCommentCreatedEvent, PullRequestReviewCommentCreatedEventSchema, } from './pull-request-review-comment-created-event.js';
|
|
159
|
+
export { isPullRequestReviewCommentDeletedEvent, type PullRequestReviewCommentDeletedEvent, PullRequestReviewCommentDeletedEventSchema, } from './pull-request-review-comment-deleted-event.js';
|
|
160
|
+
export { isPullRequestReviewCommentEditedEvent, type PullRequestReviewCommentEditedEvent, PullRequestReviewCommentEditedEventSchema, } from './pull-request-review-comment-edited-event.js';
|
|
161
|
+
export { isPullRequestReviewDismissedEvent, type PullRequestReviewDismissedEvent, PullRequestReviewDismissedEventSchema, } from './pull-request-review-dismissed-event.js';
|
|
162
|
+
export { isPullRequestReviewEditedEvent, type PullRequestReviewEditedEvent, PullRequestReviewEditedEventSchema, } from './pull-request-review-edited-event.js';
|
|
163
|
+
export { isPullRequestReviewSubmittedEvent, type PullRequestReviewSubmittedEvent, PullRequestReviewSubmittedEventSchema, } from './pull-request-review-submitted-event.js';
|
|
164
|
+
export { isPullRequestReviewThreadResolvedEvent, type PullRequestReviewThreadResolvedEvent, PullRequestReviewThreadResolvedEventSchema, } from './pull-request-review-thread-resolved-event.js';
|
|
165
|
+
export { isPullRequestReviewThreadUnresolvedEvent, type PullRequestReviewThreadUnresolvedEvent, PullRequestReviewThreadUnresolvedEventSchema, } from './pull-request-review-thread-unresolved-event.js';
|
|
166
|
+
export { isPullRequestSynchronizeEvent, type PullRequestSynchronizeEvent, PullRequestSynchronizeEventSchema, } from './pull-request-synchronize-event.js';
|
|
167
|
+
export { isPullRequestUnassignedEvent, type PullRequestUnassignedEvent, PullRequestUnassignedEventSchema, } from './pull-request-unassigned-event.js';
|
|
168
|
+
export { isPullRequestUnlabeledEvent, type PullRequestUnlabeledEvent, PullRequestUnlabeledEventSchema, } from './pull-request-unlabeled-event.js';
|
|
169
|
+
export { isPullRequestUnlockedEvent, type PullRequestUnlockedEvent, PullRequestUnlockedEventSchema, } from './pull-request-unlocked-event.js';
|
|
170
|
+
export { isPushEvent, type PushEvent, PushEventSchema } from './push-event.js';
|
|
171
|
+
export { isRegistryPackagePublishedEvent, type RegistryPackagePublishedEvent, RegistryPackagePublishedEventSchema, } from './registry-package-published-event.js';
|
|
172
|
+
export { isRegistryPackageUpdatedEvent, type RegistryPackageUpdatedEvent, RegistryPackageUpdatedEventSchema, } from './registry-package-updated-event.js';
|
|
173
|
+
export { isReleaseCreatedEvent, type ReleaseCreatedEvent, ReleaseCreatedEventSchema, } from './release-created-event.js';
|
|
174
|
+
export { isReleaseDeletedEvent, type ReleaseDeletedEvent, ReleaseDeletedEventSchema, } from './release-deleted-event.js';
|
|
175
|
+
export { isReleaseEditedEvent, type ReleaseEditedEvent, ReleaseEditedEventSchema, } from './release-edited-event.js';
|
|
176
|
+
export { isReleasePrereleasedEvent, type ReleasePrereleasedEvent, ReleasePrereleasedEventSchema, } from './release-prereleased-event.js';
|
|
177
|
+
export { isReleasePublishedEvent, type ReleasePublishedEvent, ReleasePublishedEventSchema, } from './release-published-event.js';
|
|
178
|
+
export { isReleaseReleasedEvent, type ReleaseReleasedEvent, ReleaseReleasedEventSchema, } from './release-released-event.js';
|
|
179
|
+
export { isReleaseUnpublishedEvent, type ReleaseUnpublishedEvent, ReleaseUnpublishedEventSchema, } from './release-unpublished-event.js';
|
|
180
|
+
export { isRepositoryArchivedEvent, type RepositoryArchivedEvent, RepositoryArchivedEventSchema, } from './repository-archived-event.js';
|
|
181
|
+
export { isRepositoryCreatedEvent, type RepositoryCreatedEvent, RepositoryCreatedEventSchema, } from './repository-created-event.js';
|
|
182
|
+
export { isRepositoryDeletedEvent, type RepositoryDeletedEvent, RepositoryDeletedEventSchema, } from './repository-deleted-event.js';
|
|
183
|
+
export { isRepositoryDispatchEvent, type RepositoryDispatchEvent, RepositoryDispatchEventSchema, } from './repository-dispatch-event.js';
|
|
184
|
+
export { isRepositoryEditedEvent, type RepositoryEditedEvent, RepositoryEditedEventSchema, } from './repository-edited-event.js';
|
|
185
|
+
export { isRepositoryImportEvent, type RepositoryImportEvent, RepositoryImportEventSchema, } from './repository-import-event.js';
|
|
186
|
+
export { isRepositoryPrivatizedEvent, type RepositoryPrivatizedEvent, RepositoryPrivatizedEventSchema, } from './repository-privatized-event.js';
|
|
187
|
+
export { isRepositoryPublicizedEvent, type RepositoryPublicizedEvent, RepositoryPublicizedEventSchema, } from './repository-publicized-event.js';
|
|
188
|
+
export { isRepositoryRenamedEvent, type RepositoryRenamedEvent, RepositoryRenamedEventSchema, } from './repository-renamed-event.js';
|
|
189
|
+
export { isRepositoryTransferredEvent, type RepositoryTransferredEvent, RepositoryTransferredEventSchema, } from './repository-transferred-event.js';
|
|
190
|
+
export { isRepositoryUnarchivedEvent, type RepositoryUnarchivedEvent, RepositoryUnarchivedEventSchema, } from './repository-unarchived-event.js';
|
|
191
|
+
export { isRepositoryVulnerabilityAlertCreateEvent, type RepositoryVulnerabilityAlertCreateEvent, RepositoryVulnerabilityAlertCreateEventSchema, } from './repository-vulnerability-alert-create-event.js';
|
|
192
|
+
export { isRepositoryVulnerabilityAlertDismissEvent, type RepositoryVulnerabilityAlertDismissEvent, RepositoryVulnerabilityAlertDismissEventSchema, } from './repository-vulnerability-alert-dismiss-event.js';
|
|
193
|
+
export { isRepositoryVulnerabilityAlertReopenEvent, type RepositoryVulnerabilityAlertReopenEvent, RepositoryVulnerabilityAlertReopenEventSchema, } from './repository-vulnerability-alert-reopen-event.js';
|
|
194
|
+
export { isRepositoryVulnerabilityAlertResolveEvent, type RepositoryVulnerabilityAlertResolveEvent, RepositoryVulnerabilityAlertResolveEventSchema, } from './repository-vulnerability-alert-resolve-event.js';
|
|
195
|
+
export { isSecretScanningAlertCreatedEvent, type SecretScanningAlertCreatedEvent, SecretScanningAlertCreatedEventSchema, } from './secret-scanning-alert-created-event.js';
|
|
196
|
+
export { isSecretScanningAlertLocationCreatedEvent, type SecretScanningAlertLocationCreatedEvent, SecretScanningAlertLocationCreatedEventSchema, } from './secret-scanning-alert-location-created-event.js';
|
|
197
|
+
export { isSecretScanningAlertReopenedEvent, type SecretScanningAlertReopenedEvent, SecretScanningAlertReopenedEventSchema, } from './secret-scanning-alert-reopened-event.js';
|
|
198
|
+
export { isSecretScanningAlertResolvedEvent, type SecretScanningAlertResolvedEvent, SecretScanningAlertResolvedEventSchema, } from './secret-scanning-alert-resolved-event.js';
|
|
199
|
+
export { isSecretScanningAlertRevokedEvent, type SecretScanningAlertRevokedEvent, SecretScanningAlertRevokedEventSchema, } from './secret-scanning-alert-revoked-event.js';
|
|
200
|
+
export { isSecurityAdvisoryPerformedEvent, type SecurityAdvisoryPerformedEvent, SecurityAdvisoryPerformedEventSchema, } from './security-advisory-performed-event.js';
|
|
201
|
+
export { isSecurityAdvisoryPublishedEvent, type SecurityAdvisoryPublishedEvent, SecurityAdvisoryPublishedEventSchema, } from './security-advisory-published-event.js';
|
|
202
|
+
export { isSecurityAdvisoryUpdatedEvent, type SecurityAdvisoryUpdatedEvent, SecurityAdvisoryUpdatedEventSchema, } from './security-advisory-updated-event.js';
|
|
203
|
+
export { isSecurityAdvisoryWithdrawnEvent, type SecurityAdvisoryWithdrawnEvent, SecurityAdvisoryWithdrawnEventSchema, } from './security-advisory-withdrawn-event.js';
|
|
204
|
+
export { isSponsorshipCancelledEvent, type SponsorshipCancelledEvent, SponsorshipCancelledEventSchema, } from './sponsorship-cancelled-event.js';
|
|
205
|
+
export { isSponsorshipCreatedEvent, type SponsorshipCreatedEvent, SponsorshipCreatedEventSchema, } from './sponsorship-created-event.js';
|
|
206
|
+
export { isSponsorshipEditedEvent, type SponsorshipEditedEvent, SponsorshipEditedEventSchema, } from './sponsorship-edited-event.js';
|
|
207
|
+
export { isSponsorshipPendingCancellationEvent, type SponsorshipPendingCancellationEvent, SponsorshipPendingCancellationEventSchema, } from './sponsorship-pending-cancellation-event.js';
|
|
208
|
+
export { isSponsorshipPendingTierChangeEvent, type SponsorshipPendingTierChangeEvent, SponsorshipPendingTierChangeEventSchema, } from './sponsorship-pending-tier-change-event.js';
|
|
209
|
+
export { isSponsorshipTierChangedEvent, type SponsorshipTierChangedEvent, SponsorshipTierChangedEventSchema, } from './sponsorship-tier-changed-event.js';
|
|
210
|
+
export { isStarCreatedEvent, type StarCreatedEvent, StarCreatedEventSchema, } from './star-created-event.js';
|
|
211
|
+
export { isStarDeletedEvent, type StarDeletedEvent, StarDeletedEventSchema, } from './star-deleted-event.js';
|
|
212
|
+
export { isStatusEvent, type StatusEvent, StatusEventSchema } from './status-event.js';
|
|
213
|
+
export { isTeamAddEvent, type TeamAddEvent, TeamAddEventSchema, } from './team-add-event.js';
|
|
214
|
+
export { isTeamAddedToRepositoryEvent, type TeamAddedToRepositoryEvent, TeamAddedToRepositoryEventSchema, } from './team-added-to-repository-event.js';
|
|
215
|
+
export { isTeamCreatedEvent, type TeamCreatedEvent, TeamCreatedEventSchema, } from './team-created-event.js';
|
|
216
|
+
export { isTeamDeletedEvent, type TeamDeletedEvent, TeamDeletedEventSchema, } from './team-deleted-event.js';
|
|
217
|
+
export { isTeamEditedEvent, type TeamEditedEvent, TeamEditedEventSchema, } from './team-edited-event.js';
|
|
218
|
+
export { isTeamRemovedFromRepositoryEvent, type TeamRemovedFromRepositoryEvent, TeamRemovedFromRepositoryEventSchema, } from './team-removed-from-repository-event.js';
|
|
219
|
+
export { isWatchStartedEvent, type WatchStartedEvent, WatchStartedEventSchema, } from './watch-started-event.js';
|
|
220
|
+
export { isWorkflowDispatchEvent, type WorkflowDispatchEvent, WorkflowDispatchEventSchema, } from './workflow-dispatch-event.js';
|
|
221
|
+
export { isWorkflowJobCompletedEvent, type WorkflowJobCompletedEvent, WorkflowJobCompletedEventSchema, } from './workflow-job-completed-event.js';
|
|
222
|
+
export { isWorkflowJobInProgressEvent, type WorkflowJobInProgressEvent, WorkflowJobInProgressEventSchema, } from './workflow-job-in-progress-event.js';
|
|
223
|
+
export { isWorkflowJobQueuedEvent, type WorkflowJobQueuedEvent, WorkflowJobQueuedEventSchema, } from './workflow-job-queued-event.js';
|
|
224
|
+
export { isWorkflowJobWaitingEvent, type WorkflowJobWaitingEvent, WorkflowJobWaitingEventSchema, } from './workflow-job-waiting-event.js';
|
|
225
|
+
export { isWorkflowRunCompletedEvent, type WorkflowRunCompletedEvent, WorkflowRunCompletedEventSchema, } from './workflow-run-completed-event.js';
|
|
226
|
+
export { isWorkflowRunInProgressEvent, type WorkflowRunInProgressEvent, WorkflowRunInProgressEventSchema, } from './workflow-run-in-progress-event.js';
|
|
227
|
+
export { isWorkflowRunRequestedEvent, type WorkflowRunRequestedEvent, WorkflowRunRequestedEventSchema, } from './workflow-run-requested-event.js';
|
|
228
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated Zod schema for InstallationCreatedEvent
|
|
3
|
+
* DO NOT MODIFY - regenerate with: bun run generate:schemas
|
|
4
|
+
*/
|
|
5
|
+
import type { InstallationCreatedEvent as InstallationCreatedEventOctokit } from '@octokit/webhooks-types';
|
|
6
|
+
import { z } from 'zod';
|
|
7
|
+
export declare const InstallationCreatedEventSchema: z.ZodObject<{
|
|
8
|
+
action: z.ZodLiteral<"created">;
|
|
9
|
+
installation: z.ZodObject<{
|
|
10
|
+
id: z.ZodNumber;
|
|
11
|
+
account: z.ZodObject<{
|
|
12
|
+
login: z.ZodString;
|
|
13
|
+
id: z.ZodNumber;
|
|
14
|
+
node_id: z.ZodString;
|
|
15
|
+
name: z.ZodOptional<z.ZodString>;
|
|
16
|
+
email: z.ZodOptional<z.ZodString>;
|
|
17
|
+
avatar_url: z.ZodString;
|
|
18
|
+
gravatar_id: z.ZodString;
|
|
19
|
+
url: z.ZodString;
|
|
20
|
+
html_url: z.ZodString;
|
|
21
|
+
followers_url: z.ZodString;
|
|
22
|
+
following_url: z.ZodString;
|
|
23
|
+
gists_url: z.ZodString;
|
|
24
|
+
starred_url: z.ZodString;
|
|
25
|
+
subscriptions_url: z.ZodString;
|
|
26
|
+
organizations_url: z.ZodString;
|
|
27
|
+
repos_url: z.ZodString;
|
|
28
|
+
events_url: z.ZodString;
|
|
29
|
+
received_events_url: z.ZodString;
|
|
30
|
+
type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
|
|
31
|
+
site_admin: z.ZodBoolean;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
repository_selection: z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodLiteral<"selected">]>;
|
|
34
|
+
access_tokens_url: z.ZodString;
|
|
35
|
+
repositories_url: z.ZodString;
|
|
36
|
+
html_url: z.ZodString;
|
|
37
|
+
app_id: z.ZodNumber;
|
|
38
|
+
app_slug: z.ZodOptional<z.ZodString>;
|
|
39
|
+
target_id: z.ZodNumber;
|
|
40
|
+
target_type: z.ZodUnion<readonly [z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
|
|
41
|
+
permissions: z.ZodObject<{
|
|
42
|
+
actions: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
43
|
+
administration: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
44
|
+
blocking: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
45
|
+
checks: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
46
|
+
content_references: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
47
|
+
contents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
48
|
+
deployments: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
49
|
+
discussions: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
50
|
+
emails: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
51
|
+
environments: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
52
|
+
issues: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
53
|
+
members: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
54
|
+
merge_queues: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
55
|
+
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
56
|
+
organization_administration: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
57
|
+
organization_events: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
58
|
+
organization_hooks: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
59
|
+
organization_packages: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
60
|
+
organization_plan: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
61
|
+
organization_projects: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
62
|
+
organization_secrets: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
63
|
+
organization_self_hosted_runners: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
64
|
+
organization_user_blocking: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
65
|
+
packages: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
66
|
+
pages: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
67
|
+
pull_requests: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
68
|
+
repository_hooks: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
69
|
+
repository_projects: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
70
|
+
secret_scanning_alerts: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
71
|
+
secrets: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
72
|
+
security_events: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
73
|
+
security_scanning_alert: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
74
|
+
single_file: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
75
|
+
statuses: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
76
|
+
team_discussions: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
77
|
+
vulnerability_alerts: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
78
|
+
workflows: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"read">, z.ZodLiteral<"write">]>>;
|
|
79
|
+
}, z.core.$strip>;
|
|
80
|
+
events: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"public">, z.ZodLiteral<"branch_protection_rule">, z.ZodLiteral<"check_run">, z.ZodLiteral<"check_suite">, z.ZodLiteral<"code_scanning_alert">, z.ZodLiteral<"commit_comment">, z.ZodLiteral<"create">, z.ZodLiteral<"delete">, z.ZodLiteral<"deployment">, z.ZodLiteral<"deployment_review">, z.ZodLiteral<"deployment_status">, z.ZodLiteral<"deploy_key">, z.ZodLiteral<"discussion">, z.ZodLiteral<"discussion_comment">, z.ZodLiteral<"fork">, z.ZodLiteral<"gollum">, z.ZodLiteral<"issues">, z.ZodLiteral<"issue_comment">, z.ZodLiteral<"label">, z.ZodLiteral<"member">, z.ZodLiteral<"membership">, z.ZodLiteral<"merge_group">, z.ZodLiteral<"merge_queue_entry">, z.ZodLiteral<"milestone">, z.ZodLiteral<"organization">, z.ZodLiteral<"org_block">, z.ZodLiteral<"page_build">, z.ZodLiteral<"project">, z.ZodLiteral<"projects_v2_item">, z.ZodLiteral<"project_card">, z.ZodLiteral<"project_column">, z.ZodLiteral<"pull_request">, z.ZodLiteral<"pull_request_review">, z.ZodLiteral<"pull_request_review_comment">, z.ZodLiteral<"pull_request_review_thread">, z.ZodLiteral<"push">, z.ZodLiteral<"registry_package">, z.ZodLiteral<"release">, z.ZodLiteral<"repository">, z.ZodLiteral<"repository_dispatch">, z.ZodLiteral<"secret_scanning_alert">, z.ZodLiteral<"secret_scanning_alert_location">, z.ZodLiteral<"security_and_analysis">, z.ZodLiteral<"star">, z.ZodLiteral<"status">, z.ZodLiteral<"team">, z.ZodLiteral<"team_add">, z.ZodLiteral<"watch">, z.ZodLiteral<"workflow_dispatch">, z.ZodLiteral<"workflow_job">, z.ZodLiteral<"workflow_run">]>>;
|
|
81
|
+
created_at: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
82
|
+
updated_at: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
83
|
+
single_file_name: z.ZodString;
|
|
84
|
+
has_multiple_single_files: z.ZodOptional<z.ZodBoolean>;
|
|
85
|
+
single_file_paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
86
|
+
suspended_by: z.ZodNullable<z.ZodObject<{
|
|
87
|
+
login: z.ZodString;
|
|
88
|
+
id: z.ZodNumber;
|
|
89
|
+
node_id: z.ZodString;
|
|
90
|
+
name: z.ZodOptional<z.ZodString>;
|
|
91
|
+
email: z.ZodOptional<z.ZodString>;
|
|
92
|
+
avatar_url: z.ZodString;
|
|
93
|
+
gravatar_id: z.ZodString;
|
|
94
|
+
url: z.ZodString;
|
|
95
|
+
html_url: z.ZodString;
|
|
96
|
+
followers_url: z.ZodString;
|
|
97
|
+
following_url: z.ZodString;
|
|
98
|
+
gists_url: z.ZodString;
|
|
99
|
+
starred_url: z.ZodString;
|
|
100
|
+
subscriptions_url: z.ZodString;
|
|
101
|
+
organizations_url: z.ZodString;
|
|
102
|
+
repos_url: z.ZodString;
|
|
103
|
+
events_url: z.ZodString;
|
|
104
|
+
received_events_url: z.ZodString;
|
|
105
|
+
type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
|
|
106
|
+
site_admin: z.ZodBoolean;
|
|
107
|
+
}, z.core.$strip>>;
|
|
108
|
+
suspended_at: z.ZodString;
|
|
109
|
+
}, z.core.$strip>;
|
|
110
|
+
repositories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
111
|
+
id: z.ZodNumber;
|
|
112
|
+
node_id: z.ZodString;
|
|
113
|
+
name: z.ZodString;
|
|
114
|
+
full_name: z.ZodString;
|
|
115
|
+
private: z.ZodBoolean;
|
|
116
|
+
}, z.core.$strip>>>;
|
|
117
|
+
requester: z.ZodOptional<z.ZodObject<{
|
|
118
|
+
login: z.ZodString;
|
|
119
|
+
id: z.ZodNumber;
|
|
120
|
+
node_id: z.ZodString;
|
|
121
|
+
name: z.ZodOptional<z.ZodString>;
|
|
122
|
+
email: z.ZodOptional<z.ZodString>;
|
|
123
|
+
avatar_url: z.ZodString;
|
|
124
|
+
gravatar_id: z.ZodString;
|
|
125
|
+
url: z.ZodString;
|
|
126
|
+
html_url: z.ZodString;
|
|
127
|
+
followers_url: z.ZodString;
|
|
128
|
+
following_url: z.ZodString;
|
|
129
|
+
gists_url: z.ZodString;
|
|
130
|
+
starred_url: z.ZodString;
|
|
131
|
+
subscriptions_url: z.ZodString;
|
|
132
|
+
organizations_url: z.ZodString;
|
|
133
|
+
repos_url: z.ZodString;
|
|
134
|
+
events_url: z.ZodString;
|
|
135
|
+
received_events_url: z.ZodString;
|
|
136
|
+
type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
|
|
137
|
+
site_admin: z.ZodBoolean;
|
|
138
|
+
}, z.core.$strip>>;
|
|
139
|
+
sender: z.ZodObject<{
|
|
140
|
+
login: z.ZodString;
|
|
141
|
+
id: z.ZodNumber;
|
|
142
|
+
node_id: z.ZodString;
|
|
143
|
+
name: z.ZodOptional<z.ZodString>;
|
|
144
|
+
email: z.ZodOptional<z.ZodString>;
|
|
145
|
+
avatar_url: z.ZodString;
|
|
146
|
+
gravatar_id: z.ZodString;
|
|
147
|
+
url: z.ZodString;
|
|
148
|
+
html_url: z.ZodString;
|
|
149
|
+
followers_url: z.ZodString;
|
|
150
|
+
following_url: z.ZodString;
|
|
151
|
+
gists_url: z.ZodString;
|
|
152
|
+
starred_url: z.ZodString;
|
|
153
|
+
subscriptions_url: z.ZodString;
|
|
154
|
+
organizations_url: z.ZodString;
|
|
155
|
+
repos_url: z.ZodString;
|
|
156
|
+
events_url: z.ZodString;
|
|
157
|
+
received_events_url: z.ZodString;
|
|
158
|
+
type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
|
|
159
|
+
site_admin: z.ZodBoolean;
|
|
160
|
+
}, z.core.$strip>;
|
|
161
|
+
}, z.core.$strip>;
|
|
162
|
+
export type InstallationCreatedEvent = InstallationCreatedEventOctokit;
|
|
163
|
+
export declare function isInstallationCreatedEvent(value: unknown): value is InstallationCreatedEvent;
|
|
164
|
+
//# sourceMappingURL=installation-created-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installation-created-event.d.ts","sourceRoot":"","sources":["../../src/schemas/installation-created-event.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,wBAAwB,IAAI,+BAA+B,EAAE,MAAM,yBAAyB,CAAC;AAC3G,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgBY,CAAC;AAExD,MAAM,MAAM,wBAAwB,GAAG,+BAA+B,CAAC;AAEvE,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,wBAAwB,CAEnC"}
|