github-webhook-schemas 0.1.0

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.
Files changed (1159) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +151 -0
  3. package/dist/chunk-4pz9snk4.js +26 -0
  4. package/dist/chunk-4pz9snk4.js.map +77 -0
  5. package/dist/chunk-8wcsjp50.js +5 -0
  6. package/dist/chunk-8wcsjp50.js.map +10 -0
  7. package/dist/index.d.ts +6 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +4 -0
  10. package/dist/index.js.map +10 -0
  11. package/dist/schemas/branch-protection-configuration-disabled-event.d.ts +184 -0
  12. package/dist/schemas/branch-protection-configuration-disabled-event.d.ts.map +1 -0
  13. package/dist/schemas/branch-protection-configuration-disabled-event.js +5 -0
  14. package/dist/schemas/branch-protection-configuration-disabled-event.js.map +10 -0
  15. package/dist/schemas/branch-protection-configuration-enabled-event.d.ts +184 -0
  16. package/dist/schemas/branch-protection-configuration-enabled-event.d.ts.map +1 -0
  17. package/dist/schemas/branch-protection-configuration-enabled-event.js +5 -0
  18. package/dist/schemas/branch-protection-configuration-enabled-event.js.map +10 -0
  19. package/dist/schemas/branch-protection-rule-created-event.d.ts +212 -0
  20. package/dist/schemas/branch-protection-rule-created-event.d.ts.map +1 -0
  21. package/dist/schemas/branch-protection-rule-created-event.js +5 -0
  22. package/dist/schemas/branch-protection-rule-created-event.js.map +10 -0
  23. package/dist/schemas/branch-protection-rule-deleted-event.d.ts +212 -0
  24. package/dist/schemas/branch-protection-rule-deleted-event.d.ts.map +1 -0
  25. package/dist/schemas/branch-protection-rule-deleted-event.js +5 -0
  26. package/dist/schemas/branch-protection-rule-deleted-event.js.map +10 -0
  27. package/dist/schemas/branch-protection-rule-edited-event.d.ts +262 -0
  28. package/dist/schemas/branch-protection-rule-edited-event.d.ts.map +1 -0
  29. package/dist/schemas/branch-protection-rule-edited-event.js +5 -0
  30. package/dist/schemas/branch-protection-rule-edited-event.js.map +10 -0
  31. package/dist/schemas/check-run-completed-event.d.ts +451 -0
  32. package/dist/schemas/check-run-completed-event.d.ts.map +1 -0
  33. package/dist/schemas/check-run-completed-event.js +5 -0
  34. package/dist/schemas/check-run-completed-event.js.map +10 -0
  35. package/dist/schemas/check-run-created-event.d.ts +451 -0
  36. package/dist/schemas/check-run-created-event.d.ts.map +1 -0
  37. package/dist/schemas/check-run-created-event.js +5 -0
  38. package/dist/schemas/check-run-created-event.js.map +10 -0
  39. package/dist/schemas/check-run-requested-action-event.d.ts +451 -0
  40. package/dist/schemas/check-run-requested-action-event.d.ts.map +1 -0
  41. package/dist/schemas/check-run-requested-action-event.js +5 -0
  42. package/dist/schemas/check-run-requested-action-event.js.map +10 -0
  43. package/dist/schemas/check-run-rerequested-event.d.ts +451 -0
  44. package/dist/schemas/check-run-rerequested-event.d.ts.map +1 -0
  45. package/dist/schemas/check-run-rerequested-event.js +5 -0
  46. package/dist/schemas/check-run-rerequested-event.js.map +10 -0
  47. package/dist/schemas/check-suite-completed-event.d.ts +321 -0
  48. package/dist/schemas/check-suite-completed-event.d.ts.map +1 -0
  49. package/dist/schemas/check-suite-completed-event.js +5 -0
  50. package/dist/schemas/check-suite-completed-event.js.map +10 -0
  51. package/dist/schemas/check-suite-requested-event.d.ts +321 -0
  52. package/dist/schemas/check-suite-requested-event.d.ts.map +1 -0
  53. package/dist/schemas/check-suite-requested-event.js +5 -0
  54. package/dist/schemas/check-suite-requested-event.js.map +10 -0
  55. package/dist/schemas/check-suite-rerequested-event.d.ts +319 -0
  56. package/dist/schemas/check-suite-rerequested-event.d.ts.map +1 -0
  57. package/dist/schemas/check-suite-rerequested-event.js +5 -0
  58. package/dist/schemas/check-suite-rerequested-event.js.map +10 -0
  59. package/dist/schemas/code-scanning-alert-appeared-in-branch-event.d.ts +262 -0
  60. package/dist/schemas/code-scanning-alert-appeared-in-branch-event.d.ts.map +1 -0
  61. package/dist/schemas/code-scanning-alert-appeared-in-branch-event.js +5 -0
  62. package/dist/schemas/code-scanning-alert-appeared-in-branch-event.js.map +10 -0
  63. package/dist/schemas/code-scanning-alert-closed-by-user-event.d.ts +269 -0
  64. package/dist/schemas/code-scanning-alert-closed-by-user-event.d.ts.map +1 -0
  65. package/dist/schemas/code-scanning-alert-closed-by-user-event.js +5 -0
  66. package/dist/schemas/code-scanning-alert-closed-by-user-event.js.map +10 -0
  67. package/dist/schemas/code-scanning-alert-created-event.d.ts +248 -0
  68. package/dist/schemas/code-scanning-alert-created-event.d.ts.map +1 -0
  69. package/dist/schemas/code-scanning-alert-created-event.js +5 -0
  70. package/dist/schemas/code-scanning-alert-created-event.js.map +10 -0
  71. package/dist/schemas/code-scanning-alert-fixed-event.d.ts +270 -0
  72. package/dist/schemas/code-scanning-alert-fixed-event.d.ts.map +1 -0
  73. package/dist/schemas/code-scanning-alert-fixed-event.js +5 -0
  74. package/dist/schemas/code-scanning-alert-fixed-event.js.map +10 -0
  75. package/dist/schemas/code-scanning-alert-reopened-by-user-event.d.ts +243 -0
  76. package/dist/schemas/code-scanning-alert-reopened-by-user-event.d.ts.map +1 -0
  77. package/dist/schemas/code-scanning-alert-reopened-by-user-event.js +5 -0
  78. package/dist/schemas/code-scanning-alert-reopened-by-user-event.js.map +10 -0
  79. package/dist/schemas/code-scanning-alert-reopened-event.d.ts +248 -0
  80. package/dist/schemas/code-scanning-alert-reopened-event.d.ts.map +1 -0
  81. package/dist/schemas/code-scanning-alert-reopened-event.js +5 -0
  82. package/dist/schemas/code-scanning-alert-reopened-event.js.map +10 -0
  83. package/dist/schemas/commit-comment-created-event.d.ts +220 -0
  84. package/dist/schemas/commit-comment-created-event.d.ts.map +1 -0
  85. package/dist/schemas/commit-comment-created-event.js +5 -0
  86. package/dist/schemas/commit-comment-created-event.js.map +10 -0
  87. package/dist/schemas/create-event.d.ts +188 -0
  88. package/dist/schemas/create-event.d.ts.map +1 -0
  89. package/dist/schemas/create-event.js +5 -0
  90. package/dist/schemas/create-event.js.map +10 -0
  91. package/dist/schemas/custom-property-created-event.d.ts +62 -0
  92. package/dist/schemas/custom-property-created-event.d.ts.map +1 -0
  93. package/dist/schemas/custom-property-created-event.js +5 -0
  94. package/dist/schemas/custom-property-created-event.js.map +10 -0
  95. package/dist/schemas/custom-property-deleted-event.d.ts +56 -0
  96. package/dist/schemas/custom-property-deleted-event.d.ts.map +1 -0
  97. package/dist/schemas/custom-property-deleted-event.js +5 -0
  98. package/dist/schemas/custom-property-deleted-event.js.map +10 -0
  99. package/dist/schemas/custom-property-values-updated-event.d.ts +192 -0
  100. package/dist/schemas/custom-property-values-updated-event.d.ts.map +1 -0
  101. package/dist/schemas/custom-property-values-updated-event.js +5 -0
  102. package/dist/schemas/custom-property-values-updated-event.js.map +10 -0
  103. package/dist/schemas/delete-event.d.ts +186 -0
  104. package/dist/schemas/delete-event.d.ts.map +1 -0
  105. package/dist/schemas/delete-event.js +5 -0
  106. package/dist/schemas/delete-event.js.map +10 -0
  107. package/dist/schemas/dependabot-alert-created-event.d.ts +281 -0
  108. package/dist/schemas/dependabot-alert-created-event.d.ts.map +1 -0
  109. package/dist/schemas/dependabot-alert-created-event.js +5 -0
  110. package/dist/schemas/dependabot-alert-created-event.js.map +10 -0
  111. package/dist/schemas/dependabot-alert-dismissed-event.d.ts +300 -0
  112. package/dist/schemas/dependabot-alert-dismissed-event.d.ts.map +1 -0
  113. package/dist/schemas/dependabot-alert-dismissed-event.js +5 -0
  114. package/dist/schemas/dependabot-alert-dismissed-event.js.map +10 -0
  115. package/dist/schemas/dependabot-alert-fixed-event.d.ts +277 -0
  116. package/dist/schemas/dependabot-alert-fixed-event.d.ts.map +1 -0
  117. package/dist/schemas/dependabot-alert-fixed-event.js +5 -0
  118. package/dist/schemas/dependabot-alert-fixed-event.js.map +10 -0
  119. package/dist/schemas/dependabot-alert-reintroduced-event.d.ts +274 -0
  120. package/dist/schemas/dependabot-alert-reintroduced-event.d.ts.map +1 -0
  121. package/dist/schemas/dependabot-alert-reintroduced-event.js +5 -0
  122. package/dist/schemas/dependabot-alert-reintroduced-event.js.map +10 -0
  123. package/dist/schemas/dependabot-alert-reopened-event.d.ts +274 -0
  124. package/dist/schemas/dependabot-alert-reopened-event.d.ts.map +1 -0
  125. package/dist/schemas/dependabot-alert-reopened-event.js +5 -0
  126. package/dist/schemas/dependabot-alert-reopened-event.js.map +10 -0
  127. package/dist/schemas/deploy-key-created-event.d.ts +193 -0
  128. package/dist/schemas/deploy-key-created-event.d.ts.map +1 -0
  129. package/dist/schemas/deploy-key-created-event.js +5 -0
  130. package/dist/schemas/deploy-key-created-event.js.map +10 -0
  131. package/dist/schemas/deploy-key-deleted-event.d.ts +193 -0
  132. package/dist/schemas/deploy-key-deleted-event.d.ts.map +1 -0
  133. package/dist/schemas/deploy-key-deleted-event.js +5 -0
  134. package/dist/schemas/deploy-key-deleted-event.js.map +10 -0
  135. package/dist/schemas/deployment-created-event.d.ts +409 -0
  136. package/dist/schemas/deployment-created-event.d.ts.map +1 -0
  137. package/dist/schemas/deployment-created-event.js +5 -0
  138. package/dist/schemas/deployment-created-event.js.map +10 -0
  139. package/dist/schemas/deployment-protection-rule-requested-event.d.ts +926 -0
  140. package/dist/schemas/deployment-protection-rule-requested-event.d.ts.map +1 -0
  141. package/dist/schemas/deployment-protection-rule-requested-event.js +5 -0
  142. package/dist/schemas/deployment-protection-rule-requested-event.js.map +10 -0
  143. package/dist/schemas/deployment-review-approved-event.d.ts +541 -0
  144. package/dist/schemas/deployment-review-approved-event.d.ts.map +1 -0
  145. package/dist/schemas/deployment-review-approved-event.js +5 -0
  146. package/dist/schemas/deployment-review-approved-event.js.map +10 -0
  147. package/dist/schemas/deployment-review-rejected-event.d.ts +541 -0
  148. package/dist/schemas/deployment-review-rejected-event.d.ts.map +1 -0
  149. package/dist/schemas/deployment-review-rejected-event.js +5 -0
  150. package/dist/schemas/deployment-review-rejected-event.js.map +10 -0
  151. package/dist/schemas/deployment-review-requested-event.d.ts +531 -0
  152. package/dist/schemas/deployment-review-requested-event.d.ts.map +1 -0
  153. package/dist/schemas/deployment-review-requested-event.js +5 -0
  154. package/dist/schemas/deployment-review-requested-event.js.map +10 -0
  155. package/dist/schemas/deployment-status-created-event.d.ts +539 -0
  156. package/dist/schemas/deployment-status-created-event.d.ts.map +1 -0
  157. package/dist/schemas/deployment-status-created-event.js +5 -0
  158. package/dist/schemas/deployment-status-created-event.js.map +10 -0
  159. package/dist/schemas/discussion-answered-event.d.ts +333 -0
  160. package/dist/schemas/discussion-answered-event.d.ts.map +1 -0
  161. package/dist/schemas/discussion-answered-event.js +5 -0
  162. package/dist/schemas/discussion-answered-event.js.map +10 -0
  163. package/dist/schemas/discussion-category-changed-event.d.ts +286 -0
  164. package/dist/schemas/discussion-category-changed-event.d.ts.map +1 -0
  165. package/dist/schemas/discussion-category-changed-event.js +5 -0
  166. package/dist/schemas/discussion-category-changed-event.js.map +10 -0
  167. package/dist/schemas/discussion-comment-created-event.d.ts +317 -0
  168. package/dist/schemas/discussion-comment-created-event.d.ts.map +1 -0
  169. package/dist/schemas/discussion-comment-created-event.js +5 -0
  170. package/dist/schemas/discussion-comment-created-event.js.map +10 -0
  171. package/dist/schemas/discussion-comment-deleted-event.d.ts +317 -0
  172. package/dist/schemas/discussion-comment-deleted-event.d.ts.map +1 -0
  173. package/dist/schemas/discussion-comment-deleted-event.js +5 -0
  174. package/dist/schemas/discussion-comment-deleted-event.js.map +10 -0
  175. package/dist/schemas/discussion-comment-edited-event.d.ts +322 -0
  176. package/dist/schemas/discussion-comment-edited-event.d.ts.map +1 -0
  177. package/dist/schemas/discussion-comment-edited-event.js +5 -0
  178. package/dist/schemas/discussion-comment-edited-event.js.map +10 -0
  179. package/dist/schemas/discussion-created-event.d.ts +276 -0
  180. package/dist/schemas/discussion-created-event.d.ts.map +1 -0
  181. package/dist/schemas/discussion-created-event.js +5 -0
  182. package/dist/schemas/discussion-created-event.js.map +10 -0
  183. package/dist/schemas/discussion-deleted-event.d.ts +270 -0
  184. package/dist/schemas/discussion-deleted-event.d.ts.map +1 -0
  185. package/dist/schemas/discussion-deleted-event.js +5 -0
  186. package/dist/schemas/discussion-deleted-event.js.map +10 -0
  187. package/dist/schemas/discussion-edited-event.d.ts +278 -0
  188. package/dist/schemas/discussion-edited-event.d.ts.map +1 -0
  189. package/dist/schemas/discussion-edited-event.js +5 -0
  190. package/dist/schemas/discussion-edited-event.js.map +10 -0
  191. package/dist/schemas/discussion-labeled-event.d.ts +279 -0
  192. package/dist/schemas/discussion-labeled-event.d.ts.map +1 -0
  193. package/dist/schemas/discussion-labeled-event.js +5 -0
  194. package/dist/schemas/discussion-labeled-event.js.map +10 -0
  195. package/dist/schemas/discussion-locked-event.d.ts +273 -0
  196. package/dist/schemas/discussion-locked-event.d.ts.map +1 -0
  197. package/dist/schemas/discussion-locked-event.js +5 -0
  198. package/dist/schemas/discussion-locked-event.js.map +10 -0
  199. package/dist/schemas/discussion-pinned-event.d.ts +270 -0
  200. package/dist/schemas/discussion-pinned-event.d.ts.map +1 -0
  201. package/dist/schemas/discussion-pinned-event.js +5 -0
  202. package/dist/schemas/discussion-pinned-event.js.map +10 -0
  203. package/dist/schemas/discussion-transferred-event.d.ts +489 -0
  204. package/dist/schemas/discussion-transferred-event.d.ts.map +1 -0
  205. package/dist/schemas/discussion-transferred-event.js +5 -0
  206. package/dist/schemas/discussion-transferred-event.js.map +10 -0
  207. package/dist/schemas/discussion-unanswered-event.d.ts +312 -0
  208. package/dist/schemas/discussion-unanswered-event.d.ts.map +1 -0
  209. package/dist/schemas/discussion-unanswered-event.js +5 -0
  210. package/dist/schemas/discussion-unanswered-event.js.map +10 -0
  211. package/dist/schemas/discussion-unlabeled-event.d.ts +279 -0
  212. package/dist/schemas/discussion-unlabeled-event.d.ts.map +1 -0
  213. package/dist/schemas/discussion-unlabeled-event.js +5 -0
  214. package/dist/schemas/discussion-unlabeled-event.js.map +10 -0
  215. package/dist/schemas/discussion-unlocked-event.d.ts +273 -0
  216. package/dist/schemas/discussion-unlocked-event.d.ts.map +1 -0
  217. package/dist/schemas/discussion-unlocked-event.js +5 -0
  218. package/dist/schemas/discussion-unlocked-event.js.map +10 -0
  219. package/dist/schemas/discussion-unpinned-event.d.ts +270 -0
  220. package/dist/schemas/discussion-unpinned-event.d.ts.map +1 -0
  221. package/dist/schemas/discussion-unpinned-event.js +5 -0
  222. package/dist/schemas/discussion-unpinned-event.js.map +10 -0
  223. package/dist/schemas/fork-event.d.ts +316 -0
  224. package/dist/schemas/fork-event.d.ts.map +1 -0
  225. package/dist/schemas/fork-event.js +5 -0
  226. package/dist/schemas/fork-event.js.map +10 -0
  227. package/dist/schemas/github-app-authorization-revoked-event.d.ts +34 -0
  228. package/dist/schemas/github-app-authorization-revoked-event.d.ts.map +1 -0
  229. package/dist/schemas/github-app-authorization-revoked-event.js +5 -0
  230. package/dist/schemas/github-app-authorization-revoked-event.js.map +10 -0
  231. package/dist/schemas/gollum-event.d.ts +191 -0
  232. package/dist/schemas/gollum-event.d.ts.map +1 -0
  233. package/dist/schemas/gollum-event.js +5 -0
  234. package/dist/schemas/gollum-event.js.map +10 -0
  235. package/dist/schemas/index.d.ts +228 -0
  236. package/dist/schemas/index.d.ts.map +1 -0
  237. package/dist/schemas/index.js +4 -0
  238. package/dist/schemas/index.js.map +9 -0
  239. package/dist/schemas/installation-created-event.d.ts +164 -0
  240. package/dist/schemas/installation-created-event.d.ts.map +1 -0
  241. package/dist/schemas/installation-created-event.js +5 -0
  242. package/dist/schemas/installation-created-event.js.map +10 -0
  243. package/dist/schemas/installation-deleted-event.d.ts +143 -0
  244. package/dist/schemas/installation-deleted-event.d.ts.map +1 -0
  245. package/dist/schemas/installation-deleted-event.js +5 -0
  246. package/dist/schemas/installation-deleted-event.js.map +10 -0
  247. package/dist/schemas/installation-new-permissions-accepted-event.d.ts +143 -0
  248. package/dist/schemas/installation-new-permissions-accepted-event.d.ts.map +1 -0
  249. package/dist/schemas/installation-new-permissions-accepted-event.js +5 -0
  250. package/dist/schemas/installation-new-permissions-accepted-event.js.map +10 -0
  251. package/dist/schemas/installation-repositories-added-event.d.ts +166 -0
  252. package/dist/schemas/installation-repositories-added-event.d.ts.map +1 -0
  253. package/dist/schemas/installation-repositories-added-event.js +5 -0
  254. package/dist/schemas/installation-repositories-added-event.js.map +10 -0
  255. package/dist/schemas/installation-repositories-removed-event.d.ts +166 -0
  256. package/dist/schemas/installation-repositories-removed-event.d.ts.map +1 -0
  257. package/dist/schemas/installation-repositories-removed-event.js +5 -0
  258. package/dist/schemas/installation-repositories-removed-event.js.map +10 -0
  259. package/dist/schemas/installation-suspend-event.d.ts +167 -0
  260. package/dist/schemas/installation-suspend-event.d.ts.map +1 -0
  261. package/dist/schemas/installation-suspend-event.js +5 -0
  262. package/dist/schemas/installation-suspend-event.js.map +10 -0
  263. package/dist/schemas/installation-target-renamed-event.d.ts +230 -0
  264. package/dist/schemas/installation-target-renamed-event.d.ts.map +1 -0
  265. package/dist/schemas/installation-target-renamed-event.js +5 -0
  266. package/dist/schemas/installation-target-renamed-event.js.map +10 -0
  267. package/dist/schemas/installation-unsuspend-event.d.ts +146 -0
  268. package/dist/schemas/installation-unsuspend-event.d.ts.map +1 -0
  269. package/dist/schemas/installation-unsuspend-event.js +5 -0
  270. package/dist/schemas/installation-unsuspend-event.js.map +10 -0
  271. package/dist/schemas/issue-comment-created-event.d.ts +578 -0
  272. package/dist/schemas/issue-comment-created-event.d.ts.map +1 -0
  273. package/dist/schemas/issue-comment-created-event.js +5 -0
  274. package/dist/schemas/issue-comment-created-event.js.map +10 -0
  275. package/dist/schemas/issue-comment-deleted-event.d.ts +578 -0
  276. package/dist/schemas/issue-comment-deleted-event.d.ts.map +1 -0
  277. package/dist/schemas/issue-comment-deleted-event.js +5 -0
  278. package/dist/schemas/issue-comment-deleted-event.js.map +10 -0
  279. package/dist/schemas/issue-comment-edited-event.d.ts +583 -0
  280. package/dist/schemas/issue-comment-edited-event.d.ts.map +1 -0
  281. package/dist/schemas/issue-comment-edited-event.js +5 -0
  282. package/dist/schemas/issue-comment-edited-event.js.map +10 -0
  283. package/dist/schemas/issues-assigned-event.d.ts +442 -0
  284. package/dist/schemas/issues-assigned-event.d.ts.map +1 -0
  285. package/dist/schemas/issues-assigned-event.js +5 -0
  286. package/dist/schemas/issues-assigned-event.js.map +10 -0
  287. package/dist/schemas/issues-closed-event.d.ts +423 -0
  288. package/dist/schemas/issues-closed-event.d.ts.map +1 -0
  289. package/dist/schemas/issues-closed-event.js +5 -0
  290. package/dist/schemas/issues-closed-event.js.map +10 -0
  291. package/dist/schemas/issues-deleted-event.d.ts +420 -0
  292. package/dist/schemas/issues-deleted-event.d.ts.map +1 -0
  293. package/dist/schemas/issues-deleted-event.js +5 -0
  294. package/dist/schemas/issues-deleted-event.js.map +10 -0
  295. package/dist/schemas/issues-demilestoned-event.d.ts +461 -0
  296. package/dist/schemas/issues-demilestoned-event.d.ts.map +1 -0
  297. package/dist/schemas/issues-demilestoned-event.js +5 -0
  298. package/dist/schemas/issues-demilestoned-event.js.map +10 -0
  299. package/dist/schemas/issues-edited-event.d.ts +437 -0
  300. package/dist/schemas/issues-edited-event.d.ts.map +1 -0
  301. package/dist/schemas/issues-edited-event.js +5 -0
  302. package/dist/schemas/issues-edited-event.js.map +10 -0
  303. package/dist/schemas/issues-labeled-event.d.ts +429 -0
  304. package/dist/schemas/issues-labeled-event.d.ts.map +1 -0
  305. package/dist/schemas/issues-labeled-event.js +5 -0
  306. package/dist/schemas/issues-labeled-event.js.map +10 -0
  307. package/dist/schemas/issues-locked-event.d.ts +423 -0
  308. package/dist/schemas/issues-locked-event.d.ts.map +1 -0
  309. package/dist/schemas/issues-locked-event.js +5 -0
  310. package/dist/schemas/issues-locked-event.js.map +10 -0
  311. package/dist/schemas/issues-milestoned-event.d.ts +499 -0
  312. package/dist/schemas/issues-milestoned-event.d.ts.map +1 -0
  313. package/dist/schemas/issues-milestoned-event.js +5 -0
  314. package/dist/schemas/issues-milestoned-event.js.map +10 -0
  315. package/dist/schemas/issues-opened-event.d.ts +792 -0
  316. package/dist/schemas/issues-opened-event.d.ts.map +1 -0
  317. package/dist/schemas/issues-opened-event.js +5 -0
  318. package/dist/schemas/issues-opened-event.js.map +10 -0
  319. package/dist/schemas/issues-pinned-event.d.ts +420 -0
  320. package/dist/schemas/issues-pinned-event.d.ts.map +1 -0
  321. package/dist/schemas/issues-pinned-event.js +5 -0
  322. package/dist/schemas/issues-pinned-event.js.map +10 -0
  323. package/dist/schemas/issues-reopened-event.d.ts +422 -0
  324. package/dist/schemas/issues-reopened-event.d.ts.map +1 -0
  325. package/dist/schemas/issues-reopened-event.js +5 -0
  326. package/dist/schemas/issues-reopened-event.js.map +10 -0
  327. package/dist/schemas/issues-transferred-event.d.ts +789 -0
  328. package/dist/schemas/issues-transferred-event.d.ts.map +1 -0
  329. package/dist/schemas/issues-transferred-event.js +5 -0
  330. package/dist/schemas/issues-transferred-event.js.map +10 -0
  331. package/dist/schemas/issues-unassigned-event.d.ts +442 -0
  332. package/dist/schemas/issues-unassigned-event.d.ts.map +1 -0
  333. package/dist/schemas/issues-unassigned-event.js +5 -0
  334. package/dist/schemas/issues-unassigned-event.js.map +10 -0
  335. package/dist/schemas/issues-unlabeled-event.d.ts +429 -0
  336. package/dist/schemas/issues-unlabeled-event.d.ts.map +1 -0
  337. package/dist/schemas/issues-unlabeled-event.js +5 -0
  338. package/dist/schemas/issues-unlabeled-event.js.map +10 -0
  339. package/dist/schemas/issues-unlocked-event.d.ts +423 -0
  340. package/dist/schemas/issues-unlocked-event.d.ts.map +1 -0
  341. package/dist/schemas/issues-unlocked-event.js +5 -0
  342. package/dist/schemas/issues-unlocked-event.js.map +10 -0
  343. package/dist/schemas/issues-unpinned-event.d.ts +420 -0
  344. package/dist/schemas/issues-unpinned-event.d.ts.map +1 -0
  345. package/dist/schemas/issues-unpinned-event.js +5 -0
  346. package/dist/schemas/issues-unpinned-event.js.map +10 -0
  347. package/dist/schemas/label-created-event.d.ts +193 -0
  348. package/dist/schemas/label-created-event.d.ts.map +1 -0
  349. package/dist/schemas/label-created-event.js +5 -0
  350. package/dist/schemas/label-created-event.js.map +10 -0
  351. package/dist/schemas/label-deleted-event.d.ts +193 -0
  352. package/dist/schemas/label-deleted-event.d.ts.map +1 -0
  353. package/dist/schemas/label-deleted-event.js +5 -0
  354. package/dist/schemas/label-deleted-event.js.map +10 -0
  355. package/dist/schemas/label-edited-event.d.ts +204 -0
  356. package/dist/schemas/label-edited-event.d.ts.map +1 -0
  357. package/dist/schemas/label-edited-event.js +5 -0
  358. package/dist/schemas/label-edited-event.js.map +10 -0
  359. package/dist/schemas/marketplace-purchase-cancelled-event.d.ts +85 -0
  360. package/dist/schemas/marketplace-purchase-cancelled-event.d.ts.map +1 -0
  361. package/dist/schemas/marketplace-purchase-cancelled-event.js +5 -0
  362. package/dist/schemas/marketplace-purchase-cancelled-event.js.map +10 -0
  363. package/dist/schemas/marketplace-purchase-changed-event.d.ts +85 -0
  364. package/dist/schemas/marketplace-purchase-changed-event.d.ts.map +1 -0
  365. package/dist/schemas/marketplace-purchase-changed-event.js +5 -0
  366. package/dist/schemas/marketplace-purchase-changed-event.js.map +10 -0
  367. package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.d.ts +85 -0
  368. package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.d.ts.map +1 -0
  369. package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.js +5 -0
  370. package/dist/schemas/marketplace-purchase-pending-change-cancelled-event.js.map +10 -0
  371. package/dist/schemas/marketplace-purchase-pending-change-event.d.ts +85 -0
  372. package/dist/schemas/marketplace-purchase-pending-change-event.d.ts.map +1 -0
  373. package/dist/schemas/marketplace-purchase-pending-change-event.js +5 -0
  374. package/dist/schemas/marketplace-purchase-pending-change-event.js.map +10 -0
  375. package/dist/schemas/marketplace-purchase-purchased-event.d.ts +85 -0
  376. package/dist/schemas/marketplace-purchase-purchased-event.d.ts.map +1 -0
  377. package/dist/schemas/marketplace-purchase-purchased-event.js +5 -0
  378. package/dist/schemas/marketplace-purchase-purchased-event.js.map +10 -0
  379. package/dist/schemas/member-added-event.d.ts +211 -0
  380. package/dist/schemas/member-added-event.d.ts.map +1 -0
  381. package/dist/schemas/member-added-event.js +5 -0
  382. package/dist/schemas/member-added-event.js.map +10 -0
  383. package/dist/schemas/member-edited-event.d.ts +211 -0
  384. package/dist/schemas/member-edited-event.d.ts.map +1 -0
  385. package/dist/schemas/member-edited-event.js +5 -0
  386. package/dist/schemas/member-edited-event.js.map +10 -0
  387. package/dist/schemas/member-removed-event.d.ts +206 -0
  388. package/dist/schemas/member-removed-event.d.ts.map +1 -0
  389. package/dist/schemas/member-removed-event.js +5 -0
  390. package/dist/schemas/member-removed-event.js.map +10 -0
  391. package/dist/schemas/membership-added-event.d.ts +104 -0
  392. package/dist/schemas/membership-added-event.d.ts.map +1 -0
  393. package/dist/schemas/membership-added-event.js +5 -0
  394. package/dist/schemas/membership-added-event.js.map +10 -0
  395. package/dist/schemas/membership-removed-event.d.ts +108 -0
  396. package/dist/schemas/membership-removed-event.d.ts.map +1 -0
  397. package/dist/schemas/membership-removed-event.js +5 -0
  398. package/dist/schemas/membership-removed-event.js.map +10 -0
  399. package/dist/schemas/merge-group-checks-requested-event.d.ts +204 -0
  400. package/dist/schemas/merge-group-checks-requested-event.d.ts.map +1 -0
  401. package/dist/schemas/merge-group-checks-requested-event.js +5 -0
  402. package/dist/schemas/merge-group-checks-requested-event.js.map +10 -0
  403. package/dist/schemas/merge-group-destroyed-event.d.ts +205 -0
  404. package/dist/schemas/merge-group-destroyed-event.d.ts.map +1 -0
  405. package/dist/schemas/merge-group-destroyed-event.js +5 -0
  406. package/dist/schemas/merge-group-destroyed-event.js.map +10 -0
  407. package/dist/schemas/meta-deleted-event.d.ts +181 -0
  408. package/dist/schemas/meta-deleted-event.d.ts.map +1 -0
  409. package/dist/schemas/meta-deleted-event.js +5 -0
  410. package/dist/schemas/meta-deleted-event.js.map +10 -0
  411. package/dist/schemas/milestone-closed-event.d.ts +226 -0
  412. package/dist/schemas/milestone-closed-event.d.ts.map +1 -0
  413. package/dist/schemas/milestone-closed-event.js +5 -0
  414. package/dist/schemas/milestone-closed-event.js.map +10 -0
  415. package/dist/schemas/milestone-created-event.d.ts +226 -0
  416. package/dist/schemas/milestone-created-event.d.ts.map +1 -0
  417. package/dist/schemas/milestone-created-event.js +5 -0
  418. package/dist/schemas/milestone-created-event.js.map +10 -0
  419. package/dist/schemas/milestone-deleted-event.d.ts +223 -0
  420. package/dist/schemas/milestone-deleted-event.d.ts.map +1 -0
  421. package/dist/schemas/milestone-deleted-event.js +5 -0
  422. package/dist/schemas/milestone-deleted-event.js.map +10 -0
  423. package/dist/schemas/milestone-edited-event.d.ts +234 -0
  424. package/dist/schemas/milestone-edited-event.d.ts.map +1 -0
  425. package/dist/schemas/milestone-edited-event.js +5 -0
  426. package/dist/schemas/milestone-edited-event.js.map +10 -0
  427. package/dist/schemas/milestone-opened-event.d.ts +226 -0
  428. package/dist/schemas/milestone-opened-event.d.ts.map +1 -0
  429. package/dist/schemas/milestone-opened-event.js +5 -0
  430. package/dist/schemas/milestone-opened-event.js.map +10 -0
  431. package/dist/schemas/org-block-blocked-event.d.ts +75 -0
  432. package/dist/schemas/org-block-blocked-event.d.ts.map +1 -0
  433. package/dist/schemas/org-block-blocked-event.js +5 -0
  434. package/dist/schemas/org-block-blocked-event.js.map +10 -0
  435. package/dist/schemas/org-block-unblocked-event.d.ts +75 -0
  436. package/dist/schemas/org-block-unblocked-event.d.ts.map +1 -0
  437. package/dist/schemas/org-block-unblocked-event.js +5 -0
  438. package/dist/schemas/org-block-unblocked-event.js.map +10 -0
  439. package/dist/schemas/organization-deleted-event.d.ts +81 -0
  440. package/dist/schemas/organization-deleted-event.d.ts.map +1 -0
  441. package/dist/schemas/organization-deleted-event.js +5 -0
  442. package/dist/schemas/organization-deleted-event.js.map +10 -0
  443. package/dist/schemas/organization-member-added-event.d.ts +81 -0
  444. package/dist/schemas/organization-member-added-event.d.ts.map +1 -0
  445. package/dist/schemas/organization-member-added-event.js +5 -0
  446. package/dist/schemas/organization-member-added-event.js.map +10 -0
  447. package/dist/schemas/organization-member-invited-event.d.ts +109 -0
  448. package/dist/schemas/organization-member-invited-event.d.ts.map +1 -0
  449. package/dist/schemas/organization-member-invited-event.js +5 -0
  450. package/dist/schemas/organization-member-invited-event.js.map +10 -0
  451. package/dist/schemas/organization-member-removed-event.d.ts +81 -0
  452. package/dist/schemas/organization-member-removed-event.d.ts.map +1 -0
  453. package/dist/schemas/organization-member-removed-event.js +5 -0
  454. package/dist/schemas/organization-member-removed-event.js.map +10 -0
  455. package/dist/schemas/organization-renamed-event.d.ts +58 -0
  456. package/dist/schemas/organization-renamed-event.d.ts.map +1 -0
  457. package/dist/schemas/organization-renamed-event.js +5 -0
  458. package/dist/schemas/organization-renamed-event.js.map +10 -0
  459. package/dist/schemas/package-published-event.d.ts +519 -0
  460. package/dist/schemas/package-published-event.d.ts.map +1 -0
  461. package/dist/schemas/package-published-event.js +5 -0
  462. package/dist/schemas/package-published-event.js.map +10 -0
  463. package/dist/schemas/package-updated-event.d.ts +519 -0
  464. package/dist/schemas/package-updated-event.d.ts.map +1 -0
  465. package/dist/schemas/package-updated-event.js +5 -0
  466. package/dist/schemas/package-updated-event.js.map +10 -0
  467. package/dist/schemas/page-build-event.d.ts +217 -0
  468. package/dist/schemas/page-build-event.d.ts.map +1 -0
  469. package/dist/schemas/page-build-event.js +5 -0
  470. package/dist/schemas/page-build-event.js.map +10 -0
  471. package/dist/schemas/ping-event.d.ts +206 -0
  472. package/dist/schemas/ping-event.d.ts.map +1 -0
  473. package/dist/schemas/ping-event.js +5 -0
  474. package/dist/schemas/ping-event.js.map +10 -0
  475. package/dist/schemas/project-card-converted-event.d.ts +225 -0
  476. package/dist/schemas/project-card-converted-event.d.ts.map +1 -0
  477. package/dist/schemas/project-card-converted-event.js +5 -0
  478. package/dist/schemas/project-card-converted-event.js.map +10 -0
  479. package/dist/schemas/project-card-created-event.d.ts +220 -0
  480. package/dist/schemas/project-card-created-event.d.ts.map +1 -0
  481. package/dist/schemas/project-card-created-event.js +5 -0
  482. package/dist/schemas/project-card-created-event.js.map +10 -0
  483. package/dist/schemas/project-card-deleted-event.d.ts +220 -0
  484. package/dist/schemas/project-card-deleted-event.d.ts.map +1 -0
  485. package/dist/schemas/project-card-deleted-event.js +5 -0
  486. package/dist/schemas/project-card-deleted-event.js.map +10 -0
  487. package/dist/schemas/project-card-edited-event.d.ts +225 -0
  488. package/dist/schemas/project-card-edited-event.d.ts.map +1 -0
  489. package/dist/schemas/project-card-edited-event.js +5 -0
  490. package/dist/schemas/project-card-edited-event.js.map +10 -0
  491. package/dist/schemas/project-card-moved-event.d.ts +227 -0
  492. package/dist/schemas/project-card-moved-event.d.ts.map +1 -0
  493. package/dist/schemas/project-card-moved-event.js +5 -0
  494. package/dist/schemas/project-card-moved-event.js.map +10 -0
  495. package/dist/schemas/project-closed-event.d.ts +220 -0
  496. package/dist/schemas/project-closed-event.d.ts.map +1 -0
  497. package/dist/schemas/project-closed-event.js +5 -0
  498. package/dist/schemas/project-closed-event.js.map +10 -0
  499. package/dist/schemas/project-column-created-event.d.ts +194 -0
  500. package/dist/schemas/project-column-created-event.d.ts.map +1 -0
  501. package/dist/schemas/project-column-created-event.js +5 -0
  502. package/dist/schemas/project-column-created-event.js.map +10 -0
  503. package/dist/schemas/project-column-deleted-event.d.ts +194 -0
  504. package/dist/schemas/project-column-deleted-event.d.ts.map +1 -0
  505. package/dist/schemas/project-column-deleted-event.js +5 -0
  506. package/dist/schemas/project-column-deleted-event.js.map +10 -0
  507. package/dist/schemas/project-column-edited-event.d.ts +199 -0
  508. package/dist/schemas/project-column-edited-event.d.ts.map +1 -0
  509. package/dist/schemas/project-column-edited-event.js +5 -0
  510. package/dist/schemas/project-column-edited-event.js.map +10 -0
  511. package/dist/schemas/project-column-moved-event.d.ts +194 -0
  512. package/dist/schemas/project-column-moved-event.d.ts.map +1 -0
  513. package/dist/schemas/project-column-moved-event.js +5 -0
  514. package/dist/schemas/project-column-moved-event.js.map +10 -0
  515. package/dist/schemas/project-created-event.d.ts +220 -0
  516. package/dist/schemas/project-created-event.d.ts.map +1 -0
  517. package/dist/schemas/project-created-event.js +5 -0
  518. package/dist/schemas/project-created-event.js.map +10 -0
  519. package/dist/schemas/project-deleted-event.d.ts +220 -0
  520. package/dist/schemas/project-deleted-event.d.ts.map +1 -0
  521. package/dist/schemas/project-deleted-event.js +5 -0
  522. package/dist/schemas/project-deleted-event.js.map +10 -0
  523. package/dist/schemas/project-edited-event.d.ts +228 -0
  524. package/dist/schemas/project-edited-event.d.ts.map +1 -0
  525. package/dist/schemas/project-edited-event.js +5 -0
  526. package/dist/schemas/project-edited-event.js.map +10 -0
  527. package/dist/schemas/project-reopened-event.d.ts +220 -0
  528. package/dist/schemas/project-reopened-event.d.ts.map +1 -0
  529. package/dist/schemas/project-reopened-event.js +5 -0
  530. package/dist/schemas/project-reopened-event.js.map +10 -0
  531. package/dist/schemas/projects-v2-item-archived-event.d.ts +93 -0
  532. package/dist/schemas/projects-v2-item-archived-event.d.ts.map +1 -0
  533. package/dist/schemas/projects-v2-item-archived-event.js +5 -0
  534. package/dist/schemas/projects-v2-item-archived-event.js.map +10 -0
  535. package/dist/schemas/projects-v2-item-converted-event.d.ts +93 -0
  536. package/dist/schemas/projects-v2-item-converted-event.d.ts.map +1 -0
  537. package/dist/schemas/projects-v2-item-converted-event.js +5 -0
  538. package/dist/schemas/projects-v2-item-converted-event.js.map +10 -0
  539. package/dist/schemas/projects-v2-item-created-event.d.ts +87 -0
  540. package/dist/schemas/projects-v2-item-created-event.d.ts.map +1 -0
  541. package/dist/schemas/projects-v2-item-created-event.js +5 -0
  542. package/dist/schemas/projects-v2-item-created-event.js.map +10 -0
  543. package/dist/schemas/projects-v2-item-deleted-event.d.ts +85 -0
  544. package/dist/schemas/projects-v2-item-deleted-event.d.ts.map +1 -0
  545. package/dist/schemas/projects-v2-item-deleted-event.js +5 -0
  546. package/dist/schemas/projects-v2-item-deleted-event.js.map +10 -0
  547. package/dist/schemas/projects-v2-item-edited-event.d.ts +91 -0
  548. package/dist/schemas/projects-v2-item-edited-event.d.ts.map +1 -0
  549. package/dist/schemas/projects-v2-item-edited-event.js +5 -0
  550. package/dist/schemas/projects-v2-item-edited-event.js.map +10 -0
  551. package/dist/schemas/projects-v2-item-reordered-event.d.ts +91 -0
  552. package/dist/schemas/projects-v2-item-reordered-event.d.ts.map +1 -0
  553. package/dist/schemas/projects-v2-item-reordered-event.js +5 -0
  554. package/dist/schemas/projects-v2-item-reordered-event.js.map +10 -0
  555. package/dist/schemas/projects-v2-item-restored-event.d.ts +93 -0
  556. package/dist/schemas/projects-v2-item-restored-event.d.ts.map +1 -0
  557. package/dist/schemas/projects-v2-item-restored-event.js +5 -0
  558. package/dist/schemas/projects-v2-item-restored-event.js.map +10 -0
  559. package/dist/schemas/public-event.d.ts +185 -0
  560. package/dist/schemas/public-event.d.ts.map +1 -0
  561. package/dist/schemas/public-event.js +5 -0
  562. package/dist/schemas/public-event.js.map +10 -0
  563. package/dist/schemas/pull-request-assigned-event.d.ts +827 -0
  564. package/dist/schemas/pull-request-assigned-event.d.ts.map +1 -0
  565. package/dist/schemas/pull-request-assigned-event.js +5 -0
  566. package/dist/schemas/pull-request-assigned-event.js.map +10 -0
  567. package/dist/schemas/pull-request-auto-merge-disabled-event.d.ts +806 -0
  568. package/dist/schemas/pull-request-auto-merge-disabled-event.d.ts.map +1 -0
  569. package/dist/schemas/pull-request-auto-merge-disabled-event.js +5 -0
  570. package/dist/schemas/pull-request-auto-merge-disabled-event.js.map +10 -0
  571. package/dist/schemas/pull-request-auto-merge-enabled-event.d.ts +806 -0
  572. package/dist/schemas/pull-request-auto-merge-enabled-event.d.ts.map +1 -0
  573. package/dist/schemas/pull-request-auto-merge-enabled-event.js +5 -0
  574. package/dist/schemas/pull-request-auto-merge-enabled-event.js.map +10 -0
  575. package/dist/schemas/pull-request-closed-event.d.ts +809 -0
  576. package/dist/schemas/pull-request-closed-event.d.ts.map +1 -0
  577. package/dist/schemas/pull-request-closed-event.js +5 -0
  578. package/dist/schemas/pull-request-closed-event.js.map +10 -0
  579. package/dist/schemas/pull-request-converted-to-draft-event.d.ts +811 -0
  580. package/dist/schemas/pull-request-converted-to-draft-event.d.ts.map +1 -0
  581. package/dist/schemas/pull-request-converted-to-draft-event.js +5 -0
  582. package/dist/schemas/pull-request-converted-to-draft-event.js.map +10 -0
  583. package/dist/schemas/pull-request-demilestoned-event.d.ts +884 -0
  584. package/dist/schemas/pull-request-demilestoned-event.d.ts.map +1 -0
  585. package/dist/schemas/pull-request-demilestoned-event.js +5 -0
  586. package/dist/schemas/pull-request-demilestoned-event.js.map +10 -0
  587. package/dist/schemas/pull-request-dequeued-event.d.ts +806 -0
  588. package/dist/schemas/pull-request-dequeued-event.d.ts.map +1 -0
  589. package/dist/schemas/pull-request-dequeued-event.js +5 -0
  590. package/dist/schemas/pull-request-dequeued-event.js.map +10 -0
  591. package/dist/schemas/pull-request-edited-event.d.ts +821 -0
  592. package/dist/schemas/pull-request-edited-event.d.ts.map +1 -0
  593. package/dist/schemas/pull-request-edited-event.js +5 -0
  594. package/dist/schemas/pull-request-edited-event.js.map +10 -0
  595. package/dist/schemas/pull-request-enqueued-event.d.ts +805 -0
  596. package/dist/schemas/pull-request-enqueued-event.d.ts.map +1 -0
  597. package/dist/schemas/pull-request-enqueued-event.js +5 -0
  598. package/dist/schemas/pull-request-enqueued-event.js.map +10 -0
  599. package/dist/schemas/pull-request-labeled-event.d.ts +814 -0
  600. package/dist/schemas/pull-request-labeled-event.d.ts.map +1 -0
  601. package/dist/schemas/pull-request-labeled-event.js +5 -0
  602. package/dist/schemas/pull-request-labeled-event.js.map +10 -0
  603. package/dist/schemas/pull-request-locked-event.d.ts +805 -0
  604. package/dist/schemas/pull-request-locked-event.d.ts.map +1 -0
  605. package/dist/schemas/pull-request-locked-event.js +5 -0
  606. package/dist/schemas/pull-request-locked-event.js.map +10 -0
  607. package/dist/schemas/pull-request-milestoned-event.d.ts +884 -0
  608. package/dist/schemas/pull-request-milestoned-event.d.ts.map +1 -0
  609. package/dist/schemas/pull-request-milestoned-event.js +5 -0
  610. package/dist/schemas/pull-request-milestoned-event.js.map +10 -0
  611. package/dist/schemas/pull-request-opened-event.d.ts +811 -0
  612. package/dist/schemas/pull-request-opened-event.d.ts.map +1 -0
  613. package/dist/schemas/pull-request-opened-event.js +5 -0
  614. package/dist/schemas/pull-request-opened-event.js.map +10 -0
  615. package/dist/schemas/pull-request-ready-for-review-event.d.ts +812 -0
  616. package/dist/schemas/pull-request-ready-for-review-event.d.ts.map +1 -0
  617. package/dist/schemas/pull-request-ready-for-review-event.js +5 -0
  618. package/dist/schemas/pull-request-ready-for-review-event.js.map +10 -0
  619. package/dist/schemas/pull-request-reopened-event.d.ts +811 -0
  620. package/dist/schemas/pull-request-reopened-event.d.ts.map +1 -0
  621. package/dist/schemas/pull-request-reopened-event.js +5 -0
  622. package/dist/schemas/pull-request-reopened-event.js.map +10 -0
  623. package/dist/schemas/pull-request-review-comment-created-event.d.ts +842 -0
  624. package/dist/schemas/pull-request-review-comment-created-event.d.ts.map +1 -0
  625. package/dist/schemas/pull-request-review-comment-created-event.js +5 -0
  626. package/dist/schemas/pull-request-review-comment-created-event.js.map +10 -0
  627. package/dist/schemas/pull-request-review-comment-deleted-event.d.ts +842 -0
  628. package/dist/schemas/pull-request-review-comment-deleted-event.d.ts.map +1 -0
  629. package/dist/schemas/pull-request-review-comment-deleted-event.js +5 -0
  630. package/dist/schemas/pull-request-review-comment-deleted-event.js.map +10 -0
  631. package/dist/schemas/pull-request-review-comment-edited-event.d.ts +847 -0
  632. package/dist/schemas/pull-request-review-comment-edited-event.d.ts.map +1 -0
  633. package/dist/schemas/pull-request-review-comment-edited-event.js +5 -0
  634. package/dist/schemas/pull-request-review-comment-edited-event.js.map +10 -0
  635. package/dist/schemas/pull-request-review-dismissed-event.d.ts +814 -0
  636. package/dist/schemas/pull-request-review-dismissed-event.d.ts.map +1 -0
  637. package/dist/schemas/pull-request-review-dismissed-event.js +5 -0
  638. package/dist/schemas/pull-request-review-dismissed-event.js.map +10 -0
  639. package/dist/schemas/pull-request-review-edited-event.d.ts +817 -0
  640. package/dist/schemas/pull-request-review-edited-event.d.ts.map +1 -0
  641. package/dist/schemas/pull-request-review-edited-event.js +5 -0
  642. package/dist/schemas/pull-request-review-edited-event.js.map +10 -0
  643. package/dist/schemas/pull-request-review-submitted-event.d.ts +812 -0
  644. package/dist/schemas/pull-request-review-submitted-event.d.ts.map +1 -0
  645. package/dist/schemas/pull-request-review-submitted-event.js +5 -0
  646. package/dist/schemas/pull-request-review-submitted-event.js.map +10 -0
  647. package/dist/schemas/pull-request-review-thread-resolved-event.d.ts +845 -0
  648. package/dist/schemas/pull-request-review-thread-resolved-event.d.ts.map +1 -0
  649. package/dist/schemas/pull-request-review-thread-resolved-event.js +5 -0
  650. package/dist/schemas/pull-request-review-thread-resolved-event.js.map +10 -0
  651. package/dist/schemas/pull-request-review-thread-unresolved-event.d.ts +845 -0
  652. package/dist/schemas/pull-request-review-thread-unresolved-event.d.ts.map +1 -0
  653. package/dist/schemas/pull-request-review-thread-unresolved-event.js +5 -0
  654. package/dist/schemas/pull-request-review-thread-unresolved-event.js.map +10 -0
  655. package/dist/schemas/pull-request-synchronize-event.d.ts +807 -0
  656. package/dist/schemas/pull-request-synchronize-event.d.ts.map +1 -0
  657. package/dist/schemas/pull-request-synchronize-event.js +5 -0
  658. package/dist/schemas/pull-request-synchronize-event.js.map +10 -0
  659. package/dist/schemas/pull-request-unassigned-event.d.ts +827 -0
  660. package/dist/schemas/pull-request-unassigned-event.d.ts.map +1 -0
  661. package/dist/schemas/pull-request-unassigned-event.js +5 -0
  662. package/dist/schemas/pull-request-unassigned-event.js.map +10 -0
  663. package/dist/schemas/pull-request-unlabeled-event.d.ts +814 -0
  664. package/dist/schemas/pull-request-unlabeled-event.d.ts.map +1 -0
  665. package/dist/schemas/pull-request-unlabeled-event.js +5 -0
  666. package/dist/schemas/pull-request-unlabeled-event.js.map +10 -0
  667. package/dist/schemas/pull-request-unlocked-event.d.ts +805 -0
  668. package/dist/schemas/pull-request-unlocked-event.d.ts.map +1 -0
  669. package/dist/schemas/pull-request-unlocked-event.js +5 -0
  670. package/dist/schemas/pull-request-unlocked-event.js.map +10 -0
  671. package/dist/schemas/push-event.d.ts +243 -0
  672. package/dist/schemas/push-event.d.ts.map +1 -0
  673. package/dist/schemas/push-event.js +5 -0
  674. package/dist/schemas/push-event.js.map +10 -0
  675. package/dist/schemas/registry-package-published-event.d.ts +539 -0
  676. package/dist/schemas/registry-package-published-event.d.ts.map +1 -0
  677. package/dist/schemas/registry-package-published-event.js +5 -0
  678. package/dist/schemas/registry-package-published-event.js.map +10 -0
  679. package/dist/schemas/registry-package-updated-event.d.ts +539 -0
  680. package/dist/schemas/registry-package-updated-event.d.ts.map +1 -0
  681. package/dist/schemas/registry-package-updated-event.js +5 -0
  682. package/dist/schemas/registry-package-updated-event.js.map +10 -0
  683. package/dist/schemas/release-created-event.d.ts +274 -0
  684. package/dist/schemas/release-created-event.d.ts.map +1 -0
  685. package/dist/schemas/release-created-event.js +5 -0
  686. package/dist/schemas/release-created-event.js.map +10 -0
  687. package/dist/schemas/release-deleted-event.d.ts +274 -0
  688. package/dist/schemas/release-deleted-event.d.ts.map +1 -0
  689. package/dist/schemas/release-deleted-event.js +5 -0
  690. package/dist/schemas/release-deleted-event.js.map +10 -0
  691. package/dist/schemas/release-edited-event.d.ts +282 -0
  692. package/dist/schemas/release-edited-event.d.ts.map +1 -0
  693. package/dist/schemas/release-edited-event.js +5 -0
  694. package/dist/schemas/release-edited-event.js.map +10 -0
  695. package/dist/schemas/release-prereleased-event.d.ts +276 -0
  696. package/dist/schemas/release-prereleased-event.d.ts.map +1 -0
  697. package/dist/schemas/release-prereleased-event.js +5 -0
  698. package/dist/schemas/release-prereleased-event.js.map +10 -0
  699. package/dist/schemas/release-published-event.d.ts +276 -0
  700. package/dist/schemas/release-published-event.d.ts.map +1 -0
  701. package/dist/schemas/release-published-event.js +5 -0
  702. package/dist/schemas/release-published-event.js.map +10 -0
  703. package/dist/schemas/release-released-event.d.ts +274 -0
  704. package/dist/schemas/release-released-event.d.ts.map +1 -0
  705. package/dist/schemas/release-released-event.js +5 -0
  706. package/dist/schemas/release-released-event.js.map +10 -0
  707. package/dist/schemas/release-unpublished-event.d.ts +276 -0
  708. package/dist/schemas/release-unpublished-event.d.ts.map +1 -0
  709. package/dist/schemas/release-unpublished-event.js +5 -0
  710. package/dist/schemas/release-unpublished-event.js.map +10 -0
  711. package/dist/schemas/repository-archived-event.d.ts +186 -0
  712. package/dist/schemas/repository-archived-event.d.ts.map +1 -0
  713. package/dist/schemas/repository-archived-event.js +5 -0
  714. package/dist/schemas/repository-archived-event.js.map +10 -0
  715. package/dist/schemas/repository-created-event.d.ts +184 -0
  716. package/dist/schemas/repository-created-event.d.ts.map +1 -0
  717. package/dist/schemas/repository-created-event.js +5 -0
  718. package/dist/schemas/repository-created-event.js.map +10 -0
  719. package/dist/schemas/repository-deleted-event.d.ts +184 -0
  720. package/dist/schemas/repository-deleted-event.d.ts.map +1 -0
  721. package/dist/schemas/repository-deleted-event.js +5 -0
  722. package/dist/schemas/repository-deleted-event.js.map +10 -0
  723. package/dist/schemas/repository-dispatch-event.d.ts +186 -0
  724. package/dist/schemas/repository-dispatch-event.d.ts.map +1 -0
  725. package/dist/schemas/repository-dispatch-event.js +5 -0
  726. package/dist/schemas/repository-dispatch-event.js.map +10 -0
  727. package/dist/schemas/repository-edited-event.d.ts +198 -0
  728. package/dist/schemas/repository-edited-event.d.ts.map +1 -0
  729. package/dist/schemas/repository-edited-event.js +5 -0
  730. package/dist/schemas/repository-edited-event.js.map +10 -0
  731. package/dist/schemas/repository-import-event.d.ts +184 -0
  732. package/dist/schemas/repository-import-event.d.ts.map +1 -0
  733. package/dist/schemas/repository-import-event.js +5 -0
  734. package/dist/schemas/repository-import-event.js.map +10 -0
  735. package/dist/schemas/repository-privatized-event.d.ts +186 -0
  736. package/dist/schemas/repository-privatized-event.d.ts.map +1 -0
  737. package/dist/schemas/repository-privatized-event.js +5 -0
  738. package/dist/schemas/repository-privatized-event.js.map +10 -0
  739. package/dist/schemas/repository-publicized-event.d.ts +186 -0
  740. package/dist/schemas/repository-publicized-event.d.ts.map +1 -0
  741. package/dist/schemas/repository-publicized-event.js +5 -0
  742. package/dist/schemas/repository-publicized-event.js.map +10 -0
  743. package/dist/schemas/repository-renamed-event.d.ts +191 -0
  744. package/dist/schemas/repository-renamed-event.d.ts.map +1 -0
  745. package/dist/schemas/repository-renamed-event.js +5 -0
  746. package/dist/schemas/repository-renamed-event.js.map +10 -0
  747. package/dist/schemas/repository-transferred-event.d.ts +212 -0
  748. package/dist/schemas/repository-transferred-event.d.ts.map +1 -0
  749. package/dist/schemas/repository-transferred-event.js +5 -0
  750. package/dist/schemas/repository-transferred-event.js.map +10 -0
  751. package/dist/schemas/repository-unarchived-event.d.ts +186 -0
  752. package/dist/schemas/repository-unarchived-event.d.ts.map +1 -0
  753. package/dist/schemas/repository-unarchived-event.js +5 -0
  754. package/dist/schemas/repository-unarchived-event.js.map +10 -0
  755. package/dist/schemas/repository-vulnerability-alert-create-event.d.ts +222 -0
  756. package/dist/schemas/repository-vulnerability-alert-create-event.d.ts.map +1 -0
  757. package/dist/schemas/repository-vulnerability-alert-create-event.js +5 -0
  758. package/dist/schemas/repository-vulnerability-alert-create-event.js.map +10 -0
  759. package/dist/schemas/repository-vulnerability-alert-dismiss-event.d.ts +246 -0
  760. package/dist/schemas/repository-vulnerability-alert-dismiss-event.d.ts.map +1 -0
  761. package/dist/schemas/repository-vulnerability-alert-dismiss-event.js +5 -0
  762. package/dist/schemas/repository-vulnerability-alert-dismiss-event.js.map +10 -0
  763. package/dist/schemas/repository-vulnerability-alert-reopen-event.d.ts +222 -0
  764. package/dist/schemas/repository-vulnerability-alert-reopen-event.d.ts.map +1 -0
  765. package/dist/schemas/repository-vulnerability-alert-reopen-event.js +5 -0
  766. package/dist/schemas/repository-vulnerability-alert-reopen-event.js.map +10 -0
  767. package/dist/schemas/repository-vulnerability-alert-resolve-event.d.ts +225 -0
  768. package/dist/schemas/repository-vulnerability-alert-resolve-event.d.ts.map +1 -0
  769. package/dist/schemas/repository-vulnerability-alert-resolve-event.js +5 -0
  770. package/dist/schemas/repository-vulnerability-alert-resolve-event.js.map +10 -0
  771. package/dist/schemas/secret-scanning-alert-created-event.d.ts +227 -0
  772. package/dist/schemas/secret-scanning-alert-created-event.d.ts.map +1 -0
  773. package/dist/schemas/secret-scanning-alert-created-event.js +5 -0
  774. package/dist/schemas/secret-scanning-alert-created-event.js.map +10 -0
  775. package/dist/schemas/secret-scanning-alert-location-created-event.d.ts +274 -0
  776. package/dist/schemas/secret-scanning-alert-location-created-event.d.ts.map +1 -0
  777. package/dist/schemas/secret-scanning-alert-location-created-event.js +5 -0
  778. package/dist/schemas/secret-scanning-alert-location-created-event.js.map +10 -0
  779. package/dist/schemas/secret-scanning-alert-reopened-event.d.ts +191 -0
  780. package/dist/schemas/secret-scanning-alert-reopened-event.d.ts.map +1 -0
  781. package/dist/schemas/secret-scanning-alert-reopened-event.js +5 -0
  782. package/dist/schemas/secret-scanning-alert-reopened-event.js.map +10 -0
  783. package/dist/schemas/secret-scanning-alert-resolved-event.d.ts +270 -0
  784. package/dist/schemas/secret-scanning-alert-resolved-event.d.ts.map +1 -0
  785. package/dist/schemas/secret-scanning-alert-resolved-event.js +5 -0
  786. package/dist/schemas/secret-scanning-alert-resolved-event.js.map +10 -0
  787. package/dist/schemas/secret-scanning-alert-revoked-event.d.ts +270 -0
  788. package/dist/schemas/secret-scanning-alert-revoked-event.d.ts.map +1 -0
  789. package/dist/schemas/secret-scanning-alert-revoked-event.js +5 -0
  790. package/dist/schemas/secret-scanning-alert-revoked-event.js.map +10 -0
  791. package/dist/schemas/security-advisory-performed-event.d.ts +48 -0
  792. package/dist/schemas/security-advisory-performed-event.d.ts.map +1 -0
  793. package/dist/schemas/security-advisory-performed-event.js +5 -0
  794. package/dist/schemas/security-advisory-performed-event.js.map +10 -0
  795. package/dist/schemas/security-advisory-published-event.d.ts +48 -0
  796. package/dist/schemas/security-advisory-published-event.d.ts.map +1 -0
  797. package/dist/schemas/security-advisory-published-event.js +5 -0
  798. package/dist/schemas/security-advisory-published-event.js.map +10 -0
  799. package/dist/schemas/security-advisory-updated-event.d.ts +48 -0
  800. package/dist/schemas/security-advisory-updated-event.d.ts.map +1 -0
  801. package/dist/schemas/security-advisory-updated-event.js +5 -0
  802. package/dist/schemas/security-advisory-updated-event.js.map +10 -0
  803. package/dist/schemas/security-advisory-withdrawn-event.d.ts +48 -0
  804. package/dist/schemas/security-advisory-withdrawn-event.d.ts.map +1 -0
  805. package/dist/schemas/security-advisory-withdrawn-event.js +5 -0
  806. package/dist/schemas/security-advisory-withdrawn-event.js.map +10 -0
  807. package/dist/schemas/shared/alert-instance.d.ts +27 -0
  808. package/dist/schemas/shared/alert-instance.d.ts.map +1 -0
  809. package/dist/schemas/shared/alert-instance.js +5 -0
  810. package/dist/schemas/shared/alert-instance.js.map +10 -0
  811. package/dist/schemas/shared/app.d.ts +88 -0
  812. package/dist/schemas/shared/app.d.ts.map +1 -0
  813. package/dist/schemas/shared/app.js +5 -0
  814. package/dist/schemas/shared/app.js.map +10 -0
  815. package/dist/schemas/shared/branch-protection-rule.d.ts +37 -0
  816. package/dist/schemas/shared/branch-protection-rule.d.ts.map +1 -0
  817. package/dist/schemas/shared/branch-protection-rule.js +5 -0
  818. package/dist/schemas/shared/branch-protection-rule.js.map +10 -0
  819. package/dist/schemas/shared/check-run-deployment.d.ts +22 -0
  820. package/dist/schemas/shared/check-run-deployment.d.ts.map +1 -0
  821. package/dist/schemas/shared/check-run-deployment.js +5 -0
  822. package/dist/schemas/shared/check-run-deployment.js.map +10 -0
  823. package/dist/schemas/shared/check-run-pull-request.d.ts +32 -0
  824. package/dist/schemas/shared/check-run-pull-request.d.ts.map +1 -0
  825. package/dist/schemas/shared/check-run-pull-request.js +5 -0
  826. package/dist/schemas/shared/check-run-pull-request.js.map +10 -0
  827. package/dist/schemas/shared/commit.d.ts +32 -0
  828. package/dist/schemas/shared/commit.d.ts.map +1 -0
  829. package/dist/schemas/shared/commit.js +5 -0
  830. package/dist/schemas/shared/commit.js.map +10 -0
  831. package/dist/schemas/shared/committer.d.ts +15 -0
  832. package/dist/schemas/shared/committer.d.ts.map +1 -0
  833. package/dist/schemas/shared/committer.js +5 -0
  834. package/dist/schemas/shared/committer.js.map +10 -0
  835. package/dist/schemas/shared/custom-property-value.d.ts +13 -0
  836. package/dist/schemas/shared/custom-property-value.d.ts.map +1 -0
  837. package/dist/schemas/shared/custom-property-value.js +5 -0
  838. package/dist/schemas/shared/custom-property-value.js.map +10 -0
  839. package/dist/schemas/shared/dependabot-alert-package.d.ts +13 -0
  840. package/dist/schemas/shared/dependabot-alert-package.d.ts.map +1 -0
  841. package/dist/schemas/shared/dependabot-alert-package.js +5 -0
  842. package/dist/schemas/shared/dependabot-alert-package.js.map +10 -0
  843. package/dist/schemas/shared/dependabot-alert.d.ts +99 -0
  844. package/dist/schemas/shared/dependabot-alert.d.ts.map +1 -0
  845. package/dist/schemas/shared/dependabot-alert.js +5 -0
  846. package/dist/schemas/shared/dependabot-alert.js.map +10 -0
  847. package/dist/schemas/shared/deployment-workflow-run.d.ts +103 -0
  848. package/dist/schemas/shared/deployment-workflow-run.d.ts.map +1 -0
  849. package/dist/schemas/shared/deployment-workflow-run.js +5 -0
  850. package/dist/schemas/shared/deployment-workflow-run.js.map +10 -0
  851. package/dist/schemas/shared/deployment.d.ts +128 -0
  852. package/dist/schemas/shared/deployment.d.ts.map +1 -0
  853. package/dist/schemas/shared/deployment.js +5 -0
  854. package/dist/schemas/shared/deployment.js.map +10 -0
  855. package/dist/schemas/shared/discussion-category.d.ts +21 -0
  856. package/dist/schemas/shared/discussion-category.d.ts.map +1 -0
  857. package/dist/schemas/shared/discussion-category.js +5 -0
  858. package/dist/schemas/shared/discussion-category.js.map +10 -0
  859. package/dist/schemas/shared/discussion.d.ts +95 -0
  860. package/dist/schemas/shared/discussion.d.ts.map +1 -0
  861. package/dist/schemas/shared/discussion.js +5 -0
  862. package/dist/schemas/shared/discussion.js.map +10 -0
  863. package/dist/schemas/shared/git-hub-org.d.ts +31 -0
  864. package/dist/schemas/shared/git-hub-org.d.ts.map +1 -0
  865. package/dist/schemas/shared/git-hub-org.js +5 -0
  866. package/dist/schemas/shared/git-hub-org.js.map +10 -0
  867. package/dist/schemas/shared/index.d.ts +68 -0
  868. package/dist/schemas/shared/index.d.ts.map +1 -0
  869. package/dist/schemas/shared/index.js +4 -0
  870. package/dist/schemas/shared/index.js.map +9 -0
  871. package/dist/schemas/shared/installation-lite.d.ts +13 -0
  872. package/dist/schemas/shared/installation-lite.d.ts.map +1 -0
  873. package/dist/schemas/shared/installation-lite.js +5 -0
  874. package/dist/schemas/shared/installation-lite.js.map +10 -0
  875. package/dist/schemas/shared/installation.d.ts +110 -0
  876. package/dist/schemas/shared/installation.d.ts.map +1 -0
  877. package/dist/schemas/shared/installation.js +5 -0
  878. package/dist/schemas/shared/installation.js.map +10 -0
  879. package/dist/schemas/shared/issue-comment.d.ts +133 -0
  880. package/dist/schemas/shared/issue-comment.d.ts.map +1 -0
  881. package/dist/schemas/shared/issue-comment.js +5 -0
  882. package/dist/schemas/shared/issue-comment.js.map +10 -0
  883. package/dist/schemas/shared/issue.d.ts +245 -0
  884. package/dist/schemas/shared/issue.d.ts.map +1 -0
  885. package/dist/schemas/shared/issue.js +5 -0
  886. package/dist/schemas/shared/issue.js.map +10 -0
  887. package/dist/schemas/shared/label.d.ts +18 -0
  888. package/dist/schemas/shared/label.d.ts.map +1 -0
  889. package/dist/schemas/shared/label.js +5 -0
  890. package/dist/schemas/shared/label.js.map +10 -0
  891. package/dist/schemas/shared/license.d.ts +16 -0
  892. package/dist/schemas/shared/license.d.ts.map +1 -0
  893. package/dist/schemas/shared/license.js +5 -0
  894. package/dist/schemas/shared/license.js.map +10 -0
  895. package/dist/schemas/shared/link.d.ts +12 -0
  896. package/dist/schemas/shared/link.d.ts.map +1 -0
  897. package/dist/schemas/shared/link.js +5 -0
  898. package/dist/schemas/shared/link.js.map +10 -0
  899. package/dist/schemas/shared/marketplace-purchase.d.ts +34 -0
  900. package/dist/schemas/shared/marketplace-purchase.d.ts.map +1 -0
  901. package/dist/schemas/shared/marketplace-purchase.js +5 -0
  902. package/dist/schemas/shared/marketplace-purchase.js.map +10 -0
  903. package/dist/schemas/shared/membership.d.ts +37 -0
  904. package/dist/schemas/shared/membership.d.ts.map +1 -0
  905. package/dist/schemas/shared/membership.js +5 -0
  906. package/dist/schemas/shared/membership.js.map +10 -0
  907. package/dist/schemas/shared/milestone.d.ts +48 -0
  908. package/dist/schemas/shared/milestone.d.ts.map +1 -0
  909. package/dist/schemas/shared/milestone.js +5 -0
  910. package/dist/schemas/shared/milestone.js.map +10 -0
  911. package/dist/schemas/shared/organization-custom-property.d.ts +18 -0
  912. package/dist/schemas/shared/organization-custom-property.d.ts.map +1 -0
  913. package/dist/schemas/shared/organization-custom-property.js +5 -0
  914. package/dist/schemas/shared/organization-custom-property.js.map +10 -0
  915. package/dist/schemas/shared/organization.d.ts +24 -0
  916. package/dist/schemas/shared/organization.d.ts.map +1 -0
  917. package/dist/schemas/shared/organization.js +5 -0
  918. package/dist/schemas/shared/organization.js.map +10 -0
  919. package/dist/schemas/shared/package-npm-metadata.d.ts +48 -0
  920. package/dist/schemas/shared/package-npm-metadata.d.ts.map +1 -0
  921. package/dist/schemas/shared/package-npm-metadata.js +5 -0
  922. package/dist/schemas/shared/package-npm-metadata.js.map +10 -0
  923. package/dist/schemas/shared/package-nuget-metadata.d.ts +19 -0
  924. package/dist/schemas/shared/package-nuget-metadata.d.ts.map +1 -0
  925. package/dist/schemas/shared/package-nuget-metadata.js +5 -0
  926. package/dist/schemas/shared/package-nuget-metadata.js.map +10 -0
  927. package/dist/schemas/shared/project-card.d.ts +45 -0
  928. package/dist/schemas/shared/project-card.d.ts.map +1 -0
  929. package/dist/schemas/shared/project-card.js +5 -0
  930. package/dist/schemas/shared/project-card.js.map +10 -0
  931. package/dist/schemas/shared/project-column.d.ts +19 -0
  932. package/dist/schemas/shared/project-column.d.ts.map +1 -0
  933. package/dist/schemas/shared/project-column.js +5 -0
  934. package/dist/schemas/shared/project-column.js.map +10 -0
  935. package/dist/schemas/shared/project.d.ts +45 -0
  936. package/dist/schemas/shared/project.d.ts.map +1 -0
  937. package/dist/schemas/shared/project.js +5 -0
  938. package/dist/schemas/shared/project.js.map +10 -0
  939. package/dist/schemas/shared/projects-v2-item.d.ts +41 -0
  940. package/dist/schemas/shared/projects-v2-item.d.ts.map +1 -0
  941. package/dist/schemas/shared/projects-v2-item.js +5 -0
  942. package/dist/schemas/shared/projects-v2-item.js.map +10 -0
  943. package/dist/schemas/shared/pull-request-auto-merge.d.ts +36 -0
  944. package/dist/schemas/shared/pull-request-auto-merge.d.ts.map +1 -0
  945. package/dist/schemas/shared/pull-request-auto-merge.js +5 -0
  946. package/dist/schemas/shared/pull-request-auto-merge.js.map +10 -0
  947. package/dist/schemas/shared/pull-request-review-comment.d.ts +80 -0
  948. package/dist/schemas/shared/pull-request-review-comment.d.ts.map +1 -0
  949. package/dist/schemas/shared/pull-request-review-comment.js +5 -0
  950. package/dist/schemas/shared/pull-request-review-comment.js.map +10 -0
  951. package/dist/schemas/shared/pull-request-review.d.ts +50 -0
  952. package/dist/schemas/shared/pull-request-review.d.ts.map +1 -0
  953. package/dist/schemas/shared/pull-request-review.js +5 -0
  954. package/dist/schemas/shared/pull-request-review.js.map +10 -0
  955. package/dist/schemas/shared/pull-request.d.ts +629 -0
  956. package/dist/schemas/shared/pull-request.d.ts.map +1 -0
  957. package/dist/schemas/shared/pull-request.js +5 -0
  958. package/dist/schemas/shared/pull-request.js.map +10 -0
  959. package/dist/schemas/shared/reactions.d.ts +21 -0
  960. package/dist/schemas/shared/reactions.d.ts.map +1 -0
  961. package/dist/schemas/shared/reactions.js +5 -0
  962. package/dist/schemas/shared/reactions.js.map +10 -0
  963. package/dist/schemas/shared/referenced-workflow.d.ts +14 -0
  964. package/dist/schemas/shared/referenced-workflow.d.ts.map +1 -0
  965. package/dist/schemas/shared/referenced-workflow.js +5 -0
  966. package/dist/schemas/shared/referenced-workflow.js.map +10 -0
  967. package/dist/schemas/shared/release-asset.d.ts +45 -0
  968. package/dist/schemas/shared/release-asset.d.ts.map +1 -0
  969. package/dist/schemas/shared/release-asset.js +5 -0
  970. package/dist/schemas/shared/release-asset.js.map +10 -0
  971. package/dist/schemas/shared/release.d.ts +99 -0
  972. package/dist/schemas/shared/release.d.ts.map +1 -0
  973. package/dist/schemas/shared/release.js +5 -0
  974. package/dist/schemas/shared/release.js.map +10 -0
  975. package/dist/schemas/shared/repo-ref.d.ts +14 -0
  976. package/dist/schemas/shared/repo-ref.d.ts.map +1 -0
  977. package/dist/schemas/shared/repo-ref.js +5 -0
  978. package/dist/schemas/shared/repo-ref.js.map +10 -0
  979. package/dist/schemas/shared/repository-lite.d.ts +78 -0
  980. package/dist/schemas/shared/repository-lite.d.ts.map +1 -0
  981. package/dist/schemas/shared/repository-lite.js +5 -0
  982. package/dist/schemas/shared/repository-lite.js.map +10 -0
  983. package/dist/schemas/shared/repository-vulnerability-alert-alert.d.ts +49 -0
  984. package/dist/schemas/shared/repository-vulnerability-alert-alert.d.ts.map +1 -0
  985. package/dist/schemas/shared/repository-vulnerability-alert-alert.js +5 -0
  986. package/dist/schemas/shared/repository-vulnerability-alert-alert.js.map +10 -0
  987. package/dist/schemas/shared/repository.d.ts +140 -0
  988. package/dist/schemas/shared/repository.d.ts.map +1 -0
  989. package/dist/schemas/shared/repository.js +5 -0
  990. package/dist/schemas/shared/repository.js.map +10 -0
  991. package/dist/schemas/shared/secret-scanning-alert.d.ts +70 -0
  992. package/dist/schemas/shared/secret-scanning-alert.d.ts.map +1 -0
  993. package/dist/schemas/shared/secret-scanning-alert.js +5 -0
  994. package/dist/schemas/shared/secret-scanning-alert.js.map +10 -0
  995. package/dist/schemas/shared/secret-scanning-location-commit.d.ts +20 -0
  996. package/dist/schemas/shared/secret-scanning-location-commit.d.ts.map +1 -0
  997. package/dist/schemas/shared/secret-scanning-location-commit.js +5 -0
  998. package/dist/schemas/shared/secret-scanning-location-commit.js.map +10 -0
  999. package/dist/schemas/shared/secret-scanning-location-issue-body.d.ts +12 -0
  1000. package/dist/schemas/shared/secret-scanning-location-issue-body.d.ts.map +1 -0
  1001. package/dist/schemas/shared/secret-scanning-location-issue-body.js +5 -0
  1002. package/dist/schemas/shared/secret-scanning-location-issue-body.js.map +10 -0
  1003. package/dist/schemas/shared/secret-scanning-location-issue-comment.d.ts +12 -0
  1004. package/dist/schemas/shared/secret-scanning-location-issue-comment.d.ts.map +1 -0
  1005. package/dist/schemas/shared/secret-scanning-location-issue-comment.js +5 -0
  1006. package/dist/schemas/shared/secret-scanning-location-issue-comment.js.map +10 -0
  1007. package/dist/schemas/shared/secret-scanning-location-issue-title.d.ts +12 -0
  1008. package/dist/schemas/shared/secret-scanning-location-issue-title.d.ts.map +1 -0
  1009. package/dist/schemas/shared/secret-scanning-location-issue-title.js +5 -0
  1010. package/dist/schemas/shared/secret-scanning-location-issue-title.js.map +10 -0
  1011. package/dist/schemas/shared/security-advisory-cvss.d.ts +13 -0
  1012. package/dist/schemas/shared/security-advisory-cvss.d.ts.map +1 -0
  1013. package/dist/schemas/shared/security-advisory-cvss.js +5 -0
  1014. package/dist/schemas/shared/security-advisory-cvss.js.map +10 -0
  1015. package/dist/schemas/shared/security-advisory-cwes.d.ts +13 -0
  1016. package/dist/schemas/shared/security-advisory-cwes.d.ts.map +1 -0
  1017. package/dist/schemas/shared/security-advisory-cwes.js +5 -0
  1018. package/dist/schemas/shared/security-advisory-cwes.js.map +10 -0
  1019. package/dist/schemas/shared/simple-commit.d.ts +27 -0
  1020. package/dist/schemas/shared/simple-commit.d.ts.map +1 -0
  1021. package/dist/schemas/shared/simple-commit.js +5 -0
  1022. package/dist/schemas/shared/simple-commit.js.map +10 -0
  1023. package/dist/schemas/shared/simple-pull-request.d.ts +596 -0
  1024. package/dist/schemas/shared/simple-pull-request.d.ts.map +1 -0
  1025. package/dist/schemas/shared/simple-pull-request.js +5 -0
  1026. package/dist/schemas/shared/simple-pull-request.js.map +10 -0
  1027. package/dist/schemas/shared/sponsorship-tier.d.ts +19 -0
  1028. package/dist/schemas/shared/sponsorship-tier.d.ts.map +1 -0
  1029. package/dist/schemas/shared/sponsorship-tier.js +5 -0
  1030. package/dist/schemas/shared/sponsorship-tier.js.map +10 -0
  1031. package/dist/schemas/shared/team.d.ts +37 -0
  1032. package/dist/schemas/shared/team.d.ts.map +1 -0
  1033. package/dist/schemas/shared/team.js +5 -0
  1034. package/dist/schemas/shared/team.js.map +10 -0
  1035. package/dist/schemas/shared/user.d.ts +31 -0
  1036. package/dist/schemas/shared/user.d.ts.map +1 -0
  1037. package/dist/schemas/shared/user.js +5 -0
  1038. package/dist/schemas/shared/user.js.map +10 -0
  1039. package/dist/schemas/shared/workflow-job.d.ts +55 -0
  1040. package/dist/schemas/shared/workflow-job.d.ts.map +1 -0
  1041. package/dist/schemas/shared/workflow-job.js +5 -0
  1042. package/dist/schemas/shared/workflow-job.js.map +10 -0
  1043. package/dist/schemas/shared/workflow-run.d.ts +267 -0
  1044. package/dist/schemas/shared/workflow-run.d.ts.map +1 -0
  1045. package/dist/schemas/shared/workflow-run.js +5 -0
  1046. package/dist/schemas/shared/workflow-run.js.map +10 -0
  1047. package/dist/schemas/shared/workflow-step-completed.d.ts +17 -0
  1048. package/dist/schemas/shared/workflow-step-completed.d.ts.map +1 -0
  1049. package/dist/schemas/shared/workflow-step-completed.js +5 -0
  1050. package/dist/schemas/shared/workflow-step-completed.js.map +10 -0
  1051. package/dist/schemas/shared/workflow-step-in-progress.d.ts +17 -0
  1052. package/dist/schemas/shared/workflow-step-in-progress.d.ts.map +1 -0
  1053. package/dist/schemas/shared/workflow-step-in-progress.js +5 -0
  1054. package/dist/schemas/shared/workflow-step-in-progress.js.map +10 -0
  1055. package/dist/schemas/shared/workflow-step-queued.d.ts +17 -0
  1056. package/dist/schemas/shared/workflow-step-queued.d.ts.map +1 -0
  1057. package/dist/schemas/shared/workflow-step-queued.js +5 -0
  1058. package/dist/schemas/shared/workflow-step-queued.js.map +10 -0
  1059. package/dist/schemas/shared/workflow.d.ts +21 -0
  1060. package/dist/schemas/shared/workflow.d.ts.map +1 -0
  1061. package/dist/schemas/shared/workflow.js +5 -0
  1062. package/dist/schemas/shared/workflow.js.map +10 -0
  1063. package/dist/schemas/sponsorship-cancelled-event.d.ts +93 -0
  1064. package/dist/schemas/sponsorship-cancelled-event.d.ts.map +1 -0
  1065. package/dist/schemas/sponsorship-cancelled-event.js +5 -0
  1066. package/dist/schemas/sponsorship-cancelled-event.js.map +10 -0
  1067. package/dist/schemas/sponsorship-created-event.d.ts +93 -0
  1068. package/dist/schemas/sponsorship-created-event.d.ts.map +1 -0
  1069. package/dist/schemas/sponsorship-created-event.js +5 -0
  1070. package/dist/schemas/sponsorship-created-event.js.map +10 -0
  1071. package/dist/schemas/sponsorship-edited-event.d.ts +98 -0
  1072. package/dist/schemas/sponsorship-edited-event.d.ts.map +1 -0
  1073. package/dist/schemas/sponsorship-edited-event.js +5 -0
  1074. package/dist/schemas/sponsorship-edited-event.js.map +10 -0
  1075. package/dist/schemas/sponsorship-pending-cancellation-event.d.ts +94 -0
  1076. package/dist/schemas/sponsorship-pending-cancellation-event.d.ts.map +1 -0
  1077. package/dist/schemas/sponsorship-pending-cancellation-event.js +5 -0
  1078. package/dist/schemas/sponsorship-pending-cancellation-event.js.map +10 -0
  1079. package/dist/schemas/sponsorship-pending-tier-change-event.d.ts +108 -0
  1080. package/dist/schemas/sponsorship-pending-tier-change-event.d.ts.map +1 -0
  1081. package/dist/schemas/sponsorship-pending-tier-change-event.js +5 -0
  1082. package/dist/schemas/sponsorship-pending-tier-change-event.js.map +10 -0
  1083. package/dist/schemas/sponsorship-tier-changed-event.d.ts +107 -0
  1084. package/dist/schemas/sponsorship-tier-changed-event.d.ts.map +1 -0
  1085. package/dist/schemas/sponsorship-tier-changed-event.js +5 -0
  1086. package/dist/schemas/sponsorship-tier-changed-event.js.map +10 -0
  1087. package/dist/schemas/star-created-event.d.ts +185 -0
  1088. package/dist/schemas/star-created-event.d.ts.map +1 -0
  1089. package/dist/schemas/star-created-event.js +5 -0
  1090. package/dist/schemas/star-created-event.js.map +10 -0
  1091. package/dist/schemas/star-deleted-event.d.ts +185 -0
  1092. package/dist/schemas/star-deleted-event.d.ts.map +1 -0
  1093. package/dist/schemas/star-deleted-event.js +5 -0
  1094. package/dist/schemas/star-deleted-event.js.map +10 -0
  1095. package/dist/schemas/status-event.d.ts +288 -0
  1096. package/dist/schemas/status-event.d.ts.map +1 -0
  1097. package/dist/schemas/status-event.js +5 -0
  1098. package/dist/schemas/status-event.js.map +10 -0
  1099. package/dist/schemas/team-add-event.d.ts +211 -0
  1100. package/dist/schemas/team-add-event.d.ts.map +1 -0
  1101. package/dist/schemas/team-add-event.js +5 -0
  1102. package/dist/schemas/team-add-event.js.map +10 -0
  1103. package/dist/schemas/team-added-to-repository-event.d.ts +212 -0
  1104. package/dist/schemas/team-added-to-repository-event.d.ts.map +1 -0
  1105. package/dist/schemas/team-added-to-repository-event.js +5 -0
  1106. package/dist/schemas/team-added-to-repository-event.js.map +10 -0
  1107. package/dist/schemas/team-created-event.d.ts +212 -0
  1108. package/dist/schemas/team-created-event.d.ts.map +1 -0
  1109. package/dist/schemas/team-created-event.js +5 -0
  1110. package/dist/schemas/team-created-event.js.map +10 -0
  1111. package/dist/schemas/team-deleted-event.d.ts +212 -0
  1112. package/dist/schemas/team-deleted-event.d.ts.map +1 -0
  1113. package/dist/schemas/team-deleted-event.js +5 -0
  1114. package/dist/schemas/team-deleted-event.js.map +10 -0
  1115. package/dist/schemas/team-edited-event.d.ts +232 -0
  1116. package/dist/schemas/team-edited-event.d.ts.map +1 -0
  1117. package/dist/schemas/team-edited-event.js +5 -0
  1118. package/dist/schemas/team-edited-event.js.map +10 -0
  1119. package/dist/schemas/team-removed-from-repository-event.d.ts +212 -0
  1120. package/dist/schemas/team-removed-from-repository-event.d.ts.map +1 -0
  1121. package/dist/schemas/team-removed-from-repository-event.js +5 -0
  1122. package/dist/schemas/team-removed-from-repository-event.js.map +10 -0
  1123. package/dist/schemas/watch-started-event.d.ts +184 -0
  1124. package/dist/schemas/watch-started-event.d.ts.map +1 -0
  1125. package/dist/schemas/watch-started-event.js +5 -0
  1126. package/dist/schemas/watch-started-event.js.map +10 -0
  1127. package/dist/schemas/workflow-dispatch-event.d.ts +186 -0
  1128. package/dist/schemas/workflow-dispatch-event.d.ts.map +1 -0
  1129. package/dist/schemas/workflow-dispatch-event.js +5 -0
  1130. package/dist/schemas/workflow-dispatch-event.js.map +10 -0
  1131. package/dist/schemas/workflow-job-completed-event.d.ts +351 -0
  1132. package/dist/schemas/workflow-job-completed-event.d.ts.map +1 -0
  1133. package/dist/schemas/workflow-job-completed-event.js +5 -0
  1134. package/dist/schemas/workflow-job-completed-event.js.map +10 -0
  1135. package/dist/schemas/workflow-job-in-progress-event.d.ts +351 -0
  1136. package/dist/schemas/workflow-job-in-progress-event.d.ts.map +1 -0
  1137. package/dist/schemas/workflow-job-in-progress-event.js +5 -0
  1138. package/dist/schemas/workflow-job-in-progress-event.js.map +10 -0
  1139. package/dist/schemas/workflow-job-queued-event.d.ts +351 -0
  1140. package/dist/schemas/workflow-job-queued-event.d.ts.map +1 -0
  1141. package/dist/schemas/workflow-job-queued-event.js +5 -0
  1142. package/dist/schemas/workflow-job-queued-event.js.map +10 -0
  1143. package/dist/schemas/workflow-job-waiting-event.d.ts +351 -0
  1144. package/dist/schemas/workflow-job-waiting-event.d.ts.map +1 -0
  1145. package/dist/schemas/workflow-job-waiting-event.js +5 -0
  1146. package/dist/schemas/workflow-job-waiting-event.js.map +10 -0
  1147. package/dist/schemas/workflow-run-completed-event.d.ts +456 -0
  1148. package/dist/schemas/workflow-run-completed-event.d.ts.map +1 -0
  1149. package/dist/schemas/workflow-run-completed-event.js +5 -0
  1150. package/dist/schemas/workflow-run-completed-event.js.map +10 -0
  1151. package/dist/schemas/workflow-run-in-progress-event.d.ts +454 -0
  1152. package/dist/schemas/workflow-run-in-progress-event.d.ts.map +1 -0
  1153. package/dist/schemas/workflow-run-in-progress-event.js +5 -0
  1154. package/dist/schemas/workflow-run-in-progress-event.js.map +10 -0
  1155. package/dist/schemas/workflow-run-requested-event.d.ts +454 -0
  1156. package/dist/schemas/workflow-run-requested-event.d.ts.map +1 -0
  1157. package/dist/schemas/workflow-run-requested-event.js +5 -0
  1158. package/dist/schemas/workflow-run-requested-event.js.map +10 -0
  1159. package/package.json +1820 -0
@@ -0,0 +1,5 @@
1
+ // @bun
2
+ import{Ej as l,Fj as a}from"./chunk-4pz9snk4.js";var m=()=>{let d={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}},u={string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};function o(e){return d[e]??null}function i(e){return u[e]??e}let g=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"tal";case"object":{if(Array.isArray(e))return"liste";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name;return"objekt"}}return t},c={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"};return(e)=>{switch(e.code){case"invalid_type":return`Ugyldigt input: forventede ${i(e.expected)}, fik ${i(g(e.input))}`;case"invalid_value":if(e.values.length===1)return`Ugyldig v\xE6rdi: forventede ${a(e.values[0])}`;return`Ugyldigt valg: forventede en af f\xF8lgende ${l(e.values,"|")}`;case"too_big":{let t=e.inclusive?"<=":"<",r=o(e.origin),n=i(e.origin);if(r)return`For stor: forventede ${n??"value"} ${r.verb} ${t} ${e.maximum.toString()} ${r.unit??"elementer"}`;return`For stor: forventede ${n??"value"} havde ${t} ${e.maximum.toString()}`}case"too_small":{let t=e.inclusive?">=":">",r=o(e.origin),n=i(e.origin);if(r)return`For lille: forventede ${n} ${r.verb} ${t} ${e.minimum.toString()} ${r.unit}`;return`For lille: forventede ${n} havde ${t} ${e.minimum.toString()}`}case"invalid_format":{let t=e;if(t.format==="starts_with")return`Ugyldig streng: skal starte med "${t.prefix}"`;if(t.format==="ends_with")return`Ugyldig streng: skal ende med "${t.suffix}"`;if(t.format==="includes")return`Ugyldig streng: skal indeholde "${t.includes}"`;if(t.format==="regex")return`Ugyldig streng: skal matche m\xF8nsteret ${t.pattern}`;return`Ugyldig ${c[t.format]??e.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${e.divisor}`;case"unrecognized_keys":return`${e.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${l(e.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${e.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${e.origin}`;default:return"Ugyldigt input"}}};function s(){return{localeError:m()}}
3
+ export{s as Hj};
4
+
5
+ //# debugId=5293FEE870212EB964756E2164756E21
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../node_modules/zod/v4/locales/da.js"],
4
+ "sourcesContent": [
5
+ "import * as util from \"../core/util.js\";\nconst error = () => {\n const Sizable = {\n string: { unit: \"tegn\", verb: \"havde\" },\n file: { unit: \"bytes\", verb: \"havde\" },\n array: { unit: \"elementer\", verb: \"indeholdt\" },\n set: { unit: \"elementer\", verb: \"indeholdt\" },\n };\n const TypeNames = {\n string: \"streng\",\n number: \"tal\",\n boolean: \"boolean\",\n array: \"liste\",\n object: \"objekt\",\n set: \"sæt\",\n file: \"fil\",\n };\n function getSizing(origin) {\n return Sizable[origin] ?? null;\n }\n function getTypeName(type) {\n return TypeNames[type] ?? type;\n }\n const parsedType = (data) => {\n const t = typeof data;\n switch (t) {\n case \"number\": {\n return Number.isNaN(data) ? \"NaN\" : \"tal\";\n }\n case \"object\": {\n if (Array.isArray(data)) {\n return \"liste\";\n }\n if (data === null) {\n return \"null\";\n }\n if (Object.getPrototypeOf(data) !== Object.prototype && data.constructor) {\n return data.constructor.name;\n }\n return \"objekt\";\n }\n }\n return t;\n };\n const Nouns = {\n regex: \"input\",\n email: \"e-mailadresse\",\n url: \"URL\",\n emoji: \"emoji\",\n uuid: \"UUID\",\n uuidv4: \"UUIDv4\",\n uuidv6: \"UUIDv6\",\n nanoid: \"nanoid\",\n guid: \"GUID\",\n cuid: \"cuid\",\n cuid2: \"cuid2\",\n ulid: \"ULID\",\n xid: \"XID\",\n ksuid: \"KSUID\",\n datetime: \"ISO dato- og klokkeslæt\",\n date: \"ISO-dato\",\n time: \"ISO-klokkeslæt\",\n duration: \"ISO-varighed\",\n ipv4: \"IPv4-område\",\n ipv6: \"IPv6-område\",\n cidrv4: \"IPv4-spektrum\",\n cidrv6: \"IPv6-spektrum\",\n base64: \"base64-kodet streng\",\n base64url: \"base64url-kodet streng\",\n json_string: \"JSON-streng\",\n e164: \"E.164-nummer\",\n jwt: \"JWT\",\n template_literal: \"input\",\n };\n return (issue) => {\n switch (issue.code) {\n case \"invalid_type\":\n return `Ugyldigt input: forventede ${getTypeName(issue.expected)}, fik ${getTypeName(parsedType(issue.input))}`;\n case \"invalid_value\":\n if (issue.values.length === 1)\n return `Ugyldig værdi: forventede ${util.stringifyPrimitive(issue.values[0])}`;\n return `Ugyldigt valg: forventede en af følgende ${util.joinValues(issue.values, \"|\")}`;\n case \"too_big\": {\n const adj = issue.inclusive ? \"<=\" : \"<\";\n const sizing = getSizing(issue.origin);\n const origin = getTypeName(issue.origin);\n if (sizing)\n return `For stor: forventede ${origin ?? \"value\"} ${sizing.verb} ${adj} ${issue.maximum.toString()} ${sizing.unit ?? \"elementer\"}`;\n return `For stor: forventede ${origin ?? \"value\"} havde ${adj} ${issue.maximum.toString()}`;\n }\n case \"too_small\": {\n const adj = issue.inclusive ? \">=\" : \">\";\n const sizing = getSizing(issue.origin);\n const origin = getTypeName(issue.origin);\n if (sizing) {\n return `For lille: forventede ${origin} ${sizing.verb} ${adj} ${issue.minimum.toString()} ${sizing.unit}`;\n }\n return `For lille: forventede ${origin} havde ${adj} ${issue.minimum.toString()}`;\n }\n case \"invalid_format\": {\n const _issue = issue;\n if (_issue.format === \"starts_with\")\n return `Ugyldig streng: skal starte med \"${_issue.prefix}\"`;\n if (_issue.format === \"ends_with\")\n return `Ugyldig streng: skal ende med \"${_issue.suffix}\"`;\n if (_issue.format === \"includes\")\n return `Ugyldig streng: skal indeholde \"${_issue.includes}\"`;\n if (_issue.format === \"regex\")\n return `Ugyldig streng: skal matche mønsteret ${_issue.pattern}`;\n return `Ugyldig ${Nouns[_issue.format] ?? issue.format}`;\n }\n case \"not_multiple_of\":\n return `Ugyldigt tal: skal være deleligt med ${issue.divisor}`;\n case \"unrecognized_keys\":\n return `${issue.keys.length > 1 ? \"Ukendte nøgler\" : \"Ukendt nøgle\"}: ${util.joinValues(issue.keys, \", \")}`;\n case \"invalid_key\":\n return `Ugyldig nøgle i ${issue.origin}`;\n case \"invalid_union\":\n return \"Ugyldigt input: matcher ingen af de tilladte typer\";\n case \"invalid_element\":\n return `Ugyldig værdi i ${issue.origin}`;\n default:\n return `Ugyldigt input`;\n }\n };\n};\nexport default function () {\n return {\n localeError: error(),\n };\n}\n"
6
+ ],
7
+ "mappings": ";iDACA,IAAM,EAAQ,IAAM,CAChB,IAAM,EAAU,CACZ,OAAQ,CAAE,KAAM,OAAQ,KAAM,OAAQ,EACtC,KAAM,CAAE,KAAM,QAAS,KAAM,OAAQ,EACrC,MAAO,CAAE,KAAM,YAAa,KAAM,WAAY,EAC9C,IAAK,CAAE,KAAM,YAAa,KAAM,WAAY,CAChD,EACM,EAAY,CACd,OAAQ,SACR,OAAQ,MACR,QAAS,UACT,MAAO,QACP,OAAQ,SACR,IAAK,SACL,KAAM,KACV,EACA,SAAS,CAAS,CAAC,EAAQ,CACvB,OAAO,EAAQ,IAAW,KAE9B,SAAS,CAAW,CAAC,EAAM,CACvB,OAAO,EAAU,IAAS,EAE9B,IAAM,EAAa,CAAC,IAAS,CACzB,IAAM,EAAI,OAAO,EACjB,OAAQ,OACC,SACD,OAAO,OAAO,MAAM,CAAI,EAAI,MAAQ,UAEnC,SAAU,CACX,GAAI,MAAM,QAAQ,CAAI,EAClB,MAAO,QAEX,GAAI,IAAS,KACT,MAAO,OAEX,GAAI,OAAO,eAAe,CAAI,IAAM,OAAO,WAAa,EAAK,YACzD,OAAO,EAAK,YAAY,KAE5B,MAAO,QACX,EAEJ,OAAO,GAEL,EAAQ,CACV,MAAO,QACP,MAAO,gBACP,IAAK,MACL,MAAO,QACP,KAAM,OACN,OAAQ,SACR,OAAQ,SACR,OAAQ,SACR,KAAM,OACN,KAAM,OACN,MAAO,QACP,KAAM,OACN,IAAK,MACL,MAAO,QACP,SAAU,6BACV,KAAM,WACN,KAAM,oBACN,SAAU,eACV,KAAM,iBACN,KAAM,iBACN,OAAQ,gBACR,OAAQ,gBACR,OAAQ,sBACR,UAAW,yBACX,YAAa,cACb,KAAM,eACN,IAAK,MACL,iBAAkB,OACtB,EACA,MAAO,CAAC,IAAU,CACd,OAAQ,EAAM,UACL,eACD,MAAO,8BAA8B,EAAY,EAAM,QAAQ,UAAU,EAAY,EAAW,EAAM,KAAK,CAAC,QAC3G,gBACD,GAAI,EAAM,OAAO,SAAW,EACxB,MAAO,gCAAiC,EAAmB,EAAM,OAAO,EAAE,IAC9E,MAAO,+CAAgD,EAAW,EAAM,OAAQ,GAAG,QAClF,UAAW,CACZ,IAAM,EAAM,EAAM,UAAY,KAAO,IAC/B,EAAS,EAAU,EAAM,MAAM,EAC/B,EAAS,EAAY,EAAM,MAAM,EACvC,GAAI,EACA,MAAO,wBAAwB,GAAU,WAAW,EAAO,QAAQ,KAAO,EAAM,QAAQ,SAAS,KAAK,EAAO,MAAQ,cACzH,MAAO,wBAAwB,GAAU,iBAAiB,KAAO,EAAM,QAAQ,SAAS,GAC5F,KACK,YAAa,CACd,IAAM,EAAM,EAAM,UAAY,KAAO,IAC/B,EAAS,EAAU,EAAM,MAAM,EAC/B,EAAS,EAAY,EAAM,MAAM,EACvC,GAAI,EACA,MAAO,yBAAyB,KAAU,EAAO,QAAQ,KAAO,EAAM,QAAQ,SAAS,KAAK,EAAO,OAEvG,MAAO,yBAAyB,WAAgB,KAAO,EAAM,QAAQ,SAAS,GAClF,KACK,iBAAkB,CACnB,IAAM,EAAS,EACf,GAAI,EAAO,SAAW,cAClB,MAAO,oCAAoC,EAAO,UACtD,GAAI,EAAO,SAAW,YAClB,MAAO,kCAAkC,EAAO,UACpD,GAAI,EAAO,SAAW,WAClB,MAAO,mCAAmC,EAAO,YACrD,GAAI,EAAO,SAAW,QAClB,MAAO,4CAAwC,EAAO,UAC1D,MAAO,WAAW,EAAM,EAAO,SAAW,EAAM,QACpD,KACK,kBACD,MAAO,2CAAuC,EAAM,cACnD,oBACD,MAAO,GAAG,EAAM,KAAK,OAAS,EAAI,oBAAkB,sBAAwB,EAAW,EAAM,KAAM,IAAI,QACtG,cACD,MAAO,sBAAkB,EAAM,aAC9B,gBACD,MAAO,yDACN,kBACD,MAAO,sBAAkB,EAAM,iBAE/B,MAAO,oBAIvB,SAAO,CAAiB,EAAG,CACvB,MAAO,CACH,YAAa,EAAM,CACvB",
8
+ "debugId": "5293FEE870212EB964756E2164756E21",
9
+ "names": []
10
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * GitHub Webhook Schemas - Zod schemas for validating GitHub webhook payloads
3
+ */
4
+ export * from './schemas/index.js';
5
+ export { emitterEventNames as eventTypes } from '@octokit/webhooks';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,cAAc,oBAAoB,CAAC;AAGnC,OAAO,EAAE,iBAAiB,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // @bun
2
+ import"./schemas/index.js";import{a as y0,b as c0}from"./schemas/pull-request-auto-merge-disabled-event.js";import{c as eX,d as GY}from"./schemas/issues-closed-event.js";import{e as TY,f as xY}from"./schemas/issues-unassigned-event.js";import{g as L1,h as P1}from"./schemas/pull-request-unlabeled-event.js";import{i as BQ,j as CQ}from"./schemas/commit-comment-created-event.js";import{k as yY,l as cY}from"./schemas/label-deleted-event.js";import{m as r1,n as t1}from"./schemas/repository-created-event.js";import{o as R0,p as O0}from"./schemas/pull-request-assigned-event.js";import{q as lX,r as hX}from"./schemas/installation-unsuspend-event.js";import{s as rQ,t as tQ}from"./schemas/discussion-comment-deleted-event.js";import{u as B1,v as C1}from"./schemas/pull-request-review-comment-deleted-event.js";import{w as gY,x as NY}from"./schemas/marketplace-purchase-changed-event.js";import{y as wI,z as qI}from"./schemas/branch-protection-rule-edited-event.js";import{A as L2,B as P2}from"./schemas/secret-scanning-alert-created-event.js";import{C as BX,D as CX}from"./schemas/discussion-labeled-event.js";import{E as f2,F as A2}from"./schemas/repository-vulnerability-alert-resolve-event.js";import{G as D0,H as S0}from"./schemas/projects-v2-item-converted-event.js";import{I as bI,J as kI}from"./schemas/check-run-completed-event.js";import{K as bY,L as kY}from"./schemas/marketplace-purchase-cancelled-event.js";import{M as X5,N as Y5}from"./schemas/star-deleted-event.js";import{O as E2,P as H2}from"./schemas/secret-scanning-alert-location-created-event.js";import{Q as MX,R as WX}from"./schemas/discussion-unlocked-event.js";import{S as V1,T as j1}from"./schemas/pull-request-review-thread-resolved-event.js";import{U as JX,V as KX}from"./schemas/discussion-locked-event.js";import{W as EY,X as HY}from"./schemas/issues-unpinned-event.js";import{Y as EZ,Z as HZ}from"./schemas/organization-member-removed-event.js";import{$ as W1,_ as M1}from"./schemas/pull-request-review-thread-unresolved-event.js";import{aa as IZ,ba as QZ}from"./schemas/merge-group-checks-requested-event.js";import{ca as fZ,da as AZ}from"./schemas/organization-member-added-event.js";import{ea as p1,fa as m1}from"./schemas/release-prereleased-event.js";import{ga as rI,ha as tI}from"./schemas/code-scanning-alert-closed-by-user-event.js";import{ia as s0,ja as o0}from"./schemas/pull-request-locked-event.js";import{ka as UQ,la as _Q}from"./schemas/custom-property-created-event.js";import{ma as pI,na as mI}from"./schemas/check-run-rerequested-event.js";import{oa as g2,pa as N2}from"./schemas/security-advisory-published-event.js";import{qa as X2,ra as Y2}from"./schemas/repository-edited-event.js";import{sa as uY,ta as vY}from"./schemas/marketplace-purchase-pending-change-cancelled-event.js";import{ua as zZ,va as FZ}from"./schemas/milestone-edited-event.js";import{wa as yX,xa as cX}from"./schemas/installation-deleted-event.js";import{ya as nY,za as aY}from"./schemas/member-edited-event.js";import{Aa as p2,Ba as m2}from"./schemas/security-advisory-withdrawn-event.js";import{Ca as e2,Da as G5}from"./schemas/sponsorship-tier-changed-event.js";import{Ea as MY,Fa as WY}from"./schemas/issues-transferred-event.js";import{Ga as M0,Ha as W0}from"./schemas/projects-v2-item-deleted-event.js";import{Ia as Z2,Ja as $2}from"./schemas/repository-import-event.js";import{Ka as iQ,La as dQ}from"./schemas/discussion-answered-event.js";import{Ma as lY,Na as hY}from"./schemas/marketplace-purchase-purchased-event.js";import{Oa as U0,Pa as _0}from"./schemas/project-reopened-event.js";import{Qa as B0,Ra as C0}from"./schemas/project-deleted-event.js";import{Sa as e0,Ta as G1}from"./schemas/pull-request-opened-event.js";import{Ua as E5,Va as H5}from"./schemas/workflow-job-queued-event.js";import{Wa as RQ,Xa as OQ}from"./schemas/deploy-key-created-event.js";import{Ya as I0,Za as Q0}from"./schemas/project-column-edited-event.js";import{$a as c1,_a as y1}from"./schemas/registry-package-published-event.js";import{ab as TZ,bb as xZ}from"./schemas/organization-deleted-event.js";import{cb as bX,db as kX}from"./schemas/installation-repositories-added-event.js";import{eb as g0,fb as N0}from"./schemas/pull-request-converted-to-draft-event.js";import{gb as LQ,hb as PQ}from"./schemas/dependabot-alert-reintroduced-event.js";import{ib as MQ,jb as WQ}from"./schemas/dependabot-alert-created-event.js";import{kb as l1,lb as h1}from"./schemas/release-published-event.js";import{mb as JZ,nb as KZ}from"./schemas/milestone-created-event.js";import{ob as R5,pb as O5}from"./schemas/workflow-job-waiting-event.js";import{qb as z5,rb as F5}from"./schemas/team-deleted-event.js";import{sb as ZZ,tb as $Z}from"./schemas/meta-deleted-event.js";import{ub as nQ,vb as aQ}from"./schemas/discussion-category-changed-event.js";import{wb as fY,xb as AY}from"./schemas/issues-unlabeled-event.js";import{yb as BZ,zb as CZ}from"./schemas/milestone-closed-event.js";import{Ab as w2,Bb as q2}from"./schemas/secret-scanning-alert-revoked-event.js";import{Cb as u1,Db as v1}from"./schemas/release-edited-event.js";import{Eb as DQ,Fb as SQ}from"./schemas/custom-property-values-updated-event.js";import{Gb as rZ,Hb as tZ}from"./schemas/project-column-created-event.js";import{Ib as zX,Jb as FX}from"./schemas/discussion-transferred-event.js";import{Kb as eY,Lb as GZ}from"./schemas/membership-removed-event.js";import{Mb as E1,Nb as H1}from"./schemas/pull-request-unlocked-event.js";import{Ob as D1,Pb as S1}from"./schemas/pull-request-review-submitted-event.js";import{Qb as sX,Rb as oX}from"./schemas/issue-comment-edited-event.js";import{Sb as w1,Tb as q1}from"./schemas/registry-package-updated-event.js";import{Ub as E0,Vb as H0}from"./schemas/public-event.js";import{Wb as w0,Xb as q0}from"./schemas/pull-request-auto-merge-enabled-event.js";import{Yb as B2,Zb as C2}from"./schemas/repository-privatized-event.js";import{$b as x5,_b as T5}from"./schemas/workflow-dispatch-event.js";import{ac as XX,bc as YX}from"./schemas/discussion-deleted-event.js";import{cc as l2,dc as h2}from"./schemas/sponsorship-cancelled-event.js";import{ec as r0,fc as t0}from"./schemas/pull-request-milestoned-event.js";import{gc as uZ,hc as vZ}from"./schemas/project-card-converted-event.js";import{ic as gQ,jc as NQ}from"./schemas/deployment-review-approved-event.js";import{kc as z2,lc as F2}from"./schemas/repository-transferred-event.js";import{mc as X0,nc as Y0}from"./schemas/project-column-moved-event.js";import{oc as DY,pc as SY}from"./schemas/issues-pinned-event.js";import{qc as U2,rc as _2}from"./schemas/repository-renamed-event.js";import{sc as LI,tc as PI}from"./schemas/branch-protection-configuration-disabled-event.js";import{uc as wX,vc as qX}from"./schemas/installation-new-permissions-accepted-event.js";import{wc as D2,xc as S2}from"./schemas/repository-unarchived-event.js";import{yc as V2,zc as j2}from"./schemas/repository-vulnerability-alert-create-event.js";import{Ac as pX,Bc as mX}from"./schemas/installation-target-renamed-event.js";import{Cc as b1,Dc as k1}from"./schemas/release-created-event.js";import{Ec as nX,Fc as aX}from"./schemas/issue-comment-deleted-event.js";import{Gc as X1,Hc as Y1}from"./schemas/pull-request-reopened-event.js";import{Ic as R2,Jc as O2}from"./schemas/secret-scanning-alert-reopened-event.js";import{Kc as XY,Lc as YY}from"./schemas/issues-demilestoned-event.js";import{Mc as ZY,Nc as $Y}from"./schemas/issues-edited-event.js";import{Oc as gX,Pc as NX}from"./schemas/installation-repositories-removed-event.js";import{Qc as T2,Rc as x2}from"./schemas/repository-vulnerability-alert-reopen-event.js";import{Sc as T1,Tc as x1}from"./schemas/pull-request-synchronize-event.js";import{Uc as IX,Vc as QX}from"./schemas/discussion-created-event.js";import{Wc as w5,Xc as q5}from"./schemas/workflow-run-in-progress-event.js";import{Yc as uX,Zc as vX}from"./schemas/installation-suspend-event.js";import{$c as mZ,_c as pZ}from"./schemas/project-card-created-event.js";import{ad as yI,bd as cI}from"./schemas/branch-protection-rule-deleted-event.js";import{cd as VZ,dd as jZ}from"./schemas/org-block-blocked-event.js";import{ed as XQ,fd as YQ}from"./schemas/code-scanning-alert-reopened-by-user-event.js";import{gd as g1,hd as N1}from"./schemas/release-deleted-event.js";import{id as TQ,jd as xQ}from"./schemas/dependabot-alert-dismissed-event.js";import{kd as sZ,ld as oZ}from"./schemas/project-closed-event.js";import{md as gZ,nd as NZ}from"./schemas/ping-event.js";import{od as p0,pd as m0}from"./schemas/pull-request-dequeued-event.js";import{qd as LZ,rd as PZ}from"./schemas/organization-member-invited-event.js";import{sd as fX,td as AX}from"./schemas/fork-event.js";import{ud as n1,vd as a1}from"./schemas/release-unpublished-event.js";import{wd as uQ,xd as vQ}from"./schemas/deployment-review-rejected-event.js";import{yd as IQ,zd as QQ}from"./schemas/code-scanning-alert-fixed-event.js";import{Ad as y5,Bd as c5}from"./schemas/workflow-run-completed-event.js";import{Cd as XZ,Dd as YZ}from"./schemas/merge-group-destroyed-event.js";import{Ed as V5,Fd as j5}from"./schemas/team-removed-from-repository-event.js";import{Gd as lZ,Hd as hZ}from"./schemas/project-card-deleted-event.js";import{Id as RI,Jd as OI}from"./schemas/branch-protection-rule-created-event.js";import{Kd as iX,Ld as dX}from"./schemas/issue-comment-created-event.js";import{Md as B5,Nd as C5}from"./schemas/team-add-event.js";import{Od as b2,Pd as k2}from"./schemas/security-advisory-performed-event.js";import{Qd as bZ,Rd as kZ}from"./schemas/page-build-event.js";import{Sd as UY,Td as _Y}from"./schemas/issues-milestoned-event.js";import{Ud as s1,Vd as o1}from"./schemas/repository-archived-event.js";import{Wd as D5,Xd as S5}from"./schemas/team-edited-event.js";import{Yd as I1,Zd as Q1}from"./schemas/pull-request-ready-for-review-event.js";import{$d as dY,_d as iY}from"./schemas/member-added-event.js";import{ae as uI,be as vI}from"./schemas/check-run-requested-action-event.js";import{ce as JY,de as KY}from"./schemas/issues-locked-event.js";import{ee as yZ,fe as cZ}from"./schemas/package-published-event.js";import{ge as z0,he as F0}from"./schemas/projects-v2-item-archived-event.js";import{ie as sI,je as oI}from"./schemas/code-scanning-alert-appeared-in-branch-event.js";import{ke as lQ,le as hQ}from"./schemas/deployment-status-created-event.js";import{me as T0,ne as x0}from"./schemas/projects-v2-item-edited-event.js";import{oe as eZ,pe as G0}from"./schemas/project-column-deleted-event.js";import{qe as UZ,re as _Z}from"./schemas/milestone-deleted-event.js";import{se as RZ,te as OZ}from"./schemas/organization-renamed-event.js";import{ue as fQ,ve as AQ}from"./schemas/dependabot-alert-fixed-event.js";import{we as rX,xe as tX}from"./schemas/issues-assigned-event.js";import{ye as M2,ze as W2}from"./schemas/repository-vulnerability-alert-dismiss-event.js";import{Ae as Z0,Be as $0}from"./schemas/project-created-event.js";import{Ce as U5,De as _5}from"./schemas/team-created-event.js";import{Ee as u2,Fe as v2}from"./schemas/security-advisory-updated-event.js";import{Ge as L0,He as P0}from"./schemas/projects-v2-item-restored-event.js";import{Ie as n0,Je as a0}from"./schemas/pull-request-labeled-event.js";import{Ke as i0,Le as d0}from"./schemas/pull-request-enqueued-event.js";import{Me as nZ,Ne as aZ}from"./schemas/project-card-moved-event.js";import{Oe as n2,Pe as a2}from"./schemas/sponsorship-edited-event.js";import{Qe as EI,Re as HI}from"./schemas/branch-protection-configuration-enabled-event.js";import{Se as Z5,Te as $5}from"./schemas/status-event.js";import{Ue as DZ,Ve as SZ}from"./schemas/milestone-opened-event.js";import{We as b5,Xe as k5}from"./schemas/workflow-run-requested-event.js";import{Ye as J5,Ze as K5}from"./schemas/team-added-to-repository-event.js";import{$e as HQ,_e as EQ}from"./schemas/dependabot-alert-reopened-event.js";import{af as b0,bf as k0}from"./schemas/pull-request-closed-event.js";import{cf as gI,df as NI}from"./schemas/check-run-created-event.js";import{ef as VX,ff as jX}from"./schemas/discussion-unlabeled-event.js";import{gf as MZ,hf as WZ}from"./schemas/org-block-unblocked-event.js";import{if as IY,jf as QY}from"./schemas/issues-deleted-event.js";import{kf as UX,lf as _X}from"./schemas/discussion-pinned-event.js";import{mf as pY,nf as mY}from"./schemas/marketplace-purchase-pending-change-event.js";import{of as l0,pf as h0}from"./schemas/pull-request-edited-event.js";import{qf as i1,rf as d1}from"./schemas/release-released-event.js";import{sf as rY,tf as tY}from"./schemas/membership-added-event.js";import{uf as iZ,vf as dZ}from"./schemas/project-card-edited-event.js";import{wf as zQ,xf as FQ}from"./schemas/custom-property-deleted-event.js";import{yf as LX,zf as PX}from"./schemas/github-app-authorization-revoked-event.js";import{Af as wY,Bf as qY}from"./schemas/label-edited-event.js";import{Cf as RX,Df as OX}from"./schemas/installation-created-event.js";import{Ef as ZX,Ff as $X}from"./schemas/discussion-edited-event.js";import{Gf as i2,Hf as d2}from"./schemas/sponsorship-created-event.js";import{If as wQ,Jf as qQ}from"./schemas/deployment-created-event.js";import{Kf as sY,Lf as oY}from"./schemas/member-removed-event.js";import{Mf as TX,Nf as xX}from"./schemas/discussion-unpinned-event.js";import{Of as iI,Pf as dI}from"./schemas/check-suite-requested-event.js";import{Qf as eQ,Rf as GX}from"./schemas/discussion-comment-edited-event.js";import{Sf as V0,Tf as j0}from"./schemas/projects-v2-item-created-event.js";import{Uf as yQ,Vf as cQ}from"./schemas/deploy-key-deleted-event.js";import{Wf as J1,Xf as K1}from"./schemas/pull-request-review-comment-edited-event.js";import{Yf as BY,Zf as CY}from"./schemas/issues-labeled-event.js";import{$f as jY,_f as VY}from"./schemas/issues-reopened-event.js";import{ag as I2,bg as Q2}from"./schemas/repository-dispatch-event.js";import{cg as ZQ,dg as $Q}from"./schemas/code-scanning-alert-reopened-event.js";import{eg as Z1,fg as $1}from"./schemas/pull-request-review-comment-created-event.js";import{gg as M5,hg as W5}from"./schemas/watch-started-event.js";import{ig as bQ,jg as kQ}from"./schemas/deployment-protection-rule-requested-event.js";import{kg as s2,lg as o2}from"./schemas/sponsorship-pending-cancellation-event.js";import{mg as nI,ng as aI}from"./schemas/check-suite-rerequested-event.js";import{og as VQ,pg as jQ}from"./schemas/delete-event.js";import{qg as U1,rg as _1}from"./schemas/pull-request-review-dismissed-event.js";import{sg as u0,tg as v0}from"./schemas/pull-request-demilestoned-event.js";import{ug as JQ,vg as KQ}from"./schemas/create-event.js";import{wg as z1,xg as F1}from"./schemas/pull-request-review-edited-event.js";import{yg as e1,zg as G2}from"./schemas/repository-deleted-event.js";import{Ag as lI,Bg as hI}from"./schemas/check-suite-completed-event.js";import{Cg as L5,Dg as P5}from"./schemas/workflow-job-in-progress-event.js";import{Eg as pQ,Fg as mQ}from"./schemas/deployment-review-requested-event.js";import{Gg as f0,Hg as A0}from"./schemas/projects-v2-item-reordered-event.js";import{Ig as eI,Jg as GQ}from"./schemas/code-scanning-alert-created-event.js";import{Kg as R1,Lg as O1}from"./schemas/push-event.js";import{Mg as J2,Ng as K2}from"./schemas/repository-publicized-event.js";import{Og as DX,Pg as SX}from"./schemas/discussion-unanswered-event.js";import{Qg as J0,Rg as K0}from"./schemas/project-edited-event.js";import{Sg as EX,Tg as HX}from"./schemas/gollum-event.js";import{Ug as wZ,Vg as qZ}from"./schemas/package-updated-event.js";import{Wg as f1,Xg as A1}from"./schemas/pull-request-unassigned-event.js";import{Yg as RY,Zg as OY}from"./schemas/label-created-event.js";import{$g as A5,_g as f5}from"./schemas/workflow-job-completed-event.js";import{ah as sQ,bh as oQ}from"./schemas/discussion-comment-created-event.js";import{ch as r2,dh as t2}from"./schemas/sponsorship-pending-tier-change-event.js";import{eh as zY,fh as FY}from"./schemas/issues-opened-event.js";import{gh as I5,hh as Q5}from"./schemas/star-created-event.js";import{ih as y2,jh as c2}from"./schemas/secret-scanning-alert-resolved-event.js";import{kh as LY,lh as PY}from"./schemas/issues-unlocked-event.js";import"./schemas/shared/index.js";import{mh as UG,nh as _G}from"./schemas/shared/marketplace-purchase.js";import{oh as gG,ph as NG}from"./schemas/shared/pull-request.js";import{qh as JI,rh as KI}from"./schemas/shared/simple-pull-request.js";import{sh as UI,th as _I}from"./schemas/shared/sponsorship-tier.js";import{uh as LG,vh as PG}from"./schemas/shared/project-card.js";import{wh as DG,xh as SG}from"./schemas/shared/organization.js";import{yh as b,zh as k}from"./schemas/shared/deployment.js";import{Ah as RG,Bh as OG}from"./schemas/shared/projects-v2-item.js";import{Ch as B,Dh as C}from"./schemas/shared/alert-instance.js";import{Eh as iG,Fh as dG}from"./schemas/shared/release.js";import{Gh as ZI,Hh as $I}from"./schemas/shared/secret-scanning-location-issue-title.js";import{Ih as sG,Jh as oG}from"./schemas/shared/repository-vulnerability-alert-alert.js";import{Kh as XI,Lh as YI}from"./schemas/shared/secret-scanning-location-issue-comment.js";import{Mh as uG,Nh as vG}from"./schemas/shared/pull-request-review.js";import{Oh as s,Ph as o}from"./schemas/shared/installation.js";import{Qh as z,Rh as F}from"./schemas/shared/branch-protection-rule.js";import{Sh as rG,Th as tG}from"./schemas/shared/secret-scanning-alert.js";import{Uh as n,Vh as a}from"./schemas/shared/git-hub-org.js";import{Wh as u,Xh as v}from"./schemas/shared/deployment-workflow-run.js";import{Yh as w,Zh as q}from"./schemas/shared/dependabot-alert.js";import{$h as H,_h as E}from"./schemas/shared/dependabot-alert-package.js";import{ai as f,bi as A}from"./schemas/shared/commit.js";import{ci as II,di as QI}from"./schemas/shared/secret-scanning-location-issue-body.js";import{ei as pG,fi as mG}from"./schemas/shared/pull-request-review-comment.js";import{gi as JG,hi as KG}from"./schemas/shared/link.js";import{ii as r,ji as t}from"./schemas/shared/installation-lite.js";import{ki as EG,li as HG}from"./schemas/shared/project-column.js";import{mi as eG,ni as GI}from"./schemas/shared/secret-scanning-location-commit.js";import{oi as TG,pi as xG}from"./schemas/shared/package-nuget-metadata.js";import{qi as bG,ri as kG}from"./schemas/shared/team.js";import{si as TI,ti as xI}from"./schemas/shared/workflow-job.js";import{ui as VI,vi as jI}from"./schemas/shared/workflow-step-in-progress.js";import{wi as MI,xi as WI}from"./schemas/shared/workflow-step-queued.js";import{yi as DI,zi as SI}from"./schemas/shared/workflow-step-completed.js";import{Ai as yG,Bi as cG}from"./schemas/shared/pull-request-auto-merge.js";import{Ci as R,Di as O}from"./schemas/shared/security-advisory-cvss.js";import{Ei as MG,Fi as WG}from"./schemas/shared/package-npm-metadata.js";import{Gi as VG,Hi as jG}from"./schemas/shared/organization-custom-property.js";import{Ii as y,Ji as c}from"./schemas/shared/security-advisory-cwes.js";import{Ki as XG,Li as YG}from"./schemas/shared/issue.js";import{Mi as e,Ni as GG}from"./schemas/shared/label.js";import{Oi as IG,Pi as QG}from"./schemas/shared/milestone.js";import{Qi as lG,Ri as hG}from"./schemas/shared/release-asset.js";import{Si as i,Ti as d}from"./schemas/shared/discussion.js";import{Ui as p,Vi as m}from"./schemas/shared/discussion-category.js";import{Wi as zI,Xi as FI}from"./schemas/shared/workflow.js";import{Yi as D,Zi as S}from"./schemas/shared/check-run-deployment.js";import{$i as P,_i as L}from"./schemas/shared/custom-property-value.js";import{aj as fI,bj as AI}from"./schemas/shared/workflow-run.js";import{cj as nG,dj as aG}from"./schemas/shared/repository-lite.js";import{ej as g,fj as N}from"./schemas/shared/referenced-workflow.js";import{gj as fG,hj as AG}from"./schemas/shared/project.js";import{ij as M,jj as W}from"./schemas/shared/check-run-pull-request.js";import{kj as V,lj as j}from"./schemas/shared/repo-ref.js";import{mj as BI,nj as CI}from"./schemas/shared/simple-commit.js";import{oj as T,pj as x}from"./schemas/shared/committer.js";import{qj as zG,rj as FG}from"./schemas/shared/membership.js";import{sj as ZG,tj as $G}from"./schemas/shared/issue-comment.js";import{uj as l,vj as h}from"./schemas/shared/reactions.js";import{wj as U,xj as _}from"./schemas/shared/app.js";import{yj as wG,zj as qG}from"./schemas/shared/repository.js";import{Aj as BG,Bj as CG}from"./schemas/shared/license.js";import{Cj as J,Dj as K}from"./schemas/shared/user.js";import"./chunk-4pz9snk4.js";import"./chunk-8wcsjp50.js";var I=["branch_protection_configuration","branch_protection_configuration.disabled","branch_protection_configuration.enabled","branch_protection_rule","branch_protection_rule.created","branch_protection_rule.deleted","branch_protection_rule.edited","check_run","check_run.completed","check_run.created","check_run.requested_action","check_run.rerequested","check_suite","check_suite.completed","check_suite.requested","check_suite.rerequested","code_scanning_alert","code_scanning_alert.appeared_in_branch","code_scanning_alert.closed_by_user","code_scanning_alert.created","code_scanning_alert.fixed","code_scanning_alert.reopened","code_scanning_alert.reopened_by_user","commit_comment","commit_comment.created","create","custom_property","custom_property.created","custom_property.deleted","custom_property.promote_to_enterprise","custom_property.updated","custom_property_values","custom_property_values.updated","delete","dependabot_alert","dependabot_alert.auto_dismissed","dependabot_alert.auto_reopened","dependabot_alert.created","dependabot_alert.dismissed","dependabot_alert.fixed","dependabot_alert.reintroduced","dependabot_alert.reopened","deploy_key","deploy_key.created","deploy_key.deleted","deployment","deployment.created","deployment_protection_rule","deployment_protection_rule.requested","deployment_review","deployment_review.approved","deployment_review.rejected","deployment_review.requested","deployment_status","deployment_status.created","discussion","discussion.answered","discussion.category_changed","discussion.closed","discussion.created","discussion.deleted","discussion.edited","discussion.labeled","discussion.locked","discussion.pinned","discussion.reopened","discussion.transferred","discussion.unanswered","discussion.unlabeled","discussion.unlocked","discussion.unpinned","discussion_comment","discussion_comment.created","discussion_comment.deleted","discussion_comment.edited","fork","github_app_authorization","github_app_authorization.revoked","gollum","installation","installation.created","installation.deleted","installation.new_permissions_accepted","installation.suspend","installation.unsuspend","installation_repositories","installation_repositories.added","installation_repositories.removed","installation_target","installation_target.renamed","issue_comment","issue_comment.created","issue_comment.deleted","issue_comment.edited","issue_dependencies","issue_dependencies.blocked_by_added","issue_dependencies.blocked_by_removed","issue_dependencies.blocking_added","issue_dependencies.blocking_removed","issues","issues.assigned","issues.closed","issues.deleted","issues.demilestoned","issues.edited","issues.labeled","issues.locked","issues.milestoned","issues.opened","issues.pinned","issues.reopened","issues.transferred","issues.typed","issues.unassigned","issues.unlabeled","issues.unlocked","issues.unpinned","issues.untyped","label","label.created","label.deleted","label.edited","marketplace_purchase","marketplace_purchase.cancelled","marketplace_purchase.changed","marketplace_purchase.pending_change","marketplace_purchase.pending_change_cancelled","marketplace_purchase.purchased","member","member.added","member.edited","member.removed","membership","membership.added","membership.removed","merge_group","merge_group.checks_requested","merge_group.destroyed","meta","meta.deleted","milestone","milestone.closed","milestone.created","milestone.deleted","milestone.edited","milestone.opened","org_block","org_block.blocked","org_block.unblocked","organization","organization.deleted","organization.member_added","organization.member_invited","organization.member_removed","organization.renamed","package","package.published","package.updated","page_build","personal_access_token_request","personal_access_token_request.approved","personal_access_token_request.cancelled","personal_access_token_request.created","personal_access_token_request.denied","ping","project","project.closed","project.created","project.deleted","project.edited","project.reopened","project_card","project_card.converted","project_card.created","project_card.deleted","project_card.edited","project_card.moved","project_column","project_column.created","project_column.deleted","project_column.edited","project_column.moved","projects_v2","projects_v2.closed","projects_v2.created","projects_v2.deleted","projects_v2.edited","projects_v2.reopened","projects_v2_item","projects_v2_item.archived","projects_v2_item.converted","projects_v2_item.created","projects_v2_item.deleted","projects_v2_item.edited","projects_v2_item.reordered","projects_v2_item.restored","projects_v2_status_update","projects_v2_status_update.created","projects_v2_status_update.deleted","projects_v2_status_update.edited","public","pull_request","pull_request.assigned","pull_request.auto_merge_disabled","pull_request.auto_merge_enabled","pull_request.closed","pull_request.converted_to_draft","pull_request.demilestoned","pull_request.dequeued","pull_request.edited","pull_request.enqueued","pull_request.labeled","pull_request.locked","pull_request.milestoned","pull_request.opened","pull_request.ready_for_review","pull_request.reopened","pull_request.review_request_removed","pull_request.review_requested","pull_request.synchronize","pull_request.unassigned","pull_request.unlabeled","pull_request.unlocked","pull_request_review","pull_request_review.dismissed","pull_request_review.edited","pull_request_review.submitted","pull_request_review_comment","pull_request_review_comment.created","pull_request_review_comment.deleted","pull_request_review_comment.edited","pull_request_review_thread","pull_request_review_thread.resolved","pull_request_review_thread.unresolved","push","registry_package","registry_package.published","registry_package.updated","release","release.created","release.deleted","release.edited","release.prereleased","release.published","release.released","release.unpublished","repository","repository.archived","repository.created","repository.deleted","repository.edited","repository.privatized","repository.publicized","repository.renamed","repository.transferred","repository.unarchived","repository_advisory","repository_advisory.published","repository_advisory.reported","repository_dispatch","repository_dispatch.sample.collected","repository_import","repository_ruleset","repository_ruleset.created","repository_ruleset.deleted","repository_ruleset.edited","repository_vulnerability_alert","repository_vulnerability_alert.create","repository_vulnerability_alert.dismiss","repository_vulnerability_alert.reopen","repository_vulnerability_alert.resolve","secret_scanning_alert","secret_scanning_alert.assigned","secret_scanning_alert.created","secret_scanning_alert.publicly_leaked","secret_scanning_alert.reopened","secret_scanning_alert.resolved","secret_scanning_alert.unassigned","secret_scanning_alert.validated","secret_scanning_alert_location","secret_scanning_alert_location.created","secret_scanning_scan","secret_scanning_scan.completed","security_advisory","security_advisory.published","security_advisory.updated","security_advisory.withdrawn","security_and_analysis","sponsorship","sponsorship.cancelled","sponsorship.created","sponsorship.edited","sponsorship.pending_cancellation","sponsorship.pending_tier_change","sponsorship.tier_changed","star","star.created","star.deleted","status","sub_issues","sub_issues.parent_issue_added","sub_issues.parent_issue_removed","sub_issues.sub_issue_added","sub_issues.sub_issue_removed","team","team.added_to_repository","team.created","team.deleted","team.edited","team.removed_from_repository","team_add","watch","watch.started","workflow_dispatch","workflow_job","workflow_job.completed","workflow_job.in_progress","workflow_job.queued","workflow_job.waiting","workflow_run","workflow_run.completed","workflow_run.in_progress","workflow_run.requested"];var G=new TextDecoder("utf-8",{fatal:!1}),Q=G.decode.bind(G);export{WI as isWorkflowStepQueued,jI as isWorkflowStepInProgress,SI as isWorkflowStepCompleted,k5 as isWorkflowRunRequestedEvent,q5 as isWorkflowRunInProgressEvent,c5 as isWorkflowRunCompletedEvent,AI as isWorkflowRun,O5 as isWorkflowJobWaitingEvent,H5 as isWorkflowJobQueuedEvent,P5 as isWorkflowJobInProgressEvent,A5 as isWorkflowJobCompletedEvent,xI as isWorkflowJob,x5 as isWorkflowDispatchEvent,FI as isWorkflow,W5 as isWatchStartedEvent,K as isUser,j5 as isTeamRemovedFromRepositoryEvent,S5 as isTeamEditedEvent,F5 as isTeamDeletedEvent,_5 as isTeamCreatedEvent,K5 as isTeamAddedToRepositoryEvent,C5 as isTeamAddEvent,kG as isTeam,$5 as isStatusEvent,Y5 as isStarDeletedEvent,Q5 as isStarCreatedEvent,G5 as isSponsorshipTierChangedEvent,_I as isSponsorshipTier,t2 as isSponsorshipPendingTierChangeEvent,o2 as isSponsorshipPendingCancellationEvent,a2 as isSponsorshipEditedEvent,d2 as isSponsorshipCreatedEvent,h2 as isSponsorshipCancelledEvent,KI as isSimplePullRequest,CI as isSimpleCommit,m2 as isSecurityAdvisoryWithdrawnEvent,v2 as isSecurityAdvisoryUpdatedEvent,N2 as isSecurityAdvisoryPublishedEvent,k2 as isSecurityAdvisoryPerformedEvent,c as isSecurityAdvisoryCwes,O as isSecurityAdvisoryCvss,$I as isSecretScanningLocationIssueTitle,YI as isSecretScanningLocationIssueComment,QI as isSecretScanningLocationIssueBody,GI as isSecretScanningLocationCommit,q2 as isSecretScanningAlertRevokedEvent,c2 as isSecretScanningAlertResolvedEvent,O2 as isSecretScanningAlertReopenedEvent,H2 as isSecretScanningAlertLocationCreatedEvent,P2 as isSecretScanningAlertCreatedEvent,tG as isSecretScanningAlert,A2 as isRepositoryVulnerabilityAlertResolveEvent,x2 as isRepositoryVulnerabilityAlertReopenEvent,W2 as isRepositoryVulnerabilityAlertDismissEvent,j2 as isRepositoryVulnerabilityAlertCreateEvent,oG as isRepositoryVulnerabilityAlertAlert,S2 as isRepositoryUnarchivedEvent,F2 as isRepositoryTransferredEvent,_2 as isRepositoryRenamedEvent,K2 as isRepositoryPublicizedEvent,C2 as isRepositoryPrivatizedEvent,aG as isRepositoryLite,$2 as isRepositoryImportEvent,Y2 as isRepositoryEditedEvent,Q2 as isRepositoryDispatchEvent,G2 as isRepositoryDeletedEvent,t1 as isRepositoryCreatedEvent,o1 as isRepositoryArchivedEvent,qG as isRepository,j as isRepoRef,a1 as isReleaseUnpublishedEvent,d1 as isReleaseReleasedEvent,h1 as isReleasePublishedEvent,m1 as isReleasePrereleasedEvent,v1 as isReleaseEditedEvent,N1 as isReleaseDeletedEvent,k1 as isReleaseCreatedEvent,hG as isReleaseAsset,dG as isRelease,q1 as isRegistryPackageUpdatedEvent,c1 as isRegistryPackagePublishedEvent,N as isReferencedWorkflow,h as isReactions,O1 as isPushEvent,H1 as isPullRequestUnlockedEvent,P1 as isPullRequestUnlabeledEvent,A1 as isPullRequestUnassignedEvent,x1 as isPullRequestSynchronizeEvent,W1 as isPullRequestReviewThreadUnresolvedEvent,j1 as isPullRequestReviewThreadResolvedEvent,S1 as isPullRequestReviewSubmittedEvent,F1 as isPullRequestReviewEditedEvent,_1 as isPullRequestReviewDismissedEvent,K1 as isPullRequestReviewCommentEditedEvent,C1 as isPullRequestReviewCommentDeletedEvent,$1 as isPullRequestReviewCommentCreatedEvent,mG as isPullRequestReviewComment,vG as isPullRequestReview,Y1 as isPullRequestReopenedEvent,Q1 as isPullRequestReadyForReviewEvent,G1 as isPullRequestOpenedEvent,t0 as isPullRequestMilestonedEvent,o0 as isPullRequestLockedEvent,a0 as isPullRequestLabeledEvent,d0 as isPullRequestEnqueuedEvent,h0 as isPullRequestEditedEvent,m0 as isPullRequestDequeuedEvent,v0 as isPullRequestDemilestonedEvent,N0 as isPullRequestConvertedToDraftEvent,k0 as isPullRequestClosedEvent,q0 as isPullRequestAutoMergeEnabledEvent,c0 as isPullRequestAutoMergeDisabledEvent,cG as isPullRequestAutoMerge,O0 as isPullRequestAssignedEvent,NG as isPullRequest,H0 as isPublicEvent,P0 as isProjectsV2ItemRestoredEvent,A0 as isProjectsV2ItemReorderedEvent,x0 as isProjectsV2ItemEditedEvent,W0 as isProjectsV2ItemDeletedEvent,j0 as isProjectsV2ItemCreatedEvent,S0 as isProjectsV2ItemConvertedEvent,F0 as isProjectsV2ItemArchivedEvent,OG as isProjectsV2Item,_0 as isProjectReopenedEvent,K0 as isProjectEditedEvent,C0 as isProjectDeletedEvent,$0 as isProjectCreatedEvent,Y0 as isProjectColumnMovedEvent,Q0 as isProjectColumnEditedEvent,G0 as isProjectColumnDeletedEvent,tZ as isProjectColumnCreatedEvent,HG as isProjectColumn,oZ as isProjectClosedEvent,aZ as isProjectCardMovedEvent,dZ as isProjectCardEditedEvent,hZ as isProjectCardDeletedEvent,mZ as isProjectCardCreatedEvent,vZ as isProjectCardConvertedEvent,PG as isProjectCard,AG as isProject,NZ as isPingEvent,kZ as isPageBuildEvent,qZ as isPackageUpdatedEvent,cZ as isPackagePublishedEvent,xG as isPackageNugetMetadata,WG as isPackageNPMMetadata,OZ as isOrganizationRenamedEvent,HZ as isOrganizationMemberRemovedEvent,PZ as isOrganizationMemberInvitedEvent,AZ as isOrganizationMemberAddedEvent,xZ as isOrganizationDeletedEvent,jG as isOrganizationCustomProperty,SG as isOrganization,WZ as isOrgBlockUnblockedEvent,jZ as isOrgBlockBlockedEvent,SZ as isMilestoneOpenedEvent,FZ as isMilestoneEditedEvent,_Z as isMilestoneDeletedEvent,KZ as isMilestoneCreatedEvent,CZ as isMilestoneClosedEvent,QG as isMilestone,$Z as isMetaDeletedEvent,YZ as isMergeGroupDestroyedEvent,QZ as isMergeGroupChecksRequestedEvent,GZ as isMembershipRemovedEvent,tY as isMembershipAddedEvent,FG as isMembership,oY as isMemberRemovedEvent,aY as isMemberEditedEvent,dY as isMemberAddedEvent,hY as isMarketplacePurchasePurchasedEvent,mY as isMarketplacePurchasePendingChangeEvent,vY as isMarketplacePurchasePendingChangeCancelledEvent,NY as isMarketplacePurchaseChangedEvent,kY as isMarketplacePurchaseCancelledEvent,_G as isMarketplacePurchase,KG as isLink,CG as isLicense,qY as isLabelEditedEvent,cY as isLabelDeletedEvent,OY as isLabelCreatedEvent,GG as isLabel,HY as isIssuesUnpinnedEvent,PY as isIssuesUnlockedEvent,AY as isIssuesUnlabeledEvent,xY as isIssuesUnassignedEvent,WY as isIssuesTransferredEvent,jY as isIssuesReopenedEvent,SY as isIssuesPinnedEvent,FY as isIssuesOpenedEvent,_Y as isIssuesMilestonedEvent,KY as isIssuesLockedEvent,CY as isIssuesLabeledEvent,$Y as isIssuesEditedEvent,YY as isIssuesDemilestonedEvent,QY as isIssuesDeletedEvent,GY as isIssuesClosedEvent,tX as isIssuesAssignedEvent,oX as isIssueCommentEditedEvent,aX as isIssueCommentDeletedEvent,dX as isIssueCommentCreatedEvent,$G as isIssueComment,YG as isIssue,hX as isInstallationUnsuspendEvent,mX as isInstallationTargetRenamedEvent,vX as isInstallationSuspendEvent,NX as isInstallationRepositoriesRemovedEvent,kX as isInstallationRepositoriesAddedEvent,qX as isInstallationNewPermissionsAcceptedEvent,t as isInstallationLite,cX as isInstallationDeletedEvent,OX as isInstallationCreatedEvent,o as isInstallation,HX as isGollumEvent,PX as isGithubAppAuthorizationRevokedEvent,a as isGitHubOrg,AX as isForkEvent,xX as isDiscussionUnpinnedEvent,WX as isDiscussionUnlockedEvent,jX as isDiscussionUnlabeledEvent,SX as isDiscussionUnansweredEvent,FX as isDiscussionTransferredEvent,_X as isDiscussionPinnedEvent,KX as isDiscussionLockedEvent,CX as isDiscussionLabeledEvent,$X as isDiscussionEditedEvent,YX as isDiscussionDeletedEvent,QX as isDiscussionCreatedEvent,GX as isDiscussionCommentEditedEvent,tQ as isDiscussionCommentDeletedEvent,oQ as isDiscussionCommentCreatedEvent,aQ as isDiscussionCategoryChangedEvent,m as isDiscussionCategory,dQ as isDiscussionAnsweredEvent,d as isDiscussion,v as isDeploymentWorkflowRun,hQ as isDeploymentStatusCreatedEvent,mQ as isDeploymentReviewRequestedEvent,vQ as isDeploymentReviewRejectedEvent,NQ as isDeploymentReviewApprovedEvent,kQ as isDeploymentProtectionRuleRequestedEvent,qQ as isDeploymentCreatedEvent,k as isDeployment,cQ as isDeployKeyDeletedEvent,OQ as isDeployKeyCreatedEvent,HQ as isDependabotAlertReopenedEvent,PQ as isDependabotAlertReintroducedEvent,H as isDependabotAlertPackage,AQ as isDependabotAlertFixedEvent,xQ as isDependabotAlertDismissedEvent,WQ as isDependabotAlertCreatedEvent,q as isDependabotAlert,jQ as isDeleteEvent,SQ as isCustomPropertyValuesUpdatedEvent,P as isCustomPropertyValue,FQ as isCustomPropertyDeletedEvent,_Q as isCustomPropertyCreatedEvent,KQ as isCreateEvent,x as isCommitter,CQ as isCommitCommentCreatedEvent,A as isCommit,$Q as isCodeScanningAlertReopenedEvent,YQ as isCodeScanningAlertReopenedByUserEvent,QQ as isCodeScanningAlertFixedEvent,GQ as isCodeScanningAlertCreatedEvent,tI as isCodeScanningAlertClosedByUserEvent,oI as isCodeScanningAlertAppearedInBranchEvent,aI as isCheckSuiteRerequestedEvent,dI as isCheckSuiteRequestedEvent,hI as isCheckSuiteCompletedEvent,mI as isCheckRunRerequestedEvent,vI as isCheckRunRequestedActionEvent,W as isCheckRunPullRequest,S as isCheckRunDeployment,NI as isCheckRunCreatedEvent,kI as isCheckRunCompletedEvent,qI as isBranchProtectionRuleEditedEvent,cI as isBranchProtectionRuleDeletedEvent,OI as isBranchProtectionRuleCreatedEvent,F as isBranchProtectionRule,HI as isBranchProtectionConfigurationEnabledEvent,PI as isBranchProtectionConfigurationDisabledEvent,_ as isApp,C as isAlertInstance,I as eventTypes,MI as WorkflowStepQueuedSchema,VI as WorkflowStepInProgressSchema,DI as WorkflowStepCompletedSchema,zI as WorkflowSchema,fI as WorkflowRunSchema,b5 as WorkflowRunRequestedEventSchema,w5 as WorkflowRunInProgressEventSchema,y5 as WorkflowRunCompletedEventSchema,R5 as WorkflowJobWaitingEventSchema,TI as WorkflowJobSchema,E5 as WorkflowJobQueuedEventSchema,L5 as WorkflowJobInProgressEventSchema,f5 as WorkflowJobCompletedEventSchema,T5 as WorkflowDispatchEventSchema,M5 as WatchStartedEventSchema,J as UserSchema,bG as TeamSchema,V5 as TeamRemovedFromRepositoryEventSchema,D5 as TeamEditedEventSchema,z5 as TeamDeletedEventSchema,U5 as TeamCreatedEventSchema,J5 as TeamAddedToRepositoryEventSchema,B5 as TeamAddEventSchema,Z5 as StatusEventSchema,X5 as StarDeletedEventSchema,I5 as StarCreatedEventSchema,UI as SponsorshipTierSchema,e2 as SponsorshipTierChangedEventSchema,r2 as SponsorshipPendingTierChangeEventSchema,s2 as SponsorshipPendingCancellationEventSchema,n2 as SponsorshipEditedEventSchema,i2 as SponsorshipCreatedEventSchema,l2 as SponsorshipCancelledEventSchema,JI as SimplePullRequestSchema,BI as SimpleCommitSchema,p2 as SecurityAdvisoryWithdrawnEventSchema,u2 as SecurityAdvisoryUpdatedEventSchema,g2 as SecurityAdvisoryPublishedEventSchema,b2 as SecurityAdvisoryPerformedEventSchema,y as SecurityAdvisoryCwesSchema,R as SecurityAdvisoryCvssSchema,ZI as SecretScanningLocationIssueTitleSchema,XI as SecretScanningLocationIssueCommentSchema,II as SecretScanningLocationIssueBodySchema,eG as SecretScanningLocationCommitSchema,rG as SecretScanningAlertSchema,w2 as SecretScanningAlertRevokedEventSchema,y2 as SecretScanningAlertResolvedEventSchema,R2 as SecretScanningAlertReopenedEventSchema,E2 as SecretScanningAlertLocationCreatedEventSchema,L2 as SecretScanningAlertCreatedEventSchema,f2 as RepositoryVulnerabilityAlertResolveEventSchema,T2 as RepositoryVulnerabilityAlertReopenEventSchema,M2 as RepositoryVulnerabilityAlertDismissEventSchema,V2 as RepositoryVulnerabilityAlertCreateEventSchema,sG as RepositoryVulnerabilityAlertAlertSchema,D2 as RepositoryUnarchivedEventSchema,z2 as RepositoryTransferredEventSchema,wG as RepositorySchema,U2 as RepositoryRenamedEventSchema,J2 as RepositoryPublicizedEventSchema,B2 as RepositoryPrivatizedEventSchema,nG as RepositoryLiteSchema,Z2 as RepositoryImportEventSchema,X2 as RepositoryEditedEventSchema,I2 as RepositoryDispatchEventSchema,e1 as RepositoryDeletedEventSchema,r1 as RepositoryCreatedEventSchema,s1 as RepositoryArchivedEventSchema,V as RepoRefSchema,n1 as ReleaseUnpublishedEventSchema,iG as ReleaseSchema,i1 as ReleaseReleasedEventSchema,l1 as ReleasePublishedEventSchema,p1 as ReleasePrereleasedEventSchema,u1 as ReleaseEditedEventSchema,g1 as ReleaseDeletedEventSchema,b1 as ReleaseCreatedEventSchema,lG as ReleaseAssetSchema,w1 as RegistryPackageUpdatedEventSchema,y1 as RegistryPackagePublishedEventSchema,g as ReferencedWorkflowSchema,l as ReactionsSchema,R1 as PushEventSchema,E1 as PullRequestUnlockedEventSchema,L1 as PullRequestUnlabeledEventSchema,f1 as PullRequestUnassignedEventSchema,T1 as PullRequestSynchronizeEventSchema,gG as PullRequestSchema,M1 as PullRequestReviewThreadUnresolvedEventSchema,V1 as PullRequestReviewThreadResolvedEventSchema,D1 as PullRequestReviewSubmittedEventSchema,uG as PullRequestReviewSchema,z1 as PullRequestReviewEditedEventSchema,U1 as PullRequestReviewDismissedEventSchema,pG as PullRequestReviewCommentSchema,J1 as PullRequestReviewCommentEditedEventSchema,B1 as PullRequestReviewCommentDeletedEventSchema,Z1 as PullRequestReviewCommentCreatedEventSchema,X1 as PullRequestReopenedEventSchema,I1 as PullRequestReadyForReviewEventSchema,e0 as PullRequestOpenedEventSchema,r0 as PullRequestMilestonedEventSchema,s0 as PullRequestLockedEventSchema,n0 as PullRequestLabeledEventSchema,i0 as PullRequestEnqueuedEventSchema,l0 as PullRequestEditedEventSchema,p0 as PullRequestDequeuedEventSchema,u0 as PullRequestDemilestonedEventSchema,g0 as PullRequestConvertedToDraftEventSchema,b0 as PullRequestClosedEventSchema,yG as PullRequestAutoMergeSchema,w0 as PullRequestAutoMergeEnabledEventSchema,y0 as PullRequestAutoMergeDisabledEventSchema,R0 as PullRequestAssignedEventSchema,E0 as PublicEventSchema,RG as ProjectsV2ItemSchema,L0 as ProjectsV2ItemRestoredEventSchema,f0 as ProjectsV2ItemReorderedEventSchema,T0 as ProjectsV2ItemEditedEventSchema,M0 as ProjectsV2ItemDeletedEventSchema,V0 as ProjectsV2ItemCreatedEventSchema,D0 as ProjectsV2ItemConvertedEventSchema,z0 as ProjectsV2ItemArchivedEventSchema,fG as ProjectSchema,U0 as ProjectReopenedEventSchema,J0 as ProjectEditedEventSchema,B0 as ProjectDeletedEventSchema,Z0 as ProjectCreatedEventSchema,EG as ProjectColumnSchema,X0 as ProjectColumnMovedEventSchema,I0 as ProjectColumnEditedEventSchema,eZ as ProjectColumnDeletedEventSchema,rZ as ProjectColumnCreatedEventSchema,sZ as ProjectClosedEventSchema,LG as ProjectCardSchema,nZ as ProjectCardMovedEventSchema,iZ as ProjectCardEditedEventSchema,lZ as ProjectCardDeletedEventSchema,pZ as ProjectCardCreatedEventSchema,uZ as ProjectCardConvertedEventSchema,gZ as PingEventSchema,bZ as PageBuildEventSchema,wZ as PackageUpdatedEventSchema,yZ as PackagePublishedEventSchema,TG as PackageNugetMetadataSchema,MG as PackageNPMMetadataSchema,DG as OrganizationSchema,RZ as OrganizationRenamedEventSchema,EZ as OrganizationMemberRemovedEventSchema,LZ as OrganizationMemberInvitedEventSchema,fZ as OrganizationMemberAddedEventSchema,TZ as OrganizationDeletedEventSchema,VG as OrganizationCustomPropertySchema,MZ as OrgBlockUnblockedEventSchema,VZ as OrgBlockBlockedEventSchema,IG as MilestoneSchema,DZ as MilestoneOpenedEventSchema,zZ as MilestoneEditedEventSchema,UZ as MilestoneDeletedEventSchema,JZ as MilestoneCreatedEventSchema,BZ as MilestoneClosedEventSchema,ZZ as MetaDeletedEventSchema,XZ as MergeGroupDestroyedEventSchema,IZ as MergeGroupChecksRequestedEventSchema,zG as MembershipSchema,eY as MembershipRemovedEventSchema,rY as MembershipAddedEventSchema,sY as MemberRemovedEventSchema,nY as MemberEditedEventSchema,iY as MemberAddedEventSchema,UG as MarketplacePurchaseSchema,lY as MarketplacePurchasePurchasedEventSchema,pY as MarketplacePurchasePendingChangeEventSchema,uY as MarketplacePurchasePendingChangeCancelledEventSchema,gY as MarketplacePurchaseChangedEventSchema,bY as MarketplacePurchaseCancelledEventSchema,JG as LinkSchema,BG as LicenseSchema,e as LabelSchema,wY as LabelEditedEventSchema,yY as LabelDeletedEventSchema,RY as LabelCreatedEventSchema,EY as IssuesUnpinnedEventSchema,LY as IssuesUnlockedEventSchema,fY as IssuesUnlabeledEventSchema,TY as IssuesUnassignedEventSchema,MY as IssuesTransferredEventSchema,VY as IssuesReopenedEventSchema,DY as IssuesPinnedEventSchema,zY as IssuesOpenedEventSchema,UY as IssuesMilestonedEventSchema,JY as IssuesLockedEventSchema,BY as IssuesLabeledEventSchema,ZY as IssuesEditedEventSchema,XY as IssuesDemilestonedEventSchema,IY as IssuesDeletedEventSchema,eX as IssuesClosedEventSchema,rX as IssuesAssignedEventSchema,XG as IssueSchema,ZG as IssueCommentSchema,sX as IssueCommentEditedEventSchema,nX as IssueCommentDeletedEventSchema,iX as IssueCommentCreatedEventSchema,lX as InstallationUnsuspendEventSchema,pX as InstallationTargetRenamedEventSchema,uX as InstallationSuspendEventSchema,s as InstallationSchema,gX as InstallationRepositoriesRemovedEventSchema,bX as InstallationRepositoriesAddedEventSchema,wX as InstallationNewPermissionsAcceptedEventSchema,r as InstallationLiteSchema,yX as InstallationDeletedEventSchema,RX as InstallationCreatedEventSchema,EX as GollumEventSchema,LX as GithubAppAuthorizationRevokedEventSchema,n as GitHubOrgSchema,fX as ForkEventSchema,TX as DiscussionUnpinnedEventSchema,MX as DiscussionUnlockedEventSchema,VX as DiscussionUnlabeledEventSchema,DX as DiscussionUnansweredEventSchema,zX as DiscussionTransferredEventSchema,i as DiscussionSchema,UX as DiscussionPinnedEventSchema,JX as DiscussionLockedEventSchema,BX as DiscussionLabeledEventSchema,ZX as DiscussionEditedEventSchema,XX as DiscussionDeletedEventSchema,IX as DiscussionCreatedEventSchema,eQ as DiscussionCommentEditedEventSchema,rQ as DiscussionCommentDeletedEventSchema,sQ as DiscussionCommentCreatedEventSchema,p as DiscussionCategorySchema,nQ as DiscussionCategoryChangedEventSchema,iQ as DiscussionAnsweredEventSchema,u as DeploymentWorkflowRunSchema,lQ as DeploymentStatusCreatedEventSchema,b as DeploymentSchema,pQ as DeploymentReviewRequestedEventSchema,uQ as DeploymentReviewRejectedEventSchema,gQ as DeploymentReviewApprovedEventSchema,bQ as DeploymentProtectionRuleRequestedEventSchema,wQ as DeploymentCreatedEventSchema,yQ as DeployKeyDeletedEventSchema,RQ as DeployKeyCreatedEventSchema,w as DependabotAlertSchema,EQ as DependabotAlertReopenedEventSchema,LQ as DependabotAlertReintroducedEventSchema,E as DependabotAlertPackageSchema,fQ as DependabotAlertFixedEventSchema,TQ as DependabotAlertDismissedEventSchema,MQ as DependabotAlertCreatedEventSchema,VQ as DeleteEventSchema,DQ as CustomPropertyValuesUpdatedEventSchema,L as CustomPropertyValueSchema,zQ as CustomPropertyDeletedEventSchema,UQ as CustomPropertyCreatedEventSchema,JQ as CreateEventSchema,T as CommitterSchema,f as CommitSchema,BQ as CommitCommentCreatedEventSchema,ZQ as CodeScanningAlertReopenedEventSchema,XQ as CodeScanningAlertReopenedByUserEventSchema,IQ as CodeScanningAlertFixedEventSchema,eI as CodeScanningAlertCreatedEventSchema,rI as CodeScanningAlertClosedByUserEventSchema,sI as CodeScanningAlertAppearedInBranchEventSchema,nI as CheckSuiteRerequestedEventSchema,iI as CheckSuiteRequestedEventSchema,lI as CheckSuiteCompletedEventSchema,pI as CheckRunRerequestedEventSchema,uI as CheckRunRequestedActionEventSchema,M as CheckRunPullRequestSchema,D as CheckRunDeploymentSchema,gI as CheckRunCreatedEventSchema,bI as CheckRunCompletedEventSchema,z as BranchProtectionRuleSchema,wI as BranchProtectionRuleEditedEventSchema,yI as BranchProtectionRuleDeletedEventSchema,RI as BranchProtectionRuleCreatedEventSchema,EI as BranchProtectionConfigurationEnabledEventSchema,LI as BranchProtectionConfigurationDisabledEventSchema,U as AppSchema,B as AlertInstanceSchema};
3
+
4
+ //# debugId=A4B9D054696715BE64756E2164756E21
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../node_modules/@octokit/webhooks/dist-bundle/index.js"],
4
+ "sourcesContent": [
5
+ "// pkg/dist-src/create-logger.js\nvar createLogger = (logger = {}) => {\n if (typeof logger.debug !== \"function\") {\n logger.debug = () => {\n };\n }\n if (typeof logger.info !== \"function\") {\n logger.info = () => {\n };\n }\n if (typeof logger.warn !== \"function\") {\n logger.warn = console.warn.bind(console);\n }\n if (typeof logger.error !== \"function\") {\n logger.error = console.error.bind(console);\n }\n return logger;\n};\n\n// pkg/dist-src/generated/webhook-names.js\nvar emitterEventNames = [\n \"branch_protection_configuration\",\n \"branch_protection_configuration.disabled\",\n \"branch_protection_configuration.enabled\",\n \"branch_protection_rule\",\n \"branch_protection_rule.created\",\n \"branch_protection_rule.deleted\",\n \"branch_protection_rule.edited\",\n \"check_run\",\n \"check_run.completed\",\n \"check_run.created\",\n \"check_run.requested_action\",\n \"check_run.rerequested\",\n \"check_suite\",\n \"check_suite.completed\",\n \"check_suite.requested\",\n \"check_suite.rerequested\",\n \"code_scanning_alert\",\n \"code_scanning_alert.appeared_in_branch\",\n \"code_scanning_alert.closed_by_user\",\n \"code_scanning_alert.created\",\n \"code_scanning_alert.fixed\",\n \"code_scanning_alert.reopened\",\n \"code_scanning_alert.reopened_by_user\",\n \"commit_comment\",\n \"commit_comment.created\",\n \"create\",\n \"custom_property\",\n \"custom_property.created\",\n \"custom_property.deleted\",\n \"custom_property.promote_to_enterprise\",\n \"custom_property.updated\",\n \"custom_property_values\",\n \"custom_property_values.updated\",\n \"delete\",\n \"dependabot_alert\",\n \"dependabot_alert.auto_dismissed\",\n \"dependabot_alert.auto_reopened\",\n \"dependabot_alert.created\",\n \"dependabot_alert.dismissed\",\n \"dependabot_alert.fixed\",\n \"dependabot_alert.reintroduced\",\n \"dependabot_alert.reopened\",\n \"deploy_key\",\n \"deploy_key.created\",\n \"deploy_key.deleted\",\n \"deployment\",\n \"deployment.created\",\n \"deployment_protection_rule\",\n \"deployment_protection_rule.requested\",\n \"deployment_review\",\n \"deployment_review.approved\",\n \"deployment_review.rejected\",\n \"deployment_review.requested\",\n \"deployment_status\",\n \"deployment_status.created\",\n \"discussion\",\n \"discussion.answered\",\n \"discussion.category_changed\",\n \"discussion.closed\",\n \"discussion.created\",\n \"discussion.deleted\",\n \"discussion.edited\",\n \"discussion.labeled\",\n \"discussion.locked\",\n \"discussion.pinned\",\n \"discussion.reopened\",\n \"discussion.transferred\",\n \"discussion.unanswered\",\n \"discussion.unlabeled\",\n \"discussion.unlocked\",\n \"discussion.unpinned\",\n \"discussion_comment\",\n \"discussion_comment.created\",\n \"discussion_comment.deleted\",\n \"discussion_comment.edited\",\n \"fork\",\n \"github_app_authorization\",\n \"github_app_authorization.revoked\",\n \"gollum\",\n \"installation\",\n \"installation.created\",\n \"installation.deleted\",\n \"installation.new_permissions_accepted\",\n \"installation.suspend\",\n \"installation.unsuspend\",\n \"installation_repositories\",\n \"installation_repositories.added\",\n \"installation_repositories.removed\",\n \"installation_target\",\n \"installation_target.renamed\",\n \"issue_comment\",\n \"issue_comment.created\",\n \"issue_comment.deleted\",\n \"issue_comment.edited\",\n \"issue_dependencies\",\n \"issue_dependencies.blocked_by_added\",\n \"issue_dependencies.blocked_by_removed\",\n \"issue_dependencies.blocking_added\",\n \"issue_dependencies.blocking_removed\",\n \"issues\",\n \"issues.assigned\",\n \"issues.closed\",\n \"issues.deleted\",\n \"issues.demilestoned\",\n \"issues.edited\",\n \"issues.labeled\",\n \"issues.locked\",\n \"issues.milestoned\",\n \"issues.opened\",\n \"issues.pinned\",\n \"issues.reopened\",\n \"issues.transferred\",\n \"issues.typed\",\n \"issues.unassigned\",\n \"issues.unlabeled\",\n \"issues.unlocked\",\n \"issues.unpinned\",\n \"issues.untyped\",\n \"label\",\n \"label.created\",\n \"label.deleted\",\n \"label.edited\",\n \"marketplace_purchase\",\n \"marketplace_purchase.cancelled\",\n \"marketplace_purchase.changed\",\n \"marketplace_purchase.pending_change\",\n \"marketplace_purchase.pending_change_cancelled\",\n \"marketplace_purchase.purchased\",\n \"member\",\n \"member.added\",\n \"member.edited\",\n \"member.removed\",\n \"membership\",\n \"membership.added\",\n \"membership.removed\",\n \"merge_group\",\n \"merge_group.checks_requested\",\n \"merge_group.destroyed\",\n \"meta\",\n \"meta.deleted\",\n \"milestone\",\n \"milestone.closed\",\n \"milestone.created\",\n \"milestone.deleted\",\n \"milestone.edited\",\n \"milestone.opened\",\n \"org_block\",\n \"org_block.blocked\",\n \"org_block.unblocked\",\n \"organization\",\n \"organization.deleted\",\n \"organization.member_added\",\n \"organization.member_invited\",\n \"organization.member_removed\",\n \"organization.renamed\",\n \"package\",\n \"package.published\",\n \"package.updated\",\n \"page_build\",\n \"personal_access_token_request\",\n \"personal_access_token_request.approved\",\n \"personal_access_token_request.cancelled\",\n \"personal_access_token_request.created\",\n \"personal_access_token_request.denied\",\n \"ping\",\n \"project\",\n \"project.closed\",\n \"project.created\",\n \"project.deleted\",\n \"project.edited\",\n \"project.reopened\",\n \"project_card\",\n \"project_card.converted\",\n \"project_card.created\",\n \"project_card.deleted\",\n \"project_card.edited\",\n \"project_card.moved\",\n \"project_column\",\n \"project_column.created\",\n \"project_column.deleted\",\n \"project_column.edited\",\n \"project_column.moved\",\n \"projects_v2\",\n \"projects_v2.closed\",\n \"projects_v2.created\",\n \"projects_v2.deleted\",\n \"projects_v2.edited\",\n \"projects_v2.reopened\",\n \"projects_v2_item\",\n \"projects_v2_item.archived\",\n \"projects_v2_item.converted\",\n \"projects_v2_item.created\",\n \"projects_v2_item.deleted\",\n \"projects_v2_item.edited\",\n \"projects_v2_item.reordered\",\n \"projects_v2_item.restored\",\n \"projects_v2_status_update\",\n \"projects_v2_status_update.created\",\n \"projects_v2_status_update.deleted\",\n \"projects_v2_status_update.edited\",\n \"public\",\n \"pull_request\",\n \"pull_request.assigned\",\n \"pull_request.auto_merge_disabled\",\n \"pull_request.auto_merge_enabled\",\n \"pull_request.closed\",\n \"pull_request.converted_to_draft\",\n \"pull_request.demilestoned\",\n \"pull_request.dequeued\",\n \"pull_request.edited\",\n \"pull_request.enqueued\",\n \"pull_request.labeled\",\n \"pull_request.locked\",\n \"pull_request.milestoned\",\n \"pull_request.opened\",\n \"pull_request.ready_for_review\",\n \"pull_request.reopened\",\n \"pull_request.review_request_removed\",\n \"pull_request.review_requested\",\n \"pull_request.synchronize\",\n \"pull_request.unassigned\",\n \"pull_request.unlabeled\",\n \"pull_request.unlocked\",\n \"pull_request_review\",\n \"pull_request_review.dismissed\",\n \"pull_request_review.edited\",\n \"pull_request_review.submitted\",\n \"pull_request_review_comment\",\n \"pull_request_review_comment.created\",\n \"pull_request_review_comment.deleted\",\n \"pull_request_review_comment.edited\",\n \"pull_request_review_thread\",\n \"pull_request_review_thread.resolved\",\n \"pull_request_review_thread.unresolved\",\n \"push\",\n \"registry_package\",\n \"registry_package.published\",\n \"registry_package.updated\",\n \"release\",\n \"release.created\",\n \"release.deleted\",\n \"release.edited\",\n \"release.prereleased\",\n \"release.published\",\n \"release.released\",\n \"release.unpublished\",\n \"repository\",\n \"repository.archived\",\n \"repository.created\",\n \"repository.deleted\",\n \"repository.edited\",\n \"repository.privatized\",\n \"repository.publicized\",\n \"repository.renamed\",\n \"repository.transferred\",\n \"repository.unarchived\",\n \"repository_advisory\",\n \"repository_advisory.published\",\n \"repository_advisory.reported\",\n \"repository_dispatch\",\n \"repository_dispatch.sample.collected\",\n \"repository_import\",\n \"repository_ruleset\",\n \"repository_ruleset.created\",\n \"repository_ruleset.deleted\",\n \"repository_ruleset.edited\",\n \"repository_vulnerability_alert\",\n \"repository_vulnerability_alert.create\",\n \"repository_vulnerability_alert.dismiss\",\n \"repository_vulnerability_alert.reopen\",\n \"repository_vulnerability_alert.resolve\",\n \"secret_scanning_alert\",\n \"secret_scanning_alert.assigned\",\n \"secret_scanning_alert.created\",\n \"secret_scanning_alert.publicly_leaked\",\n \"secret_scanning_alert.reopened\",\n \"secret_scanning_alert.resolved\",\n \"secret_scanning_alert.unassigned\",\n \"secret_scanning_alert.validated\",\n \"secret_scanning_alert_location\",\n \"secret_scanning_alert_location.created\",\n \"secret_scanning_scan\",\n \"secret_scanning_scan.completed\",\n \"security_advisory\",\n \"security_advisory.published\",\n \"security_advisory.updated\",\n \"security_advisory.withdrawn\",\n \"security_and_analysis\",\n \"sponsorship\",\n \"sponsorship.cancelled\",\n \"sponsorship.created\",\n \"sponsorship.edited\",\n \"sponsorship.pending_cancellation\",\n \"sponsorship.pending_tier_change\",\n \"sponsorship.tier_changed\",\n \"star\",\n \"star.created\",\n \"star.deleted\",\n \"status\",\n \"sub_issues\",\n \"sub_issues.parent_issue_added\",\n \"sub_issues.parent_issue_removed\",\n \"sub_issues.sub_issue_added\",\n \"sub_issues.sub_issue_removed\",\n \"team\",\n \"team.added_to_repository\",\n \"team.created\",\n \"team.deleted\",\n \"team.edited\",\n \"team.removed_from_repository\",\n \"team_add\",\n \"watch\",\n \"watch.started\",\n \"workflow_dispatch\",\n \"workflow_job\",\n \"workflow_job.completed\",\n \"workflow_job.in_progress\",\n \"workflow_job.queued\",\n \"workflow_job.waiting\",\n \"workflow_run\",\n \"workflow_run.completed\",\n \"workflow_run.in_progress\",\n \"workflow_run.requested\"\n];\n\n// pkg/dist-src/event-handler/validate-event-name.js\nfunction validateEventName(eventName, options = {}) {\n if (typeof eventName !== \"string\") {\n throw new TypeError(\"eventName must be of type string\");\n }\n if (eventName === \"*\") {\n throw new TypeError(\n `Using the \"*\" event with the regular Webhooks.on() function is not supported. Please use the Webhooks.onAny() method instead`\n );\n }\n if (eventName === \"error\") {\n throw new TypeError(\n `Using the \"error\" event with the regular Webhooks.on() function is not supported. Please use the Webhooks.onError() method instead`\n );\n }\n if (options.onUnknownEventName === \"ignore\") {\n return;\n }\n if (!emitterEventNames.includes(eventName)) {\n if (options.onUnknownEventName !== \"warn\") {\n throw new TypeError(\n `\"${eventName}\" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)`\n );\n } else {\n (options.log || console).warn(\n `\"${eventName}\" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)`\n );\n }\n }\n}\n\n// pkg/dist-src/event-handler/on.js\nfunction handleEventHandlers(state, webhookName, handler) {\n if (!state.hooks[webhookName]) {\n state.hooks[webhookName] = [];\n }\n state.hooks[webhookName].push(handler);\n}\nfunction receiverOn(state, webhookNameOrNames, handler) {\n if (Array.isArray(webhookNameOrNames)) {\n webhookNameOrNames.forEach(\n (webhookName) => receiverOn(state, webhookName, handler)\n );\n return;\n }\n validateEventName(webhookNameOrNames, {\n onUnknownEventName: \"warn\",\n log: state.log\n });\n handleEventHandlers(state, webhookNameOrNames, handler);\n}\nfunction receiverOnAny(state, handler) {\n handleEventHandlers(state, \"*\", handler);\n}\nfunction receiverOnError(state, handler) {\n handleEventHandlers(state, \"error\", handler);\n}\n\n// pkg/dist-src/event-handler/wrap-error-handler.js\nfunction wrapErrorHandler(handler, error) {\n let returnValue;\n try {\n returnValue = handler(error);\n } catch (error2) {\n console.log('FATAL: Error occurred in \"error\" event handler');\n console.log(error2);\n }\n if (returnValue && returnValue.catch) {\n returnValue.catch((error2) => {\n console.log('FATAL: Error occurred in \"error\" event handler');\n console.log(error2);\n });\n }\n}\n\n// pkg/dist-src/event-handler/receive.js\nfunction getHooks(state, eventPayloadAction, eventName) {\n const hooks = [state.hooks[eventName], state.hooks[\"*\"]];\n if (eventPayloadAction) {\n hooks.unshift(state.hooks[`${eventName}.${eventPayloadAction}`]);\n }\n return [].concat(...hooks.filter(Boolean));\n}\nfunction receiverHandle(state, event) {\n const errorHandlers = state.hooks.error || [];\n if (event instanceof Error) {\n const error = Object.assign(new AggregateError([event], event.message), {\n event\n });\n errorHandlers.forEach((handler) => wrapErrorHandler(handler, error));\n return Promise.reject(error);\n }\n if (!event || !event.name) {\n const error = new Error(\"Event name not passed\");\n throw new AggregateError([error], error.message);\n }\n if (!event.payload) {\n const error = new Error(\"Event name not passed\");\n throw new AggregateError([error], error.message);\n }\n const hooks = getHooks(\n state,\n \"action\" in event.payload ? event.payload.action : null,\n event.name\n );\n if (hooks.length === 0) {\n return Promise.resolve();\n }\n const errors = [];\n const promises = hooks.map((handler) => {\n let promise = Promise.resolve(event);\n if (state.transform) {\n promise = promise.then(state.transform);\n }\n return promise.then((event2) => {\n return handler(event2);\n }).catch((error) => errors.push(Object.assign(error, { event })));\n });\n return Promise.all(promises).then(() => {\n if (errors.length === 0) {\n return;\n }\n const error = new AggregateError(\n errors,\n errors.map((error2) => error2.message).join(\"\\n\")\n );\n Object.assign(error, {\n event\n });\n errorHandlers.forEach((handler) => wrapErrorHandler(handler, error));\n throw error;\n });\n}\n\n// pkg/dist-src/event-handler/remove-listener.js\nfunction removeListener(state, webhookNameOrNames, handler) {\n if (Array.isArray(webhookNameOrNames)) {\n webhookNameOrNames.forEach(\n (webhookName) => removeListener(state, webhookName, handler)\n );\n return;\n }\n if (!state.hooks[webhookNameOrNames]) {\n return;\n }\n for (let i = state.hooks[webhookNameOrNames].length - 1; i >= 0; i--) {\n if (state.hooks[webhookNameOrNames][i] === handler) {\n state.hooks[webhookNameOrNames].splice(i, 1);\n return;\n }\n }\n}\n\n// pkg/dist-src/event-handler/index.js\nfunction createEventHandler(options) {\n const state = {\n hooks: {},\n log: createLogger(options && options.log)\n };\n if (options && options.transform) {\n state.transform = options.transform;\n }\n return {\n on: receiverOn.bind(null, state),\n onAny: receiverOnAny.bind(null, state),\n onError: receiverOnError.bind(null, state),\n removeListener: removeListener.bind(null, state),\n receive: receiverHandle.bind(null, state)\n };\n}\n\n// pkg/dist-src/index.js\nimport { sign, verify } from \"@octokit/webhooks-methods\";\n\n// pkg/dist-src/verify-and-receive.js\nimport { verifyWithFallback } from \"@octokit/webhooks-methods\";\nasync function verifyAndReceive(state, event) {\n const matchesSignature = await verifyWithFallback(\n state.secret,\n event.payload,\n event.signature,\n state.additionalSecrets\n ).catch(() => false);\n if (!matchesSignature) {\n const error = new Error(\n \"[@octokit/webhooks] signature does not match event payload and secret\"\n );\n error.event = event;\n error.status = 400;\n return state.eventHandler.receive(error);\n }\n let payload;\n try {\n payload = JSON.parse(event.payload);\n } catch (error) {\n error.message = \"Invalid JSON\";\n error.status = 400;\n throw new AggregateError([error], error.message);\n }\n return state.eventHandler.receive({\n id: event.id,\n name: event.name,\n payload\n });\n}\n\n// pkg/dist-src/normalize-trailing-slashes.js\nfunction normalizeTrailingSlashes(path) {\n let i = path.length;\n if (i === 0) {\n return \"/\";\n }\n while (i > 0) {\n if (path.charCodeAt(--i) !== 47) {\n break;\n }\n }\n if (i === -1) {\n return \"/\";\n }\n return path.slice(0, i + 1);\n}\n\n// pkg/dist-src/middleware/create-middleware.js\nvar isApplicationJsonRE = /^\\s*(application\\/json)\\s*(?:;|$)/u;\nvar WEBHOOK_HEADERS = [\n \"x-github-event\",\n \"x-hub-signature-256\",\n \"x-github-delivery\"\n];\nfunction createMiddleware(options) {\n const { handleResponse: handleResponse3, getRequestHeader: getRequestHeader3, getPayload: getPayload3 } = options;\n return function middleware(webhooks, options2) {\n const middlewarePath = normalizeTrailingSlashes(options2.path);\n return async function octokitWebhooksMiddleware(request, response, next) {\n let pathname;\n try {\n pathname = new URL(\n normalizeTrailingSlashes(request.url),\n \"http://localhost\"\n ).pathname;\n } catch (error) {\n return handleResponse3(\n JSON.stringify({\n error: `Request URL could not be parsed: ${request.url}`\n }),\n 422,\n {\n \"content-type\": \"application/json\"\n },\n response\n );\n }\n if (pathname !== middlewarePath) {\n next?.();\n return handleResponse3(null);\n } else if (request.method !== \"POST\") {\n return handleResponse3(\n JSON.stringify({\n error: `Unknown route: ${request.method} ${pathname}`\n }),\n 404,\n {\n \"content-type\": \"application/json\"\n },\n response\n );\n }\n const contentType = getRequestHeader3(request, \"content-type\");\n if (typeof contentType !== \"string\" || !isApplicationJsonRE.test(contentType)) {\n return handleResponse3(\n JSON.stringify({\n error: `Unsupported \"Content-Type\" header value. Must be \"application/json\"`\n }),\n 415,\n {\n \"content-type\": \"application/json\",\n accept: \"application/json\"\n },\n response\n );\n }\n const missingHeaders = WEBHOOK_HEADERS.filter((header) => {\n return getRequestHeader3(request, header) == void 0;\n }).join(\", \");\n if (missingHeaders) {\n return handleResponse3(\n JSON.stringify({\n error: `Required headers missing: ${missingHeaders}`\n }),\n 400,\n {\n \"content-type\": \"application/json\",\n accept: \"application/json\"\n },\n response\n );\n }\n const eventName = getRequestHeader3(\n request,\n \"x-github-event\"\n );\n const signature = getRequestHeader3(request, \"x-hub-signature-256\");\n const id = getRequestHeader3(request, \"x-github-delivery\");\n options2.log.debug(`${eventName} event received (id: ${id})`);\n let didTimeout = false;\n let timeout;\n const timeoutPromise = new Promise((resolve) => {\n timeout = setTimeout(() => {\n didTimeout = true;\n resolve(\n handleResponse3(\n \"still processing\\n\",\n 202,\n {\n \"Content-Type\": \"text/plain\",\n accept: \"application/json\"\n },\n response\n )\n );\n }, options2.timeout);\n });\n const processWebhook = async () => {\n try {\n const payload = await getPayload3(request);\n await webhooks.verifyAndReceive({\n id,\n name: eventName,\n payload,\n signature\n });\n clearTimeout(timeout);\n if (didTimeout) return handleResponse3(null);\n return handleResponse3(\n \"ok\\n\",\n 200,\n {\n \"content-type\": \"text/plain\",\n accept: \"application/json\"\n },\n response\n );\n } catch (error) {\n clearTimeout(timeout);\n if (didTimeout) return handleResponse3(null);\n const err = Array.from(error.errors)[0];\n const errorMessage = err.message ? `${err.name}: ${err.message}` : \"Error: An Unspecified error occurred\";\n const statusCode = typeof err.status !== \"undefined\" ? err.status : 500;\n options2.log.error(error);\n return handleResponse3(\n JSON.stringify({\n error: errorMessage\n }),\n statusCode,\n {\n \"content-type\": \"application/json\",\n accept: \"application/json\"\n },\n response\n );\n }\n };\n return await Promise.race([timeoutPromise, processWebhook()]);\n };\n };\n}\n\n// pkg/dist-src/middleware/node/handle-response.js\nfunction handleResponse(body, status = 200, headers = {}, response) {\n if (body === null) {\n return false;\n }\n headers[\"content-length\"] = body.length.toString();\n response.writeHead(status, headers).end(body);\n return true;\n}\n\n// pkg/dist-src/middleware/node/get-request-header.js\nfunction getRequestHeader(request, key) {\n return request.headers[key];\n}\n\n// pkg/dist-src/concat-uint8array.js\nfunction concatUint8Array(data) {\n if (data.length === 0) {\n return new Uint8Array(0);\n }\n let totalLength = 0;\n for (let i = 0; i < data.length; i++) {\n totalLength += data[i].length;\n }\n if (totalLength === 0) {\n return new Uint8Array(0);\n }\n const result = new Uint8Array(totalLength);\n let offset = 0;\n for (let i = 0; i < data.length; i++) {\n result.set(data[i], offset);\n offset += data[i].length;\n }\n return result;\n}\n\n// pkg/dist-src/middleware/node/get-payload.js\nvar textDecoder = new TextDecoder(\"utf-8\", { fatal: false });\nvar decode = textDecoder.decode.bind(textDecoder);\nasync function getPayload(request) {\n if (typeof request.body === \"object\" && \"rawBody\" in request && request.rawBody instanceof Uint8Array) {\n return decode(request.rawBody);\n } else if (typeof request.body === \"string\") {\n return request.body;\n }\n const payload = await getPayloadFromRequestStream(request);\n return decode(payload);\n}\nfunction getPayloadFromRequestStream(request) {\n return new Promise((resolve, reject) => {\n let data = [];\n request.on(\n \"error\",\n (error) => reject(new AggregateError([error], error.message))\n );\n request.on(\"data\", data.push.bind(data));\n request.on(\"end\", () => {\n const result = concatUint8Array(data);\n queueMicrotask(() => resolve(result));\n });\n });\n}\n\n// pkg/dist-src/middleware/node/index.js\nfunction createNodeMiddleware(webhooks, {\n path = \"/api/github/webhooks\",\n log = createLogger(),\n timeout = 9e3\n} = {}) {\n return createMiddleware({\n handleResponse,\n getRequestHeader,\n getPayload\n })(webhooks, {\n path,\n log,\n timeout\n });\n}\n\n// pkg/dist-src/middleware/web/get-payload.js\nfunction getPayload2(request) {\n return request.text();\n}\n\n// pkg/dist-src/middleware/web/get-request-header.js\nfunction getRequestHeader2(request, key) {\n return request.headers.get(key);\n}\n\n// pkg/dist-src/middleware/web/handle-response.js\nfunction handleResponse2(body, status = 200, headers = {}) {\n if (body !== null) {\n headers[\"content-length\"] = body.length.toString();\n }\n return new Response(body, {\n status,\n headers\n });\n}\n\n// pkg/dist-src/middleware/web/index.js\nfunction createWebMiddleware(webhooks, {\n path = \"/api/github/webhooks\",\n log = createLogger(),\n timeout = 9e3\n} = {}) {\n return createMiddleware({\n handleResponse: handleResponse2,\n getRequestHeader: getRequestHeader2,\n getPayload: getPayload2\n })(webhooks, {\n path,\n log,\n timeout\n });\n}\n\n// pkg/dist-src/index.js\nvar Webhooks = class {\n sign;\n verify;\n on;\n onAny;\n onError;\n removeListener;\n receive;\n verifyAndReceive;\n constructor(options) {\n if (!options || !options.secret) {\n throw new Error(\"[@octokit/webhooks] options.secret required\");\n }\n const state = {\n eventHandler: createEventHandler(options),\n secret: options.secret,\n additionalSecrets: options.additionalSecrets,\n hooks: {},\n log: createLogger(options.log)\n };\n this.sign = sign.bind(null, options.secret);\n this.verify = verify.bind(null, options.secret);\n this.on = state.eventHandler.on;\n this.onAny = state.eventHandler.onAny;\n this.onError = state.eventHandler.onError;\n this.removeListener = state.eventHandler.removeListener;\n this.receive = state.eventHandler.receive;\n this.verifyAndReceive = verifyAndReceive.bind(null, state);\n }\n};\nexport {\n Webhooks,\n createEventHandler,\n createNodeMiddleware,\n createWebMiddleware,\n emitterEventNames,\n validateEventName\n};\n"
6
+ ],
7
+ "mappings": ";i5fAoBA,8BAAI,SAAoB,YACtB,kDACA,2DACA,iDACA,qCACA,gDACA,iDACA,oDACA,yCACA,4CACA,2CACA,oDACA,oCACA,8CACA,4CACA,qCACA,kDACA,4BACA,yEACA,kDACA,2DACA,uCACA,wCACA,4DACA,gDACA,+CACA,4BACA,+BACA,sDACA,uCACA,yDACA,yCACA,8CACA,4CACA,gDACA,6BACA,gDACA,wCACA,gDACA,+CACA,qCACA,kDACA,uCACA,0BACA,6CACA,+BACA,sBACA,kCACA,0CACA,mDACA,mCACA,iDACA,2CACA,uDACA,6CACA,mDACA,+BACA,iCACA,yCACA,kCACA,2BACA,2BACA,yCACA,+BACA,8BACA,2CACA,8BACA,iDACA,wCACA,uCACA,kCACA,qCACA,4CACA,2CACA,+CACA,4BACA,gCACA,0CACA,8CACA,qBACA,8BACA,wCACA,uCACA,4DACA,uCACA,uCACA,mCACA,8CACA,sEACA,qDACA,6CACA,+CACA,6CACA,iCACA,sCACA,oCACA,8DACA,qDACA,2CACA,iEACA,wCACA,oCACA,4BACA,mCACA,oCACA,8BACA,yCACA,2BACA,kDACA,yBACA,oCACA,0BACA,mBACA,8BACA,yCACA,iBACA,+BACA,sCACA,oCACA,wBACA,+BACA,sCACA,6BACA,+CACA,gDACA,iCACA,2DACA,oDACA,4CACA,sBACA,oBACA,uCACA,uBACA,iCACA,0BACA,gCACA,iCACA,+DACA,2CACA,wBACA,+BACA,uBACA,iCACA,oCACA,6BACA,mDACA,4BACA,kBACA,uCACA,yCACA,6BACA,sCACA,wCACA,0CACA,+DACA,uBACA,oBACA,oCACA,oCACA,gCACA,6CACA,oDACA,wDACA,qDACA,+CACA,kBACA,uCACA,8BACA,4BACA,4BACA,8BACA,oCACA,yCACA,+BACA,qCACA,kCACA,mCACA,iCACA,yBACA,sCACA,wCACA,2CACA,yCACA,0BACA,iDACA,8BACA,+BACA,kCACA,6CACA,gDACA,mCACA,2DACA,qDACA,4CACA,0BACA,oDACA,+CACA,4BACA,wDACA,gDACA,kDACA,2BACA,oCACA,4CACA,wDACA,gCACA,qCACA,iDACA,oCACA,wBACA,+BACA,yCACA,8BACA,sCACA,8CACA,+CACA,uCACA,8BACA,8DACA,yCACA,2BACA,yCACA,gCACA,sCACA,iCACA,uCACA,oCACA,qCACA,yCACA,+CACA,wCACA,oEACA,4DACA,uEACA,sDACA,cACA,oCACA,6CACA,iCACA,4BACA,6BACA,qCACA,kBACA,oDACA,0CACA,kBACA,kCACA,sBACA,gDACA,sCACA,oBACA,2BACA,4CACA,uCACA,uCACA,2CACA,yCACA,qCACA,uDACA,gDACA,sBACA,uCACA,wBACA,6BACA,kCACA,2CACA,+BACA,gDACA,wDACA,gDACA,kDACA,uDACA,0BACA,kDACA,mCACA,gDACA,qCACA,sCACA,2CACA,sCACA,+BACA,8CACA,yBACA,gCACA,cACA,wBACA,4BACA,8BACA,wBACA,cACA,wBACA,sBACA,qBACA,mCACA,kCACA,2BACA,OACA,eACA,eACA,SACA,aACA,gCACA,kCACA,6BACA,+BACA,OACA,2BACA,eACA,eACA,cACA,+BACA,WACA,QACA,gBACA,oBACA,eACA,yBACA,2BACA,sBACA,uBACA,eACA,yBACA,2BACA,wBACF,EAuZA,IAAI,EAAc,IAAI,YAAY,QAAS,CAAE,MAAO,EAAM,CAAC,EACvD,EAAS,EAAY,OAAO,KAAK,CAAW",
8
+ "debugId": "A4B9D054696715BE64756E2164756E21",
9
+ "names": []
10
+ }
@@ -0,0 +1,184 @@
1
+ /**
2
+ * Auto-generated Zod schema for BranchProtectionConfigurationDisabledEvent
3
+ * DO NOT MODIFY - regenerate with: bun run generate:schemas
4
+ */
5
+ import type { BranchProtectionConfigurationDisabledEvent as BranchProtectionConfigurationDisabledEventOctokit } from '@octokit/webhooks-types';
6
+ import { z } from 'zod';
7
+ export declare const BranchProtectionConfigurationDisabledEventSchema: z.ZodObject<{
8
+ action: z.ZodLiteral<"disabled">;
9
+ installation: z.ZodOptional<z.ZodObject<{
10
+ id: z.ZodNumber;
11
+ node_id: z.ZodString;
12
+ }, z.core.$strip>>;
13
+ organization: z.ZodOptional<z.ZodObject<{
14
+ login: z.ZodString;
15
+ id: z.ZodNumber;
16
+ node_id: z.ZodString;
17
+ url: z.ZodString;
18
+ html_url: z.ZodOptional<z.ZodString>;
19
+ repos_url: z.ZodString;
20
+ events_url: z.ZodString;
21
+ hooks_url: z.ZodString;
22
+ issues_url: z.ZodString;
23
+ members_url: z.ZodString;
24
+ public_members_url: z.ZodString;
25
+ avatar_url: z.ZodString;
26
+ description: z.ZodString;
27
+ }, z.core.$strip>>;
28
+ repository: z.ZodObject<{
29
+ id: z.ZodNumber;
30
+ node_id: z.ZodString;
31
+ name: z.ZodString;
32
+ full_name: z.ZodString;
33
+ private: z.ZodBoolean;
34
+ owner: z.ZodObject<{
35
+ login: z.ZodString;
36
+ id: z.ZodNumber;
37
+ node_id: z.ZodString;
38
+ name: z.ZodOptional<z.ZodString>;
39
+ email: z.ZodOptional<z.ZodString>;
40
+ avatar_url: z.ZodString;
41
+ gravatar_id: z.ZodString;
42
+ url: z.ZodString;
43
+ html_url: z.ZodString;
44
+ followers_url: z.ZodString;
45
+ following_url: z.ZodString;
46
+ gists_url: z.ZodString;
47
+ starred_url: z.ZodString;
48
+ subscriptions_url: z.ZodString;
49
+ organizations_url: z.ZodString;
50
+ repos_url: z.ZodString;
51
+ events_url: z.ZodString;
52
+ received_events_url: z.ZodString;
53
+ type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
54
+ site_admin: z.ZodBoolean;
55
+ }, z.core.$strip>;
56
+ html_url: z.ZodString;
57
+ description: z.ZodString;
58
+ fork: z.ZodBoolean;
59
+ url: z.ZodString;
60
+ forks_url: z.ZodString;
61
+ keys_url: z.ZodString;
62
+ collaborators_url: z.ZodString;
63
+ teams_url: z.ZodString;
64
+ hooks_url: z.ZodString;
65
+ issue_events_url: z.ZodString;
66
+ events_url: z.ZodString;
67
+ assignees_url: z.ZodString;
68
+ branches_url: z.ZodString;
69
+ tags_url: z.ZodString;
70
+ blobs_url: z.ZodString;
71
+ git_tags_url: z.ZodString;
72
+ git_refs_url: z.ZodString;
73
+ trees_url: z.ZodString;
74
+ statuses_url: z.ZodString;
75
+ languages_url: z.ZodString;
76
+ stargazers_url: z.ZodString;
77
+ contributors_url: z.ZodString;
78
+ subscribers_url: z.ZodString;
79
+ subscription_url: z.ZodString;
80
+ commits_url: z.ZodString;
81
+ git_commits_url: z.ZodString;
82
+ comments_url: z.ZodString;
83
+ issue_comment_url: z.ZodString;
84
+ contents_url: z.ZodString;
85
+ compare_url: z.ZodString;
86
+ merges_url: z.ZodString;
87
+ archive_url: z.ZodString;
88
+ downloads_url: z.ZodString;
89
+ issues_url: z.ZodString;
90
+ pulls_url: z.ZodString;
91
+ milestones_url: z.ZodString;
92
+ notifications_url: z.ZodString;
93
+ labels_url: z.ZodString;
94
+ releases_url: z.ZodString;
95
+ deployments_url: z.ZodString;
96
+ created_at: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
97
+ updated_at: z.ZodString;
98
+ pushed_at: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
99
+ git_url: z.ZodString;
100
+ ssh_url: z.ZodString;
101
+ clone_url: z.ZodString;
102
+ svn_url: z.ZodString;
103
+ homepage: z.ZodString;
104
+ size: z.ZodNumber;
105
+ stargazers_count: z.ZodNumber;
106
+ watchers_count: z.ZodNumber;
107
+ language: z.ZodString;
108
+ has_issues: z.ZodBoolean;
109
+ has_projects: z.ZodBoolean;
110
+ has_downloads: z.ZodBoolean;
111
+ has_wiki: z.ZodBoolean;
112
+ has_pages: z.ZodBoolean;
113
+ has_discussions: z.ZodOptional<z.ZodBoolean>;
114
+ forks_count: z.ZodNumber;
115
+ mirror_url: z.ZodString;
116
+ archived: z.ZodBoolean;
117
+ disabled: z.ZodOptional<z.ZodBoolean>;
118
+ open_issues_count: z.ZodNumber;
119
+ license: z.ZodNullable<z.ZodObject<{
120
+ key: z.ZodString;
121
+ name: z.ZodString;
122
+ spdx_id: z.ZodString;
123
+ url: z.ZodString;
124
+ node_id: z.ZodString;
125
+ }, z.core.$strip>>;
126
+ forks: z.ZodNumber;
127
+ open_issues: z.ZodNumber;
128
+ watchers: z.ZodNumber;
129
+ stargazers: z.ZodOptional<z.ZodNumber>;
130
+ default_branch: z.ZodString;
131
+ allow_squash_merge: z.ZodOptional<z.ZodBoolean>;
132
+ allow_merge_commit: z.ZodOptional<z.ZodBoolean>;
133
+ allow_rebase_merge: z.ZodOptional<z.ZodBoolean>;
134
+ allow_auto_merge: z.ZodOptional<z.ZodBoolean>;
135
+ allow_forking: z.ZodOptional<z.ZodBoolean>;
136
+ allow_update_branch: z.ZodOptional<z.ZodBoolean>;
137
+ use_squash_pr_title_as_default: z.ZodOptional<z.ZodBoolean>;
138
+ squash_merge_commit_message: z.ZodOptional<z.ZodString>;
139
+ squash_merge_commit_title: z.ZodOptional<z.ZodString>;
140
+ merge_commit_message: z.ZodOptional<z.ZodString>;
141
+ merge_commit_title: z.ZodOptional<z.ZodString>;
142
+ is_template: z.ZodBoolean;
143
+ web_commit_signoff_required: z.ZodBoolean;
144
+ topics: z.ZodArray<z.ZodString>;
145
+ visibility: z.ZodUnion<readonly [z.ZodLiteral<"public">, z.ZodLiteral<"private">, z.ZodLiteral<"internal">]>;
146
+ delete_branch_on_merge: z.ZodOptional<z.ZodBoolean>;
147
+ master_branch: z.ZodOptional<z.ZodString>;
148
+ permissions: z.ZodObject<{
149
+ pull: z.ZodBoolean;
150
+ push: z.ZodBoolean;
151
+ admin: z.ZodBoolean;
152
+ maintain: z.ZodOptional<z.ZodBoolean>;
153
+ triage: z.ZodOptional<z.ZodBoolean>;
154
+ }, z.core.$strip>;
155
+ public: z.ZodOptional<z.ZodBoolean>;
156
+ organization: z.ZodOptional<z.ZodString>;
157
+ custom_properties: z.ZodObject<{}, z.core.$strip>;
158
+ }, z.core.$strip>;
159
+ sender: z.ZodObject<{
160
+ login: z.ZodString;
161
+ id: z.ZodNumber;
162
+ node_id: z.ZodString;
163
+ name: z.ZodOptional<z.ZodString>;
164
+ email: z.ZodOptional<z.ZodString>;
165
+ avatar_url: z.ZodString;
166
+ gravatar_id: z.ZodString;
167
+ url: z.ZodString;
168
+ html_url: z.ZodString;
169
+ followers_url: z.ZodString;
170
+ following_url: z.ZodString;
171
+ gists_url: z.ZodString;
172
+ starred_url: z.ZodString;
173
+ subscriptions_url: z.ZodString;
174
+ organizations_url: z.ZodString;
175
+ repos_url: z.ZodString;
176
+ events_url: z.ZodString;
177
+ received_events_url: z.ZodString;
178
+ type: z.ZodUnion<readonly [z.ZodLiteral<"Bot">, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>;
179
+ site_admin: z.ZodBoolean;
180
+ }, z.core.$strip>;
181
+ }, z.core.$strip>;
182
+ export type BranchProtectionConfigurationDisabledEvent = BranchProtectionConfigurationDisabledEventOctokit;
183
+ export declare function isBranchProtectionConfigurationDisabledEvent(value: unknown): value is BranchProtectionConfigurationDisabledEvent;
184
+ //# sourceMappingURL=branch-protection-configuration-disabled-event.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"branch-protection-configuration-disabled-event.d.ts","sourceRoot":"","sources":["../../src/schemas/branch-protection-configuration-disabled-event.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,0CAA0C,IAAI,iDAAiD,EAAE,MAAM,yBAAyB,CAAC;AAC/I,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMY,CAAC;AAE1E,MAAM,MAAM,0CAA0C,GACpD,iDAAiD,CAAC;AAEpD,wBAAgB,4CAA4C,CAC1D,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,0CAA0C,CAErD"}
@@ -0,0 +1,5 @@
1
+ // @bun
2
+ import"./shared/index.js";import"./shared/marketplace-purchase.js";import"./shared/pull-request.js";import"./shared/simple-pull-request.js";import"./shared/sponsorship-tier.js";import"./shared/project-card.js";import{wh as w}from"./shared/organization.js";import"./shared/deployment.js";import"./shared/projects-v2-item.js";import"./shared/alert-instance.js";import"./shared/release.js";import"./shared/secret-scanning-location-issue-title.js";import"./shared/repository-vulnerability-alert-alert.js";import"./shared/secret-scanning-location-issue-comment.js";import"./shared/pull-request-review.js";import"./shared/installation.js";import"./shared/branch-protection-rule.js";import"./shared/secret-scanning-alert.js";import"./shared/git-hub-org.js";import"./shared/deployment-workflow-run.js";import"./shared/dependabot-alert.js";import"./shared/dependabot-alert-package.js";import"./shared/commit.js";import"./shared/secret-scanning-location-issue-body.js";import"./shared/pull-request-review-comment.js";import"./shared/link.js";import{ii as q}from"./shared/installation-lite.js";import"./shared/project-column.js";import"./shared/secret-scanning-location-commit.js";import"./shared/package-nuget-metadata.js";import"./shared/team.js";import"./shared/workflow-job.js";import"./shared/workflow-step-in-progress.js";import"./shared/workflow-step-queued.js";import"./shared/workflow-step-completed.js";import"./shared/pull-request-auto-merge.js";import"./shared/security-advisory-cvss.js";import"./shared/package-npm-metadata.js";import"./shared/organization-custom-property.js";import"./shared/security-advisory-cwes.js";import"./shared/issue.js";import"./shared/label.js";import"./shared/milestone.js";import"./shared/release-asset.js";import"./shared/discussion.js";import"./shared/discussion-category.js";import"./shared/workflow.js";import"./shared/check-run-deployment.js";import"./shared/custom-property-value.js";import"./shared/workflow-run.js";import"./shared/repository-lite.js";import"./shared/referenced-workflow.js";import"./shared/project.js";import"./shared/check-run-pull-request.js";import"./shared/repo-ref.js";import"./shared/simple-commit.js";import"./shared/committer.js";import"./shared/membership.js";import"./shared/issue-comment.js";import"./shared/reactions.js";import"./shared/app.js";import{yj as x}from"./shared/repository.js";import"./shared/license.js";import{Cj as k}from"./shared/user.js";import{Gj as j}from"../chunk-4pz9snk4.js";import"../chunk-8wcsjp50.js";var F=j.object({action:j.literal("disabled"),installation:q.optional(),organization:w.optional(),repository:x,sender:k});function I(A){return F.safeParse(A).success}export{I as isBranchProtectionConfigurationDisabledEvent,F as BranchProtectionConfigurationDisabledEventSchema};
3
+ export{F as sc,I as tc};
4
+
5
+ //# debugId=22ED03BF294EFC1164756E2164756E21
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/schemas/branch-protection-configuration-disabled-event.ts"],
4
+ "sourcesContent": [
5
+ "/**\n * Auto-generated Zod schema for BranchProtectionConfigurationDisabledEvent\n * DO NOT MODIFY - regenerate with: bun run generate:schemas\n */\n\nimport type { BranchProtectionConfigurationDisabledEvent as BranchProtectionConfigurationDisabledEventOctokit } from '@octokit/webhooks-types';\nimport { z } from 'zod';\n\nimport {\n InstallationLiteSchema,\n OrganizationSchema,\n RepositorySchema,\n UserSchema,\n} from './shared/index.js';\n\nexport const BranchProtectionConfigurationDisabledEventSchema = z.object({\n action: z.literal('disabled'),\n installation: InstallationLiteSchema.optional(),\n organization: OrganizationSchema.optional(),\n repository: RepositorySchema,\n sender: UserSchema,\n}) satisfies z.ZodType<BranchProtectionConfigurationDisabledEventOctokit>;\n\nexport type BranchProtectionConfigurationDisabledEvent =\n BranchProtectionConfigurationDisabledEventOctokit;\n\nexport function isBranchProtectionConfigurationDisabledEvent(\n value: unknown,\n): value is BranchProtectionConfigurationDisabledEvent {\n return BranchProtectionConfigurationDisabledEventSchema.safeParse(value).success;\n}\n"
6
+ ],
7
+ "mappings": ";6vEAeO,WAAM,CAAmD,QAAE,UAAO,AACvE,MAAQ,DAAE,WAAQ,WAAU,JAC5B,oCAAc,yBAAuB,kCAAS,QAC9C,YAAc,WAAmB,iBAAS,AAC1C,qBAAY,KACZ,kBAAQ,NACV,uBAAC,gBAKM,AAAS,KAA4C,EAC1D,oBACqD,UACrD,FAAO,CAAiD,sBAAU,QAAK,YAAE",
8
+ "debugId": "22ED03BF294EFC1164756E2164756E21",
9
+ "names": []
10
+ }