GitHubKit 0.11.4__py3-none-any.whl → 0.11.6__py3-none-any.whl

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.

Potentially problematic release.


This version of GitHubKit might be problematic. Click here for more details.

Files changed (4352) hide show
  1. githubkit/auth/_url.py +2 -1
  2. githubkit/core.py +5 -4
  3. githubkit/exception.py +2 -2
  4. githubkit/github.py +6 -6
  5. githubkit/lazy_module.py +6 -5
  6. githubkit/paginator.py +22 -14
  7. githubkit/response.py +13 -1
  8. githubkit/rest/__init__.py +609 -1611
  9. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4773 -5843
  10. githubkit/versions/ghec_v2022_11_28/models/group_0005.py +16 -41
  11. githubkit/versions/ghec_v2022_11_28/models/group_0006.py +41 -16
  12. githubkit/versions/ghec_v2022_11_28/models/group_0008.py +5 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0011.py +3 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +88 -9
  15. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +8 -37
  16. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +23 -85
  17. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +86 -47
  18. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +52 -12
  19. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +16 -31
  20. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +32 -68
  21. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +47 -60
  22. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +78 -34
  23. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +41 -11
  24. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +31 -12
  25. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +12 -29
  26. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +13 -14
  27. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +37 -95
  28. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +19 -33
  29. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +13 -82
  30. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +88 -59
  31. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +34 -32
  32. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +65 -49
  33. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +60 -106
  34. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +35 -23
  35. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +52 -16
  36. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +121 -7
  37. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +31 -21
  38. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +30 -21
  39. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +7 -24
  40. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +20 -38
  41. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +19 -49
  42. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +20 -68
  43. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +31 -143
  44. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +44 -26
  45. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +69 -14
  46. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +140 -17
  47. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +25 -103
  48. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +16 -9
  49. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +32 -7
  50. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +103 -13
  51. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +10 -13
  52. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +7 -27
  53. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +13 -144
  54. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +5 -5
  55. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +18 -65
  56. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +144 -23
  57. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +14 -40
  58. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +45 -95
  59. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +26 -40
  60. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +38 -16
  61. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +111 -13
  62. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +45 -7
  63. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +16 -25
  64. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +17 -38
  65. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +7 -25
  66. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +21 -18
  67. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +42 -7
  68. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +16 -25
  69. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +22 -12
  70. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +7 -18
  71. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +25 -26
  72. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +10 -33
  73. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +18 -7
  74. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +22 -30
  75. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +28 -49
  76. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +8 -84
  77. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +30 -67
  78. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +48 -24
  79. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +76 -30
  80. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +79 -10
  81. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +30 -12
  82. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +39 -13
  83. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +10 -181
  84. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +13 -14
  85. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +11 -10
  86. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +178 -10
  87. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +19 -10
  88. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +10 -18
  89. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +15 -11
  90. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +12 -12
  91. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +20 -12
  92. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +8 -30
  93. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +10 -14
  94. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -13
  95. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +29 -11
  96. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +13 -42
  97. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -10
  98. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +16 -7
  99. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +94 -7
  100. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +8 -11
  101. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -8
  102. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +34 -9
  103. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +17 -19
  104. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +7 -16
  105. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +10 -27
  106. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +19 -16
  107. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +13 -13
  108. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +26 -10
  109. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +12 -13
  110. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +13 -12
  111. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +12 -13
  112. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +13 -12
  113. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +12 -13
  114. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +13 -12
  115. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +12 -13
  116. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +16 -9
  117. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +10 -9
  118. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +12 -27
  119. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +9 -16
  120. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +10 -114
  121. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +25 -36
  122. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +12 -82
  123. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +25 -22
  124. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +18 -175
  125. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +119 -21
  126. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +34 -109
  127. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +78 -31
  128. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +21 -26
  129. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +181 -14
  130. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +27 -11
  131. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +104 -32
  132. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +28 -139
  133. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +21 -18
  134. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +14 -11
  135. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +13 -10
  136. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +47 -8
  137. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +148 -9
  138. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +25 -16
  139. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +12 -32
  140. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +10 -29
  141. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +8 -90
  142. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +10 -16
  143. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +19 -11
  144. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +35 -12
  145. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +28 -15
  146. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +88 -7
  147. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +17 -50
  148. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +8 -42
  149. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +10 -100
  150. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +11 -38
  151. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +8 -9
  152. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +51 -17
  153. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +32 -39
  154. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +87 -32
  155. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +31 -79
  156. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +8 -50
  157. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +15 -27
  158. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +49 -11
  159. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +48 -10
  160. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +88 -25
  161. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +40 -36
  162. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +25 -123
  163. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +11 -168
  164. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +10 -26
  165. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +30 -11
  166. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +47 -9
  167. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +122 -19
  168. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +158 -34
  169. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +19 -19
  170. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +8 -29
  171. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +9 -156
  172. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +21 -22
  173. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +37 -25
  174. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +25 -31
  175. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +22 -65
  176. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +154 -16
  177. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +21 -67
  178. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +27 -29
  179. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +27 -43
  180. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +63 -80
  181. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +17 -43
  182. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +66 -10
  183. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +31 -26
  184. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +50 -38
  185. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +87 -25
  186. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +40 -12
  187. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +14 -10
  188. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +26 -13
  189. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +14 -31
  190. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +12 -8
  191. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +47 -20
  192. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +32 -62
  193. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +22 -48
  194. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +47 -26
  195. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +42 -9
  196. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +29 -19
  197. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +11 -82
  198. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +11 -28
  199. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +20 -14
  200. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +24 -32
  201. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +8 -20
  202. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +24 -39
  203. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +55 -22
  204. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +48 -53
  205. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +15 -25
  206. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +9 -38
  207. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +17 -28
  208. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +82 -26
  209. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +21 -104
  210. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +18 -36
  211. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +35 -51
  212. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +18 -19
  213. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +40 -25
  214. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +22 -116
  215. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +64 -7
  216. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +33 -34
  217. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +30 -33
  218. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +25 -69
  219. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +30 -41
  220. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +108 -11
  221. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +26 -75
  222. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +52 -16
  223. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +17 -9
  224. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +30 -13
  225. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +120 -6
  226. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +7 -21
  227. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +22 -38
  228. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +40 -9
  229. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +72 -14
  230. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +38 -75
  231. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +12 -21
  232. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +67 -27
  233. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +17 -26
  234. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +14 -8
  235. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +8 -30
  236. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +7 -63
  237. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +17 -12
  238. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +46 -9
  239. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +6 -133
  240. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +14 -29
  241. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +72 -23
  242. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +22 -25
  243. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +36 -18
  244. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -23
  245. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +8 -31
  246. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +31 -28
  247. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +60 -32
  248. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +13 -34
  249. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +9 -35
  250. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +127 -11
  251. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +15 -23
  252. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +15 -23
  253. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +13 -28
  254. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +11 -32
  255. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +27 -14
  256. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +28 -42
  257. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +28 -17
  258. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +30 -9
  259. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +26 -76
  260. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +23 -53
  261. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +17 -142
  262. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +28 -9
  263. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +28 -9
  264. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +27 -10
  265. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +36 -12
  266. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +21 -6
  267. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +47 -35
  268. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +16 -8
  269. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +9 -75
  270. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +74 -19
  271. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +65 -7
  272. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +139 -13
  273. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +21 -22
  274. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +19 -88
  275. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +15 -85
  276. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +13 -196
  277. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +7 -43
  278. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +26 -130
  279. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -13
  280. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +78 -8
  281. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +25 -9
  282. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +7 -66
  283. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +13 -66
  284. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +23 -9
  285. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +87 -23
  286. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +79 -32
  287. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +201 -9
  288. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +44 -27
  289. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +134 -14
  290. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +13 -22
  291. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +10 -20
  292. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +13 -19
  293. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +62 -19
  294. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +66 -12
  295. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +8 -22
  296. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +24 -22
  297. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +41 -14
  298. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +9 -23
  299. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +7 -9
  300. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +5 -10
  301. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +7 -9
  302. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +5 -10
  303. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +5 -8
  304. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +15 -59
  305. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +12 -108
  306. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +14 -80
  307. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +15 -117
  308. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +19 -13
  309. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +23 -10
  310. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +21 -25
  311. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +24 -7
  312. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +21 -16
  313. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +24 -22
  314. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +20 -11
  315. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +21 -8
  316. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +67 -7
  317. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +112 -10
  318. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +87 -9
  319. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +125 -8
  320. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +10 -10
  321. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +15 -46
  322. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +27 -23
  323. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +7 -75
  324. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +16 -28
  325. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +18 -25
  326. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +11 -24
  327. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +9 -32
  328. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +8 -24
  329. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +18 -39
  330. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +10 -70
  331. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +9 -18
  332. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +14 -9
  333. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +26 -44
  334. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +15 -121
  335. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +67 -17
  336. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +21 -33
  337. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +24 -49
  338. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +19 -32
  339. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +23 -98
  340. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +22 -33
  341. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +27 -128
  342. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +60 -79
  343. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +14 -57
  344. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +7 -65
  345. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +60 -8
  346. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +119 -20
  347. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +17 -143
  348. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +41 -10
  349. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +50 -63
  350. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -12
  351. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +96 -26
  352. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +33 -6
  353. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +130 -7
  354. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +85 -8
  355. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +59 -18
  356. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +65 -6
  357. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +10 -32
  358. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +33 -15
  359. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +148 -20
  360. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +11 -358
  361. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +65 -30
  362. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +11 -57
  363. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +31 -46
  364. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +6 -68
  365. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +6 -137
  366. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +10 -13
  367. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +14 -171
  368. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +10 -27
  369. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +23 -20
  370. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +13 -122
  371. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +27 -46
  372. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +340 -45
  373. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +35 -40
  374. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +52 -28
  375. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +18 -31
  376. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +138 -30
  377. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +45 -142
  378. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +63 -29
  379. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +19 -8
  380. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +20 -41
  381. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +65 -8
  382. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +12 -56
  383. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +33 -14
  384. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +78 -32
  385. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +141 -7
  386. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +46 -361
  387. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +11 -391
  388. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +8 -390
  389. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +9 -208
  390. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +57 -174
  391. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +18 -184
  392. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +358 -136
  393. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +47 -173
  394. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +382 -144
  395. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +6 -114
  396. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +47 -56
  397. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +47 -40
  398. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +48 -33
  399. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +14 -36
  400. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +60 -47
  401. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +49 -48
  402. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +170 -32
  403. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +54 -42
  404. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +50 -36
  405. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +20 -42
  406. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +30 -44
  407. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +23 -42
  408. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +22 -34
  409. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +110 -50
  410. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +31 -51
  411. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +840 -459
  412. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +155 -40
  413. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +48 -495
  414. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +70 -468
  415. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +65 -446
  416. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +25 -948
  417. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +48 -108
  418. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +88 -78
  419. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +118 -38
  420. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +32 -116
  421. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +43 -107
  422. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +11 -116
  423. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +10 -14
  424. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +15 -14
  425. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +15 -42
  426. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +119 -28
  427. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +17 -15
  428. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +17 -15
  429. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -15
  430. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +22 -17
  431. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +44 -9
  432. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +20 -99
  433. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +8 -59
  434. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +13 -18
  435. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +8 -40
  436. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +34 -20
  437. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +7 -177
  438. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +26 -170
  439. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +9 -23
  440. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +370 -96
  441. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +389 -7
  442. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +357 -23
  443. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +155 -33
  444. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +181 -29
  445. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +159 -29
  446. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +149 -55
  447. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +153 -72
  448. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +148 -29
  449. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +96 -73
  450. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +30 -34
  451. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +15 -24
  452. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +35 -81
  453. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +29 -143
  454. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +33 -159
  455. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +41 -57
  456. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +37 -28
  457. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +44 -36
  458. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +32 -85
  459. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +35 -86
  460. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +32 -149
  461. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +44 -33
  462. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +35 -80
  463. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +13 -18
  464. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +34 -84
  465. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +583 -83
  466. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +40 -158
  467. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +418 -26
  468. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +430 -7
  469. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +481 -22
  470. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +888 -9
  471. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +39 -84
  472. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +62 -138
  473. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +46 -33
  474. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +39 -78
  475. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +18 -45
  476. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +52 -81
  477. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +33 -143
  478. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +31 -160
  479. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +59 -51
  480. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +41 -28
  481. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +46 -34
  482. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +35 -83
  483. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +37 -85
  484. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +35 -148
  485. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +13 -26
  486. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +28 -79
  487. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +16 -479
  488. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +14 -14
  489. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +32 -186
  490. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +30 -195
  491. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +150 -8
  492. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +161 -17
  493. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +9 -84
  494. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +116 -86
  495. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +12 -13
  496. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +45 -109
  497. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +42 -27
  498. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +36 -80
  499. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +20 -444
  500. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +37 -511
  501. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +35 -495
  502. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +20 -472
  503. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +59 -407
  504. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +20 -510
  505. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +20 -1093
  506. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +22 -394
  507. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +39 -363
  508. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +41 -993
  509. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +11 -458
  510. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +4 -468
  511. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +10 -442
  512. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +21 -392
  513. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +84 -51
  514. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +134 -34
  515. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +23 -103
  516. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +79 -140
  517. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +20 -115
  518. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +138 -136
  519. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +150 -139
  520. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +47 -131
  521. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +6 -87
  522. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +27 -103
  523. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +61 -41
  524. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +80 -149
  525. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +106 -107
  526. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +33 -43
  527. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +78 -38
  528. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +27 -105
  529. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +109 -60
  530. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +128 -58
  531. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +31 -72
  532. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +3 -126
  533. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +7 -78
  534. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +62 -43
  535. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +86 -67
  536. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +124 -58
  537. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +23 -86
  538. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +79 -122
  539. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +19 -64
  540. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +17 -85
  541. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +186 -32
  542. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +196 -32
  543. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +6 -46
  544. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +24 -544
  545. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +79 -35
  546. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +86 -62
  547. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +10 -159
  548. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +88 -65
  549. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +27 -28
  550. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +82 -25
  551. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +454 -17
  552. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +473 -17
  553. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +492 -17
  554. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +456 -36
  555. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +461 -7
  556. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +406 -44
  557. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +1058 -31
  558. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +20 -68
  559. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +408 -42
  560. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +639 -44
  561. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +41 -50
  562. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +47 -51
  563. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +399 -30
  564. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +18 -37
  565. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +16 -33
  566. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +15 -54
  567. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +63 -30
  568. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +20 -67
  569. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +69 -62
  570. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +65 -96
  571. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +69 -61
  572. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +30 -12
  573. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +68 -16
  574. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +64 -13
  575. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +22 -70
  576. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +55 -34
  577. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +55 -33
  578. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +22 -13
  579. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +26 -13
  580. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +105 -50
  581. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +26 -37
  582. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +26 -36
  583. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +25 -12
  584. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +70 -9
  585. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +16 -1149
  586. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +16 -1179
  587. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +16 -1171
  588. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +18 -15
  589. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +18 -16
  590. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +41 -1116
  591. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +19 -1121
  592. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +31 -73
  593. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +28 -1130
  594. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +17 -1134
  595. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +28 -1092
  596. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +400 -1015
  597. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +14 -13
  598. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +69 -43
  599. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +159 -37
  600. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -1295
  601. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +18 -1338
  602. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +18 -1351
  603. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +19 -1216
  604. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +22 -1158
  605. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +17 -1269
  606. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +34 -1286
  607. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +7 -1264
  608. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +26 -1257
  609. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +15 -1208
  610. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +31 -1279
  611. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +27 -1308
  612. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +42 -1097
  613. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +18 -1159
  614. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +23 -1144
  615. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +15 -1112
  616. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +18 -374
  617. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +15 -18
  618. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +60 -66
  619. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +45 -598
  620. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +12 -12
  621. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +42 -61
  622. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +75 -174
  623. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +15 -156
  624. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +13 -165
  625. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +17 -210
  626. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +14 -169
  627. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +66 -163
  628. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +16 -167
  629. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +32 -165
  630. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +13 -26
  631. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +13 -26
  632. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +55 -21
  633. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +37 -21
  634. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +14 -20
  635. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +15 -42
  636. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +9 -64
  637. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +1122 -11
  638. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1176 -11
  639. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +1168 -11
  640. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +13 -37
  641. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +14 -17
  642. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +19 -21
  643. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +1119 -20
  644. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +92 -24
  645. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +1139 -13
  646. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +1101 -61
  647. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1127 -66
  648. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +44 -114
  649. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +14 -95
  650. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +13 -10
  651. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +14 -75
  652. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1296 -38
  653. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1116 -39
  654. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1107 -39
  655. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1208 -15
  656. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +981 -198
  657. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +1284 -6
  658. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +1284 -15
  659. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +1241 -15
  660. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +1265 -15
  661. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +1115 -15
  662. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +1261 -84
  663. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +1262 -83
  664. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +1089 -86
  665. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +1144 -13
  666. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +1149 -7
  667. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +1133 -8
  668. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +333 -102
  669. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +13 -139
  670. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +54 -176
  671. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +565 -142
  672. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +13 -185
  673. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +48 -200
  674. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +185 -45
  675. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +15 -13
  676. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +16 -206
  677. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +87 -12
  678. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +182 -6
  679. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +40 -12
  680. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +42 -7
  681. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +18 -78
  682. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +21 -277
  683. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +23 -276
  684. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +18 -277
  685. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +17 -380
  686. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +17 -279
  687. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +33 -14
  688. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +60 -18
  689. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +11 -89
  690. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +31 -68
  691. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +32 -51
  692. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +30 -75
  693. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +36 -58
  694. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +37 -47
  695. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +20 -67
  696. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +28 -84
  697. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +13 -496
  698. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +63 -455
  699. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +83 -494
  700. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +123 -38
  701. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +122 -10
  702. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +30 -12
  703. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +49 -7
  704. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +93 -13
  705. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +42 -6
  706. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +101 -6
  707. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +40 -6
  708. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +295 -6
  709. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +6 -33
  710. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +50 -10
  711. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +34 -8
  712. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +45 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +42 -7
  714. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +34 -28
  715. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +149 -19
  716. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +27 -15
  717. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +10 -15
  718. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -9
  719. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +45 -20
  720. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +39 -7
  721. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +61 -8
  722. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +38 -14
  723. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +44 -9
  724. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +47 -14
  725. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +39 -8
  726. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +39 -9
  727. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +231 -8
  728. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +14 -7
  729. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +11 -38
  730. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +13 -26
  731. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +7 -21
  732. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +36 -30
  733. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +240 -6
  734. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +237 -6
  735. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +241 -5
  736. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +338 -10
  737. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +235 -11
  738. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +32 -9
  739. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +47 -6
  740. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +113 -6
  741. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +72 -11
  742. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +54 -117
  743. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +100 -19
  744. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +63 -12
  745. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +52 -8
  746. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +91 -7
  747. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +81 -29
  748. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +471 -20
  749. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +467 -15
  750. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +479 -8
  751. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +34 -7
  752. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +10 -10
  753. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -7
  754. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +4 -13
  755. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +15 -13
  756. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +6 -9
  757. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +6 -10
  758. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +6 -29
  759. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +6 -22
  760. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +37 -13
  761. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +5 -13
  762. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +10 -30
  763. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +9 -16
  764. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +7 -16
  765. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +40 -12
  766. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +30 -7
  767. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +24 -9
  768. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +15 -20
  769. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +8 -7
  770. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +14 -8
  771. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +7 -35
  772. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +9 -20
  773. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +19 -8
  774. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +11 -8
  775. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +8 -8
  776. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +10 -8
  777. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +7 -6
  778. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +9 -7
  779. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +9 -10
  780. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +40 -12
  781. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +12 -7
  782. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +14 -7
  783. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +12 -11
  784. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +10 -25
  785. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +25 -19
  786. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -8
  787. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +34 -9
  788. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +5 -44
  789. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -47
  790. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +4 -23
  791. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -6
  792. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +19 -4
  793. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +9 -20
  794. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +7 -10
  795. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +6 -9
  796. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +10 -39
  797. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +113 -9
  798. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +24 -14
  799. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +11 -7
  800. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +13 -4
  801. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +9 -8
  802. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +35 -14
  803. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +26 -10
  804. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +21 -10
  805. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +9 -8
  806. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +8 -9
  807. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +7 -10
  808. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +7 -30
  809. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +7 -13
  810. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -110
  811. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +8 -71
  812. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +9 -72
  813. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +25 -32
  814. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +15 -21
  815. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +10 -12
  816. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +8 -11
  817. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +35 -5
  818. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +17 -11
  819. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +16 -17
  820. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +9 -10
  821. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +9 -5
  822. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +9 -10
  823. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +16 -7
  824. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +10 -8
  825. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +9 -9
  826. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +29 -18
  827. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +18 -7
  828. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +8 -9
  829. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +7 -12
  830. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +9 -13
  831. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +11 -4
  832. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +8 -24
  833. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +7 -24
  834. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +10 -5
  835. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +8 -7
  836. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +9 -9
  837. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -24
  838. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +13 -7
  839. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +33 -4
  840. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +20 -8
  841. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +9 -22
  842. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +7 -9
  843. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +40 -7
  844. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +47 -9
  845. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +18 -6
  846. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +8 -225
  847. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +4 -13
  848. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +23 -6
  849. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +7 -15
  850. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +11 -9
  851. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +46 -13
  852. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +11 -10
  853. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +17 -8
  854. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +7 -17
  855. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +4 -13
  856. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +8 -11
  857. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +21 -9
  858. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +15 -9
  859. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +13 -11
  860. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +8 -9
  861. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +9 -12
  862. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +12 -8
  863. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +29 -6
  864. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +13 -7
  865. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +112 -10
  866. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +81 -8
  867. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +84 -6
  868. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +39 -10
  869. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +30 -37
  870. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +9 -27
  871. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +12 -10
  872. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +5 -16
  873. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +5 -209
  874. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +10 -85
  875. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -40
  876. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +5 -17
  877. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +10 -16
  878. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +11 -17
  879. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +8 -13
  880. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +9 -12
  881. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +23 -12
  882. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +11 -10
  883. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +9 -11
  884. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +13 -12
  885. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +14 -11
  886. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +4 -16
  887. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +23 -10
  888. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +25 -5
  889. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +5 -105
  890. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +7 -55
  891. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +9 -57
  892. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +23 -100
  893. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +8 -57
  894. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +5 -64
  895. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +11 -5
  896. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +17 -24
  897. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -8
  898. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -20
  899. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -42
  900. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +8 -10
  901. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +205 -27
  902. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +7 -23
  903. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +9 -10
  904. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +12 -21
  905. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -21
  906. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +10 -14
  907. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +11 -6
  908. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +10 -5
  909. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +19 -9
  910. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +9 -16
  911. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +9 -8
  912. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +9 -60
  913. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -53
  914. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -23
  915. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +7 -21
  916. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +11 -12
  917. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +8 -11
  918. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +7 -47
  919. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +10 -7
  920. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +9 -32
  921. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +10 -27
  922. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +6 -49
  923. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +6 -37
  924. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +32 -12
  925. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +25 -20
  926. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +6 -6
  927. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +15 -8
  928. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +213 -8
  929. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +94 -6
  930. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +45 -10
  931. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +17 -18
  932. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +17 -11
  933. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +12 -66
  934. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +12 -7
  935. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +12 -10
  936. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +11 -37
  937. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +14 -45
  938. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +10 -45
  939. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +16 -34
  940. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +10 -19
  941. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +12 -24
  942. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +12 -23
  943. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +5 -8
  944. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +103 -7
  945. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +59 -5
  946. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +55 -11
  947. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +87 -23
  948. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +58 -6
  949. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +58 -9
  950. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +5 -51
  951. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +24 -6
  952. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +8 -10
  953. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +24 -5
  954. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +22 -8
  955. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +28 -22
  956. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +31 -9
  957. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +33 -8
  958. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +7 -18
  959. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +49 -5
  960. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +23 -11
  961. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +9 -10
  962. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +24 -9
  963. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +24 -17
  964. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -13
  965. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +9 -6
  966. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +5 -16
  967. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +8 -18
  968. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +11 -17
  969. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +9 -11
  970. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +59 -6
  971. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +50 -11
  972. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +16 -23
  973. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +28 -34
  974. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +9 -26
  975. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +10 -29
  976. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +41 -23
  977. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +5 -16
  978. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +30 -10
  979. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +23 -13
  980. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +38 -17
  981. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +38 -6
  982. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +14 -8
  983. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +21 -7
  984. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +14 -39
  985. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +9 -5
  986. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +9 -10
  987. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +10 -30
  988. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +6 -43
  989. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +10 -34
  990. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +11 -5
  991. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +64 -13
  992. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +8 -8
  993. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +9 -6
  994. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +36 -9
  995. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +37 -9
  996. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +43 -9
  997. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +18 -34
  998. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +20 -5
  999. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +20 -7
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +18 -8
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +6 -8
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +9 -8
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +6 -42
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +11 -9
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +30 -13
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -37
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +8 -6
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +44 -58
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -61
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +7 -16
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +5 -22
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +9 -10
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +21 -7
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +5 -9
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +7 -12
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +19 -20
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +5 -51
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +10 -47
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +8 -64
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +8 -25
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +13 -8
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +14 -8
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +7 -5
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +16 -5
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +18 -14
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +20 -8
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +8 -7
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -10
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +15 -8
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +26 -7
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +26 -23
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +24 -23
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +35 -14
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +21 -40
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -40
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +13 -30
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +11 -12
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +32 -14
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +6 -8
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +7 -15
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -7
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +31 -8
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -9
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -11
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -16
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +42 -7
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +45 -13
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +5 -13
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +24 -4
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +6 -11
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +9 -34
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -8
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +9 -85
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +44 -11
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +5 -14
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +9 -10
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +34 -0
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +30 -0
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +28 -0
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +57 -0
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +32 -0
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +41 -0
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +53 -0
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +29 -0
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +95 -0
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +96 -0
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +41 -0
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +42 -0
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +34 -0
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +27 -0
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +29 -0
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +38 -0
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +42 -0
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +71 -0
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +71 -0
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +87 -0
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +49 -0
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +32 -0
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +32 -0
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +25 -0
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +25 -0
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +37 -0
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +31 -0
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +31 -0
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +32 -0
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +28 -0
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +32 -0
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +47 -0
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +50 -0
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +30 -0
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +70 -0
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +67 -0
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +54 -0
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +38 -0
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -0
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +29 -0
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +38 -0
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +30 -0
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +32 -0
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +29 -0
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +33 -0
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +38 -0
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +30 -0
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +30 -0
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +33 -0
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +21 -0
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +33 -0
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +29 -0
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +59 -0
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +32 -0
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +110 -0
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +34 -0
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +34 -0
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +33 -0
  1116. githubkit/versions/ghec_v2022_11_28/rest/__init__.py +6 -6
  1117. githubkit/versions/ghec_v2022_11_28/rest/apps.py +16 -8
  1118. githubkit/versions/ghec_v2022_11_28/rest/billing.py +466 -1
  1119. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +381 -0
  1120. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +165 -0
  1121. githubkit/versions/ghec_v2022_11_28/rest/repos.py +96 -44
  1122. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4818 -5854
  1123. githubkit/versions/ghec_v2022_11_28/types/group_0005.py +13 -30
  1124. githubkit/versions/ghec_v2022_11_28/types/group_0006.py +30 -13
  1125. githubkit/versions/ghec_v2022_11_28/types/group_0008.py +2 -1
  1126. githubkit/versions/ghec_v2022_11_28/types/group_0011.py +1 -0
  1127. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +35 -7
  1128. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +6 -25
  1129. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +16 -57
  1130. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +66 -33
  1131. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +33 -10
  1132. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +10 -28
  1133. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +30 -29
  1134. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +33 -34
  1135. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +25 -26
  1136. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +32 -7
  1137. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +25 -7
  1138. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +6 -26
  1139. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +9 -16
  1140. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +19 -81
  1141. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +19 -28
  1142. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +15 -69
  1143. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +81 -42
  1144. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +28 -30
  1145. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +51 -44
  1146. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +40 -101
  1147. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +32 -22
  1148. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +47 -13
  1149. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +107 -6
  1150. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +25 -18
  1151. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +26 -20
  1152. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +7 -21
  1153. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +20 -27
  1154. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +21 -45
  1155. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +19 -52
  1156. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +21 -130
  1157. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +39 -24
  1158. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +53 -13
  1159. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +129 -11
  1160. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +22 -71
  1161. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +14 -7
  1162. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +18 -5
  1163. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +79 -8
  1164. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +7 -11
  1165. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +4 -13
  1166. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +8 -85
  1167. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +4 -4
  1168. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +13 -32
  1169. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +81 -16
  1170. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +12 -36
  1171. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +24 -69
  1172. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +20 -20
  1173. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +36 -8
  1174. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +77 -7
  1175. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +21 -9
  1176. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +8 -22
  1177. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +8 -32
  1178. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +7 -18
  1179. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +19 -18
  1180. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +31 -7
  1181. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +11 -23
  1182. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +22 -12
  1183. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +7 -10
  1184. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +23 -18
  1185. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +11 -29
  1186. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +10 -7
  1187. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +17 -18
  1188. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +22 -37
  1189. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +7 -58
  1190. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +17 -42
  1191. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +37 -18
  1192. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +56 -13
  1193. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +51 -8
  1194. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +25 -13
  1195. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +15 -10
  1196. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +8 -141
  1197. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +11 -8
  1198. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +10 -8
  1199. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +142 -6
  1200. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +11 -12
  1201. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +9 -7
  1202. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +7 -12
  1203. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +14 -6
  1204. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +8 -14
  1205. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +9 -19
  1206. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -15
  1207. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +10 -10
  1208. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +18 -12
  1209. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +13 -38
  1210. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +10 -8
  1211. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +16 -5
  1212. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +81 -7
  1213. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +7 -8
  1214. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +4 -5
  1215. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +27 -8
  1216. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +13 -9
  1217. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +6 -13
  1218. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +9 -16
  1219. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +9 -12
  1220. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -7
  1221. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +16 -8
  1222. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -7
  1223. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +7 -10
  1224. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +10 -7
  1225. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +7 -10
  1226. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +10 -7
  1227. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +7 -10
  1228. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +10 -7
  1229. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +8 -8
  1230. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +7 -8
  1231. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +8 -20
  1232. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +7 -11
  1233. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +9 -96
  1234. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +19 -15
  1235. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +11 -40
  1236. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +17 -19
  1237. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +13 -123
  1238. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +104 -14
  1239. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -101
  1240. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +41 -29
  1241. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +22 -23
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +126 -13
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +20 -9
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +90 -24
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +22 -105
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +16 -15
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +12 -9
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +8 -9
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +37 -8
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +111 -9
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +22 -14
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +10 -27
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +10 -24
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +8 -59
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +10 -8
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +15 -10
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +33 -9
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +25 -7
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +59 -6
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +9 -46
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +6 -34
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +6 -61
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +7 -29
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +5 -5
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +47 -8
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +27 -26
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +50 -23
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +22 -70
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +6 -40
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +8 -26
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +36 -9
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +37 -9
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +73 -18
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +32 -21
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +26 -117
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +9 -128
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +7 -22
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +20 -7
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +29 -9
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +116 -20
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +118 -31
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +15 -16
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +7 -25
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +9 -125
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +18 -17
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +34 -21
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +22 -23
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +18 -53
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +123 -16
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -57
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +23 -24
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +24 -26
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +52 -35
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +17 -21
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +59 -8
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +27 -17
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +27 -28
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +45 -23
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +20 -9
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +10 -6
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +20 -7
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +13 -22
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +7 -6
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +30 -17
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +12 -53
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +21 -42
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +16 -19
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +29 -8
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +24 -14
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +8 -73
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +6 -26
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +8 -14
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +15 -28
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +5 -18
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +16 -35
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +51 -20
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +43 -49
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +14 -21
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +8 -33
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +10 -26
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +68 -22
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +20 -92
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +19 -34
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +31 -28
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +18 -10
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +36 -22
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +23 -60
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +55 -6
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +25 -10
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +25 -19
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +21 -41
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +28 -27
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +96 -8
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +25 -56
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +34 -14
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +10 -7
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +26 -6
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +60 -4
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -9
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +10 -28
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +26 -8
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +46 -11
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +26 -69
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +7 -19
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +46 -23
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +11 -23
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +10 -8
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +6 -24
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +5 -59
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +7 -10
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +28 -9
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +6 -103
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +12 -28
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +61 -20
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +17 -17
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +32 -17
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +18 -22
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +7 -29
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +20 -26
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +57 -22
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +12 -22
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +9 -31
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +96 -11
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +14 -18
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +14 -18
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +11 -24
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +11 -24
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +24 -10
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +24 -32
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +27 -13
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +22 -6
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +21 -70
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +20 -45
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +15 -89
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +23 -9
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -9
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +23 -9
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +29 -11
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +14 -4
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +36 -32
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +13 -7
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +6 -54
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +63 -18
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +56 -7
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +92 -9
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +26 -25
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +19 -78
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +14 -70
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -182
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +9 -41
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +24 -120
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +10 -13
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +54 -8
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +23 -8
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +7 -55
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +9 -47
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -14
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +80 -24
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +67 -26
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +185 -7
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +43 -17
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +129 -8
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +13 -11
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +10 -9
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +13 -9
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +55 -10
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +49 -8
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +8 -11
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +23 -11
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -12
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +8 -11
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +6 -6
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +4 -7
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +6 -6
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +4 -7
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +4 -7
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +15 -31
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +8 -71
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +10 -51
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +10 -74
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +9 -13
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -10
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +10 -23
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +12 -7
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +11 -14
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +11 -21
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +10 -10
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -8
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +32 -12
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +69 -10
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +51 -9
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +74 -8
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +9 -9
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +10 -24
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +22 -9
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +7 -40
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +14 -20
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +16 -13
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +10 -16
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +8 -18
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +13 -25
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +12 -15
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +10 -33
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +9 -10
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +13 -7
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +18 -29
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +8 -100
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +34 -14
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +14 -29
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +14 -41
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +12 -29
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +13 -89
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +19 -29
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +14 -122
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +27 -69
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +9 -54
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +6 -62
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +35 -8
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +100 -13
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +14 -81
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +36 -12
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +35 -51
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +32 -12
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +84 -23
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +27 -6
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +119 -7
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +72 -8
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +49 -12
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +61 -6
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +7 -22
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +15 -12
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +83 -19
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -271
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +60 -28
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +13 -40
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +28 -38
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +6 -56
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +6 -122
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +8 -10
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +12 -123
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -24
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +20 -16
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +11 -78
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +28 -20
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +267 -29
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +32 -19
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +44 -19
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +11 -16
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +79 -17
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +37 -110
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +57 -15
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +16 -6
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +15 -17
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +59 -7
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +12 -30
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +31 -13
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +71 -15
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +126 -6
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +40 -283
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +8 -309
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +6 -304
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +7 -141
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +44 -111
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +9 -105
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +320 -84
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +41 -103
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +341 -78
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +3 -73
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +39 -20
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +38 -15
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +42 -23
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +13 -16
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +52 -18
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +45 -21
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +128 -17
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +46 -17
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +46 -17
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +14 -18
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +24 -18
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +15 -17
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +18 -17
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +77 -35
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +14 -38
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +648 -402
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +120 -20
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +37 -437
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +57 -411
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +51 -393
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +21 -839
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +30 -89
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +71 -40
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +110 -17
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +31 -90
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +32 -81
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +10 -101
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +9 -11
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +11 -11
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +11 -36
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +105 -23
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +12 -12
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +12 -12
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +12 -12
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +14 -14
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +20 -8
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +13 -86
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +13 -40
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +10 -12
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +7 -18
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +24 -14
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +6 -144
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +15 -143
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +6 -19
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +292 -91
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +311 -7
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +292 -16
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +110 -26
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +133 -20
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +102 -23
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +102 -39
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +100 -60
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +99 -21
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +75 -65
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +16 -29
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +11 -15
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +18 -71
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +15 -137
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -143
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +17 -51
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +21 -28
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +24 -36
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +17 -75
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +17 -84
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +17 -137
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +24 -33
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +17 -78
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +11 -13
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +17 -76
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +524 -71
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +20 -143
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +373 -19
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +383 -4
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +430 -21
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +788 -7
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +19 -82
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +39 -125
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +24 -33
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +19 -76
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +13 -33
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +37 -77
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +17 -137
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +17 -143
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +42 -51
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +23 -28
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +24 -36
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +17 -74
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +17 -84
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +19 -137
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +12 -31
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +15 -78
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -421
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +11 -11
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +17 -167
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +16 -169
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +121 -5
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +129 -15
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +8 -75
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +110 -82
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +9 -11
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +23 -101
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +26 -29
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +18 -78
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +15 -394
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +25 -446
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +24 -427
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +15 -409
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +52 -368
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +15 -449
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +14 -967
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +16 -336
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +37 -300
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +27 -870
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +8 -383
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +3 -391
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +10 -379
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +11 -332
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +80 -27
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +124 -18
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +22 -61
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +75 -103
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +15 -104
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +128 -107
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +133 -110
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +42 -97
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +3 -59
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +27 -70
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +51 -21
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +76 -110
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +94 -73
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +33 -22
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +76 -16
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +18 -99
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +97 -31
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +104 -32
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +26 -46
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +2 -83
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +9 -51
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +50 -21
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +88 -49
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +112 -35
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +25 -59
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +79 -96
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +15 -56
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +14 -72
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +167 -32
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +171 -17
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +3 -41
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +21 -478
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +74 -17
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +81 -57
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +8 -154
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +80 -43
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +22 -13
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +79 -14
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +397 -13
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +406 -13
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +426 -12
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +387 -22
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +400 -6
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +355 -34
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +932 -25
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +13 -61
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +354 -34
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +560 -36
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +18 -45
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +23 -47
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +353 -20
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -31
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +13 -30
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +14 -46
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +44 -25
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +15 -60
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +57 -54
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +53 -74
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +57 -52
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -10
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +52 -14
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +44 -11
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +14 -59
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +43 -27
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +43 -28
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +13 -11
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +14 -11
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +95 -44
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +15 -33
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +15 -30
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +14 -10
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +48 -8
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +12 -950
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +14 -974
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +14 -964
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +13 -14
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +13 -14
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +33 -906
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +14 -925
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +23 -58
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +23 -918
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +13 -933
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +23 -878
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +328 -781
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +11 -12
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +60 -18
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +155 -18
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +27 -1032
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +13 -1073
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +13 -1091
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +13 -1002
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +13 -974
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +12 -1045
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +22 -1050
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +6 -1026
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +22 -1028
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +13 -1000
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +25 -1042
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +23 -1081
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +35 -898
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +14 -931
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -923
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +13 -923
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +13 -282
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +14 -14
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +33 -59
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +17 -507
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +11 -11
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +18 -55
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +38 -153
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +13 -139
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +11 -141
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +14 -172
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +12 -142
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +58 -139
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +14 -142
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +29 -139
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +11 -15
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +11 -15
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +49 -13
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +33 -13
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +12 -12
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +12 -27
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +8 -51
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +924 -10
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +972 -10
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +962 -10
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -33
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +13 -12
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +15 -14
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +924 -15
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +61 -19
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +925 -13
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +888 -42
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +913 -65
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +18 -95
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +13 -89
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +12 -9
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +13 -69
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +1033 -33
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +911 -33
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +911 -33
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +1000 -13
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +849 -168
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +1048 -5
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +1059 -13
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +1022 -13
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +1036 -13
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +919 -13
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +1030 -67
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +1040 -67
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +893 -69
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +933 -11
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +933 -5
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +927 -6
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +242 -89
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +12 -126
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +51 -135
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +469 -100
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +12 -166
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +45 -159
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +160 -16
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +11 -10
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +12 -186
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +50 -11
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +143 -5
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +17 -11
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +18 -6
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +13 -56
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +14 -220
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +15 -219
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +13 -219
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -286
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +12 -222
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +24 -11
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +47 -15
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +10 -64
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +16 -56
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +15 -47
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +32 -54
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +24 -51
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +21 -44
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +15 -58
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +28 -63
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +13 -424
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +47 -397
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +83 -424
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +112 -29
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +96 -9
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +16 -8
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +20 -4
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +75 -8
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +19 -5
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +78 -5
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +19 -5
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +220 -5
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +5 -13
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +20 -4
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +17 -5
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +18 -8
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +19 -6
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +17 -23
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +119 -10
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +16 -9
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +6 -12
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +8 -10
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +18 -12
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +19 -8
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +34 -7
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +19 -8
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +21 -9
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +20 -8
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +18 -6
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +18 -6
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +192 -8
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +12 -6
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +6 -11
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +11 -19
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +6 -18
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +15 -24
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +183 -5
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +181 -5
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +182 -4
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +247 -8
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +182 -7
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +16 -6
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +25 -4
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +70 -4
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +56 -8
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +48 -38
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +57 -15
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +51 -12
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +47 -14
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +64 -6
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +57 -20
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +411 -10
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +414 -8
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +413 -8
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +31 -11
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +8 -8
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +9 -6
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +3 -9
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +8 -7
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +4 -5
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +4 -5
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +5 -24
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +5 -9
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +11 -7
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +3 -6
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +6 -24
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +9 -9
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +6 -9
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +23 -7
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +12 -6
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +10 -9
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +13 -12
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +8 -4
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +11 -4
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +8 -24
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +8 -8
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +8 -8
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +9 -5
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +7 -4
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +5 -7
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +4 -4
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +7 -6
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +7 -6
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +12 -8
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +8 -4
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +10 -7
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +9 -8
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +7 -20
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +20 -8
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +18 -8
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +26 -6
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +5 -26
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +5 -24
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +4 -10
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +7 -6
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +9 -4
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +6 -8
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +5 -9
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +4 -5
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +8 -13
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +39 -8
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +20 -7
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +6 -4
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +9 -3
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +6 -6
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +26 -7
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +11 -6
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +9 -6
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +8 -5
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +6 -6
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +6 -5
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +6 -10
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +6 -6
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +9 -43
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +6 -59
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -59
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +23 -14
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +8 -12
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +9 -7
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +6 -6
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +25 -5
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +9 -9
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +9 -14
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +8 -7
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +5 -4
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +9 -6
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +11 -5
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +6 -6
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +6 -5
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +18 -13
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +8 -5
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +8 -7
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +6 -7
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +6 -6
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +8 -3
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +5 -21
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +7 -20
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +5 -4
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +7 -5
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +5 -5
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +7 -20
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +9 -5
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +25 -4
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +8 -7
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +9 -10
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +5 -7
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +25 -5
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +24 -5
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +8 -5
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +8 -124
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +3 -9
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +8 -4
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +7 -8
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +6 -9
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +14 -9
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +7 -6
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +7 -8
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +4 -8
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +3 -6
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +6 -6
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +8 -9
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +7 -9
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -10
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +5 -8
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +6 -8
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +8 -5
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +9 -4
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +6 -6
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +45 -8
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +70 -8
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +71 -6
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +14 -5
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +12 -31
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +6 -21
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +6 -9
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +5 -7
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +5 -120
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +9 -47
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +7 -27
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +4 -13
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +6 -14
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +6 -15
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +6 -12
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +5 -12
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +15 -10
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +6 -12
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -11
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +7 -14
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +6 -12
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +3 -12
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +18 -10
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +21 -5
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +5 -54
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -35
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +11 -37
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +14 -53
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +10 -36
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +8 -38
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +9 -21
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +7 -8
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +5 -9
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +5 -12
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +6 -9
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +124 -15
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -20
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +5 -9
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +8 -17
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +6 -19
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +9 -6
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +6 -4
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +8 -4
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +9 -8
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +6 -8
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +4 -7
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +8 -36
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +8 -32
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +11 -12
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +6 -19
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +8 -6
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +5 -8
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +4 -22
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +9 -5
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +5 -13
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +8 -16
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +6 -30
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +4 -22
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +29 -6
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +16 -11
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +5 -5
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +7 -6
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +123 -8
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +52 -6
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +27 -5
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +14 -7
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +14 -6
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +10 -37
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +11 -5
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +12 -6
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +10 -21
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +11 -19
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +10 -22
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +12 -10
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +12 -9
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +12 -10
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +14 -9
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +5 -6
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +54 -6
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +35 -8
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +35 -9
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +53 -18
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +36 -10
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +35 -10
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +10 -38
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +20 -4
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +8 -5
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +10 -5
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +11 -5
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +10 -15
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +12 -5
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +11 -5
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +7 -15
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +16 -5
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +21 -5
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +8 -7
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +18 -6
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +21 -6
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -6
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -5
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +5 -7
  2080. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +7 -9
  2081. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +7 -9
  2082. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +9 -6
  2083. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +36 -5
  2084. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +31 -8
  2085. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +9 -14
  2086. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +21 -14
  2087. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -16
  2088. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +8 -17
  2089. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +21 -15
  2090. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +4 -9
  2091. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +12 -7
  2092. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +15 -7
  2093. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +28 -10
  2094. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +24 -5
  2095. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +8 -5
  2096. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +15 -6
  2097. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +9 -12
  2098. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -4
  2099. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -7
  2100. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -10
  2101. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +5 -14
  2102. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +6 -14
  2103. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +6 -5
  2104. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +41 -8
  2105. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +6 -6
  2106. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +5 -5
  2107. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +24 -6
  2108. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +19 -6
  2109. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +23 -6
  2110. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +10 -24
  2111. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +9 -5
  2112. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +8 -5
  2113. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +7 -5
  2114. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +5 -4
  2115. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +6 -6
  2116. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +4 -15
  2117. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -6
  2118. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +24 -7
  2119. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +5 -13
  2120. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +6 -4
  2121. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +26 -44
  2122. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +5 -50
  2123. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +5 -9
  2124. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +5 -9
  2125. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +5 -5
  2126. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +17 -5
  2127. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -5
  2128. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +4 -6
  2129. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +15 -7
  2130. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +5 -37
  2131. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +5 -36
  2132. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -52
  2133. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +6 -12
  2134. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -6
  2135. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +6 -5
  2136. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +4 -4
  2137. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -7
  2138. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +9 -11
  2139. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +9 -7
  2140. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +5 -5
  2141. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -5
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +10 -6
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +16 -5
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +13 -19
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +16 -12
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +16 -8
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +16 -16
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +6 -21
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -23
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +8 -7
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +11 -8
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +4 -5
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -7
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +5 -6
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +11 -5
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +4 -5
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -9
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +10 -15
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +14 -5
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +15 -9
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -10
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +10 -4
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +5 -5
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +6 -6
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +6 -13
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -6
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -32
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +25 -10
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +4 -10
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +6 -5
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +23 -0
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +21 -0
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +30 -0
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +23 -0
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +24 -0
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +29 -0
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +22 -0
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +79 -0
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +79 -0
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +26 -0
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +25 -0
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +22 -0
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +21 -0
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +22 -0
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +24 -0
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +25 -0
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +53 -0
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +53 -0
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +69 -0
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +29 -0
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +23 -0
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +22 -0
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +21 -0
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +23 -0
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +28 -0
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +24 -0
  2198. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
  2199. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +22 -0
  2200. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +22 -0
  2201. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +22 -0
  2202. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +37 -0
  2203. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +29 -0
  2204. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +25 -0
  2205. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +33 -0
  2206. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +41 -0
  2207. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +40 -0
  2208. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +24 -0
  2209. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +25 -0
  2210. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +22 -0
  2211. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +24 -0
  2212. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +25 -0
  2213. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +22 -0
  2214. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +22 -0
  2215. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +26 -0
  2216. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +31 -0
  2217. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -0
  2218. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +25 -0
  2219. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +26 -0
  2220. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +19 -0
  2221. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +22 -0
  2222. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +22 -0
  2223. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +30 -0
  2224. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +23 -0
  2225. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +46 -0
  2226. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +27 -0
  2227. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +27 -0
  2228. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +22 -0
  2229. githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +10 -0
  2230. githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +13 -0
  2231. githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +9 -0
  2232. githubkit/versions/ghec_v2022_11_28/webhooks/exemption_request_secret_scanning.py +53 -0
  2233. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
  2234. githubkit/versions/latest/models.py +609 -1611
  2235. githubkit/versions/latest/types.py +637 -1613
  2236. githubkit/versions/v2022_11_28/models/__init__.py +4564 -5724
  2237. githubkit/versions/v2022_11_28/models/group_0005.py +16 -41
  2238. githubkit/versions/v2022_11_28/models/group_0006.py +41 -16
  2239. githubkit/versions/v2022_11_28/models/group_0008.py +5 -0
  2240. githubkit/versions/v2022_11_28/models/group_0011.py +3 -0
  2241. githubkit/versions/v2022_11_28/models/group_0025.py +88 -9
  2242. githubkit/versions/v2022_11_28/models/group_0026.py +8 -37
  2243. githubkit/versions/v2022_11_28/models/group_0027.py +23 -85
  2244. githubkit/versions/v2022_11_28/models/group_0028.py +84 -115
  2245. githubkit/versions/v2022_11_28/models/group_0029.py +117 -47
  2246. githubkit/versions/v2022_11_28/models/group_0030.py +52 -12
  2247. githubkit/versions/v2022_11_28/models/group_0031.py +14 -65
  2248. githubkit/versions/v2022_11_28/models/group_0032.py +68 -24
  2249. githubkit/versions/v2022_11_28/models/group_0033.py +31 -15
  2250. githubkit/versions/v2022_11_28/models/group_0034.py +14 -103
  2251. githubkit/versions/v2022_11_28/models/group_0035.py +78 -17
  2252. githubkit/versions/v2022_11_28/models/group_0036.py +39 -76
  2253. githubkit/versions/v2022_11_28/models/group_0037.py +66 -59
  2254. githubkit/versions/v2022_11_28/models/group_0038.py +67 -35
  2255. githubkit/versions/v2022_11_28/models/group_0039.py +13 -36
  2256. githubkit/versions/v2022_11_28/models/group_0040.py +42 -97
  2257. githubkit/versions/v2022_11_28/models/group_0041.py +113 -22
  2258. githubkit/versions/v2022_11_28/models/group_0042.py +27 -26
  2259. githubkit/versions/v2022_11_28/models/group_0043.py +29 -7
  2260. githubkit/versions/v2022_11_28/models/group_0044.py +9 -22
  2261. githubkit/versions/v2022_11_28/models/group_0045.py +17 -17
  2262. githubkit/versions/v2022_11_28/models/group_0046.py +17 -21
  2263. githubkit/versions/v2022_11_28/models/group_0047.py +26 -40
  2264. githubkit/versions/v2022_11_28/models/group_0048.py +31 -43
  2265. githubkit/versions/v2022_11_28/models/group_0049.py +39 -49
  2266. githubkit/versions/v2022_11_28/models/group_0050.py +43 -132
  2267. githubkit/versions/v2022_11_28/models/group_0051.py +140 -23
  2268. githubkit/versions/v2022_11_28/models/group_0052.py +30 -14
  2269. githubkit/versions/v2022_11_28/models/group_0053.py +11 -101
  2270. githubkit/versions/v2022_11_28/models/group_0054.py +107 -8
  2271. githubkit/versions/v2022_11_28/models/group_0055.py +9 -11
  2272. githubkit/versions/v2022_11_28/models/group_0056.py +13 -5
  2273. githubkit/versions/v2022_11_28/models/group_0057.py +6 -25
  2274. githubkit/versions/v2022_11_28/models/group_0058.py +14 -11
  2275. githubkit/versions/v2022_11_28/models/group_0059.py +17 -9
  2276. githubkit/versions/v2022_11_28/models/group_0060.py +8 -12
  2277. githubkit/versions/v2022_11_28/models/group_0061.py +9 -12
  2278. githubkit/versions/v2022_11_28/models/group_0062.py +13 -16
  2279. githubkit/versions/v2022_11_28/models/group_0063.py +17 -13
  2280. githubkit/versions/v2022_11_28/models/group_0064.py +12 -31
  2281. githubkit/versions/v2022_11_28/models/group_0065.py +33 -11
  2282. githubkit/versions/v2022_11_28/models/group_0066.py +17 -30
  2283. githubkit/versions/v2022_11_28/models/group_0067.py +20 -12
  2284. githubkit/versions/v2022_11_28/models/group_0068.py +11 -55
  2285. githubkit/versions/v2022_11_28/models/group_0069.py +52 -45
  2286. githubkit/versions/v2022_11_28/models/group_0070.py +50 -17
  2287. githubkit/versions/v2022_11_28/models/group_0071.py +17 -147
  2288. githubkit/versions/v2022_11_28/models/group_0072.py +150 -11
  2289. githubkit/versions/v2022_11_28/models/group_0073.py +12 -68
  2290. githubkit/versions/v2022_11_28/models/group_0074.py +62 -24
  2291. githubkit/versions/v2022_11_28/models/group_0075.py +23 -31
  2292. githubkit/versions/v2022_11_28/models/group_0076.py +31 -111
  2293. githubkit/versions/v2022_11_28/models/group_0077.py +119 -7
  2294. githubkit/versions/v2022_11_28/models/group_0078.py +7 -26
  2295. githubkit/versions/v2022_11_28/models/group_0079.py +21 -18
  2296. githubkit/versions/v2022_11_28/models/group_0080.py +22 -33
  2297. githubkit/versions/v2022_11_28/models/group_0081.py +32 -11
  2298. githubkit/versions/v2022_11_28/models/group_0082.py +8 -13
  2299. githubkit/versions/v2022_11_28/models/group_0083.py +13 -51
  2300. githubkit/versions/v2022_11_28/models/group_0084.py +49 -29
  2301. githubkit/versions/v2022_11_28/models/group_0085.py +39 -10
  2302. githubkit/versions/v2022_11_28/models/group_0086.py +7 -43
  2303. githubkit/versions/v2022_11_28/models/group_0087.py +31 -45
  2304. githubkit/versions/v2022_11_28/models/group_0088.py +43 -69
  2305. githubkit/versions/v2022_11_28/models/group_0089.py +34 -31
  2306. githubkit/versions/v2022_11_28/models/group_0090.py +73 -26
  2307. githubkit/versions/v2022_11_28/models/group_0091.py +27 -31
  2308. githubkit/versions/v2022_11_28/models/group_0092.py +34 -8
  2309. githubkit/versions/v2022_11_28/models/group_0093.py +9 -13
  2310. githubkit/versions/v2022_11_28/models/group_0094.py +14 -10
  2311. githubkit/versions/v2022_11_28/models/group_0095.py +10 -181
  2312. githubkit/versions/v2022_11_28/models/group_0096.py +180 -14
  2313. githubkit/versions/v2022_11_28/models/group_0097.py +17 -8
  2314. githubkit/versions/v2022_11_28/models/group_0098.py +10 -14
  2315. githubkit/versions/v2022_11_28/models/group_0099.py +16 -12
  2316. githubkit/versions/v2022_11_28/models/group_0100.py +12 -20
  2317. githubkit/versions/v2022_11_28/models/group_0101.py +19 -11
  2318. githubkit/versions/v2022_11_28/models/group_0102.py +11 -11
  2319. githubkit/versions/v2022_11_28/models/group_0103.py +12 -12
  2320. githubkit/versions/v2022_11_28/models/group_0104.py +9 -31
  2321. githubkit/versions/v2022_11_28/models/group_0105.py +29 -11
  2322. githubkit/versions/v2022_11_28/models/group_0106.py +10 -10
  2323. githubkit/versions/v2022_11_28/models/group_0107.py +10 -10
  2324. githubkit/versions/v2022_11_28/models/group_0108.py +13 -42
  2325. githubkit/versions/v2022_11_28/models/group_0109.py +91 -9
  2326. githubkit/versions/v2022_11_28/models/group_0110.py +15 -7
  2327. githubkit/versions/v2022_11_28/models/group_0111.py +7 -10
  2328. githubkit/versions/v2022_11_28/models/group_0112.py +33 -10
  2329. githubkit/versions/v2022_11_28/models/group_0113.py +16 -7
  2330. githubkit/versions/v2022_11_28/models/group_0114.py +8 -15
  2331. githubkit/versions/v2022_11_28/models/group_0115.py +16 -20
  2332. githubkit/versions/v2022_11_28/models/group_0116.py +19 -17
  2333. githubkit/versions/v2022_11_28/models/group_0117.py +11 -26
  2334. githubkit/versions/v2022_11_28/models/group_0118.py +26 -10
  2335. githubkit/versions/v2022_11_28/models/group_0119.py +12 -13
  2336. githubkit/versions/v2022_11_28/models/group_0120.py +13 -12
  2337. githubkit/versions/v2022_11_28/models/group_0121.py +12 -13
  2338. githubkit/versions/v2022_11_28/models/group_0122.py +13 -12
  2339. githubkit/versions/v2022_11_28/models/group_0123.py +12 -13
  2340. githubkit/versions/v2022_11_28/models/group_0124.py +13 -12
  2341. githubkit/versions/v2022_11_28/models/group_0125.py +12 -13
  2342. githubkit/versions/v2022_11_28/models/group_0126.py +13 -12
  2343. githubkit/versions/v2022_11_28/models/group_0127.py +12 -13
  2344. githubkit/versions/v2022_11_28/models/group_0128.py +16 -9
  2345. githubkit/versions/v2022_11_28/models/group_0129.py +7 -12
  2346. githubkit/versions/v2022_11_28/models/group_0130.py +12 -29
  2347. githubkit/versions/v2022_11_28/models/group_0131.py +28 -13
  2348. githubkit/versions/v2022_11_28/models/group_0132.py +11 -114
  2349. githubkit/versions/v2022_11_28/models/group_0133.py +26 -40
  2350. githubkit/versions/v2022_11_28/models/group_0134.py +19 -76
  2351. githubkit/versions/v2022_11_28/models/group_0135.py +125 -22
  2352. githubkit/versions/v2022_11_28/models/group_0136.py +30 -173
  2353. githubkit/versions/v2022_11_28/models/group_0137.py +61 -61
  2354. githubkit/versions/v2022_11_28/models/group_0138.py +28 -14
  2355. githubkit/versions/v2022_11_28/models/group_0139.py +184 -10
  2356. githubkit/versions/v2022_11_28/models/group_0140.py +79 -111
  2357. githubkit/versions/v2022_11_28/models/group_0141.py +10 -37
  2358. githubkit/versions/v2022_11_28/models/group_0142.py +11 -30
  2359. githubkit/versions/v2022_11_28/models/group_0143.py +110 -11
  2360. githubkit/versions/v2022_11_28/models/group_0144.py +35 -11
  2361. githubkit/versions/v2022_11_28/models/group_0145.py +21 -36
  2362. githubkit/versions/v2022_11_28/models/group_0146.py +13 -144
  2363. githubkit/versions/v2022_11_28/models/group_0147.py +11 -24
  2364. githubkit/versions/v2022_11_28/models/group_0148.py +42 -12
  2365. githubkit/versions/v2022_11_28/models/group_0149.py +146 -8
  2366. githubkit/versions/v2022_11_28/models/group_0150.py +29 -8
  2367. githubkit/versions/v2022_11_28/models/group_0151.py +15 -10
  2368. githubkit/versions/v2022_11_28/models/group_0152.py +12 -19
  2369. githubkit/versions/v2022_11_28/models/group_0153.py +8 -37
  2370. githubkit/versions/v2022_11_28/models/group_0154.py +10 -30
  2371. githubkit/versions/v2022_11_28/models/group_0155.py +16 -86
  2372. githubkit/versions/v2022_11_28/models/group_0156.py +32 -13
  2373. githubkit/versions/v2022_11_28/models/group_0157.py +28 -8
  2374. githubkit/versions/v2022_11_28/models/group_0158.py +85 -9
  2375. githubkit/versions/v2022_11_28/models/group_0159.py +12 -13
  2376. githubkit/versions/v2022_11_28/models/group_0160.py +11 -8
  2377. githubkit/versions/v2022_11_28/models/group_0161.py +14 -51
  2378. githubkit/versions/v2022_11_28/models/group_0162.py +16 -43
  2379. githubkit/versions/v2022_11_28/models/group_0163.py +7 -102
  2380. githubkit/versions/v2022_11_28/models/group_0164.py +44 -39
  2381. githubkit/versions/v2022_11_28/models/group_0165.py +44 -8
  2382. githubkit/versions/v2022_11_28/models/group_0166.py +98 -11
  2383. githubkit/versions/v2022_11_28/models/group_0167.py +24 -31
  2384. githubkit/versions/v2022_11_28/models/group_0168.py +9 -48
  2385. githubkit/versions/v2022_11_28/models/group_0169.py +11 -88
  2386. githubkit/versions/v2022_11_28/models/group_0170.py +39 -38
  2387. githubkit/versions/v2022_11_28/models/group_0171.py +43 -21
  2388. githubkit/versions/v2022_11_28/models/group_0172.py +90 -11
  2389. githubkit/versions/v2022_11_28/models/group_0173.py +48 -9
  2390. githubkit/versions/v2022_11_28/models/group_0174.py +25 -27
  2391. githubkit/versions/v2022_11_28/models/group_0175.py +11 -44
  2392. githubkit/versions/v2022_11_28/models/group_0176.py +10 -124
  2393. githubkit/versions/v2022_11_28/models/group_0177.py +20 -161
  2394. githubkit/versions/v2022_11_28/models/group_0178.py +39 -20
  2395. githubkit/versions/v2022_11_28/models/group_0179.py +122 -7
  2396. githubkit/versions/v2022_11_28/models/group_0180.py +171 -9
  2397. githubkit/versions/v2022_11_28/models/group_0181.py +27 -22
  2398. githubkit/versions/v2022_11_28/models/group_0182.py +8 -44
  2399. githubkit/versions/v2022_11_28/models/group_0183.py +8 -27
  2400. githubkit/versions/v2022_11_28/models/group_0184.py +20 -29
  2401. githubkit/versions/v2022_11_28/models/group_0185.py +34 -143
  2402. githubkit/versions/v2022_11_28/models/group_0186.py +28 -24
  2403. githubkit/versions/v2022_11_28/models/group_0187.py +25 -28
  2404. githubkit/versions/v2022_11_28/models/group_0188.py +146 -24
  2405. githubkit/versions/v2022_11_28/models/group_0189.py +19 -70
  2406. githubkit/versions/v2022_11_28/models/group_0190.py +34 -17
  2407. githubkit/versions/v2022_11_28/models/group_0191.py +26 -60
  2408. githubkit/versions/v2022_11_28/models/group_0192.py +61 -23
  2409. githubkit/versions/v2022_11_28/models/group_0193.py +17 -51
  2410. githubkit/versions/v2022_11_28/models/group_0194.py +63 -85
  2411. githubkit/versions/v2022_11_28/models/group_0195.py +33 -40
  2412. githubkit/versions/v2022_11_28/models/group_0196.py +49 -11
  2413. githubkit/versions/v2022_11_28/models/group_0197.py +81 -21
  2414. githubkit/versions/v2022_11_28/models/group_0198.py +42 -38
  2415. githubkit/versions/v2022_11_28/models/group_0199.py +13 -29
  2416. githubkit/versions/v2022_11_28/models/group_0200.py +27 -11
  2417. githubkit/versions/v2022_11_28/models/group_0201.py +17 -10
  2418. githubkit/versions/v2022_11_28/models/group_0202.py +11 -17
  2419. githubkit/versions/v2022_11_28/models/group_0203.py +49 -26
  2420. githubkit/versions/v2022_11_28/models/group_0204.py +28 -8
  2421. githubkit/versions/v2022_11_28/models/group_0205.py +25 -25
  2422. githubkit/versions/v2022_11_28/models/group_0206.py +44 -62
  2423. githubkit/versions/v2022_11_28/models/group_0207.py +33 -49
  2424. githubkit/versions/v2022_11_28/models/group_0208.py +32 -22
  2425. githubkit/versions/v2022_11_28/models/group_0209.py +15 -6
  2426. githubkit/versions/v2022_11_28/models/group_0210.py +10 -20
  2427. githubkit/versions/v2022_11_28/models/group_0211.py +12 -80
  2428. githubkit/versions/v2022_11_28/models/group_0212.py +28 -21
  2429. githubkit/versions/v2022_11_28/models/group_0213.py +9 -13
  2430. githubkit/versions/v2022_11_28/models/group_0214.py +20 -32
  2431. githubkit/versions/v2022_11_28/models/group_0215.py +53 -15
  2432. githubkit/versions/v2022_11_28/models/group_0216.py +46 -35
  2433. githubkit/versions/v2022_11_28/models/group_0217.py +21 -27
  2434. githubkit/versions/v2022_11_28/models/group_0218.py +6 -60
  2435. githubkit/versions/v2022_11_28/models/group_0219.py +17 -27
  2436. githubkit/versions/v2022_11_28/models/group_0220.py +80 -29
  2437. githubkit/versions/v2022_11_28/models/group_0221.py +20 -24
  2438. githubkit/versions/v2022_11_28/models/group_0222.py +13 -31
  2439. githubkit/versions/v2022_11_28/models/group_0223.py +31 -99
  2440. githubkit/versions/v2022_11_28/models/group_0224.py +21 -31
  2441. githubkit/versions/v2022_11_28/models/group_0225.py +42 -55
  2442. githubkit/versions/v2022_11_28/models/group_0226.py +21 -17
  2443. githubkit/versions/v2022_11_28/models/group_0227.py +55 -24
  2444. githubkit/versions/v2022_11_28/models/group_0228.py +29 -119
  2445. githubkit/versions/v2022_11_28/models/group_0229.py +40 -8
  2446. githubkit/versions/v2022_11_28/models/group_0230.py +36 -36
  2447. githubkit/versions/v2022_11_28/models/group_0231.py +27 -35
  2448. githubkit/versions/v2022_11_28/models/group_0232.py +94 -59
  2449. githubkit/versions/v2022_11_28/models/group_0233.py +30 -41
  2450. githubkit/versions/v2022_11_28/models/group_0234.py +55 -10
  2451. githubkit/versions/v2022_11_28/models/group_0235.py +13 -71
  2452. githubkit/versions/v2022_11_28/models/group_0236.py +29 -21
  2453. githubkit/versions/v2022_11_28/models/group_0237.py +116 -10
  2454. githubkit/versions/v2022_11_28/models/group_0238.py +8 -17
  2455. githubkit/versions/v2022_11_28/models/group_0239.py +31 -6
  2456. githubkit/versions/v2022_11_28/models/group_0240.py +37 -16
  2457. githubkit/versions/v2022_11_28/models/group_0241.py +61 -33
  2458. githubkit/versions/v2022_11_28/models/group_0242.py +42 -6
  2459. githubkit/versions/v2022_11_28/models/group_0243.py +12 -16
  2460. githubkit/versions/v2022_11_28/models/group_0244.py +61 -62
  2461. githubkit/versions/v2022_11_28/models/group_0245.py +20 -20
  2462. githubkit/versions/v2022_11_28/models/group_0246.py +12 -38
  2463. githubkit/versions/v2022_11_28/models/group_0247.py +10 -28
  2464. githubkit/versions/v2022_11_28/models/group_0248.py +7 -9
  2465. githubkit/versions/v2022_11_28/models/group_0249.py +13 -30
  2466. githubkit/versions/v2022_11_28/models/group_0250.py +43 -58
  2467. githubkit/versions/v2022_11_28/models/group_0251.py +6 -11
  2468. githubkit/versions/v2022_11_28/models/group_0252.py +16 -9
  2469. githubkit/versions/v2022_11_28/models/group_0253.py +53 -107
  2470. githubkit/versions/v2022_11_28/models/group_0254.py +14 -24
  2471. githubkit/versions/v2022_11_28/models/group_0255.py +31 -23
  2472. githubkit/versions/v2022_11_28/models/group_0256.py +27 -21
  2473. githubkit/versions/v2022_11_28/models/group_0257.py +7 -21
  2474. githubkit/versions/v2022_11_28/models/group_0258.py +31 -27
  2475. githubkit/versions/v2022_11_28/models/group_0259.py +54 -23
  2476. githubkit/versions/v2022_11_28/models/group_0260.py +10 -29
  2477. githubkit/versions/v2022_11_28/models/group_0261.py +12 -36
  2478. githubkit/versions/v2022_11_28/models/group_0262.py +118 -15
  2479. githubkit/versions/v2022_11_28/models/group_0263.py +15 -19
  2480. githubkit/versions/v2022_11_28/models/group_0264.py +20 -9
  2481. githubkit/versions/v2022_11_28/models/group_0265.py +13 -28
  2482. githubkit/versions/v2022_11_28/models/group_0266.py +11 -29
  2483. githubkit/versions/v2022_11_28/models/group_0267.py +14 -23
  2484. githubkit/versions/v2022_11_28/models/group_0268.py +14 -26
  2485. githubkit/versions/v2022_11_28/models/group_0269.py +28 -14
  2486. githubkit/versions/v2022_11_28/models/group_0270.py +24 -35
  2487. githubkit/versions/v2022_11_28/models/group_0271.py +26 -13
  2488. githubkit/versions/v2022_11_28/models/group_0272.py +34 -11
  2489. githubkit/versions/v2022_11_28/models/group_0273.py +17 -80
  2490. githubkit/versions/v2022_11_28/models/group_0274.py +26 -52
  2491. githubkit/versions/v2022_11_28/models/group_0275.py +28 -134
  2492. githubkit/versions/v2022_11_28/models/group_0276.py +28 -9
  2493. githubkit/versions/v2022_11_28/models/group_0277.py +31 -9
  2494. githubkit/versions/v2022_11_28/models/group_0278.py +13 -18
  2495. githubkit/versions/v2022_11_28/models/group_0279.py +43 -15
  2496. githubkit/versions/v2022_11_28/models/group_0280.py +24 -6
  2497. githubkit/versions/v2022_11_28/models/group_0281.py +13 -35
  2498. githubkit/versions/v2022_11_28/models/group_0282.py +80 -9
  2499. githubkit/versions/v2022_11_28/models/group_0283.py +57 -70
  2500. githubkit/versions/v2022_11_28/models/group_0284.py +136 -19
  2501. githubkit/versions/v2022_11_28/models/group_0285.py +19 -6
  2502. githubkit/versions/v2022_11_28/models/group_0286.py +19 -18
  2503. githubkit/versions/v2022_11_28/models/group_0287.py +21 -20
  2504. githubkit/versions/v2022_11_28/models/group_0288.py +14 -85
  2505. githubkit/versions/v2022_11_28/models/group_0289.py +6 -96
  2506. githubkit/versions/v2022_11_28/models/group_0290.py +25 -192
  2507. githubkit/versions/v2022_11_28/models/group_0291.py +18 -44
  2508. githubkit/versions/v2022_11_28/models/group_0292.py +76 -136
  2509. githubkit/versions/v2022_11_28/models/group_0293.py +29 -13
  2510. githubkit/versions/v2022_11_28/models/group_0294.py +7 -8
  2511. githubkit/versions/v2022_11_28/models/group_0295.py +18 -11
  2512. githubkit/versions/v2022_11_28/models/group_0296.py +20 -65
  2513. githubkit/versions/v2022_11_28/models/group_0297.py +83 -66
  2514. githubkit/versions/v2022_11_28/models/group_0298.py +93 -8
  2515. githubkit/versions/v2022_11_28/models/group_0299.py +193 -17
  2516. githubkit/versions/v2022_11_28/models/group_0300.py +37 -44
  2517. githubkit/versions/v2022_11_28/models/group_0301.py +138 -9
  2518. githubkit/versions/v2022_11_28/models/group_0302.py +13 -22
  2519. githubkit/versions/v2022_11_28/models/group_0303.py +10 -20
  2520. githubkit/versions/v2022_11_28/models/group_0304.py +12 -21
  2521. githubkit/versions/v2022_11_28/models/group_0305.py +63 -15
  2522. githubkit/versions/v2022_11_28/models/group_0306.py +66 -12
  2523. githubkit/versions/v2022_11_28/models/group_0307.py +8 -24
  2524. githubkit/versions/v2022_11_28/models/group_0308.py +25 -18
  2525. githubkit/versions/v2022_11_28/models/group_0309.py +40 -16
  2526. githubkit/versions/v2022_11_28/models/group_0310.py +9 -23
  2527. githubkit/versions/v2022_11_28/models/group_0311.py +8 -5
  2528. githubkit/versions/v2022_11_28/models/group_0312.py +5 -10
  2529. githubkit/versions/v2022_11_28/models/group_0313.py +7 -9
  2530. githubkit/versions/v2022_11_28/models/group_0314.py +5 -10
  2531. githubkit/versions/v2022_11_28/models/group_0315.py +5 -10
  2532. githubkit/versions/v2022_11_28/models/group_0316.py +7 -7
  2533. githubkit/versions/v2022_11_28/models/group_0317.py +5 -8
  2534. githubkit/versions/v2022_11_28/models/group_0318.py +14 -60
  2535. githubkit/versions/v2022_11_28/models/group_0319.py +15 -106
  2536. githubkit/versions/v2022_11_28/models/group_0320.py +12 -81
  2537. githubkit/versions/v2022_11_28/models/group_0321.py +15 -117
  2538. githubkit/versions/v2022_11_28/models/group_0322.py +23 -12
  2539. githubkit/versions/v2022_11_28/models/group_0323.py +23 -10
  2540. githubkit/versions/v2022_11_28/models/group_0324.py +21 -25
  2541. githubkit/versions/v2022_11_28/models/group_0325.py +24 -7
  2542. githubkit/versions/v2022_11_28/models/group_0326.py +19 -16
  2543. githubkit/versions/v2022_11_28/models/group_0327.py +22 -22
  2544. githubkit/versions/v2022_11_28/models/group_0328.py +66 -11
  2545. githubkit/versions/v2022_11_28/models/group_0329.py +113 -7
  2546. githubkit/versions/v2022_11_28/models/group_0330.py +88 -8
  2547. githubkit/versions/v2022_11_28/models/group_0331.py +123 -10
  2548. githubkit/versions/v2022_11_28/models/group_0332.py +12 -9
  2549. githubkit/versions/v2022_11_28/models/group_0333.py +10 -8
  2550. githubkit/versions/v2022_11_28/models/group_0334.py +25 -10
  2551. githubkit/versions/v2022_11_28/models/group_0335.py +7 -25
  2552. githubkit/versions/v2022_11_28/models/group_0336.py +14 -38
  2553. githubkit/versions/v2022_11_28/models/group_0337.py +15 -47
  2554. githubkit/versions/v2022_11_28/models/group_0338.py +11 -37
  2555. githubkit/versions/v2022_11_28/models/group_0339.py +7 -105
  2556. githubkit/versions/v2022_11_28/models/group_0340.py +8 -35
  2557. githubkit/versions/v2022_11_28/models/group_0341.py +10 -132
  2558. githubkit/versions/v2022_11_28/models/group_0342.py +9 -88
  2559. githubkit/versions/v2022_11_28/models/group_0343.py +8 -60
  2560. githubkit/versions/v2022_11_28/models/group_0344.py +11 -64
  2561. githubkit/versions/v2022_11_28/models/group_0345.py +25 -8
  2562. githubkit/versions/v2022_11_28/models/group_0346.py +36 -24
  2563. githubkit/versions/v2022_11_28/models/group_0347.py +38 -135
  2564. githubkit/versions/v2022_11_28/models/group_0348.py +36 -9
  2565. githubkit/versions/v2022_11_28/models/group_0349.py +93 -51
  2566. githubkit/versions/v2022_11_28/models/group_0350.py +31 -11
  2567. githubkit/versions/v2022_11_28/models/group_0351.py +123 -27
  2568. githubkit/versions/v2022_11_28/models/group_0352.py +88 -7
  2569. githubkit/versions/v2022_11_28/models/group_0353.py +57 -8
  2570. githubkit/versions/v2022_11_28/models/group_0354.py +64 -9
  2571. githubkit/versions/v2022_11_28/models/group_0355.py +7 -19
  2572. githubkit/versions/v2022_11_28/models/group_0356.py +33 -10
  2573. githubkit/versions/v2022_11_28/models/group_0357.py +144 -23
  2574. githubkit/versions/v2022_11_28/models/group_0358.py +11 -11
  2575. githubkit/versions/v2022_11_28/models/group_0359.py +64 -20
  2576. githubkit/versions/v2022_11_28/models/group_0360.py +12 -356
  2577. githubkit/versions/v2022_11_28/models/group_0361.py +32 -25
  2578. githubkit/versions/v2022_11_28/models/group_0362.py +7 -60
  2579. githubkit/versions/v2022_11_28/models/group_0363.py +9 -51
  2580. githubkit/versions/v2022_11_28/models/group_0364.py +8 -66
  2581. githubkit/versions/v2022_11_28/models/group_0365.py +18 -141
  2582. githubkit/versions/v2022_11_28/models/group_0366.py +7 -14
  2583. githubkit/versions/v2022_11_28/models/group_0367.py +24 -171
  2584. githubkit/versions/v2022_11_28/models/group_0368.py +14 -27
  2585. githubkit/versions/v2022_11_28/models/group_0369.py +24 -28
  2586. githubkit/versions/v2022_11_28/models/group_0370.py +325 -88
  2587. githubkit/versions/v2022_11_28/models/group_0371.py +34 -44
  2588. githubkit/versions/v2022_11_28/models/group_0372.py +50 -53
  2589. githubkit/versions/v2022_11_28/models/group_0373.py +47 -30
  2590. githubkit/versions/v2022_11_28/models/group_0374.py +63 -30
  2591. githubkit/versions/v2022_11_28/models/group_0375.py +23 -45
  2592. githubkit/versions/v2022_11_28/models/group_0376.py +20 -47
  2593. githubkit/versions/v2022_11_28/models/group_0377.py +64 -149
  2594. githubkit/versions/v2022_11_28/models/group_0378.py +17 -42
  2595. githubkit/versions/v2022_11_28/models/group_0379.py +33 -14
  2596. githubkit/versions/v2022_11_28/models/group_0380.py +78 -32
  2597. githubkit/versions/v2022_11_28/models/group_0381.py +141 -7
  2598. githubkit/versions/v2022_11_28/models/group_0382.py +77 -53
  2599. githubkit/versions/v2022_11_28/models/group_0383.py +14 -9
  2600. githubkit/versions/v2022_11_28/models/group_0384.py +14 -42
  2601. githubkit/versions/v2022_11_28/models/group_0385.py +9 -10
  2602. githubkit/versions/v2022_11_28/models/group_0386.py +51 -354
  2603. githubkit/versions/v2022_11_28/models/group_0387.py +11 -385
  2604. githubkit/versions/v2022_11_28/models/group_0388.py +243 -209
  2605. githubkit/versions/v2022_11_28/models/group_0389.py +27 -175
  2606. githubkit/versions/v2022_11_28/models/group_0390.py +348 -144
  2607. githubkit/versions/v2022_11_28/models/group_0391.py +27 -182
  2608. githubkit/versions/v2022_11_28/models/group_0392.py +41 -201
  2609. githubkit/versions/v2022_11_28/models/group_0393.py +43 -184
  2610. githubkit/versions/v2022_11_28/models/group_0394.py +44 -160
  2611. githubkit/versions/v2022_11_28/models/group_0395.py +12 -135
  2612. githubkit/versions/v2022_11_28/models/group_0396.py +59 -53
  2613. githubkit/versions/v2022_11_28/models/group_0397.py +49 -40
  2614. githubkit/versions/v2022_11_28/models/group_0398.py +166 -32
  2615. githubkit/versions/v2022_11_28/models/group_0399.py +54 -40
  2616. githubkit/versions/v2022_11_28/models/group_0400.py +50 -41
  2617. githubkit/versions/v2022_11_28/models/group_0401.py +15 -43
  2618. githubkit/versions/v2022_11_28/models/group_0402.py +30 -44
  2619. githubkit/versions/v2022_11_28/models/group_0403.py +23 -42
  2620. githubkit/versions/v2022_11_28/models/group_0404.py +22 -34
  2621. githubkit/versions/v2022_11_28/models/group_0405.py +111 -28
  2622. githubkit/versions/v2022_11_28/models/group_0406.py +31 -28
  2623. githubkit/versions/v2022_11_28/models/group_0407.py +1039 -28
  2624. githubkit/versions/v2022_11_28/models/group_0408.py +158 -31
  2625. githubkit/versions/v2022_11_28/models/group_0409.py +78 -51
  2626. githubkit/versions/v2022_11_28/models/group_0410.py +123 -47
  2627. githubkit/versions/v2022_11_28/models/group_0411.py +60 -591
  2628. githubkit/versions/v2022_11_28/models/group_0412.py +56 -48
  2629. githubkit/versions/v2022_11_28/models/group_0413.py +48 -520
  2630. githubkit/versions/v2022_11_28/models/group_0414.py +70 -516
  2631. githubkit/versions/v2022_11_28/models/group_0415.py +42 -440
  2632. githubkit/versions/v2022_11_28/models/group_0416.py +26 -968
  2633. githubkit/versions/v2022_11_28/models/group_0417.py +44 -107
  2634. githubkit/versions/v2022_11_28/models/group_0418.py +10 -53
  2635. githubkit/versions/v2022_11_28/models/group_0419.py +10 -14
  2636. githubkit/versions/v2022_11_28/models/group_0420.py +15 -98
  2637. githubkit/versions/v2022_11_28/models/group_0421.py +15 -98
  2638. githubkit/versions/v2022_11_28/models/group_0422.py +112 -103
  2639. githubkit/versions/v2022_11_28/models/group_0423.py +13 -18
  2640. githubkit/versions/v2022_11_28/models/group_0424.py +8 -40
  2641. githubkit/versions/v2022_11_28/models/group_0425.py +13 -46
  2642. githubkit/versions/v2022_11_28/models/group_0426.py +8 -59
  2643. githubkit/versions/v2022_11_28/models/group_0427.py +32 -18
  2644. githubkit/versions/v2022_11_28/models/group_0428.py +8 -40
  2645. githubkit/versions/v2022_11_28/models/group_0429.py +13 -18
  2646. githubkit/versions/v2022_11_28/models/group_0430.py +8 -42
  2647. githubkit/versions/v2022_11_28/models/group_0431.py +389 -9
  2648. githubkit/versions/v2022_11_28/models/group_0432.py +336 -58
  2649. githubkit/versions/v2022_11_28/models/group_0433.py +354 -25
  2650. githubkit/versions/v2022_11_28/models/group_0434.py +180 -14
  2651. githubkit/versions/v2022_11_28/models/group_0435.py +180 -14
  2652. githubkit/versions/v2022_11_28/models/group_0436.py +160 -16
  2653. githubkit/versions/v2022_11_28/models/group_0437.py +163 -140
  2654. githubkit/versions/v2022_11_28/models/group_0438.py +165 -160
  2655. githubkit/versions/v2022_11_28/models/group_0439.py +168 -17
  2656. githubkit/versions/v2022_11_28/models/group_0440.py +114 -96
  2657. githubkit/versions/v2022_11_28/models/group_0441.py +46 -7
  2658. githubkit/versions/v2022_11_28/models/group_0442.py +18 -37
  2659. githubkit/versions/v2022_11_28/models/group_0443.py +25 -67
  2660. githubkit/versions/v2022_11_28/models/group_0444.py +21 -39
  2661. githubkit/versions/v2022_11_28/models/group_0445.py +27 -38
  2662. githubkit/versions/v2022_11_28/models/group_0446.py +23 -86
  2663. githubkit/versions/v2022_11_28/models/group_0447.py +21 -86
  2664. githubkit/versions/v2022_11_28/models/group_0448.py +21 -37
  2665. githubkit/versions/v2022_11_28/models/group_0449.py +20 -96
  2666. githubkit/versions/v2022_11_28/models/group_0450.py +21 -37
  2667. githubkit/versions/v2022_11_28/models/group_0451.py +17 -24
  2668. githubkit/versions/v2022_11_28/models/group_0452.py +33 -83
  2669. githubkit/versions/v2022_11_28/models/group_0453.py +31 -143
  2670. githubkit/versions/v2022_11_28/models/group_0454.py +31 -159
  2671. githubkit/versions/v2022_11_28/models/group_0455.py +37 -57
  2672. githubkit/versions/v2022_11_28/models/group_0456.py +626 -5
  2673. githubkit/versions/v2022_11_28/models/group_0457.py +51 -30
  2674. githubkit/versions/v2022_11_28/models/group_0458.py +415 -54
  2675. githubkit/versions/v2022_11_28/models/group_0459.py +445 -82
  2676. githubkit/versions/v2022_11_28/models/group_0460.py +420 -86
  2677. githubkit/versions/v2022_11_28/models/group_0461.py +957 -18
  2678. githubkit/versions/v2022_11_28/models/group_0462.py +39 -80
  2679. githubkit/versions/v2022_11_28/models/group_0463.py +52 -18
  2680. githubkit/versions/v2022_11_28/models/group_0464.py +34 -84
  2681. githubkit/versions/v2022_11_28/models/group_0465.py +35 -143
  2682. githubkit/versions/v2022_11_28/models/group_0466.py +33 -159
  2683. githubkit/versions/v2022_11_28/models/group_0467.py +52 -51
  2684. githubkit/versions/v2022_11_28/models/group_0468.py +39 -28
  2685. githubkit/versions/v2022_11_28/models/group_0469.py +46 -36
  2686. githubkit/versions/v2022_11_28/models/group_0470.py +66 -85
  2687. githubkit/versions/v2022_11_28/models/group_0471.py +39 -84
  2688. githubkit/versions/v2022_11_28/models/group_0472.py +33 -148
  2689. githubkit/versions/v2022_11_28/models/group_0473.py +46 -33
  2690. githubkit/versions/v2022_11_28/models/group_0474.py +37 -78
  2691. githubkit/versions/v2022_11_28/models/group_0475.py +18 -45
  2692. githubkit/versions/v2022_11_28/models/group_0476.py +11 -89
  2693. githubkit/versions/v2022_11_28/models/group_0477.py +25 -144
  2694. githubkit/versions/v2022_11_28/models/group_0478.py +33 -159
  2695. githubkit/versions/v2022_11_28/models/group_0479.py +37 -57
  2696. githubkit/versions/v2022_11_28/models/group_0480.py +39 -28
  2697. githubkit/versions/v2022_11_28/models/group_0481.py +42 -30
  2698. githubkit/versions/v2022_11_28/models/group_0482.py +147 -64
  2699. githubkit/versions/v2022_11_28/models/group_0483.py +162 -78
  2700. githubkit/versions/v2022_11_28/models/group_0484.py +9 -155
  2701. githubkit/versions/v2022_11_28/models/group_0485.py +119 -25
  2702. githubkit/versions/v2022_11_28/models/group_0486.py +10 -81
  2703. githubkit/versions/v2022_11_28/models/group_0487.py +23 -472
  2704. githubkit/versions/v2022_11_28/models/group_0488.py +21 -21
  2705. githubkit/versions/v2022_11_28/models/group_0489.py +32 -186
  2706. githubkit/versions/v2022_11_28/models/group_0490.py +31 -196
  2707. githubkit/versions/v2022_11_28/models/group_0491.py +63 -27
  2708. githubkit/versions/v2022_11_28/models/group_0492.py +59 -26
  2709. githubkit/versions/v2022_11_28/models/group_0493.py +34 -79
  2710. githubkit/versions/v2022_11_28/models/group_0494.py +110 -85
  2711. githubkit/versions/v2022_11_28/models/group_0495.py +43 -16
  2712. githubkit/versions/v2022_11_28/models/group_0496.py +41 -115
  2713. githubkit/versions/v2022_11_28/models/group_0497.py +81 -18
  2714. githubkit/versions/v2022_11_28/models/group_0498.py +143 -76
  2715. githubkit/versions/v2022_11_28/models/group_0499.py +45 -339
  2716. githubkit/versions/v2022_11_28/models/group_0500.py +11 -489
  2717. githubkit/versions/v2022_11_28/models/group_0501.py +4 -495
  2718. githubkit/versions/v2022_11_28/models/group_0502.py +10 -470
  2719. githubkit/versions/v2022_11_28/models/group_0503.py +23 -393
  2720. githubkit/versions/v2022_11_28/models/group_0504.py +11 -450
  2721. githubkit/versions/v2022_11_28/models/group_0505.py +76 -1037
  2722. githubkit/versions/v2022_11_28/models/group_0506.py +11 -443
  2723. githubkit/versions/v2022_11_28/models/group_0507.py +12 -402
  2724. githubkit/versions/v2022_11_28/models/group_0508.py +20 -1094
  2725. githubkit/versions/v2022_11_28/models/group_0509.py +42 -398
  2726. githubkit/versions/v2022_11_28/models/group_0510.py +42 -366
  2727. githubkit/versions/v2022_11_28/models/group_0511.py +14 -415
  2728. githubkit/versions/v2022_11_28/models/group_0512.py +5 -437
  2729. githubkit/versions/v2022_11_28/models/group_0513.py +25 -51
  2730. githubkit/versions/v2022_11_28/models/group_0514.py +84 -52
  2731. githubkit/versions/v2022_11_28/models/group_0515.py +81 -101
  2732. githubkit/versions/v2022_11_28/models/group_0516.py +139 -128
  2733. githubkit/versions/v2022_11_28/models/group_0517.py +25 -138
  2734. githubkit/versions/v2022_11_28/models/group_0518.py +78 -145
  2735. githubkit/versions/v2022_11_28/models/group_0519.py +22 -133
  2736. githubkit/versions/v2022_11_28/models/group_0520.py +138 -132
  2737. githubkit/versions/v2022_11_28/models/group_0521.py +128 -70
  2738. githubkit/versions/v2022_11_28/models/group_0522.py +27 -73
  2739. githubkit/versions/v2022_11_28/models/group_0523.py +6 -44
  2740. githubkit/versions/v2022_11_28/models/group_0524.py +23 -151
  2741. githubkit/versions/v2022_11_28/models/group_0525.py +55 -123
  2742. githubkit/versions/v2022_11_28/models/group_0526.py +85 -34
  2743. githubkit/versions/v2022_11_28/models/group_0527.py +148 -34
  2744. githubkit/versions/v2022_11_28/models/group_0528.py +23 -123
  2745. githubkit/versions/v2022_11_28/models/group_0529.py +75 -94
  2746. githubkit/versions/v2022_11_28/models/group_0530.py +16 -72
  2747. githubkit/versions/v2022_11_28/models/group_0531.py +14 -75
  2748. githubkit/versions/v2022_11_28/models/group_0532.py +140 -99
  2749. githubkit/versions/v2022_11_28/models/group_0533.py +157 -52
  2750. githubkit/versions/v2022_11_28/models/group_0534.py +6 -46
  2751. githubkit/versions/v2022_11_28/models/group_0535.py +25 -66
  2752. githubkit/versions/v2022_11_28/models/group_0536.py +58 -63
  2753. githubkit/versions/v2022_11_28/models/group_0537.py +84 -83
  2754. githubkit/versions/v2022_11_28/models/group_0538.py +8 -121
  2755. githubkit/versions/v2022_11_28/models/group_0539.py +91 -60
  2756. githubkit/versions/v2022_11_28/models/group_0540.py +22 -105
  2757. githubkit/versions/v2022_11_28/models/group_0541.py +83 -40
  2758. githubkit/versions/v2022_11_28/models/group_0542.py +438 -17
  2759. githubkit/versions/v2022_11_28/models/group_0543.py +443 -31
  2760. githubkit/versions/v2022_11_28/models/group_0544.py +418 -461
  2761. githubkit/versions/v2022_11_28/models/group_0545.py +450 -15
  2762. githubkit/versions/v2022_11_28/models/group_0546.py +423 -27
  2763. githubkit/versions/v2022_11_28/models/group_0547.py +400 -90
  2764. githubkit/versions/v2022_11_28/models/group_0548.py +1056 -36
  2765. githubkit/versions/v2022_11_28/models/group_0549.py +32 -17
  2766. githubkit/versions/v2022_11_28/models/group_0550.py +464 -17
  2767. githubkit/versions/v2022_11_28/models/group_0551.py +694 -18
  2768. githubkit/versions/v2022_11_28/models/group_0552.py +37 -18
  2769. githubkit/versions/v2022_11_28/models/group_0553.py +29 -17
  2770. githubkit/versions/v2022_11_28/models/group_0554.py +441 -36
  2771. githubkit/versions/v2022_11_28/models/group_0555.py +41 -8
  2772. githubkit/versions/v2022_11_28/models/group_0556.py +16 -87
  2773. githubkit/versions/v2022_11_28/models/group_0557.py +14 -67
  2774. githubkit/versions/v2022_11_28/models/group_0558.py +64 -61
  2775. githubkit/versions/v2022_11_28/models/group_0559.py +20 -82
  2776. githubkit/versions/v2022_11_28/models/group_0560.py +59 -70
  2777. githubkit/versions/v2022_11_28/models/group_0561.py +95 -48
  2778. githubkit/versions/v2022_11_28/models/group_0562.py +102 -48
  2779. githubkit/versions/v2022_11_28/models/group_0563.py +20 -67
  2780. githubkit/versions/v2022_11_28/models/group_0564.py +54 -31
  2781. githubkit/versions/v2022_11_28/models/group_0565.py +52 -29
  2782. githubkit/versions/v2022_11_28/models/group_0566.py +14 -53
  2783. githubkit/versions/v2022_11_28/models/group_0567.py +48 -35
  2784. githubkit/versions/v2022_11_28/models/group_0568.py +22 -43
  2785. githubkit/versions/v2022_11_28/models/group_0569.py +20 -73
  2786. githubkit/versions/v2022_11_28/models/group_0570.py +17 -108
  2787. githubkit/versions/v2022_11_28/models/group_0571.py +98 -66
  2788. githubkit/versions/v2022_11_28/models/group_0572.py +24 -11
  2789. githubkit/versions/v2022_11_28/models/group_0573.py +24 -14
  2790. githubkit/versions/v2022_11_28/models/group_0574.py +24 -11
  2791. githubkit/versions/v2022_11_28/models/group_0575.py +62 -54
  2792. githubkit/versions/v2022_11_28/models/group_0576.py +26 -36
  2793. githubkit/versions/v2022_11_28/models/group_0577.py +21 -33
  2794. githubkit/versions/v2022_11_28/models/group_0578.py +22 -12
  2795. githubkit/versions/v2022_11_28/models/group_0579.py +24 -10
  2796. githubkit/versions/v2022_11_28/models/group_0580.py +25 -54
  2797. githubkit/versions/v2022_11_28/models/group_0581.py +75 -31
  2798. githubkit/versions/v2022_11_28/models/group_0582.py +25 -35
  2799. githubkit/versions/v2022_11_28/models/group_0583.py +46 -11
  2800. githubkit/versions/v2022_11_28/models/group_0584.py +40 -33
  2801. githubkit/versions/v2022_11_28/models/group_0585.py +16 -1149
  2802. githubkit/versions/v2022_11_28/models/group_0586.py +29 -1161
  2803. githubkit/versions/v2022_11_28/models/group_0587.py +374 -1019
  2804. githubkit/versions/v2022_11_28/models/group_0588.py +14 -13
  2805. githubkit/versions/v2022_11_28/models/group_0589.py +69 -43
  2806. githubkit/versions/v2022_11_28/models/group_0590.py +83 -1093
  2807. githubkit/versions/v2022_11_28/models/group_0591.py +35 -1082
  2808. githubkit/versions/v2022_11_28/models/group_0592.py +18 -89
  2809. githubkit/versions/v2022_11_28/models/group_0593.py +19 -1127
  2810. githubkit/versions/v2022_11_28/models/group_0594.py +19 -1142
  2811. githubkit/versions/v2022_11_28/models/group_0595.py +22 -1121
  2812. githubkit/versions/v2022_11_28/models/group_0596.py +15 -1147
  2813. githubkit/versions/v2022_11_28/models/group_0597.py +47 -30
  2814. githubkit/versions/v2022_11_28/models/group_0598.py +8 -39
  2815. githubkit/versions/v2022_11_28/models/group_0599.py +33 -14
  2816. githubkit/versions/v2022_11_28/models/group_0600.py +14 -1333
  2817. githubkit/versions/v2022_11_28/models/group_0601.py +29 -1293
  2818. githubkit/versions/v2022_11_28/models/group_0602.py +25 -1333
  2819. githubkit/versions/v2022_11_28/models/group_0603.py +42 -1166
  2820. githubkit/versions/v2022_11_28/models/group_0604.py +18 -1134
  2821. githubkit/versions/v2022_11_28/models/group_0605.py +23 -1259
  2822. githubkit/versions/v2022_11_28/models/group_0606.py +15 -1284
  2823. githubkit/versions/v2022_11_28/models/group_0607.py +17 -1242
  2824. githubkit/versions/v2022_11_28/models/group_0608.py +16 -1269
  2825. githubkit/versions/v2022_11_28/models/group_0609.py +28 -1201
  2826. githubkit/versions/v2022_11_28/models/group_0610.py +16 -1313
  2827. githubkit/versions/v2022_11_28/models/group_0611.py +16 -1315
  2828. githubkit/versions/v2022_11_28/models/group_0612.py +16 -1143
  2829. githubkit/versions/v2022_11_28/models/group_0613.py +39 -1154
  2830. githubkit/versions/v2022_11_28/models/group_0614.py +15 -1144
  2831. githubkit/versions/v2022_11_28/models/group_0615.py +13 -1121
  2832. githubkit/versions/v2022_11_28/models/group_0616.py +18 -383
  2833. githubkit/versions/v2022_11_28/models/group_0617.py +12 -23
  2834. githubkit/versions/v2022_11_28/models/group_0618.py +85 -64
  2835. githubkit/versions/v2022_11_28/models/group_0619.py +36 -598
  2836. githubkit/versions/v2022_11_28/models/group_0620.py +35 -24
  2837. githubkit/versions/v2022_11_28/models/group_0621.py +34 -61
  2838. githubkit/versions/v2022_11_28/models/group_0622.py +34 -185
  2839. githubkit/versions/v2022_11_28/models/group_0623.py +51 -161
  2840. githubkit/versions/v2022_11_28/models/group_0624.py +33 -161
  2841. githubkit/versions/v2022_11_28/models/group_0625.py +16 -210
  2842. githubkit/versions/v2022_11_28/models/group_0626.py +14 -169
  2843. githubkit/versions/v2022_11_28/models/group_0627.py +10 -160
  2844. githubkit/versions/v2022_11_28/models/group_0628.py +1042 -76
  2845. githubkit/versions/v2022_11_28/models/group_0629.py +1095 -77
  2846. githubkit/versions/v2022_11_28/models/group_0630.py +1169 -17
  2847. githubkit/versions/v2022_11_28/models/group_0631.py +14 -16
  2848. githubkit/versions/v2022_11_28/models/group_0632.py +13 -10
  2849. githubkit/versions/v2022_11_28/models/group_0633.py +18 -14
  2850. githubkit/versions/v2022_11_28/models/group_0634.py +1118 -11
  2851. githubkit/versions/v2022_11_28/models/group_0635.py +77 -27
  2852. githubkit/versions/v2022_11_28/models/group_0636.py +1094 -40
  2853. githubkit/versions/v2022_11_28/models/group_0637.py +1116 -11
  2854. githubkit/versions/v2022_11_28/models/group_0638.py +1108 -11
  2855. githubkit/versions/v2022_11_28/models/group_0639.py +18 -14
  2856. githubkit/versions/v2022_11_28/models/group_0640.py +13 -37
  2857. githubkit/versions/v2022_11_28/models/group_0641.py +14 -17
  2858. githubkit/versions/v2022_11_28/models/group_0642.py +14 -17
  2859. githubkit/versions/v2022_11_28/models/group_0643.py +1334 -20
  2860. githubkit/versions/v2022_11_28/models/group_0644.py +1163 -23
  2861. githubkit/versions/v2022_11_28/models/group_0645.py +1165 -13
  2862. githubkit/versions/v2022_11_28/models/group_0646.py +1182 -51
  2863. githubkit/versions/v2022_11_28/models/group_0647.py +1071 -66
  2864. githubkit/versions/v2022_11_28/models/group_0648.py +1246 -73
  2865. githubkit/versions/v2022_11_28/models/group_0649.py +1234 -46
  2866. githubkit/versions/v2022_11_28/models/group_0650.py +1240 -11
  2867. githubkit/versions/v2022_11_28/models/group_0651.py +1228 -39
  2868. githubkit/versions/v2022_11_28/models/group_0652.py +1078 -40
  2869. githubkit/versions/v2022_11_28/models/group_0653.py +1277 -41
  2870. githubkit/versions/v2022_11_28/models/group_0654.py +1279 -41
  2871. githubkit/versions/v2022_11_28/models/group_0655.py +1139 -15
  2872. githubkit/versions/v2022_11_28/models/group_0656.py +1068 -196
  2873. githubkit/versions/v2022_11_28/models/group_0657.py +1152 -6
  2874. githubkit/versions/v2022_11_28/models/group_0658.py +1112 -15
  2875. githubkit/versions/v2022_11_28/models/group_0659.py +374 -17
  2876. githubkit/versions/v2022_11_28/models/group_0660.py +15 -15
  2877. githubkit/versions/v2022_11_28/models/group_0661.py +69 -43
  2878. githubkit/versions/v2022_11_28/models/group_0662.py +549 -117
  2879. githubkit/versions/v2022_11_28/models/group_0663.py +13 -134
  2880. githubkit/versions/v2022_11_28/models/group_0664.py +46 -151
  2881. githubkit/versions/v2022_11_28/models/group_0665.py +186 -42
  2882. githubkit/versions/v2022_11_28/models/group_0666.py +39 -7
  2883. githubkit/versions/v2022_11_28/models/group_0667.py +38 -8
  2884. githubkit/versions/v2022_11_28/models/group_0668.py +58 -134
  2885. githubkit/versions/v2022_11_28/models/group_0669.py +95 -77
  2886. githubkit/versions/v2022_11_28/models/group_0670.py +19 -164
  2887. githubkit/versions/v2022_11_28/models/group_0671.py +19 -146
  2888. githubkit/versions/v2022_11_28/models/group_0672.py +19 -188
  2889. githubkit/versions/v2022_11_28/models/group_0673.py +18 -184
  2890. githubkit/versions/v2022_11_28/models/group_0674.py +17 -15
  2891. githubkit/versions/v2022_11_28/models/group_0675.py +10 -13
  2892. githubkit/versions/v2022_11_28/models/group_0676.py +11 -206
  2893. githubkit/versions/v2022_11_28/models/group_0677.py +40 -18
  2894. githubkit/versions/v2022_11_28/models/group_0678.py +56 -8
  2895. githubkit/versions/v2022_11_28/models/group_0679.py +86 -12
  2896. githubkit/versions/v2022_11_28/models/group_0680.py +41 -12
  2897. githubkit/versions/v2022_11_28/models/group_0681.py +11 -77
  2898. githubkit/versions/v2022_11_28/models/group_0682.py +18 -279
  2899. githubkit/versions/v2022_11_28/models/group_0683.py +33 -264
  2900. githubkit/versions/v2022_11_28/models/group_0684.py +24 -277
  2901. githubkit/versions/v2022_11_28/models/group_0685.py +23 -380
  2902. githubkit/versions/v2022_11_28/models/group_0686.py +25 -279
  2903. githubkit/versions/v2022_11_28/models/group_0687.py +32 -31
  2904. githubkit/versions/v2022_11_28/models/group_0688.py +15 -45
  2905. githubkit/versions/v2022_11_28/models/group_0689.py +90 -103
  2906. githubkit/versions/v2022_11_28/models/group_0690.py +90 -77
  2907. githubkit/versions/v2022_11_28/models/group_0691.py +113 -49
  2908. githubkit/versions/v2022_11_28/models/group_0692.py +85 -73
  2909. githubkit/versions/v2022_11_28/models/group_0693.py +31 -59
  2910. githubkit/versions/v2022_11_28/models/group_0694.py +36 -47
  2911. githubkit/versions/v2022_11_28/models/group_0695.py +70 -60
  2912. githubkit/versions/v2022_11_28/models/group_0696.py +16 -68
  2913. githubkit/versions/v2022_11_28/models/group_0697.py +40 -439
  2914. githubkit/versions/v2022_11_28/models/group_0698.py +15 -469
  2915. githubkit/versions/v2022_11_28/models/group_0699.py +238 -441
  2916. githubkit/versions/v2022_11_28/models/group_0700.py +6 -35
  2917. githubkit/versions/v2022_11_28/models/group_0701.py +47 -16
  2918. githubkit/versions/v2022_11_28/models/group_0702.py +33 -12
  2919. githubkit/versions/v2022_11_28/models/group_0703.py +47 -7
  2920. githubkit/versions/v2022_11_28/models/group_0704.py +34 -13
  2921. githubkit/versions/v2022_11_28/models/group_0705.py +43 -6
  2922. githubkit/versions/v2022_11_28/models/group_0706.py +161 -6
  2923. githubkit/versions/v2022_11_28/models/group_0707.py +36 -6
  2924. githubkit/versions/v2022_11_28/models/group_0708.py +10 -6
  2925. githubkit/versions/v2022_11_28/models/group_0709.py +8 -29
  2926. githubkit/versions/v2022_11_28/models/group_0710.py +50 -10
  2927. githubkit/versions/v2022_11_28/models/group_0711.py +44 -12
  2928. githubkit/versions/v2022_11_28/models/group_0712.py +55 -19
  2929. githubkit/versions/v2022_11_28/models/group_0713.py +47 -25
  2930. githubkit/versions/v2022_11_28/models/group_0714.py +43 -30
  2931. githubkit/versions/v2022_11_28/models/group_0715.py +48 -10
  2932. githubkit/versions/v2022_11_28/models/group_0716.py +46 -10
  2933. githubkit/versions/v2022_11_28/models/group_0717.py +47 -7
  2934. githubkit/versions/v2022_11_28/models/group_0718.py +229 -9
  2935. githubkit/versions/v2022_11_28/models/group_0719.py +13 -13
  2936. githubkit/versions/v2022_11_28/models/group_0720.py +7 -13
  2937. githubkit/versions/v2022_11_28/models/group_0721.py +14 -5
  2938. githubkit/versions/v2022_11_28/models/group_0722.py +7 -7
  2939. githubkit/versions/v2022_11_28/models/group_0723.py +29 -105
  2940. githubkit/versions/v2022_11_28/models/group_0724.py +229 -19
  2941. githubkit/versions/v2022_11_28/models/group_0725.py +231 -10
  2942. githubkit/versions/v2022_11_28/models/group_0726.py +236 -9
  2943. githubkit/versions/v2022_11_28/models/group_0727.py +340 -8
  2944. githubkit/versions/v2022_11_28/models/group_0728.py +239 -9
  2945. githubkit/versions/v2022_11_28/models/group_0729.py +31 -14
  2946. githubkit/versions/v2022_11_28/models/group_0730.py +46 -10
  2947. githubkit/versions/v2022_11_28/models/group_0731.py +114 -8
  2948. githubkit/versions/v2022_11_28/models/group_0732.py +72 -7
  2949. githubkit/versions/v2022_11_28/models/group_0733.py +55 -9
  2950. githubkit/versions/v2022_11_28/models/group_0734.py +108 -8
  2951. githubkit/versions/v2022_11_28/models/group_0735.py +58 -22
  2952. githubkit/versions/v2022_11_28/models/group_0736.py +47 -16
  2953. githubkit/versions/v2022_11_28/models/group_0737.py +91 -8
  2954. githubkit/versions/v2022_11_28/models/group_0738.py +93 -7
  2955. githubkit/versions/v2022_11_28/models/group_0739.py +469 -21
  2956. githubkit/versions/v2022_11_28/models/group_0740.py +471 -11
  2957. githubkit/versions/v2022_11_28/models/group_0741.py +474 -11
  2958. githubkit/versions/v2022_11_28/models/group_0742.py +40 -14
  2959. githubkit/versions/v2022_11_28/models/group_0743.py +10 -9
  2960. githubkit/versions/v2022_11_28/models/group_0744.py +19 -9
  2961. githubkit/versions/v2022_11_28/models/group_0745.py +4 -24
  2962. githubkit/versions/v2022_11_28/models/group_0746.py +20 -7
  2963. githubkit/versions/v2022_11_28/models/group_0747.py +6 -9
  2964. githubkit/versions/v2022_11_28/models/group_0748.py +6 -36
  2965. githubkit/versions/v2022_11_28/models/group_0749.py +6 -22
  2966. githubkit/versions/v2022_11_28/models/group_0750.py +7 -10
  2967. githubkit/versions/v2022_11_28/models/group_0751.py +31 -6
  2968. githubkit/versions/v2022_11_28/models/group_0752.py +5 -14
  2969. githubkit/versions/v2022_11_28/models/group_0753.py +9 -8
  2970. githubkit/versions/v2022_11_28/models/group_0754.py +28 -9
  2971. githubkit/versions/v2022_11_28/models/group_0755.py +22 -7
  2972. githubkit/versions/v2022_11_28/models/group_0756.py +34 -10
  2973. githubkit/versions/v2022_11_28/models/group_0757.py +5 -8
  2974. githubkit/versions/v2022_11_28/models/group_0758.py +5 -10
  2975. githubkit/versions/v2022_11_28/models/group_0759.py +4 -11
  2976. githubkit/versions/v2022_11_28/models/group_0760.py +9 -26
  2977. githubkit/versions/v2022_11_28/models/group_0761.py +10 -17
  2978. githubkit/versions/v2022_11_28/models/group_0762.py +14 -9
  2979. githubkit/versions/v2022_11_28/models/group_0763.py +7 -9
  2980. githubkit/versions/v2022_11_28/models/group_0764.py +6 -41
  2981. githubkit/versions/v2022_11_28/models/group_0765.py +103 -30
  2982. githubkit/versions/v2022_11_28/models/group_0766.py +25 -16
  2983. githubkit/versions/v2022_11_28/models/group_0767.py +14 -9
  2984. githubkit/versions/v2022_11_28/models/group_0768.py +13 -4
  2985. githubkit/versions/v2022_11_28/models/group_0769.py +7 -24
  2986. githubkit/versions/v2022_11_28/models/group_0770.py +6 -6
  2987. githubkit/versions/v2022_11_28/models/group_0771.py +16 -7
  2988. githubkit/versions/v2022_11_28/models/group_0772.py +10 -41
  2989. githubkit/versions/v2022_11_28/models/group_0773.py +8 -14
  2990. githubkit/versions/v2022_11_28/models/group_0774.py +7 -16
  2991. githubkit/versions/v2022_11_28/models/group_0775.py +10 -10
  2992. githubkit/versions/v2022_11_28/models/group_0776.py +13 -4
  2993. githubkit/versions/v2022_11_28/models/group_0777.py +28 -6
  2994. githubkit/versions/v2022_11_28/models/group_0778.py +15 -14
  2995. githubkit/versions/v2022_11_28/models/group_0779.py +9 -15
  2996. githubkit/versions/v2022_11_28/models/group_0780.py +7 -12
  2997. githubkit/versions/v2022_11_28/models/group_0781.py +33 -7
  2998. githubkit/versions/v2022_11_28/models/group_0782.py +14 -7
  2999. githubkit/versions/v2022_11_28/models/group_0783.py +16 -11
  3000. githubkit/versions/v2022_11_28/models/group_0784.py +13 -35
  3001. githubkit/versions/v2022_11_28/models/group_0785.py +6 -13
  3002. githubkit/versions/v2022_11_28/models/group_0786.py +9 -115
  3003. githubkit/versions/v2022_11_28/models/group_0787.py +15 -67
  3004. githubkit/versions/v2022_11_28/models/group_0788.py +8 -72
  3005. githubkit/versions/v2022_11_28/models/group_0789.py +8 -35
  3006. githubkit/versions/v2022_11_28/models/group_0790.py +29 -21
  3007. githubkit/versions/v2022_11_28/models/group_0791.py +19 -8
  3008. githubkit/versions/v2022_11_28/models/group_0792.py +10 -12
  3009. githubkit/versions/v2022_11_28/models/group_0793.py +9 -5
  3010. githubkit/versions/v2022_11_28/models/group_0794.py +10 -11
  3011. githubkit/versions/v2022_11_28/models/group_0795.py +7 -18
  3012. githubkit/versions/v2022_11_28/models/group_0796.py +8 -9
  3013. githubkit/versions/v2022_11_28/models/group_0797.py +8 -11
  3014. githubkit/versions/v2022_11_28/models/group_0798.py +8 -10
  3015. githubkit/versions/v2022_11_28/models/group_0799.py +8 -8
  3016. githubkit/versions/v2022_11_28/models/group_0800.py +9 -9
  3017. githubkit/versions/v2022_11_28/models/group_0801.py +8 -12
  3018. githubkit/versions/v2022_11_28/models/group_0802.py +27 -8
  3019. githubkit/versions/v2022_11_28/models/group_0803.py +18 -9
  3020. githubkit/versions/v2022_11_28/models/group_0804.py +10 -14
  3021. githubkit/versions/v2022_11_28/models/group_0805.py +12 -4
  3022. githubkit/versions/v2022_11_28/models/group_0806.py +36 -18
  3023. githubkit/versions/v2022_11_28/models/group_0807.py +35 -17
  3024. githubkit/versions/v2022_11_28/models/group_0808.py +20 -5
  3025. githubkit/versions/v2022_11_28/models/group_0809.py +9 -6
  3026. githubkit/versions/v2022_11_28/models/group_0810.py +4 -13
  3027. githubkit/versions/v2022_11_28/models/group_0811.py +27 -26
  3028. githubkit/versions/v2022_11_28/models/group_0812.py +10 -8
  3029. githubkit/versions/v2022_11_28/models/group_0813.py +15 -4
  3030. githubkit/versions/v2022_11_28/models/group_0814.py +44 -12
  3031. githubkit/versions/v2022_11_28/models/group_0815.py +10 -17
  3032. githubkit/versions/v2022_11_28/models/group_0816.py +15 -7
  3033. githubkit/versions/v2022_11_28/models/group_0817.py +8 -8
  3034. githubkit/versions/v2022_11_28/models/group_0818.py +4 -8
  3035. githubkit/versions/v2022_11_28/models/group_0819.py +4 -4
  3036. githubkit/versions/v2022_11_28/models/group_0820.py +14 -194
  3037. githubkit/versions/v2022_11_28/models/group_0821.py +15 -9
  3038. githubkit/versions/v2022_11_28/models/group_0822.py +13 -8
  3039. githubkit/versions/v2022_11_28/models/group_0823.py +7 -16
  3040. githubkit/versions/v2022_11_28/models/group_0824.py +10 -10
  3041. githubkit/versions/v2022_11_28/models/group_0825.py +10 -7
  3042. githubkit/versions/v2022_11_28/models/group_0826.py +26 -9
  3043. githubkit/versions/v2022_11_28/models/group_0827.py +13 -7
  3044. githubkit/versions/v2022_11_28/models/group_0828.py +110 -15
  3045. githubkit/versions/v2022_11_28/models/group_0829.py +81 -8
  3046. githubkit/versions/v2022_11_28/models/group_0830.py +82 -9
  3047. githubkit/versions/v2022_11_28/models/group_0831.py +40 -13
  3048. githubkit/versions/v2022_11_28/models/group_0832.py +32 -13
  3049. githubkit/versions/v2022_11_28/models/group_0833.py +12 -12
  3050. githubkit/versions/v2022_11_28/models/group_0834.py +12 -10
  3051. githubkit/versions/v2022_11_28/models/group_0835.py +5 -13
  3052. githubkit/versions/v2022_11_28/models/group_0836.py +11 -9
  3053. githubkit/versions/v2022_11_28/models/group_0837.py +18 -8
  3054. githubkit/versions/v2022_11_28/models/group_0838.py +10 -9
  3055. githubkit/versions/v2022_11_28/models/group_0839.py +8 -11
  3056. githubkit/versions/v2022_11_28/models/group_0840.py +11 -9
  3057. githubkit/versions/v2022_11_28/models/group_0841.py +8 -6
  3058. githubkit/versions/v2022_11_28/models/group_0842.py +8 -6
  3059. githubkit/versions/v2022_11_28/models/group_0843.py +9 -33
  3060. githubkit/versions/v2022_11_28/models/group_0844.py +10 -29
  3061. githubkit/versions/v2022_11_28/models/group_0845.py +13 -9
  3062. githubkit/versions/v2022_11_28/models/group_0846.py +9 -11
  3063. githubkit/versions/v2022_11_28/models/group_0847.py +4 -218
  3064. githubkit/versions/v2022_11_28/models/group_0848.py +23 -91
  3065. githubkit/versions/v2022_11_28/models/group_0849.py +22 -40
  3066. githubkit/versions/v2022_11_28/models/group_0850.py +5 -17
  3067. githubkit/versions/v2022_11_28/models/group_0851.py +6 -16
  3068. githubkit/versions/v2022_11_28/models/group_0852.py +10 -18
  3069. githubkit/versions/v2022_11_28/models/group_0853.py +22 -10
  3070. githubkit/versions/v2022_11_28/models/group_0854.py +7 -12
  3071. githubkit/versions/v2022_11_28/models/group_0855.py +4 -18
  3072. githubkit/versions/v2022_11_28/models/group_0856.py +9 -9
  3073. githubkit/versions/v2022_11_28/models/group_0857.py +22 -12
  3074. githubkit/versions/v2022_11_28/models/group_0858.py +9 -11
  3075. githubkit/versions/v2022_11_28/models/group_0859.py +10 -10
  3076. githubkit/versions/v2022_11_28/models/group_0860.py +5 -13
  3077. githubkit/versions/v2022_11_28/models/group_0861.py +8 -13
  3078. githubkit/versions/v2022_11_28/models/group_0862.py +202 -5
  3079. githubkit/versions/v2022_11_28/models/group_0863.py +8 -103
  3080. githubkit/versions/v2022_11_28/models/group_0864.py +7 -53
  3081. githubkit/versions/v2022_11_28/models/group_0865.py +12 -52
  3082. githubkit/versions/v2022_11_28/models/group_0866.py +8 -100
  3083. githubkit/versions/v2022_11_28/models/group_0867.py +9 -56
  3084. githubkit/versions/v2022_11_28/models/group_0868.py +10 -55
  3085. githubkit/versions/v2022_11_28/models/group_0869.py +10 -5
  3086. githubkit/versions/v2022_11_28/models/group_0870.py +15 -24
  3087. githubkit/versions/v2022_11_28/models/group_0871.py +8 -8
  3088. githubkit/versions/v2022_11_28/models/group_0872.py +9 -22
  3089. githubkit/versions/v2022_11_28/models/group_0873.py +13 -41
  3090. githubkit/versions/v2022_11_28/models/group_0874.py +6 -6
  3091. githubkit/versions/v2022_11_28/models/group_0875.py +11 -48
  3092. githubkit/versions/v2022_11_28/models/group_0876.py +7 -23
  3093. githubkit/versions/v2022_11_28/models/group_0877.py +12 -9
  3094. githubkit/versions/v2022_11_28/models/group_0878.py +6 -24
  3095. githubkit/versions/v2022_11_28/models/group_0879.py +9 -24
  3096. githubkit/versions/v2022_11_28/models/group_0880.py +10 -14
  3097. githubkit/versions/v2022_11_28/models/group_0881.py +10 -6
  3098. githubkit/versions/v2022_11_28/models/group_0882.py +10 -5
  3099. githubkit/versions/v2022_11_28/models/group_0883.py +6 -11
  3100. githubkit/versions/v2022_11_28/models/group_0884.py +6 -15
  3101. githubkit/versions/v2022_11_28/models/group_0885.py +34 -8
  3102. githubkit/versions/v2022_11_28/models/group_0886.py +20 -51
  3103. githubkit/versions/v2022_11_28/models/group_0887.py +9 -53
  3104. githubkit/versions/v2022_11_28/models/group_0888.py +10 -18
  3105. githubkit/versions/v2022_11_28/models/group_0889.py +207 -16
  3106. githubkit/versions/v2022_11_28/models/group_0890.py +89 -9
  3107. githubkit/versions/v2022_11_28/models/group_0891.py +41 -10
  3108. githubkit/versions/v2022_11_28/models/group_0892.py +14 -46
  3109. githubkit/versions/v2022_11_28/models/group_0893.py +17 -7
  3110. githubkit/versions/v2022_11_28/models/group_0894.py +21 -40
  3111. githubkit/versions/v2022_11_28/models/group_0895.py +13 -27
  3112. githubkit/versions/v2022_11_28/models/group_0896.py +10 -46
  3113. githubkit/versions/v2022_11_28/models/group_0897.py +9 -33
  3114. githubkit/versions/v2022_11_28/models/group_0898.py +11 -16
  3115. githubkit/versions/v2022_11_28/models/group_0899.py +8 -20
  3116. githubkit/versions/v2022_11_28/models/group_0900.py +10 -7
  3117. githubkit/versions/v2022_11_28/models/group_0901.py +11 -9
  3118. githubkit/versions/v2022_11_28/models/group_0902.py +10 -7
  3119. githubkit/versions/v2022_11_28/models/group_0903.py +13 -6
  3120. githubkit/versions/v2022_11_28/models/group_0904.py +5 -8
  3121. githubkit/versions/v2022_11_28/models/group_0905.py +97 -10
  3122. githubkit/versions/v2022_11_28/models/group_0906.py +52 -8
  3123. githubkit/versions/v2022_11_28/models/group_0907.py +42 -56
  3124. githubkit/versions/v2022_11_28/models/group_0908.py +101 -7
  3125. githubkit/versions/v2022_11_28/models/group_0909.py +54 -8
  3126. githubkit/versions/v2022_11_28/models/group_0910.py +50 -31
  3127. githubkit/versions/v2022_11_28/models/group_0911.py +9 -46
  3128. githubkit/versions/v2022_11_28/models/group_0912.py +19 -37
  3129. githubkit/versions/v2022_11_28/models/group_0913.py +13 -34
  3130. githubkit/versions/v2022_11_28/models/group_0914.py +17 -13
  3131. githubkit/versions/v2022_11_28/models/group_0915.py +18 -16
  3132. githubkit/versions/v2022_11_28/models/group_0916.py +18 -15
  3133. githubkit/versions/v2022_11_28/models/group_0917.py +29 -10
  3134. githubkit/versions/v2022_11_28/models/group_0918.py +36 -7
  3135. githubkit/versions/v2022_11_28/models/group_0919.py +13 -4
  3136. githubkit/versions/v2022_11_28/models/group_0920.py +44 -9
  3137. githubkit/versions/v2022_11_28/models/group_0921.py +21 -33
  3138. githubkit/versions/v2022_11_28/models/group_0922.py +10 -5
  3139. githubkit/versions/v2022_11_28/models/group_0923.py +25 -9
  3140. githubkit/versions/v2022_11_28/models/group_0924.py +24 -51
  3141. githubkit/versions/v2022_11_28/models/group_0925.py +10 -8
  3142. githubkit/versions/v2022_11_28/models/group_0926.py +6 -8
  3143. githubkit/versions/v2022_11_28/models/group_0927.py +5 -5
  3144. githubkit/versions/v2022_11_28/models/group_0928.py +9 -11
  3145. githubkit/versions/v2022_11_28/models/group_0929.py +15 -19
  3146. githubkit/versions/v2022_11_28/models/group_0930.py +10 -5
  3147. githubkit/versions/v2022_11_28/models/group_0931.py +57 -9
  3148. githubkit/versions/v2022_11_28/models/group_0932.py +47 -14
  3149. githubkit/versions/v2022_11_28/models/group_0933.py +24 -5
  3150. githubkit/versions/v2022_11_28/models/group_0934.py +23 -13
  3151. githubkit/versions/v2022_11_28/models/group_0935.py +13 -10
  3152. githubkit/versions/v2022_11_28/models/group_0936.py +11 -11
  3153. githubkit/versions/v2022_11_28/models/group_0937.py +43 -11
  3154. githubkit/versions/v2022_11_28/models/group_0938.py +9 -20
  3155. githubkit/versions/v2022_11_28/models/group_0939.py +36 -6
  3156. githubkit/versions/v2022_11_28/models/group_0940.py +23 -12
  3157. githubkit/versions/v2022_11_28/models/group_0941.py +41 -13
  3158. githubkit/versions/v2022_11_28/models/group_0942.py +32 -16
  3159. githubkit/versions/v2022_11_28/models/group_0943.py +12 -8
  3160. githubkit/versions/v2022_11_28/models/group_0944.py +23 -6
  3161. githubkit/versions/v2022_11_28/models/group_0945.py +8 -13
  3162. githubkit/versions/v2022_11_28/models/group_0946.py +8 -26
  3163. githubkit/versions/v2022_11_28/models/group_0947.py +8 -24
  3164. githubkit/versions/v2022_11_28/models/group_0948.py +6 -27
  3165. githubkit/versions/v2022_11_28/models/group_0949.py +6 -26
  3166. githubkit/versions/v2022_11_28/models/group_0950.py +11 -20
  3167. githubkit/versions/v2022_11_28/models/group_0951.py +7 -14
  3168. githubkit/versions/v2022_11_28/models/group_0952.py +65 -10
  3169. githubkit/versions/v2022_11_28/models/group_0953.py +7 -16
  3170. githubkit/versions/v2022_11_28/models/group_0954.py +7 -24
  3171. githubkit/versions/v2022_11_28/models/group_0955.py +40 -6
  3172. githubkit/versions/v2022_11_28/models/group_0956.py +39 -7
  3173. githubkit/versions/v2022_11_28/models/group_0957.py +45 -8
  3174. githubkit/versions/v2022_11_28/models/group_0958.py +19 -23
  3175. githubkit/versions/v2022_11_28/models/group_0959.py +20 -5
  3176. githubkit/versions/v2022_11_28/models/group_0960.py +22 -8
  3177. githubkit/versions/v2022_11_28/models/group_0961.py +13 -15
  3178. githubkit/versions/v2022_11_28/models/group_0962.py +6 -43
  3179. githubkit/versions/v2022_11_28/models/group_0963.py +6 -39
  3180. githubkit/versions/v2022_11_28/models/group_0964.py +4 -8
  3181. githubkit/versions/v2022_11_28/models/group_0965.py +10 -17
  3182. githubkit/versions/v2022_11_28/models/group_0966.py +40 -10
  3183. githubkit/versions/v2022_11_28/models/group_0967.py +5 -8
  3184. githubkit/versions/v2022_11_28/models/group_0968.py +9 -12
  3185. githubkit/versions/v2022_11_28/models/group_0969.py +46 -9
  3186. githubkit/versions/v2022_11_28/models/group_0970.py +7 -9
  3187. githubkit/versions/v2022_11_28/models/group_0971.py +7 -42
  3188. githubkit/versions/v2022_11_28/models/group_0972.py +5 -5
  3189. githubkit/versions/v2022_11_28/models/group_0973.py +9 -8
  3190. githubkit/versions/v2022_11_28/models/group_0974.py +18 -11
  3191. githubkit/versions/v2022_11_28/models/group_0975.py +5 -10
  3192. githubkit/versions/v2022_11_28/models/group_0976.py +11 -6
  3193. githubkit/versions/v2022_11_28/models/group_0977.py +22 -38
  3194. githubkit/versions/v2022_11_28/models/group_0978.py +5 -12
  3195. githubkit/versions/v2022_11_28/models/group_0979.py +11 -18
  3196. githubkit/versions/v2022_11_28/models/group_0980.py +8 -30
  3197. githubkit/versions/v2022_11_28/models/group_0981.py +11 -8
  3198. githubkit/versions/v2022_11_28/models/group_0982.py +10 -58
  3199. githubkit/versions/v2022_11_28/models/group_0983.py +10 -58
  3200. githubkit/versions/v2022_11_28/models/group_0984.py +6 -20
  3201. githubkit/versions/v2022_11_28/models/group_0985.py +10 -16
  3202. githubkit/versions/v2022_11_28/models/group_0986.py +15 -8
  3203. githubkit/versions/v2022_11_28/models/group_0987.py +22 -6
  3204. githubkit/versions/v2022_11_28/models/group_0988.py +10 -7
  3205. githubkit/versions/v2022_11_28/models/group_0989.py +6 -16
  3206. githubkit/versions/v2022_11_28/models/group_0990.py +13 -20
  3207. githubkit/versions/v2022_11_28/models/group_0991.py +18 -20
  3208. githubkit/versions/v2022_11_28/models/group_0992.py +22 -8
  3209. githubkit/versions/v2022_11_28/models/group_0993.py +23 -8
  3210. githubkit/versions/v2022_11_28/models/group_0994.py +28 -5
  3211. githubkit/versions/v2022_11_28/models/group_0995.py +27 -5
  3212. githubkit/versions/v2022_11_28/models/group_0996.py +15 -14
  3213. githubkit/versions/v2022_11_28/models/group_0997.py +14 -8
  3214. githubkit/versions/v2022_11_28/models/group_0998.py +12 -6
  3215. githubkit/versions/v2022_11_28/models/group_0999.py +24 -8
  3216. githubkit/versions/v2022_11_28/models/group_1000.py +7 -8
  3217. githubkit/versions/v2022_11_28/models/group_1001.py +7 -9
  3218. githubkit/versions/v2022_11_28/models/group_1002.py +9 -28
  3219. githubkit/versions/v2022_11_28/models/group_1003.py +39 -14
  3220. githubkit/versions/v2022_11_28/models/group_1004.py +5 -50
  3221. githubkit/versions/v2022_11_28/models/group_1005.py +8 -44
  3222. githubkit/versions/v2022_11_28/models/group_1006.py +21 -29
  3223. githubkit/versions/v2022_11_28/models/group_1007.py +38 -11
  3224. githubkit/versions/v2022_11_28/models/group_1008.py +45 -13
  3225. githubkit/versions/v2022_11_28/models/group_1009.py +5 -9
  3226. githubkit/versions/v2022_11_28/models/group_1010.py +14 -11
  3227. githubkit/versions/v2022_11_28/models/group_1011.py +8 -10
  3228. githubkit/versions/v2022_11_28/models/group_1012.py +6 -10
  3229. githubkit/versions/v2022_11_28/models/group_1013.py +12 -7
  3230. githubkit/versions/v2022_11_28/models/group_1014.py +11 -10
  3231. githubkit/versions/v2022_11_28/models/group_1015.py +11 -15
  3232. githubkit/versions/v2022_11_28/models/group_1016.py +44 -7
  3233. githubkit/versions/v2022_11_28/models/group_1017.py +5 -10
  3234. githubkit/versions/v2022_11_28/models/group_1018.py +9 -10
  3235. githubkit/versions/v2022_11_28/models/group_1019.py +17 -4
  3236. githubkit/versions/v2022_11_28/models/group_1020.py +7 -10
  3237. githubkit/versions/v2022_11_28/models/group_1021.py +8 -9
  3238. githubkit/versions/v2022_11_28/models/group_1022.py +22 -24
  3239. githubkit/versions/v2022_11_28/models/group_1023.py +9 -9
  3240. githubkit/versions/v2022_11_28/models/group_1024.py +12 -81
  3241. githubkit/versions/v2022_11_28/models/group_1025.py +31 -12
  3242. githubkit/versions/v2022_11_28/models/group_1026.py +7 -12
  3243. githubkit/versions/v2022_11_28/models/group_1027.py +71 -9
  3244. githubkit/versions/v2022_11_28/models/group_1028.py +96 -0
  3245. githubkit/versions/v2022_11_28/models/group_1029.py +41 -0
  3246. githubkit/versions/v2022_11_28/models/group_1030.py +42 -0
  3247. githubkit/versions/v2022_11_28/models/group_1031.py +34 -0
  3248. githubkit/versions/v2022_11_28/models/group_1032.py +27 -0
  3249. githubkit/versions/v2022_11_28/models/group_1033.py +29 -0
  3250. githubkit/versions/v2022_11_28/models/group_1034.py +38 -0
  3251. githubkit/versions/v2022_11_28/models/group_1035.py +42 -0
  3252. githubkit/versions/v2022_11_28/models/group_1036.py +49 -0
  3253. githubkit/versions/v2022_11_28/models/group_1037.py +32 -0
  3254. githubkit/versions/v2022_11_28/models/group_1038.py +32 -0
  3255. githubkit/versions/v2022_11_28/models/group_1039.py +25 -0
  3256. githubkit/versions/v2022_11_28/models/group_1040.py +25 -0
  3257. githubkit/versions/v2022_11_28/models/group_1041.py +37 -0
  3258. githubkit/versions/v2022_11_28/models/group_1042.py +31 -0
  3259. githubkit/versions/v2022_11_28/models/group_1043.py +31 -0
  3260. githubkit/versions/v2022_11_28/models/group_1044.py +32 -0
  3261. githubkit/versions/v2022_11_28/models/group_1045.py +28 -0
  3262. githubkit/versions/v2022_11_28/models/group_1046.py +32 -0
  3263. githubkit/versions/v2022_11_28/models/group_1047.py +50 -0
  3264. githubkit/versions/v2022_11_28/models/group_1048.py +30 -0
  3265. githubkit/versions/v2022_11_28/models/group_1049.py +70 -0
  3266. githubkit/versions/v2022_11_28/models/group_1050.py +67 -0
  3267. githubkit/versions/v2022_11_28/models/group_1051.py +54 -0
  3268. githubkit/versions/v2022_11_28/models/group_1052.py +38 -0
  3269. githubkit/versions/v2022_11_28/models/group_1053.py +30 -0
  3270. githubkit/versions/v2022_11_28/models/group_1054.py +29 -0
  3271. githubkit/versions/v2022_11_28/models/group_1055.py +38 -0
  3272. githubkit/versions/v2022_11_28/models/group_1056.py +30 -0
  3273. githubkit/versions/v2022_11_28/models/group_1057.py +32 -0
  3274. githubkit/versions/v2022_11_28/models/group_1058.py +29 -0
  3275. githubkit/versions/v2022_11_28/models/group_1059.py +33 -0
  3276. githubkit/versions/v2022_11_28/models/group_1060.py +38 -0
  3277. githubkit/versions/v2022_11_28/models/group_1061.py +30 -0
  3278. githubkit/versions/v2022_11_28/models/group_1062.py +30 -0
  3279. githubkit/versions/v2022_11_28/models/group_1063.py +33 -0
  3280. githubkit/versions/v2022_11_28/models/group_1064.py +21 -0
  3281. githubkit/versions/v2022_11_28/models/group_1065.py +33 -0
  3282. githubkit/versions/v2022_11_28/models/group_1066.py +29 -0
  3283. githubkit/versions/v2022_11_28/models/group_1067.py +59 -0
  3284. githubkit/versions/v2022_11_28/models/group_1068.py +32 -0
  3285. githubkit/versions/v2022_11_28/models/group_1069.py +110 -0
  3286. githubkit/versions/v2022_11_28/models/group_1070.py +34 -0
  3287. githubkit/versions/v2022_11_28/models/group_1071.py +34 -0
  3288. githubkit/versions/v2022_11_28/models/group_1072.py +33 -0
  3289. githubkit/versions/v2022_11_28/rest/__init__.py +6 -6
  3290. githubkit/versions/v2022_11_28/rest/apps.py +16 -8
  3291. githubkit/versions/v2022_11_28/rest/code_scanning.py +381 -0
  3292. githubkit/versions/v2022_11_28/rest/copilot.py +165 -0
  3293. githubkit/versions/v2022_11_28/rest/repos.py +96 -44
  3294. githubkit/versions/v2022_11_28/types/__init__.py +4616 -5742
  3295. githubkit/versions/v2022_11_28/types/group_0005.py +13 -30
  3296. githubkit/versions/v2022_11_28/types/group_0006.py +30 -13
  3297. githubkit/versions/v2022_11_28/types/group_0008.py +2 -1
  3298. githubkit/versions/v2022_11_28/types/group_0011.py +1 -0
  3299. githubkit/versions/v2022_11_28/types/group_0025.py +35 -7
  3300. githubkit/versions/v2022_11_28/types/group_0026.py +6 -25
  3301. githubkit/versions/v2022_11_28/types/group_0027.py +16 -57
  3302. githubkit/versions/v2022_11_28/types/group_0028.py +65 -52
  3303. githubkit/versions/v2022_11_28/types/group_0029.py +53 -33
  3304. githubkit/versions/v2022_11_28/types/group_0030.py +33 -10
  3305. githubkit/versions/v2022_11_28/types/group_0031.py +15 -32
  3306. githubkit/versions/v2022_11_28/types/group_0032.py +31 -28
  3307. githubkit/versions/v2022_11_28/types/group_0033.py +27 -14
  3308. githubkit/versions/v2022_11_28/types/group_0034.py +15 -88
  3309. githubkit/versions/v2022_11_28/types/group_0035.py +63 -12
  3310. githubkit/versions/v2022_11_28/types/group_0036.py +31 -63
  3311. githubkit/versions/v2022_11_28/types/group_0037.py +61 -41
  3312. githubkit/versions/v2022_11_28/types/group_0038.py +42 -32
  3313. githubkit/versions/v2022_11_28/types/group_0039.py +9 -32
  3314. githubkit/versions/v2022_11_28/types/group_0040.py +38 -86
  3315. githubkit/versions/v2022_11_28/types/group_0041.py +102 -20
  3316. githubkit/versions/v2022_11_28/types/group_0042.py +23 -22
  3317. githubkit/versions/v2022_11_28/types/group_0043.py +25 -7
  3318. githubkit/versions/v2022_11_28/types/group_0044.py +7 -19
  3319. githubkit/versions/v2022_11_28/types/group_0045.py +16 -16
  3320. githubkit/versions/v2022_11_28/types/group_0046.py +19 -21
  3321. githubkit/versions/v2022_11_28/types/group_0047.py +19 -24
  3322. githubkit/versions/v2022_11_28/types/group_0048.py +21 -38
  3323. githubkit/versions/v2022_11_28/types/group_0049.py +35 -35
  3324. githubkit/versions/v2022_11_28/types/group_0050.py +33 -124
  3325. githubkit/versions/v2022_11_28/types/group_0051.py +126 -20
  3326. githubkit/versions/v2022_11_28/types/group_0052.py +27 -12
  3327. githubkit/versions/v2022_11_28/types/group_0053.py +10 -73
  3328. githubkit/versions/v2022_11_28/types/group_0054.py +79 -6
  3329. githubkit/versions/v2022_11_28/types/group_0055.py +5 -8
  3330. githubkit/versions/v2022_11_28/types/group_0056.py +7 -4
  3331. githubkit/versions/v2022_11_28/types/group_0057.py +6 -9
  3332. githubkit/versions/v2022_11_28/types/group_0058.py +8 -7
  3333. githubkit/versions/v2022_11_28/types/group_0059.py +8 -7
  3334. githubkit/versions/v2022_11_28/types/group_0060.py +6 -6
  3335. githubkit/versions/v2022_11_28/types/group_0061.py +5 -9
  3336. githubkit/versions/v2022_11_28/types/group_0062.py +7 -13
  3337. githubkit/versions/v2022_11_28/types/group_0063.py +13 -9
  3338. githubkit/versions/v2022_11_28/types/group_0064.py +10 -25
  3339. githubkit/versions/v2022_11_28/types/group_0065.py +25 -10
  3340. githubkit/versions/v2022_11_28/types/group_0066.py +12 -12
  3341. githubkit/versions/v2022_11_28/types/group_0067.py +11 -6
  3342. githubkit/versions/v2022_11_28/types/group_0068.py +7 -39
  3343. githubkit/versions/v2022_11_28/types/group_0069.py +40 -30
  3344. githubkit/versions/v2022_11_28/types/group_0070.py +34 -19
  3345. githubkit/versions/v2022_11_28/types/group_0071.py +12 -83
  3346. githubkit/versions/v2022_11_28/types/group_0072.py +83 -10
  3347. githubkit/versions/v2022_11_28/types/group_0073.py +10 -31
  3348. githubkit/versions/v2022_11_28/types/group_0074.py +33 -20
  3349. githubkit/versions/v2022_11_28/types/group_0075.py +8 -24
  3350. githubkit/versions/v2022_11_28/types/group_0076.py +24 -66
  3351. githubkit/versions/v2022_11_28/types/group_0077.py +77 -7
  3352. githubkit/versions/v2022_11_28/types/group_0078.py +7 -21
  3353. githubkit/versions/v2022_11_28/types/group_0079.py +19 -18
  3354. githubkit/versions/v2022_11_28/types/group_0080.py +20 -30
  3355. githubkit/versions/v2022_11_28/types/group_0081.py +29 -9
  3356. githubkit/versions/v2022_11_28/types/group_0082.py +8 -8
  3357. githubkit/versions/v2022_11_28/types/group_0083.py +9 -44
  3358. githubkit/versions/v2022_11_28/types/group_0084.py +40 -23
  3359. githubkit/versions/v2022_11_28/types/group_0085.py +30 -9
  3360. githubkit/versions/v2022_11_28/types/group_0086.py +6 -25
  3361. githubkit/versions/v2022_11_28/types/group_0087.py +15 -32
  3362. githubkit/versions/v2022_11_28/types/group_0088.py +30 -45
  3363. githubkit/versions/v2022_11_28/types/group_0089.py +28 -21
  3364. githubkit/versions/v2022_11_28/types/group_0090.py +48 -21
  3365. githubkit/versions/v2022_11_28/types/group_0091.py +25 -16
  3366. githubkit/versions/v2022_11_28/types/group_0092.py +14 -7
  3367. githubkit/versions/v2022_11_28/types/group_0093.py +7 -11
  3368. githubkit/versions/v2022_11_28/types/group_0094.py +11 -9
  3369. githubkit/versions/v2022_11_28/types/group_0095.py +9 -140
  3370. githubkit/versions/v2022_11_28/types/group_0096.py +141 -9
  3371. githubkit/versions/v2022_11_28/types/group_0097.py +10 -7
  3372. githubkit/versions/v2022_11_28/types/group_0098.py +9 -6
  3373. githubkit/versions/v2022_11_28/types/group_0099.py +7 -14
  3374. githubkit/versions/v2022_11_28/types/group_0100.py +14 -8
  3375. githubkit/versions/v2022_11_28/types/group_0101.py +8 -12
  3376. githubkit/versions/v2022_11_28/types/group_0102.py +12 -6
  3377. githubkit/versions/v2022_11_28/types/group_0103.py +6 -14
  3378. githubkit/versions/v2022_11_28/types/group_0104.py +11 -19
  3379. githubkit/versions/v2022_11_28/types/group_0105.py +18 -12
  3380. githubkit/versions/v2022_11_28/types/group_0106.py +10 -8
  3381. githubkit/versions/v2022_11_28/types/group_0107.py +8 -10
  3382. githubkit/versions/v2022_11_28/types/group_0108.py +13 -38
  3383. githubkit/versions/v2022_11_28/types/group_0109.py +79 -8
  3384. githubkit/versions/v2022_11_28/types/group_0110.py +12 -5
  3385. githubkit/versions/v2022_11_28/types/group_0111.py +4 -8
  3386. githubkit/versions/v2022_11_28/types/group_0112.py +27 -8
  3387. githubkit/versions/v2022_11_28/types/group_0113.py +13 -6
  3388. githubkit/versions/v2022_11_28/types/group_0114.py +6 -13
  3389. githubkit/versions/v2022_11_28/types/group_0115.py +13 -9
  3390. githubkit/versions/v2022_11_28/types/group_0116.py +9 -13
  3391. githubkit/versions/v2022_11_28/types/group_0117.py +9 -16
  3392. githubkit/versions/v2022_11_28/types/group_0118.py +16 -8
  3393. githubkit/versions/v2022_11_28/types/group_0119.py +10 -7
  3394. githubkit/versions/v2022_11_28/types/group_0120.py +7 -10
  3395. githubkit/versions/v2022_11_28/types/group_0121.py +10 -7
  3396. githubkit/versions/v2022_11_28/types/group_0122.py +7 -10
  3397. githubkit/versions/v2022_11_28/types/group_0123.py +10 -7
  3398. githubkit/versions/v2022_11_28/types/group_0124.py +7 -10
  3399. githubkit/versions/v2022_11_28/types/group_0125.py +10 -7
  3400. githubkit/versions/v2022_11_28/types/group_0126.py +7 -10
  3401. githubkit/versions/v2022_11_28/types/group_0127.py +10 -7
  3402. githubkit/versions/v2022_11_28/types/group_0128.py +8 -8
  3403. githubkit/versions/v2022_11_28/types/group_0129.py +6 -10
  3404. githubkit/versions/v2022_11_28/types/group_0130.py +9 -17
  3405. githubkit/versions/v2022_11_28/types/group_0131.py +19 -11
  3406. githubkit/versions/v2022_11_28/types/group_0132.py +10 -96
  3407. githubkit/versions/v2022_11_28/types/group_0133.py +22 -17
  3408. githubkit/versions/v2022_11_28/types/group_0134.py +14 -35
  3409. githubkit/versions/v2022_11_28/types/group_0135.py +108 -20
  3410. githubkit/versions/v2022_11_28/types/group_0136.py +15 -130
  3411. githubkit/versions/v2022_11_28/types/group_0137.py +37 -25
  3412. githubkit/versions/v2022_11_28/types/group_0138.py +23 -6
  3413. githubkit/versions/v2022_11_28/types/group_0139.py +132 -7
  3414. githubkit/versions/v2022_11_28/types/group_0140.py +25 -97
  3415. githubkit/versions/v2022_11_28/types/group_0141.py +12 -36
  3416. githubkit/versions/v2022_11_28/types/group_0142.py +7 -25
  3417. githubkit/versions/v2022_11_28/types/group_0143.py +94 -10
  3418. githubkit/versions/v2022_11_28/types/group_0144.py +28 -8
  3419. githubkit/versions/v2022_11_28/types/group_0145.py +16 -28
  3420. githubkit/versions/v2022_11_28/types/group_0146.py +12 -107
  3421. githubkit/versions/v2022_11_28/types/group_0147.py +10 -23
  3422. githubkit/versions/v2022_11_28/types/group_0148.py +31 -10
  3423. githubkit/versions/v2022_11_28/types/group_0149.py +110 -8
  3424. githubkit/versions/v2022_11_28/types/group_0150.py +24 -8
  3425. githubkit/versions/v2022_11_28/types/group_0151.py +13 -9
  3426. githubkit/versions/v2022_11_28/types/group_0152.py +11 -15
  3427. githubkit/versions/v2022_11_28/types/group_0153.py +8 -33
  3428. githubkit/versions/v2022_11_28/types/group_0154.py +10 -24
  3429. githubkit/versions/v2022_11_28/types/group_0155.py +14 -57
  3430. githubkit/versions/v2022_11_28/types/group_0156.py +32 -9
  3431. githubkit/versions/v2022_11_28/types/group_0157.py +23 -8
  3432. githubkit/versions/v2022_11_28/types/group_0158.py +57 -7
  3433. githubkit/versions/v2022_11_28/types/group_0159.py +9 -7
  3434. githubkit/versions/v2022_11_28/types/group_0160.py +10 -5
  3435. githubkit/versions/v2022_11_28/types/group_0161.py +7 -45
  3436. githubkit/versions/v2022_11_28/types/group_0162.py +8 -39
  3437. githubkit/versions/v2022_11_28/types/group_0163.py +6 -64
  3438. githubkit/versions/v2022_11_28/types/group_0164.py +40 -23
  3439. githubkit/versions/v2022_11_28/types/group_0165.py +38 -5
  3440. githubkit/versions/v2022_11_28/types/group_0166.py +63 -7
  3441. githubkit/versions/v2022_11_28/types/group_0167.py +14 -22
  3442. githubkit/versions/v2022_11_28/types/group_0168.py +11 -42
  3443. githubkit/versions/v2022_11_28/types/group_0169.py +7 -77
  3444. githubkit/versions/v2022_11_28/types/group_0170.py +27 -29
  3445. githubkit/versions/v2022_11_28/types/group_0171.py +31 -20
  3446. githubkit/versions/v2022_11_28/types/group_0172.py +76 -9
  3447. githubkit/versions/v2022_11_28/types/group_0173.py +38 -7
  3448. githubkit/versions/v2022_11_28/types/group_0174.py +22 -19
  3449. githubkit/versions/v2022_11_28/types/group_0175.py +9 -27
  3450. githubkit/versions/v2022_11_28/types/group_0176.py +7 -115
  3451. githubkit/versions/v2022_11_28/types/group_0177.py +17 -124
  3452. githubkit/versions/v2022_11_28/types/group_0178.py +21 -16
  3453. githubkit/versions/v2022_11_28/types/group_0179.py +113 -6
  3454. githubkit/versions/v2022_11_28/types/group_0180.py +130 -9
  3455. githubkit/versions/v2022_11_28/types/group_0181.py +22 -19
  3456. githubkit/versions/v2022_11_28/types/group_0182.py +7 -40
  3457. githubkit/versions/v2022_11_28/types/group_0183.py +8 -24
  3458. githubkit/versions/v2022_11_28/types/group_0184.py +20 -27
  3459. githubkit/versions/v2022_11_28/types/group_0185.py +31 -113
  3460. githubkit/versions/v2022_11_28/types/group_0186.py +24 -19
  3461. githubkit/versions/v2022_11_28/types/group_0187.py +21 -23
  3462. githubkit/versions/v2022_11_28/types/group_0188.py +122 -23
  3463. githubkit/versions/v2022_11_28/types/group_0189.py +15 -58
  3464. githubkit/versions/v2022_11_28/types/group_0190.py +29 -17
  3465. githubkit/versions/v2022_11_28/types/group_0191.py +21 -56
  3466. githubkit/versions/v2022_11_28/types/group_0192.py +51 -19
  3467. githubkit/versions/v2022_11_28/types/group_0193.py +23 -33
  3468. githubkit/versions/v2022_11_28/types/group_0194.py +54 -39
  3469. githubkit/versions/v2022_11_28/types/group_0195.py +29 -20
  3470. githubkit/versions/v2022_11_28/types/group_0196.py +33 -15
  3471. githubkit/versions/v2022_11_28/types/group_0197.py +42 -17
  3472. githubkit/versions/v2022_11_28/types/group_0198.py +23 -30
  3473. githubkit/versions/v2022_11_28/types/group_0199.py +10 -24
  3474. githubkit/versions/v2022_11_28/types/group_0200.py +18 -8
  3475. githubkit/versions/v2022_11_28/types/group_0201.py +15 -6
  3476. githubkit/versions/v2022_11_28/types/group_0202.py +9 -8
  3477. githubkit/versions/v2022_11_28/types/group_0203.py +34 -23
  3478. githubkit/versions/v2022_11_28/types/group_0204.py +13 -7
  3479. githubkit/versions/v2022_11_28/types/group_0205.py +26 -19
  3480. githubkit/versions/v2022_11_28/types/group_0206.py +15 -53
  3481. githubkit/versions/v2022_11_28/types/group_0207.py +23 -44
  3482. githubkit/versions/v2022_11_28/types/group_0208.py +24 -20
  3483. githubkit/versions/v2022_11_28/types/group_0209.py +9 -6
  3484. githubkit/versions/v2022_11_28/types/group_0210.py +6 -14
  3485. githubkit/versions/v2022_11_28/types/group_0211.py +6 -74
  3486. githubkit/versions/v2022_11_28/types/group_0212.py +18 -20
  3487. githubkit/versions/v2022_11_28/types/group_0213.py +6 -12
  3488. githubkit/versions/v2022_11_28/types/group_0214.py +14 -29
  3489. githubkit/versions/v2022_11_28/types/group_0215.py +49 -15
  3490. githubkit/versions/v2022_11_28/types/group_0216.py +41 -32
  3491. githubkit/versions/v2022_11_28/types/group_0217.py +19 -23
  3492. githubkit/versions/v2022_11_28/types/group_0218.py +6 -54
  3493. githubkit/versions/v2022_11_28/types/group_0219.py +11 -24
  3494. githubkit/versions/v2022_11_28/types/group_0220.py +67 -24
  3495. githubkit/versions/v2022_11_28/types/group_0221.py +18 -22
  3496. githubkit/versions/v2022_11_28/types/group_0222.py +12 -28
  3497. githubkit/versions/v2022_11_28/types/group_0223.py +28 -89
  3498. githubkit/versions/v2022_11_28/types/group_0224.py +20 -28
  3499. githubkit/versions/v2022_11_28/types/group_0225.py +37 -30
  3500. githubkit/versions/v2022_11_28/types/group_0226.py +22 -11
  3501. githubkit/versions/v2022_11_28/types/group_0227.py +50 -21
  3502. githubkit/versions/v2022_11_28/types/group_0228.py +20 -54
  3503. githubkit/versions/v2022_11_28/types/group_0229.py +33 -7
  3504. githubkit/versions/v2022_11_28/types/group_0230.py +29 -11
  3505. githubkit/versions/v2022_11_28/types/group_0231.py +23 -20
  3506. githubkit/versions/v2022_11_28/types/group_0232.py +82 -34
  3507. githubkit/versions/v2022_11_28/types/group_0233.py +28 -28
  3508. githubkit/versions/v2022_11_28/types/group_0234.py +34 -10
  3509. githubkit/versions/v2022_11_28/types/group_0235.py +9 -56
  3510. githubkit/versions/v2022_11_28/types/group_0236.py +26 -13
  3511. githubkit/versions/v2022_11_28/types/group_0237.py +59 -8
  3512. githubkit/versions/v2022_11_28/types/group_0238.py +7 -7
  3513. githubkit/versions/v2022_11_28/types/group_0239.py +12 -5
  3514. githubkit/versions/v2022_11_28/types/group_0240.py +26 -10
  3515. githubkit/versions/v2022_11_28/types/group_0241.py +39 -19
  3516. githubkit/versions/v2022_11_28/types/group_0242.py +28 -8
  3517. githubkit/versions/v2022_11_28/types/group_0243.py +8 -13
  3518. githubkit/versions/v2022_11_28/types/group_0244.py +45 -57
  3519. githubkit/versions/v2022_11_28/types/group_0245.py +11 -19
  3520. githubkit/versions/v2022_11_28/types/group_0246.py +8 -35
  3521. githubkit/versions/v2022_11_28/types/group_0247.py +6 -25
  3522. githubkit/versions/v2022_11_28/types/group_0248.py +4 -7
  3523. githubkit/versions/v2022_11_28/types/group_0249.py +10 -24
  3524. githubkit/versions/v2022_11_28/types/group_0250.py +25 -54
  3525. githubkit/versions/v2022_11_28/types/group_0251.py +5 -10
  3526. githubkit/versions/v2022_11_28/types/group_0252.py +13 -9
  3527. githubkit/versions/v2022_11_28/types/group_0253.py +48 -82
  3528. githubkit/versions/v2022_11_28/types/group_0254.py +12 -21
  3529. githubkit/versions/v2022_11_28/types/group_0255.py +26 -20
  3530. githubkit/versions/v2022_11_28/types/group_0256.py +23 -19
  3531. githubkit/versions/v2022_11_28/types/group_0257.py +6 -20
  3532. githubkit/versions/v2022_11_28/types/group_0258.py +20 -25
  3533. githubkit/versions/v2022_11_28/types/group_0259.py +51 -22
  3534. githubkit/versions/v2022_11_28/types/group_0260.py +9 -26
  3535. githubkit/versions/v2022_11_28/types/group_0261.py +11 -24
  3536. githubkit/versions/v2022_11_28/types/group_0262.py +94 -12
  3537. githubkit/versions/v2022_11_28/types/group_0263.py +14 -16
  3538. githubkit/versions/v2022_11_28/types/group_0264.py +18 -8
  3539. githubkit/versions/v2022_11_28/types/group_0265.py +11 -24
  3540. githubkit/versions/v2022_11_28/types/group_0266.py +11 -24
  3541. githubkit/versions/v2022_11_28/types/group_0267.py +13 -18
  3542. githubkit/versions/v2022_11_28/types/group_0268.py +13 -18
  3543. githubkit/versions/v2022_11_28/types/group_0269.py +25 -10
  3544. githubkit/versions/v2022_11_28/types/group_0270.py +17 -31
  3545. githubkit/versions/v2022_11_28/types/group_0271.py +21 -14
  3546. githubkit/versions/v2022_11_28/types/group_0272.py +31 -6
  3547. githubkit/versions/v2022_11_28/types/group_0273.py +17 -69
  3548. githubkit/versions/v2022_11_28/types/group_0274.py +22 -45
  3549. githubkit/versions/v2022_11_28/types/group_0275.py +23 -83
  3550. githubkit/versions/v2022_11_28/types/group_0276.py +23 -9
  3551. githubkit/versions/v2022_11_28/types/group_0277.py +23 -9
  3552. githubkit/versions/v2022_11_28/types/group_0278.py +10 -15
  3553. githubkit/versions/v2022_11_28/types/group_0279.py +35 -14
  3554. githubkit/versions/v2022_11_28/types/group_0280.py +16 -5
  3555. githubkit/versions/v2022_11_28/types/group_0281.py +7 -33
  3556. githubkit/versions/v2022_11_28/types/group_0282.py +70 -8
  3557. githubkit/versions/v2022_11_28/types/group_0283.py +52 -50
  3558. githubkit/versions/v2022_11_28/types/group_0284.py +82 -15
  3559. githubkit/versions/v2022_11_28/types/group_0285.py +17 -5
  3560. githubkit/versions/v2022_11_28/types/group_0286.py +19 -10
  3561. githubkit/versions/v2022_11_28/types/group_0287.py +20 -19
  3562. githubkit/versions/v2022_11_28/types/group_0288.py +13 -76
  3563. githubkit/versions/v2022_11_28/types/group_0289.py +5 -76
  3564. githubkit/versions/v2022_11_28/types/group_0290.py +24 -177
  3565. githubkit/versions/v2022_11_28/types/group_0291.py +16 -43
  3566. githubkit/versions/v2022_11_28/types/group_0292.py +52 -126
  3567. githubkit/versions/v2022_11_28/types/group_0293.py +26 -12
  3568. githubkit/versions/v2022_11_28/types/group_0294.py +6 -7
  3569. githubkit/versions/v2022_11_28/types/group_0295.py +10 -11
  3570. githubkit/versions/v2022_11_28/types/group_0296.py +19 -56
  3571. githubkit/versions/v2022_11_28/types/group_0297.py +79 -49
  3572. githubkit/versions/v2022_11_28/types/group_0298.py +76 -8
  3573. githubkit/versions/v2022_11_28/types/group_0299.py +178 -15
  3574. githubkit/versions/v2022_11_28/types/group_0300.py +35 -33
  3575. githubkit/versions/v2022_11_28/types/group_0301.py +128 -7
  3576. githubkit/versions/v2022_11_28/types/group_0302.py +13 -11
  3577. githubkit/versions/v2022_11_28/types/group_0303.py +10 -9
  3578. githubkit/versions/v2022_11_28/types/group_0304.py +12 -11
  3579. githubkit/versions/v2022_11_28/types/group_0305.py +56 -8
  3580. githubkit/versions/v2022_11_28/types/group_0306.py +49 -8
  3581. githubkit/versions/v2022_11_28/types/group_0307.py +8 -11
  3582. githubkit/versions/v2022_11_28/types/group_0308.py +24 -9
  3583. githubkit/versions/v2022_11_28/types/group_0309.py +39 -15
  3584. githubkit/versions/v2022_11_28/types/group_0310.py +8 -11
  3585. githubkit/versions/v2022_11_28/types/group_0311.py +7 -4
  3586. githubkit/versions/v2022_11_28/types/group_0312.py +4 -7
  3587. githubkit/versions/v2022_11_28/types/group_0313.py +6 -6
  3588. githubkit/versions/v2022_11_28/types/group_0314.py +4 -7
  3589. githubkit/versions/v2022_11_28/types/group_0315.py +4 -7
  3590. githubkit/versions/v2022_11_28/types/group_0316.py +6 -6
  3591. githubkit/versions/v2022_11_28/types/group_0317.py +4 -7
  3592. githubkit/versions/v2022_11_28/types/group_0318.py +15 -31
  3593. githubkit/versions/v2022_11_28/types/group_0319.py +10 -70
  3594. githubkit/versions/v2022_11_28/types/group_0320.py +8 -52
  3595. githubkit/versions/v2022_11_28/types/group_0321.py +10 -74
  3596. githubkit/versions/v2022_11_28/types/group_0322.py +11 -12
  3597. githubkit/versions/v2022_11_28/types/group_0323.py +11 -10
  3598. githubkit/versions/v2022_11_28/types/group_0324.py +10 -23
  3599. githubkit/versions/v2022_11_28/types/group_0325.py +12 -7
  3600. githubkit/versions/v2022_11_28/types/group_0326.py +11 -14
  3601. githubkit/versions/v2022_11_28/types/group_0327.py +11 -21
  3602. githubkit/versions/v2022_11_28/types/group_0328.py +31 -15
  3603. githubkit/versions/v2022_11_28/types/group_0329.py +70 -7
  3604. githubkit/versions/v2022_11_28/types/group_0330.py +53 -8
  3605. githubkit/versions/v2022_11_28/types/group_0331.py +73 -10
  3606. githubkit/versions/v2022_11_28/types/group_0332.py +10 -8
  3607. githubkit/versions/v2022_11_28/types/group_0333.py +8 -7
  3608. githubkit/versions/v2022_11_28/types/group_0334.py +22 -10
  3609. githubkit/versions/v2022_11_28/types/group_0335.py +7 -20
  3610. githubkit/versions/v2022_11_28/types/group_0336.py +11 -32
  3611. githubkit/versions/v2022_11_28/types/group_0337.py +14 -38
  3612. githubkit/versions/v2022_11_28/types/group_0338.py +10 -33
  3613. githubkit/versions/v2022_11_28/types/group_0339.py +7 -93
  3614. githubkit/versions/v2022_11_28/types/group_0340.py +8 -30
  3615. githubkit/versions/v2022_11_28/types/group_0341.py +10 -121
  3616. githubkit/versions/v2022_11_28/types/group_0342.py +9 -74
  3617. githubkit/versions/v2022_11_28/types/group_0343.py +8 -54
  3618. githubkit/versions/v2022_11_28/types/group_0344.py +11 -61
  3619. githubkit/versions/v2022_11_28/types/group_0345.py +19 -8
  3620. githubkit/versions/v2022_11_28/types/group_0346.py +34 -15
  3621. githubkit/versions/v2022_11_28/types/group_0347.py +34 -75
  3622. githubkit/versions/v2022_11_28/types/group_0348.py +32 -9
  3623. githubkit/versions/v2022_11_28/types/group_0349.py +80 -47
  3624. githubkit/versions/v2022_11_28/types/group_0350.py +26 -11
  3625. githubkit/versions/v2022_11_28/types/group_0351.py +114 -24
  3626. githubkit/versions/v2022_11_28/types/group_0352.py +74 -7
  3627. githubkit/versions/v2022_11_28/types/group_0353.py +52 -8
  3628. githubkit/versions/v2022_11_28/types/group_0354.py +61 -9
  3629. githubkit/versions/v2022_11_28/types/group_0355.py +6 -16
  3630. githubkit/versions/v2022_11_28/types/group_0356.py +15 -7
  3631. githubkit/versions/v2022_11_28/types/group_0357.py +81 -18
  3632. githubkit/versions/v2022_11_28/types/group_0358.py +9 -10
  3633. githubkit/versions/v2022_11_28/types/group_0359.py +61 -22
  3634. githubkit/versions/v2022_11_28/types/group_0360.py +10 -268
  3635. githubkit/versions/v2022_11_28/types/group_0361.py +28 -24
  3636. githubkit/versions/v2022_11_28/types/group_0362.py +9 -42
  3637. githubkit/versions/v2022_11_28/types/group_0363.py +11 -43
  3638. githubkit/versions/v2022_11_28/types/group_0364.py +8 -55
  3639. githubkit/versions/v2022_11_28/types/group_0365.py +12 -121
  3640. githubkit/versions/v2022_11_28/types/group_0366.py +6 -11
  3641. githubkit/versions/v2022_11_28/types/group_0367.py +19 -125
  3642. githubkit/versions/v2022_11_28/types/group_0368.py +11 -23
  3643. githubkit/versions/v2022_11_28/types/group_0369.py +23 -20
  3644. githubkit/versions/v2022_11_28/types/group_0370.py +256 -64
  3645. githubkit/versions/v2022_11_28/types/group_0371.py +32 -17
  3646. githubkit/versions/v2022_11_28/types/group_0372.py +43 -36
  3647. githubkit/versions/v2022_11_28/types/group_0373.py +47 -20
  3648. githubkit/versions/v2022_11_28/types/group_0374.py +57 -15
  3649. githubkit/versions/v2022_11_28/types/group_0375.py +16 -17
  3650. githubkit/versions/v2022_11_28/types/group_0376.py +15 -19
  3651. githubkit/versions/v2022_11_28/types/group_0377.py +58 -115
  3652. githubkit/versions/v2022_11_28/types/group_0378.py +12 -17
  3653. githubkit/versions/v2022_11_28/types/group_0379.py +31 -13
  3654. githubkit/versions/v2022_11_28/types/group_0380.py +71 -15
  3655. githubkit/versions/v2022_11_28/types/group_0381.py +126 -6
  3656. githubkit/versions/v2022_11_28/types/group_0382.py +64 -22
  3657. githubkit/versions/v2022_11_28/types/group_0383.py +11 -7
  3658. githubkit/versions/v2022_11_28/types/group_0384.py +9 -17
  3659. githubkit/versions/v2022_11_28/types/group_0385.py +8 -7
  3660. githubkit/versions/v2022_11_28/types/group_0386.py +38 -274
  3661. githubkit/versions/v2022_11_28/types/group_0387.py +9 -304
  3662. githubkit/versions/v2022_11_28/types/group_0388.py +211 -143
  3663. githubkit/versions/v2022_11_28/types/group_0389.py +20 -109
  3664. githubkit/versions/v2022_11_28/types/group_0390.py +316 -89
  3665. githubkit/versions/v2022_11_28/types/group_0391.py +27 -114
  3666. githubkit/versions/v2022_11_28/types/group_0392.py +34 -133
  3667. githubkit/versions/v2022_11_28/types/group_0393.py +28 -104
  3668. githubkit/versions/v2022_11_28/types/group_0394.py +34 -100
  3669. githubkit/versions/v2022_11_28/types/group_0395.py +11 -93
  3670. githubkit/versions/v2022_11_28/types/group_0396.py +52 -19
  3671. githubkit/versions/v2022_11_28/types/group_0397.py +45 -19
  3672. githubkit/versions/v2022_11_28/types/group_0398.py +123 -18
  3673. githubkit/versions/v2022_11_28/types/group_0399.py +46 -15
  3674. githubkit/versions/v2022_11_28/types/group_0400.py +46 -18
  3675. githubkit/versions/v2022_11_28/types/group_0401.py +14 -18
  3676. githubkit/versions/v2022_11_28/types/group_0402.py +24 -18
  3677. githubkit/versions/v2022_11_28/types/group_0403.py +15 -17
  3678. githubkit/versions/v2022_11_28/types/group_0404.py +18 -17
  3679. githubkit/versions/v2022_11_28/types/group_0405.py +79 -17
  3680. githubkit/versions/v2022_11_28/types/group_0406.py +13 -17
  3681. githubkit/versions/v2022_11_28/types/group_0407.py +851 -17
  3682. githubkit/versions/v2022_11_28/types/group_0408.py +119 -17
  3683. githubkit/versions/v2022_11_28/types/group_0409.py +71 -30
  3684. githubkit/versions/v2022_11_28/types/group_0410.py +113 -28
  3685. githubkit/versions/v2022_11_28/types/group_0411.py +49 -532
  3686. githubkit/versions/v2022_11_28/types/group_0412.py +53 -20
  3687. githubkit/versions/v2022_11_28/types/group_0413.py +26 -471
  3688. githubkit/versions/v2022_11_28/types/group_0414.py +61 -455
  3689. githubkit/versions/v2022_11_28/types/group_0415.py +34 -388
  3690. githubkit/versions/v2022_11_28/types/group_0416.py +19 -858
  3691. githubkit/versions/v2022_11_28/types/group_0417.py +32 -82
  3692. githubkit/versions/v2022_11_28/types/group_0418.py +9 -45
  3693. githubkit/versions/v2022_11_28/types/group_0419.py +9 -11
  3694. githubkit/versions/v2022_11_28/types/group_0420.py +11 -85
  3695. githubkit/versions/v2022_11_28/types/group_0421.py +11 -85
  3696. githubkit/versions/v2022_11_28/types/group_0422.py +98 -89
  3697. githubkit/versions/v2022_11_28/types/group_0423.py +10 -12
  3698. githubkit/versions/v2022_11_28/types/group_0424.py +7 -18
  3699. githubkit/versions/v2022_11_28/types/group_0425.py +10 -37
  3700. githubkit/versions/v2022_11_28/types/group_0426.py +13 -40
  3701. githubkit/versions/v2022_11_28/types/group_0427.py +23 -12
  3702. githubkit/versions/v2022_11_28/types/group_0428.py +7 -18
  3703. githubkit/versions/v2022_11_28/types/group_0429.py +10 -12
  3704. githubkit/versions/v2022_11_28/types/group_0430.py +7 -20
  3705. githubkit/versions/v2022_11_28/types/group_0431.py +313 -8
  3706. githubkit/versions/v2022_11_28/types/group_0432.py +269 -47
  3707. githubkit/versions/v2022_11_28/types/group_0433.py +290 -19
  3708. githubkit/versions/v2022_11_28/types/group_0434.py +136 -12
  3709. githubkit/versions/v2022_11_28/types/group_0435.py +138 -12
  3710. githubkit/versions/v2022_11_28/types/group_0436.py +106 -13
  3711. githubkit/versions/v2022_11_28/types/group_0437.py +104 -111
  3712. githubkit/versions/v2022_11_28/types/group_0438.py +102 -131
  3713. githubkit/versions/v2022_11_28/types/group_0439.py +103 -14
  3714. githubkit/versions/v2022_11_28/types/group_0440.py +74 -92
  3715. githubkit/versions/v2022_11_28/types/group_0441.py +23 -11
  3716. githubkit/versions/v2022_11_28/types/group_0442.py +13 -27
  3717. githubkit/versions/v2022_11_28/types/group_0443.py +17 -51
  3718. githubkit/versions/v2022_11_28/types/group_0444.py +14 -29
  3719. githubkit/versions/v2022_11_28/types/group_0445.py +18 -32
  3720. githubkit/versions/v2022_11_28/types/group_0446.py +14 -71
  3721. githubkit/versions/v2022_11_28/types/group_0447.py +15 -72
  3722. githubkit/versions/v2022_11_28/types/group_0448.py +15 -28
  3723. githubkit/versions/v2022_11_28/types/group_0449.py +16 -83
  3724. githubkit/versions/v2022_11_28/types/group_0450.py +15 -30
  3725. githubkit/versions/v2022_11_28/types/group_0451.py +12 -14
  3726. githubkit/versions/v2022_11_28/types/group_0452.py +17 -76
  3727. githubkit/versions/v2022_11_28/types/group_0453.py +17 -137
  3728. githubkit/versions/v2022_11_28/types/group_0454.py +17 -142
  3729. githubkit/versions/v2022_11_28/types/group_0455.py +17 -51
  3730. githubkit/versions/v2022_11_28/types/group_0456.py +570 -4
  3731. githubkit/versions/v2022_11_28/types/group_0457.py +27 -36
  3732. githubkit/versions/v2022_11_28/types/group_0458.py +376 -46
  3733. githubkit/versions/v2022_11_28/types/group_0459.py +396 -77
  3734. githubkit/versions/v2022_11_28/types/group_0460.py +370 -69
  3735. githubkit/versions/v2022_11_28/types/group_0461.py +848 -18
  3736. githubkit/versions/v2022_11_28/types/group_0462.py +19 -78
  3737. githubkit/versions/v2022_11_28/types/group_0463.py +45 -13
  3738. githubkit/versions/v2022_11_28/types/group_0464.py +17 -76
  3739. githubkit/versions/v2022_11_28/types/group_0465.py +19 -137
  3740. githubkit/versions/v2022_11_28/types/group_0466.py +19 -142
  3741. githubkit/versions/v2022_11_28/types/group_0467.py +36 -51
  3742. githubkit/versions/v2022_11_28/types/group_0468.py +21 -28
  3743. githubkit/versions/v2022_11_28/types/group_0469.py +24 -36
  3744. githubkit/versions/v2022_11_28/types/group_0470.py +42 -75
  3745. githubkit/versions/v2022_11_28/types/group_0471.py +19 -82
  3746. githubkit/versions/v2022_11_28/types/group_0472.py +17 -137
  3747. githubkit/versions/v2022_11_28/types/group_0473.py +24 -33
  3748. githubkit/versions/v2022_11_28/types/group_0474.py +17 -76
  3749. githubkit/versions/v2022_11_28/types/group_0475.py +13 -33
  3750. githubkit/versions/v2022_11_28/types/group_0476.py +8 -77
  3751. githubkit/versions/v2022_11_28/types/group_0477.py +15 -137
  3752. githubkit/versions/v2022_11_28/types/group_0478.py +19 -142
  3753. githubkit/versions/v2022_11_28/types/group_0479.py +17 -51
  3754. githubkit/versions/v2022_11_28/types/group_0480.py +21 -28
  3755. githubkit/versions/v2022_11_28/types/group_0481.py +19 -30
  3756. githubkit/versions/v2022_11_28/types/group_0482.py +118 -52
  3757. githubkit/versions/v2022_11_28/types/group_0483.py +133 -78
  3758. githubkit/versions/v2022_11_28/types/group_0484.py +8 -138
  3759. githubkit/versions/v2022_11_28/types/group_0485.py +116 -30
  3760. githubkit/versions/v2022_11_28/types/group_0486.py +8 -79
  3761. githubkit/versions/v2022_11_28/types/group_0487.py +16 -412
  3762. githubkit/versions/v2022_11_28/types/group_0488.py +16 -14
  3763. githubkit/versions/v2022_11_28/types/group_0489.py +18 -166
  3764. githubkit/versions/v2022_11_28/types/group_0490.py +18 -170
  3765. githubkit/versions/v2022_11_28/types/group_0491.py +37 -25
  3766. githubkit/versions/v2022_11_28/types/group_0492.py +39 -28
  3767. githubkit/versions/v2022_11_28/types/group_0493.py +18 -74
  3768. githubkit/versions/v2022_11_28/types/group_0494.py +82 -82
  3769. githubkit/versions/v2022_11_28/types/group_0495.py +19 -10
  3770. githubkit/versions/v2022_11_28/types/group_0496.py +19 -107
  3771. githubkit/versions/v2022_11_28/types/group_0497.py +69 -15
  3772. githubkit/versions/v2022_11_28/types/group_0498.py +130 -71
  3773. githubkit/versions/v2022_11_28/types/group_0499.py +37 -291
  3774. githubkit/versions/v2022_11_28/types/group_0500.py +8 -413
  3775. githubkit/versions/v2022_11_28/types/group_0501.py +3 -417
  3776. githubkit/versions/v2022_11_28/types/group_0502.py +10 -392
  3777. githubkit/versions/v2022_11_28/types/group_0503.py +11 -335
  3778. githubkit/versions/v2022_11_28/types/group_0504.py +10 -377
  3779. githubkit/versions/v2022_11_28/types/group_0505.py +61 -894
  3780. githubkit/versions/v2022_11_28/types/group_0506.py +11 -380
  3781. githubkit/versions/v2022_11_28/types/group_0507.py +11 -332
  3782. githubkit/versions/v2022_11_28/types/group_0508.py +14 -979
  3783. githubkit/versions/v2022_11_28/types/group_0509.py +39 -327
  3784. githubkit/versions/v2022_11_28/types/group_0510.py +35 -304
  3785. githubkit/versions/v2022_11_28/types/group_0511.py +9 -355
  3786. githubkit/versions/v2022_11_28/types/group_0512.py +4 -375
  3787. githubkit/versions/v2022_11_28/types/group_0513.py +24 -26
  3788. githubkit/versions/v2022_11_28/types/group_0514.py +69 -25
  3789. githubkit/versions/v2022_11_28/types/group_0515.py +80 -63
  3790. githubkit/versions/v2022_11_28/types/group_0516.py +119 -88
  3791. githubkit/versions/v2022_11_28/types/group_0517.py +24 -106
  3792. githubkit/versions/v2022_11_28/types/group_0518.py +73 -113
  3793. githubkit/versions/v2022_11_28/types/group_0519.py +17 -116
  3794. githubkit/versions/v2022_11_28/types/group_0520.py +128 -97
  3795. githubkit/versions/v2022_11_28/types/group_0521.py +111 -49
  3796. githubkit/versions/v2022_11_28/types/group_0522.py +22 -43
  3797. githubkit/versions/v2022_11_28/types/group_0523.py +3 -24
  3798. githubkit/versions/v2022_11_28/types/group_0524.py +21 -108
  3799. githubkit/versions/v2022_11_28/types/group_0525.py +45 -87
  3800. githubkit/versions/v2022_11_28/types/group_0526.py +84 -15
  3801. githubkit/versions/v2022_11_28/types/group_0527.py +137 -16
  3802. githubkit/versions/v2022_11_28/types/group_0528.py +24 -100
  3803. githubkit/versions/v2022_11_28/types/group_0529.py +76 -69
  3804. githubkit/versions/v2022_11_28/types/group_0530.py +13 -65
  3805. githubkit/versions/v2022_11_28/types/group_0531.py +12 -66
  3806. githubkit/versions/v2022_11_28/types/group_0532.py +124 -63
  3807. githubkit/versions/v2022_11_28/types/group_0533.py +131 -32
  3808. githubkit/versions/v2022_11_28/types/group_0534.py +3 -24
  3809. githubkit/versions/v2022_11_28/types/group_0535.py +30 -50
  3810. githubkit/versions/v2022_11_28/types/group_0536.py +50 -36
  3811. githubkit/versions/v2022_11_28/types/group_0537.py +84 -60
  3812. githubkit/versions/v2022_11_28/types/group_0538.py +7 -93
  3813. githubkit/versions/v2022_11_28/types/group_0539.py +83 -36
  3814. githubkit/versions/v2022_11_28/types/group_0540.py +21 -74
  3815. githubkit/versions/v2022_11_28/types/group_0541.py +81 -35
  3816. githubkit/versions/v2022_11_28/types/group_0542.py +392 -13
  3817. githubkit/versions/v2022_11_28/types/group_0543.py +367 -24
  3818. githubkit/versions/v2022_11_28/types/group_0544.py +330 -386
  3819. githubkit/versions/v2022_11_28/types/group_0545.py +394 -12
  3820. githubkit/versions/v2022_11_28/types/group_0546.py +362 -23
  3821. githubkit/versions/v2022_11_28/types/group_0547.py +323 -78
  3822. githubkit/versions/v2022_11_28/types/group_0548.py +929 -29
  3823. githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
  3824. githubkit/versions/v2022_11_28/types/group_0550.py +399 -13
  3825. githubkit/versions/v2022_11_28/types/group_0551.py +603 -13
  3826. githubkit/versions/v2022_11_28/types/group_0552.py +23 -17
  3827. githubkit/versions/v2022_11_28/types/group_0553.py +18 -12
  3828. githubkit/versions/v2022_11_28/types/group_0554.py +384 -22
  3829. githubkit/versions/v2022_11_28/types/group_0555.py +18 -7
  3830. githubkit/versions/v2022_11_28/types/group_0556.py +14 -77
  3831. githubkit/versions/v2022_11_28/types/group_0557.py +13 -61
  3832. githubkit/versions/v2022_11_28/types/group_0558.py +45 -57
  3833. githubkit/versions/v2022_11_28/types/group_0559.py +15 -75
  3834. githubkit/versions/v2022_11_28/types/group_0560.py +51 -63
  3835. githubkit/versions/v2022_11_28/types/group_0561.py +66 -42
  3836. githubkit/versions/v2022_11_28/types/group_0562.py +70 -43
  3837. githubkit/versions/v2022_11_28/types/group_0563.py +15 -60
  3838. githubkit/versions/v2022_11_28/types/group_0564.py +45 -25
  3839. githubkit/versions/v2022_11_28/types/group_0565.py +37 -25
  3840. githubkit/versions/v2022_11_28/types/group_0566.py +13 -45
  3841. githubkit/versions/v2022_11_28/types/group_0567.py +38 -24
  3842. githubkit/versions/v2022_11_28/types/group_0568.py +17 -34
  3843. githubkit/versions/v2022_11_28/types/group_0569.py +12 -62
  3844. githubkit/versions/v2022_11_28/types/group_0570.py +12 -87
  3845. githubkit/versions/v2022_11_28/types/group_0571.py +92 -55
  3846. githubkit/versions/v2022_11_28/types/group_0572.py +13 -9
  3847. githubkit/versions/v2022_11_28/types/group_0573.py +13 -12
  3848. githubkit/versions/v2022_11_28/types/group_0574.py +13 -9
  3849. githubkit/versions/v2022_11_28/types/group_0575.py +35 -44
  3850. githubkit/versions/v2022_11_28/types/group_0576.py +15 -30
  3851. githubkit/versions/v2022_11_28/types/group_0577.py +13 -29
  3852. githubkit/versions/v2022_11_28/types/group_0578.py +14 -10
  3853. githubkit/versions/v2022_11_28/types/group_0579.py +12 -8
  3854. githubkit/versions/v2022_11_28/types/group_0580.py +14 -48
  3855. githubkit/versions/v2022_11_28/types/group_0581.py +63 -29
  3856. githubkit/versions/v2022_11_28/types/group_0582.py +14 -29
  3857. githubkit/versions/v2022_11_28/types/group_0583.py +30 -9
  3858. githubkit/versions/v2022_11_28/types/group_0584.py +32 -13
  3859. githubkit/versions/v2022_11_28/types/group_0585.py +13 -951
  3860. githubkit/versions/v2022_11_28/types/group_0586.py +23 -938
  3861. githubkit/versions/v2022_11_28/types/group_0587.py +315 -800
  3862. githubkit/versions/v2022_11_28/types/group_0588.py +11 -12
  3863. githubkit/versions/v2022_11_28/types/group_0589.py +60 -18
  3864. githubkit/versions/v2022_11_28/types/group_0590.py +69 -856
  3865. githubkit/versions/v2022_11_28/types/group_0591.py +29 -887
  3866. githubkit/versions/v2022_11_28/types/group_0592.py +13 -67
  3867. githubkit/versions/v2022_11_28/types/group_0593.py +13 -925
  3868. githubkit/versions/v2022_11_28/types/group_0594.py +13 -935
  3869. githubkit/versions/v2022_11_28/types/group_0595.py +13 -915
  3870. githubkit/versions/v2022_11_28/types/group_0596.py +11 -933
  3871. githubkit/versions/v2022_11_28/types/group_0597.py +35 -18
  3872. githubkit/versions/v2022_11_28/types/group_0598.py +7 -19
  3873. githubkit/versions/v2022_11_28/types/group_0599.py +29 -13
  3874. githubkit/versions/v2022_11_28/types/group_0600.py +12 -1069
  3875. githubkit/versions/v2022_11_28/types/group_0601.py +24 -1033
  3876. githubkit/versions/v2022_11_28/types/group_0602.py +21 -1079
  3877. githubkit/versions/v2022_11_28/types/group_0603.py +35 -959
  3878. githubkit/versions/v2022_11_28/types/group_0604.py +14 -944
  3879. githubkit/versions/v2022_11_28/types/group_0605.py +21 -1024
  3880. githubkit/versions/v2022_11_28/types/group_0606.py +13 -1059
  3881. githubkit/versions/v2022_11_28/types/group_0607.py +14 -1023
  3882. githubkit/versions/v2022_11_28/types/group_0608.py +14 -1037
  3883. githubkit/versions/v2022_11_28/types/group_0609.py +23 -993
  3884. githubkit/versions/v2022_11_28/types/group_0610.py +14 -1078
  3885. githubkit/versions/v2022_11_28/types/group_0611.py +14 -1088
  3886. githubkit/versions/v2022_11_28/types/group_0612.py +14 -940
  3887. githubkit/versions/v2022_11_28/types/group_0613.py +28 -946
  3888. githubkit/versions/v2022_11_28/types/group_0614.py +13 -941
  3889. githubkit/versions/v2022_11_28/types/group_0615.py +11 -925
  3890. githubkit/versions/v2022_11_28/types/group_0616.py +14 -284
  3891. githubkit/versions/v2022_11_28/types/group_0617.py +10 -14
  3892. githubkit/versions/v2022_11_28/types/group_0618.py +59 -57
  3893. githubkit/versions/v2022_11_28/types/group_0619.py +15 -507
  3894. githubkit/versions/v2022_11_28/types/group_0620.py +31 -15
  3895. githubkit/versions/v2022_11_28/types/group_0621.py +14 -55
  3896. githubkit/versions/v2022_11_28/types/group_0622.py +13 -160
  3897. githubkit/versions/v2022_11_28/types/group_0623.py +45 -137
  3898. githubkit/versions/v2022_11_28/types/group_0624.py +28 -136
  3899. githubkit/versions/v2022_11_28/types/group_0625.py +14 -173
  3900. githubkit/versions/v2022_11_28/types/group_0626.py +12 -142
  3901. githubkit/versions/v2022_11_28/types/group_0627.py +9 -139
  3902. githubkit/versions/v2022_11_28/types/group_0628.py +845 -59
  3903. githubkit/versions/v2022_11_28/types/group_0629.py +894 -60
  3904. githubkit/versions/v2022_11_28/types/group_0630.py +963 -13
  3905. githubkit/versions/v2022_11_28/types/group_0631.py +13 -12
  3906. githubkit/versions/v2022_11_28/types/group_0632.py +12 -9
  3907. githubkit/versions/v2022_11_28/types/group_0633.py +14 -11
  3908. githubkit/versions/v2022_11_28/types/group_0634.py +923 -10
  3909. githubkit/versions/v2022_11_28/types/group_0635.py +60 -19
  3910. githubkit/versions/v2022_11_28/types/group_0636.py +904 -33
  3911. githubkit/versions/v2022_11_28/types/group_0637.py +920 -10
  3912. githubkit/versions/v2022_11_28/types/group_0638.py +912 -10
  3913. githubkit/versions/v2022_11_28/types/group_0639.py +14 -11
  3914. githubkit/versions/v2022_11_28/types/group_0640.py +12 -33
  3915. githubkit/versions/v2022_11_28/types/group_0641.py +13 -12
  3916. githubkit/versions/v2022_11_28/types/group_0642.py +13 -12
  3917. githubkit/versions/v2022_11_28/types/group_0643.py +1070 -15
  3918. githubkit/versions/v2022_11_28/types/group_0644.py +943 -18
  3919. githubkit/versions/v2022_11_28/types/group_0645.py +952 -13
  3920. githubkit/versions/v2022_11_28/types/group_0646.py +965 -40
  3921. githubkit/versions/v2022_11_28/types/group_0647.py +895 -65
  3922. githubkit/versions/v2022_11_28/types/group_0648.py +1014 -63
  3923. githubkit/versions/v2022_11_28/types/group_0649.py +1005 -36
  3924. githubkit/versions/v2022_11_28/types/group_0650.py +1021 -10
  3925. githubkit/versions/v2022_11_28/types/group_0651.py +999 -33
  3926. githubkit/versions/v2022_11_28/types/group_0652.py +882 -34
  3927. githubkit/versions/v2022_11_28/types/group_0653.py +1041 -34
  3928. githubkit/versions/v2022_11_28/types/group_0654.py +1049 -34
  3929. githubkit/versions/v2022_11_28/types/group_0655.py +939 -13
  3930. githubkit/versions/v2022_11_28/types/group_0656.py +890 -171
  3931. githubkit/versions/v2022_11_28/types/group_0657.py +935 -5
  3932. githubkit/versions/v2022_11_28/types/group_0658.py +923 -13
  3933. githubkit/versions/v2022_11_28/types/group_0659.py +282 -13
  3934. githubkit/versions/v2022_11_28/types/group_0660.py +13 -13
  3935. githubkit/versions/v2022_11_28/types/group_0661.py +60 -17
  3936. githubkit/versions/v2022_11_28/types/group_0662.py +462 -74
  3937. githubkit/versions/v2022_11_28/types/group_0663.py +12 -114
  3938. githubkit/versions/v2022_11_28/types/group_0664.py +45 -110
  3939. githubkit/versions/v2022_11_28/types/group_0665.py +160 -15
  3940. githubkit/versions/v2022_11_28/types/group_0666.py +17 -5
  3941. githubkit/versions/v2022_11_28/types/group_0667.py +17 -6
  3942. githubkit/versions/v2022_11_28/types/group_0668.py +45 -128
  3943. githubkit/versions/v2022_11_28/types/group_0669.py +78 -66
  3944. githubkit/versions/v2022_11_28/types/group_0670.py +14 -141
  3945. githubkit/versions/v2022_11_28/types/group_0671.py +14 -135
  3946. githubkit/versions/v2022_11_28/types/group_0672.py +14 -168
  3947. githubkit/versions/v2022_11_28/types/group_0673.py +14 -165
  3948. githubkit/versions/v2022_11_28/types/group_0674.py +13 -12
  3949. githubkit/versions/v2022_11_28/types/group_0675.py +9 -10
  3950. githubkit/versions/v2022_11_28/types/group_0676.py +10 -186
  3951. githubkit/versions/v2022_11_28/types/group_0677.py +15 -11
  3952. githubkit/versions/v2022_11_28/types/group_0678.py +29 -6
  3953. githubkit/versions/v2022_11_28/types/group_0679.py +56 -11
  3954. githubkit/versions/v2022_11_28/types/group_0680.py +16 -6
  3955. githubkit/versions/v2022_11_28/types/group_0681.py +10 -55
  3956. githubkit/versions/v2022_11_28/types/group_0682.py +13 -221
  3957. githubkit/versions/v2022_11_28/types/group_0683.py +34 -216
  3958. githubkit/versions/v2022_11_28/types/group_0684.py +15 -219
  3959. githubkit/versions/v2022_11_28/types/group_0685.py +14 -286
  3960. githubkit/versions/v2022_11_28/types/group_0686.py +16 -222
  3961. githubkit/versions/v2022_11_28/types/group_0687.py +27 -15
  3962. githubkit/versions/v2022_11_28/types/group_0688.py +15 -24
  3963. githubkit/versions/v2022_11_28/types/group_0689.py +79 -69
  3964. githubkit/versions/v2022_11_28/types/group_0690.py +86 -55
  3965. githubkit/versions/v2022_11_28/types/group_0691.py +102 -42
  3966. githubkit/versions/v2022_11_28/types/group_0692.py +78 -45
  3967. githubkit/versions/v2022_11_28/types/group_0693.py +22 -51
  3968. githubkit/versions/v2022_11_28/types/group_0694.py +21 -44
  3969. githubkit/versions/v2022_11_28/types/group_0695.py +60 -47
  3970. githubkit/versions/v2022_11_28/types/group_0696.py +12 -57
  3971. githubkit/versions/v2022_11_28/types/group_0697.py +34 -384
  3972. githubkit/versions/v2022_11_28/types/group_0698.py +13 -425
  3973. githubkit/versions/v2022_11_28/types/group_0699.py +194 -403
  3974. githubkit/versions/v2022_11_28/types/group_0700.py +10 -31
  3975. githubkit/versions/v2022_11_28/types/group_0701.py +19 -9
  3976. githubkit/versions/v2022_11_28/types/group_0702.py +18 -8
  3977. githubkit/versions/v2022_11_28/types/group_0703.py +20 -4
  3978. githubkit/versions/v2022_11_28/types/group_0704.py +17 -8
  3979. githubkit/versions/v2022_11_28/types/group_0705.py +19 -5
  3980. githubkit/versions/v2022_11_28/types/group_0706.py +121 -5
  3981. githubkit/versions/v2022_11_28/types/group_0707.py +17 -5
  3982. githubkit/versions/v2022_11_28/types/group_0708.py +7 -5
  3983. githubkit/versions/v2022_11_28/types/group_0709.py +6 -11
  3984. githubkit/versions/v2022_11_28/types/group_0710.py +20 -4
  3985. githubkit/versions/v2022_11_28/types/group_0711.py +18 -6
  3986. githubkit/versions/v2022_11_28/types/group_0712.py +29 -14
  3987. githubkit/versions/v2022_11_28/types/group_0713.py +18 -17
  3988. githubkit/versions/v2022_11_28/types/group_0714.py +20 -24
  3989. githubkit/versions/v2022_11_28/types/group_0715.py +21 -5
  3990. githubkit/versions/v2022_11_28/types/group_0716.py +18 -5
  3991. githubkit/versions/v2022_11_28/types/group_0717.py +19 -4
  3992. githubkit/versions/v2022_11_28/types/group_0718.py +191 -8
  3993. githubkit/versions/v2022_11_28/types/group_0719.py +12 -7
  3994. githubkit/versions/v2022_11_28/types/group_0720.py +6 -6
  3995. githubkit/versions/v2022_11_28/types/group_0721.py +12 -4
  3996. githubkit/versions/v2022_11_28/types/group_0722.py +6 -4
  3997. githubkit/versions/v2022_11_28/types/group_0723.py +19 -40
  3998. githubkit/versions/v2022_11_28/types/group_0724.py +175 -13
  3999. githubkit/versions/v2022_11_28/types/group_0725.py +180 -6
  4000. githubkit/versions/v2022_11_28/types/group_0726.py +180 -8
  4001. githubkit/versions/v2022_11_28/types/group_0727.py +249 -6
  4002. githubkit/versions/v2022_11_28/types/group_0728.py +182 -8
  4003. githubkit/versions/v2022_11_28/types/group_0729.py +16 -8
  4004. githubkit/versions/v2022_11_28/types/group_0730.py +25 -7
  4005. githubkit/versions/v2022_11_28/types/group_0731.py +70 -8
  4006. githubkit/versions/v2022_11_28/types/group_0732.py +55 -4
  4007. githubkit/versions/v2022_11_28/types/group_0733.py +49 -6
  4008. githubkit/versions/v2022_11_28/types/group_0734.py +62 -8
  4009. githubkit/versions/v2022_11_28/types/group_0735.py +41 -19
  4010. githubkit/versions/v2022_11_28/types/group_0736.py +44 -11
  4011. githubkit/versions/v2022_11_28/types/group_0737.py +63 -8
  4012. githubkit/versions/v2022_11_28/types/group_0738.py +64 -6
  4013. githubkit/versions/v2022_11_28/types/group_0739.py +403 -15
  4014. githubkit/versions/v2022_11_28/types/group_0740.py +414 -7
  4015. githubkit/versions/v2022_11_28/types/group_0741.py +412 -7
  4016. githubkit/versions/v2022_11_28/types/group_0742.py +31 -14
  4017. githubkit/versions/v2022_11_28/types/group_0743.py +8 -5
  4018. githubkit/versions/v2022_11_28/types/group_0744.py +9 -9
  4019. githubkit/versions/v2022_11_28/types/group_0745.py +4 -13
  4020. githubkit/versions/v2022_11_28/types/group_0746.py +9 -5
  4021. githubkit/versions/v2022_11_28/types/group_0747.py +4 -5
  4022. githubkit/versions/v2022_11_28/types/group_0748.py +5 -24
  4023. githubkit/versions/v2022_11_28/types/group_0749.py +5 -9
  4024. githubkit/versions/v2022_11_28/types/group_0750.py +4 -8
  4025. githubkit/versions/v2022_11_28/types/group_0751.py +12 -5
  4026. githubkit/versions/v2022_11_28/types/group_0752.py +3 -6
  4027. githubkit/versions/v2022_11_28/types/group_0753.py +7 -8
  4028. githubkit/versions/v2022_11_28/types/group_0754.py +21 -6
  4029. githubkit/versions/v2022_11_28/types/group_0755.py +18 -7
  4030. githubkit/versions/v2022_11_28/types/group_0756.py +26 -6
  4031. githubkit/versions/v2022_11_28/types/group_0757.py +4 -7
  4032. githubkit/versions/v2022_11_28/types/group_0758.py +4 -5
  4033. githubkit/versions/v2022_11_28/types/group_0759.py +3 -8
  4034. githubkit/versions/v2022_11_28/types/group_0760.py +8 -22
  4035. githubkit/versions/v2022_11_28/types/group_0761.py +7 -8
  4036. githubkit/versions/v2022_11_28/types/group_0762.py +7 -9
  4037. githubkit/versions/v2022_11_28/types/group_0763.py +5 -6
  4038. githubkit/versions/v2022_11_28/types/group_0764.py +4 -25
  4039. githubkit/versions/v2022_11_28/types/group_0765.py +38 -24
  4040. githubkit/versions/v2022_11_28/types/group_0766.py +21 -9
  4041. githubkit/versions/v2022_11_28/types/group_0767.py +7 -9
  4042. githubkit/versions/v2022_11_28/types/group_0768.py +9 -3
  4043. githubkit/versions/v2022_11_28/types/group_0769.py +6 -9
  4044. githubkit/versions/v2022_11_28/types/group_0770.py +5 -5
  4045. githubkit/versions/v2022_11_28/types/group_0771.py +8 -5
  4046. githubkit/versions/v2022_11_28/types/group_0772.py +8 -14
  4047. githubkit/versions/v2022_11_28/types/group_0773.py +8 -7
  4048. githubkit/versions/v2022_11_28/types/group_0774.py +5 -7
  4049. githubkit/versions/v2022_11_28/types/group_0775.py +6 -5
  4050. githubkit/versions/v2022_11_28/types/group_0776.py +9 -3
  4051. githubkit/versions/v2022_11_28/types/group_0777.py +23 -5
  4052. githubkit/versions/v2022_11_28/types/group_0778.py +8 -7
  4053. githubkit/versions/v2022_11_28/types/group_0779.py +9 -7
  4054. githubkit/versions/v2022_11_28/types/group_0780.py +5 -6
  4055. githubkit/versions/v2022_11_28/types/group_0781.py +25 -6
  4056. githubkit/versions/v2022_11_28/types/group_0782.py +7 -4
  4057. githubkit/versions/v2022_11_28/types/group_0783.py +9 -8
  4058. githubkit/versions/v2022_11_28/types/group_0784.py +9 -10
  4059. githubkit/versions/v2022_11_28/types/group_0785.py +4 -7
  4060. githubkit/versions/v2022_11_28/types/group_0786.py +14 -48
  4061. githubkit/versions/v2022_11_28/types/group_0787.py +10 -57
  4062. githubkit/versions/v2022_11_28/types/group_0788.py +6 -59
  4063. githubkit/versions/v2022_11_28/types/group_0789.py +6 -15
  4064. githubkit/versions/v2022_11_28/types/group_0790.py +23 -12
  4065. githubkit/versions/v2022_11_28/types/group_0791.py +8 -6
  4066. githubkit/versions/v2022_11_28/types/group_0792.py +9 -6
  4067. githubkit/versions/v2022_11_28/types/group_0793.py +5 -4
  4068. githubkit/versions/v2022_11_28/types/group_0794.py +5 -8
  4069. githubkit/versions/v2022_11_28/types/group_0795.py +6 -12
  4070. githubkit/versions/v2022_11_28/types/group_0796.py +5 -7
  4071. githubkit/versions/v2022_11_28/types/group_0797.py +8 -6
  4072. githubkit/versions/v2022_11_28/types/group_0798.py +6 -6
  4073. githubkit/versions/v2022_11_28/types/group_0799.py +8 -6
  4074. githubkit/versions/v2022_11_28/types/group_0800.py +6 -5
  4075. githubkit/versions/v2022_11_28/types/group_0801.py +8 -6
  4076. githubkit/versions/v2022_11_28/types/group_0802.py +23 -7
  4077. githubkit/versions/v2022_11_28/types/group_0803.py +8 -6
  4078. githubkit/versions/v2022_11_28/types/group_0804.py +9 -6
  4079. githubkit/versions/v2022_11_28/types/group_0805.py +6 -3
  4080. githubkit/versions/v2022_11_28/types/group_0806.py +20 -16
  4081. githubkit/versions/v2022_11_28/types/group_0807.py +18 -15
  4082. githubkit/versions/v2022_11_28/types/group_0808.py +9 -5
  4083. githubkit/versions/v2022_11_28/types/group_0809.py +8 -5
  4084. githubkit/versions/v2022_11_28/types/group_0810.py +3 -6
  4085. githubkit/versions/v2022_11_28/types/group_0811.py +8 -20
  4086. githubkit/versions/v2022_11_28/types/group_0812.py +8 -4
  4087. githubkit/versions/v2022_11_28/types/group_0813.py +7 -4
  4088. githubkit/versions/v2022_11_28/types/group_0814.py +13 -7
  4089. githubkit/versions/v2022_11_28/types/group_0815.py +7 -9
  4090. githubkit/versions/v2022_11_28/types/group_0816.py +6 -6
  4091. githubkit/versions/v2022_11_28/types/group_0817.py +4 -5
  4092. githubkit/versions/v2022_11_28/types/group_0818.py +3 -5
  4093. githubkit/versions/v2022_11_28/types/group_0819.py +3 -3
  4094. githubkit/versions/v2022_11_28/types/group_0820.py +7 -107
  4095. githubkit/versions/v2022_11_28/types/group_0821.py +7 -9
  4096. githubkit/versions/v2022_11_28/types/group_0822.py +7 -5
  4097. githubkit/versions/v2022_11_28/types/group_0823.py +6 -10
  4098. githubkit/versions/v2022_11_28/types/group_0824.py +6 -9
  4099. githubkit/versions/v2022_11_28/types/group_0825.py +5 -6
  4100. githubkit/versions/v2022_11_28/types/group_0826.py +9 -6
  4101. githubkit/versions/v2022_11_28/types/group_0827.py +6 -6
  4102. githubkit/versions/v2022_11_28/types/group_0828.py +43 -9
  4103. githubkit/versions/v2022_11_28/types/group_0829.py +71 -6
  4104. githubkit/versions/v2022_11_28/types/group_0830.py +71 -6
  4105. githubkit/versions/v2022_11_28/types/group_0831.py +15 -9
  4106. githubkit/versions/v2022_11_28/types/group_0832.py +13 -9
  4107. githubkit/versions/v2022_11_28/types/group_0833.py +7 -11
  4108. githubkit/versions/v2022_11_28/types/group_0834.py +6 -9
  4109. githubkit/versions/v2022_11_28/types/group_0835.py +4 -7
  4110. githubkit/versions/v2022_11_28/types/group_0836.py +9 -5
  4111. githubkit/versions/v2022_11_28/types/group_0837.py +14 -5
  4112. githubkit/versions/v2022_11_28/types/group_0838.py +7 -8
  4113. githubkit/versions/v2022_11_28/types/group_0839.py +5 -5
  4114. githubkit/versions/v2022_11_28/types/group_0840.py +6 -9
  4115. githubkit/versions/v2022_11_28/types/group_0841.py +6 -6
  4116. githubkit/versions/v2022_11_28/types/group_0842.py +4 -5
  4117. githubkit/versions/v2022_11_28/types/group_0843.py +5 -31
  4118. githubkit/versions/v2022_11_28/types/group_0844.py +7 -21
  4119. githubkit/versions/v2022_11_28/types/group_0845.py +7 -9
  4120. githubkit/versions/v2022_11_28/types/group_0846.py +5 -6
  4121. githubkit/versions/v2022_11_28/types/group_0847.py +4 -125
  4122. githubkit/versions/v2022_11_28/types/group_0848.py +14 -44
  4123. githubkit/versions/v2022_11_28/types/group_0849.py +14 -21
  4124. githubkit/versions/v2022_11_28/types/group_0850.py +4 -13
  4125. githubkit/versions/v2022_11_28/types/group_0851.py +5 -13
  4126. githubkit/versions/v2022_11_28/types/group_0852.py +5 -14
  4127. githubkit/versions/v2022_11_28/types/group_0853.py +19 -10
  4128. githubkit/versions/v2022_11_28/types/group_0854.py +4 -11
  4129. githubkit/versions/v2022_11_28/types/group_0855.py +3 -14
  4130. githubkit/versions/v2022_11_28/types/group_0856.py +7 -11
  4131. githubkit/versions/v2022_11_28/types/group_0857.py +10 -12
  4132. githubkit/versions/v2022_11_28/types/group_0858.py +7 -13
  4133. githubkit/versions/v2022_11_28/types/group_0859.py +6 -12
  4134. githubkit/versions/v2022_11_28/types/group_0860.py +4 -11
  4135. githubkit/versions/v2022_11_28/types/group_0861.py +6 -14
  4136. githubkit/versions/v2022_11_28/types/group_0862.py +108 -5
  4137. githubkit/versions/v2022_11_28/types/group_0863.py +8 -53
  4138. githubkit/versions/v2022_11_28/types/group_0864.py +8 -33
  4139. githubkit/versions/v2022_11_28/types/group_0865.py +13 -35
  4140. githubkit/versions/v2022_11_28/types/group_0866.py +8 -59
  4141. githubkit/versions/v2022_11_28/types/group_0867.py +14 -36
  4142. githubkit/versions/v2022_11_28/types/group_0868.py +10 -36
  4143. githubkit/versions/v2022_11_28/types/group_0869.py +8 -4
  4144. githubkit/versions/v2022_11_28/types/group_0870.py +7 -20
  4145. githubkit/versions/v2022_11_28/types/group_0871.py +4 -7
  4146. githubkit/versions/v2022_11_28/types/group_0872.py +6 -10
  4147. githubkit/versions/v2022_11_28/types/group_0873.py +9 -12
  4148. githubkit/versions/v2022_11_28/types/group_0874.py +5 -5
  4149. githubkit/versions/v2022_11_28/types/group_0875.py +11 -16
  4150. githubkit/versions/v2022_11_28/types/group_0876.py +7 -20
  4151. githubkit/versions/v2022_11_28/types/group_0877.py +7 -8
  4152. githubkit/versions/v2022_11_28/types/group_0878.py +4 -18
  4153. githubkit/versions/v2022_11_28/types/group_0879.py +5 -22
  4154. githubkit/versions/v2022_11_28/types/group_0880.py +9 -6
  4155. githubkit/versions/v2022_11_28/types/group_0881.py +5 -4
  4156. githubkit/versions/v2022_11_28/types/group_0882.py +8 -4
  4157. githubkit/versions/v2022_11_28/types/group_0883.py +5 -7
  4158. githubkit/versions/v2022_11_28/types/group_0884.py +5 -7
  4159. githubkit/versions/v2022_11_28/types/group_0885.py +33 -10
  4160. githubkit/versions/v2022_11_28/types/group_0886.py +15 -30
  4161. githubkit/versions/v2022_11_28/types/group_0887.py +8 -32
  4162. githubkit/versions/v2022_11_28/types/group_0888.py +6 -11
  4163. githubkit/versions/v2022_11_28/types/group_0889.py +117 -15
  4164. githubkit/versions/v2022_11_28/types/group_0890.py +51 -5
  4165. githubkit/versions/v2022_11_28/types/group_0891.py +28 -8
  4166. githubkit/versions/v2022_11_28/types/group_0892.py +11 -20
  4167. githubkit/versions/v2022_11_28/types/group_0893.py +14 -5
  4168. githubkit/versions/v2022_11_28/types/group_0894.py +15 -14
  4169. githubkit/versions/v2022_11_28/types/group_0895.py +11 -16
  4170. githubkit/versions/v2022_11_28/types/group_0896.py +11 -29
  4171. githubkit/versions/v2022_11_28/types/group_0897.py +8 -18
  4172. githubkit/versions/v2022_11_28/types/group_0898.py +10 -7
  4173. githubkit/versions/v2022_11_28/types/group_0899.py +8 -13
  4174. githubkit/versions/v2022_11_28/types/group_0900.py +11 -6
  4175. githubkit/versions/v2022_11_28/types/group_0901.py +11 -5
  4176. githubkit/versions/v2022_11_28/types/group_0902.py +9 -6
  4177. githubkit/versions/v2022_11_28/types/group_0903.py +13 -5
  4178. githubkit/versions/v2022_11_28/types/group_0904.py +5 -6
  4179. githubkit/versions/v2022_11_28/types/group_0905.py +53 -6
  4180. githubkit/versions/v2022_11_28/types/group_0906.py +33 -9
  4181. githubkit/versions/v2022_11_28/types/group_0907.py +30 -40
  4182. githubkit/versions/v2022_11_28/types/group_0908.py +60 -6
  4183. githubkit/versions/v2022_11_28/types/group_0909.py +34 -9
  4184. githubkit/versions/v2022_11_28/types/group_0910.py +33 -25
  4185. githubkit/versions/v2022_11_28/types/group_0911.py +5 -20
  4186. githubkit/versions/v2022_11_28/types/group_0912.py +16 -18
  4187. githubkit/versions/v2022_11_28/types/group_0913.py +7 -10
  4188. githubkit/versions/v2022_11_28/types/group_0914.py +9 -8
  4189. githubkit/versions/v2022_11_28/types/group_0915.py +11 -9
  4190. githubkit/versions/v2022_11_28/types/group_0916.py +11 -8
  4191. githubkit/versions/v2022_11_28/types/group_0917.py +11 -5
  4192. githubkit/versions/v2022_11_28/types/group_0918.py +12 -6
  4193. githubkit/versions/v2022_11_28/types/group_0919.py +9 -3
  4194. githubkit/versions/v2022_11_28/types/group_0920.py +17 -7
  4195. githubkit/versions/v2022_11_28/types/group_0921.py +14 -17
  4196. githubkit/versions/v2022_11_28/types/group_0922.py +8 -4
  4197. githubkit/versions/v2022_11_28/types/group_0923.py +19 -8
  4198. githubkit/versions/v2022_11_28/types/group_0924.py +17 -28
  4199. githubkit/versions/v2022_11_28/types/group_0925.py +5 -5
  4200. githubkit/versions/v2022_11_28/types/group_0926.py +4 -5
  4201. githubkit/versions/v2022_11_28/types/group_0927.py +3 -3
  4202. githubkit/versions/v2022_11_28/types/group_0928.py +8 -6
  4203. githubkit/versions/v2022_11_28/types/group_0929.py +7 -16
  4204. githubkit/versions/v2022_11_28/types/group_0930.py +8 -4
  4205. githubkit/versions/v2022_11_28/types/group_0931.py +36 -5
  4206. githubkit/versions/v2022_11_28/types/group_0932.py +27 -11
  4207. githubkit/versions/v2022_11_28/types/group_0933.py +12 -5
  4208. githubkit/versions/v2022_11_28/types/group_0934.py +22 -6
  4209. githubkit/versions/v2022_11_28/types/group_0935.py +6 -8
  4210. githubkit/versions/v2022_11_28/types/group_0936.py +8 -7
  4211. githubkit/versions/v2022_11_28/types/group_0937.py +22 -6
  4212. githubkit/versions/v2022_11_28/types/group_0938.py +4 -6
  4213. githubkit/versions/v2022_11_28/types/group_0939.py +14 -5
  4214. githubkit/versions/v2022_11_28/types/group_0940.py +16 -6
  4215. githubkit/versions/v2022_11_28/types/group_0941.py +29 -9
  4216. githubkit/versions/v2022_11_28/types/group_0942.py +23 -9
  4217. githubkit/versions/v2022_11_28/types/group_0943.py +8 -5
  4218. githubkit/versions/v2022_11_28/types/group_0944.py +16 -5
  4219. githubkit/versions/v2022_11_28/types/group_0945.py +7 -8
  4220. githubkit/versions/v2022_11_28/types/group_0946.py +6 -16
  4221. githubkit/versions/v2022_11_28/types/group_0947.py +8 -13
  4222. githubkit/versions/v2022_11_28/types/group_0948.py +6 -16
  4223. githubkit/versions/v2022_11_28/types/group_0949.py +5 -15
  4224. githubkit/versions/v2022_11_28/types/group_0950.py +6 -15
  4225. githubkit/versions/v2022_11_28/types/group_0951.py +5 -9
  4226. githubkit/versions/v2022_11_28/types/group_0952.py +40 -7
  4227. githubkit/versions/v2022_11_28/types/group_0953.py +6 -9
  4228. githubkit/versions/v2022_11_28/types/group_0954.py +5 -11
  4229. githubkit/versions/v2022_11_28/types/group_0955.py +25 -5
  4230. githubkit/versions/v2022_11_28/types/group_0956.py +19 -5
  4231. githubkit/versions/v2022_11_28/types/group_0957.py +23 -7
  4232. githubkit/versions/v2022_11_28/types/group_0958.py +11 -11
  4233. githubkit/versions/v2022_11_28/types/group_0959.py +9 -5
  4234. githubkit/versions/v2022_11_28/types/group_0960.py +9 -7
  4235. githubkit/versions/v2022_11_28/types/group_0961.py +7 -8
  4236. githubkit/versions/v2022_11_28/types/group_0962.py +5 -14
  4237. githubkit/versions/v2022_11_28/types/group_0963.py +5 -14
  4238. githubkit/versions/v2022_11_28/types/group_0964.py +3 -5
  4239. githubkit/versions/v2022_11_28/types/group_0965.py +4 -7
  4240. githubkit/versions/v2022_11_28/types/group_0966.py +24 -5
  4241. githubkit/versions/v2022_11_28/types/group_0967.py +5 -6
  4242. githubkit/versions/v2022_11_28/types/group_0968.py +8 -7
  4243. githubkit/versions/v2022_11_28/types/group_0969.py +35 -9
  4244. githubkit/versions/v2022_11_28/types/group_0970.py +4 -5
  4245. githubkit/versions/v2022_11_28/types/group_0971.py +5 -25
  4246. githubkit/versions/v2022_11_28/types/group_0972.py +3 -3
  4247. githubkit/versions/v2022_11_28/types/group_0973.py +5 -6
  4248. githubkit/versions/v2022_11_28/types/group_0974.py +16 -6
  4249. githubkit/versions/v2022_11_28/types/group_0975.py +5 -5
  4250. githubkit/versions/v2022_11_28/types/group_0976.py +5 -5
  4251. githubkit/versions/v2022_11_28/types/group_0977.py +16 -13
  4252. githubkit/versions/v2022_11_28/types/group_0978.py +5 -7
  4253. githubkit/versions/v2022_11_28/types/group_0979.py +5 -7
  4254. githubkit/versions/v2022_11_28/types/group_0980.py +7 -12
  4255. githubkit/versions/v2022_11_28/types/group_0981.py +7 -6
  4256. githubkit/versions/v2022_11_28/types/group_0982.py +5 -49
  4257. githubkit/versions/v2022_11_28/types/group_0983.py +6 -50
  4258. githubkit/versions/v2022_11_28/types/group_0984.py +5 -10
  4259. githubkit/versions/v2022_11_28/types/group_0985.py +6 -8
  4260. githubkit/versions/v2022_11_28/types/group_0986.py +9 -5
  4261. githubkit/versions/v2022_11_28/types/group_0987.py +10 -5
  4262. githubkit/versions/v2022_11_28/types/group_0988.py +6 -6
  4263. githubkit/versions/v2022_11_28/types/group_0989.py +5 -7
  4264. githubkit/versions/v2022_11_28/types/group_0990.py +10 -9
  4265. githubkit/versions/v2022_11_28/types/group_0991.py +13 -10
  4266. githubkit/versions/v2022_11_28/types/group_0992.py +13 -6
  4267. githubkit/versions/v2022_11_28/types/group_0993.py +15 -5
  4268. githubkit/versions/v2022_11_28/types/group_0994.py +16 -5
  4269. githubkit/versions/v2022_11_28/types/group_0995.py +16 -7
  4270. githubkit/versions/v2022_11_28/types/group_0996.py +9 -11
  4271. githubkit/versions/v2022_11_28/types/group_0997.py +8 -7
  4272. githubkit/versions/v2022_11_28/types/group_0998.py +7 -4
  4273. githubkit/versions/v2022_11_28/types/group_0999.py +11 -5
  4274. githubkit/versions/v2022_11_28/types/group_1000.py +5 -6
  4275. githubkit/versions/v2022_11_28/types/group_1001.py +5 -5
  4276. githubkit/versions/v2022_11_28/types/group_1002.py +8 -13
  4277. githubkit/versions/v2022_11_28/types/group_1003.py +12 -9
  4278. githubkit/versions/v2022_11_28/types/group_1004.py +5 -17
  4279. githubkit/versions/v2022_11_28/types/group_1005.py +7 -24
  4280. githubkit/versions/v2022_11_28/types/group_1006.py +10 -24
  4281. githubkit/versions/v2022_11_28/types/group_1007.py +14 -7
  4282. githubkit/versions/v2022_11_28/types/group_1008.py +15 -9
  4283. githubkit/versions/v2022_11_28/types/group_1009.py +4 -5
  4284. githubkit/versions/v2022_11_28/types/group_1010.py +8 -7
  4285. githubkit/versions/v2022_11_28/types/group_1011.py +6 -9
  4286. githubkit/versions/v2022_11_28/types/group_1012.py +5 -5
  4287. githubkit/versions/v2022_11_28/types/group_1013.py +7 -6
  4288. githubkit/versions/v2022_11_28/types/group_1014.py +6 -9
  4289. githubkit/versions/v2022_11_28/types/group_1015.py +6 -14
  4290. githubkit/versions/v2022_11_28/types/group_1016.py +25 -5
  4291. githubkit/versions/v2022_11_28/types/group_1017.py +4 -8
  4292. githubkit/versions/v2022_11_28/types/group_1018.py +6 -9
  4293. githubkit/versions/v2022_11_28/types/group_1019.py +8 -4
  4294. githubkit/versions/v2022_11_28/types/group_1020.py +4 -5
  4295. githubkit/versions/v2022_11_28/types/group_1021.py +6 -6
  4296. githubkit/versions/v2022_11_28/types/group_1022.py +13 -13
  4297. githubkit/versions/v2022_11_28/types/group_1023.py +6 -6
  4298. githubkit/versions/v2022_11_28/types/group_1024.py +10 -32
  4299. githubkit/versions/v2022_11_28/types/group_1025.py +13 -11
  4300. githubkit/versions/v2022_11_28/types/group_1026.py +5 -10
  4301. githubkit/versions/v2022_11_28/types/group_1027.py +62 -5
  4302. githubkit/versions/v2022_11_28/types/group_1028.py +79 -0
  4303. githubkit/versions/v2022_11_28/types/group_1029.py +26 -0
  4304. githubkit/versions/v2022_11_28/types/group_1030.py +25 -0
  4305. githubkit/versions/v2022_11_28/types/group_1031.py +22 -0
  4306. githubkit/versions/v2022_11_28/types/group_1032.py +21 -0
  4307. githubkit/versions/v2022_11_28/types/group_1033.py +22 -0
  4308. githubkit/versions/v2022_11_28/types/group_1034.py +24 -0
  4309. githubkit/versions/v2022_11_28/types/group_1035.py +25 -0
  4310. githubkit/versions/v2022_11_28/types/group_1036.py +29 -0
  4311. githubkit/versions/v2022_11_28/types/group_1037.py +23 -0
  4312. githubkit/versions/v2022_11_28/types/group_1038.py +22 -0
  4313. githubkit/versions/v2022_11_28/types/group_1039.py +21 -0
  4314. githubkit/versions/v2022_11_28/types/group_1040.py +23 -0
  4315. githubkit/versions/v2022_11_28/types/group_1041.py +28 -0
  4316. githubkit/versions/v2022_11_28/types/group_1042.py +24 -0
  4317. githubkit/versions/v2022_11_28/types/group_1043.py +22 -0
  4318. githubkit/versions/v2022_11_28/types/group_1044.py +22 -0
  4319. githubkit/versions/v2022_11_28/types/group_1045.py +22 -0
  4320. githubkit/versions/v2022_11_28/types/group_1046.py +22 -0
  4321. githubkit/versions/v2022_11_28/types/group_1047.py +29 -0
  4322. githubkit/versions/v2022_11_28/types/group_1048.py +25 -0
  4323. githubkit/versions/v2022_11_28/types/group_1049.py +33 -0
  4324. githubkit/versions/v2022_11_28/types/group_1050.py +41 -0
  4325. githubkit/versions/v2022_11_28/types/group_1051.py +40 -0
  4326. githubkit/versions/v2022_11_28/types/group_1052.py +24 -0
  4327. githubkit/versions/v2022_11_28/types/group_1053.py +25 -0
  4328. githubkit/versions/v2022_11_28/types/group_1054.py +22 -0
  4329. githubkit/versions/v2022_11_28/types/group_1055.py +24 -0
  4330. githubkit/versions/v2022_11_28/types/group_1056.py +25 -0
  4331. githubkit/versions/v2022_11_28/types/group_1057.py +22 -0
  4332. githubkit/versions/v2022_11_28/types/group_1058.py +22 -0
  4333. githubkit/versions/v2022_11_28/types/group_1059.py +26 -0
  4334. githubkit/versions/v2022_11_28/types/group_1060.py +31 -0
  4335. githubkit/versions/v2022_11_28/types/group_1061.py +22 -0
  4336. githubkit/versions/v2022_11_28/types/group_1062.py +25 -0
  4337. githubkit/versions/v2022_11_28/types/group_1063.py +26 -0
  4338. githubkit/versions/v2022_11_28/types/group_1064.py +19 -0
  4339. githubkit/versions/v2022_11_28/types/group_1065.py +22 -0
  4340. githubkit/versions/v2022_11_28/types/group_1066.py +22 -0
  4341. githubkit/versions/v2022_11_28/types/group_1067.py +30 -0
  4342. githubkit/versions/v2022_11_28/types/group_1068.py +23 -0
  4343. githubkit/versions/v2022_11_28/types/group_1069.py +46 -0
  4344. githubkit/versions/v2022_11_28/types/group_1070.py +27 -0
  4345. githubkit/versions/v2022_11_28/types/group_1071.py +27 -0
  4346. githubkit/versions/v2022_11_28/types/group_1072.py +22 -0
  4347. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
  4348. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/METADATA +1 -1
  4349. githubkit-0.11.6.dist-info/RECORD +4714 -0
  4350. githubkit-0.11.4.dist-info/RECORD +0 -4507
  4351. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/LICENSE +0 -0
  4352. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/WHEEL +0 -0
@@ -146,6 +146,12 @@ if TYPE_CHECKING:
146
146
  from githubkit.versions.v2022_11_28.types import (
147
147
  WebhooksRuleType as WebhooksRuleType,
148
148
  )
149
+ from githubkit.versions.v2022_11_28.types import (
150
+ WebhooksTeamType as WebhooksTeamType,
151
+ )
152
+ from githubkit.versions.v2022_11_28.types import (
153
+ WebhooksUserType as WebhooksUserType,
154
+ )
149
155
  from githubkit.versions.v2022_11_28.types import (
150
156
  ActionsSecretType as ActionsSecretType,
151
157
  )
@@ -218,6 +224,18 @@ if TYPE_CHECKING:
218
224
  from githubkit.versions.v2022_11_28.types import (
219
225
  WebhookStatusType as WebhookStatusType,
220
226
  )
227
+ from githubkit.versions.v2022_11_28.types import (
228
+ WebhooksAlertType as WebhooksAlertType,
229
+ )
230
+ from githubkit.versions.v2022_11_28.types import (
231
+ WebhooksIssueType as WebhooksIssueType,
232
+ )
233
+ from githubkit.versions.v2022_11_28.types import (
234
+ WebhooksLabelType as WebhooksLabelType,
235
+ )
236
+ from githubkit.versions.v2022_11_28.types import (
237
+ WebhooksTeam1Type as WebhooksTeam1Type,
238
+ )
221
239
  from githubkit.versions.v2022_11_28.types import (
222
240
  WorkflowUsageType as WorkflowUsageType,
223
241
  )
@@ -269,6 +287,15 @@ if TYPE_CHECKING:
269
287
  from githubkit.versions.v2022_11_28.types import (
270
288
  WebhookTeamAddType as WebhookTeamAddType,
271
289
  )
290
+ from githubkit.versions.v2022_11_28.types import (
291
+ WebhooksAnswerType as WebhooksAnswerType,
292
+ )
293
+ from githubkit.versions.v2022_11_28.types import (
294
+ WebhooksIssue2Type as WebhooksIssue2Type,
295
+ )
296
+ from githubkit.versions.v2022_11_28.types import (
297
+ WebhooksReviewType as WebhooksReviewType,
298
+ )
272
299
  from githubkit.versions.v2022_11_28.types import (
273
300
  ActionsVariableType as ActionsVariableType,
274
301
  )
@@ -314,6 +341,18 @@ if TYPE_CHECKING:
314
341
  from githubkit.versions.v2022_11_28.types import (
315
342
  ValidationErrorType as ValidationErrorType,
316
343
  )
344
+ from githubkit.versions.v2022_11_28.types import (
345
+ WebhooksChangesType as WebhooksChangesType,
346
+ )
347
+ from githubkit.versions.v2022_11_28.types import (
348
+ WebhooksCommentType as WebhooksCommentType,
349
+ )
350
+ from githubkit.versions.v2022_11_28.types import (
351
+ WebhooksProjectType as WebhooksProjectType,
352
+ )
353
+ from githubkit.versions.v2022_11_28.types import (
354
+ WebhooksReleaseType as WebhooksReleaseType,
355
+ )
317
356
  from githubkit.versions.v2022_11_28.types import (
318
357
  ActionsCacheListType as ActionsCacheListType,
319
358
  )
@@ -410,6 +449,18 @@ if TYPE_CHECKING:
410
449
  from githubkit.versions.v2022_11_28.types import (
411
450
  WebhookPageBuildType as WebhookPageBuildType,
412
451
  )
452
+ from githubkit.versions.v2022_11_28.types import (
453
+ WebhooksApproverType as WebhooksApproverType,
454
+ )
455
+ from githubkit.versions.v2022_11_28.types import (
456
+ WebhooksChanges8Type as WebhooksChanges8Type,
457
+ )
458
+ from githubkit.versions.v2022_11_28.types import (
459
+ WebhooksRelease1Type as WebhooksRelease1Type,
460
+ )
461
+ from githubkit.versions.v2022_11_28.types import (
462
+ WebhooksWorkflowType as WebhooksWorkflowType,
463
+ )
413
464
  from githubkit.versions.v2022_11_28.types import (
414
465
  WorkflowRunUsageType as WorkflowRunUsageType,
415
466
  )
@@ -482,6 +533,12 @@ if TYPE_CHECKING:
482
533
  from githubkit.versions.v2022_11_28.types import (
483
534
  WebhookTeamEditedType as WebhookTeamEditedType,
484
535
  )
536
+ from githubkit.versions.v2022_11_28.types import (
537
+ WebhooksDeployKeyType as WebhooksDeployKeyType,
538
+ )
539
+ from githubkit.versions.v2022_11_28.types import (
540
+ WebhooksMilestoneType as WebhooksMilestoneType,
541
+ )
485
542
  from githubkit.versions.v2022_11_28.types import (
486
543
  AssignedIssueEventType as AssignedIssueEventType,
487
544
  )
@@ -563,6 +620,12 @@ if TYPE_CHECKING:
563
620
  from githubkit.versions.v2022_11_28.types import (
564
621
  WebhookTeamDeletedType as WebhookTeamDeletedType,
565
622
  )
623
+ from githubkit.versions.v2022_11_28.types import (
624
+ WebhooksMembershipType as WebhooksMembershipType,
625
+ )
626
+ from githubkit.versions.v2022_11_28.types import (
627
+ WebhooksMilestone3Type as WebhooksMilestone3Type,
628
+ )
566
629
  from githubkit.versions.v2022_11_28.types import (
567
630
  ActionsBillingUsageType as ActionsBillingUsageType,
568
631
  )
@@ -587,6 +650,9 @@ if TYPE_CHECKING:
587
650
  from githubkit.versions.v2022_11_28.types import (
588
651
  ContributorActivityType as ContributorActivityType,
589
652
  )
653
+ from githubkit.versions.v2022_11_28.types import (
654
+ CopilotUsageMetricsType as CopilotUsageMetricsType,
655
+ )
590
656
  from githubkit.versions.v2022_11_28.types import (
591
657
  CustomPropertyValueType as CustomPropertyValueType,
592
658
  )
@@ -665,6 +731,12 @@ if TYPE_CHECKING:
665
731
  from githubkit.versions.v2022_11_28.types import (
666
732
  WebhookWatchStartedType as WebhookWatchStartedType,
667
733
  )
734
+ from githubkit.versions.v2022_11_28.types import (
735
+ WebhooksProjectCardType as WebhooksProjectCardType,
736
+ )
737
+ from githubkit.versions.v2022_11_28.types import (
738
+ WebhooksSponsorshipType as WebhooksSponsorshipType,
739
+ )
668
740
  from githubkit.versions.v2022_11_28.types import (
669
741
  AuthorizationPropAppType as AuthorizationPropAppType,
670
742
  )
@@ -791,6 +863,12 @@ if TYPE_CHECKING:
791
863
  from githubkit.versions.v2022_11_28.types import (
792
864
  WebhookReleaseEditedType as WebhookReleaseEditedType,
793
865
  )
866
+ from githubkit.versions.v2022_11_28.types import (
867
+ WebhooksIssueCommentType as WebhooksIssueCommentType,
868
+ )
869
+ from githubkit.versions.v2022_11_28.types import (
870
+ WebhooksPullRequest5Type as WebhooksPullRequest5Type,
871
+ )
794
872
  from githubkit.versions.v2022_11_28.types import (
795
873
  BranchShortPropCommitType as BranchShortPropCommitType,
796
874
  )
@@ -821,6 +899,18 @@ if TYPE_CHECKING:
821
899
  from githubkit.versions.v2022_11_28.types import (
822
900
  PagesHttpsCertificateType as PagesHttpsCertificateType,
823
901
  )
902
+ from githubkit.versions.v2022_11_28.types import (
903
+ RepositoryRuleOneof14Type as RepositoryRuleOneof14Type,
904
+ )
905
+ from githubkit.versions.v2022_11_28.types import (
906
+ RepositoryRuleOneof15Type as RepositoryRuleOneof15Type,
907
+ )
908
+ from githubkit.versions.v2022_11_28.types import (
909
+ RepositoryRuleOneof16Type as RepositoryRuleOneof16Type,
910
+ )
911
+ from githubkit.versions.v2022_11_28.types import (
912
+ RepositoryRuleOneof17Type as RepositoryRuleOneof17Type,
913
+ )
824
914
  from githubkit.versions.v2022_11_28.types import (
825
915
  ShortBranchPropCommitType as ShortBranchPropCommitType,
826
916
  )
@@ -875,6 +965,18 @@ if TYPE_CHECKING:
875
965
  from githubkit.versions.v2022_11_28.types import (
876
966
  WebhookReleaseDeletedType as WebhookReleaseDeletedType,
877
967
  )
968
+ from githubkit.versions.v2022_11_28.types import (
969
+ WebhooksIssuePropUserType as WebhooksIssuePropUserType,
970
+ )
971
+ from githubkit.versions.v2022_11_28.types import (
972
+ WebhooksProjectColumnType as WebhooksProjectColumnType,
973
+ )
974
+ from githubkit.versions.v2022_11_28.types import (
975
+ WebhooksReviewCommentType as WebhooksReviewCommentType,
976
+ )
977
+ from githubkit.versions.v2022_11_28.types import (
978
+ WebhooksUserMannequinType as WebhooksUserMannequinType,
979
+ )
878
980
  from githubkit.versions.v2022_11_28.types import (
879
981
  ApiOverviewPropDomainsType as ApiOverviewPropDomainsType,
880
982
  )
@@ -987,7 +1089,25 @@ if TYPE_CHECKING:
987
1089
  WebhookReleaseReleasedType as WebhookReleaseReleasedType,
988
1090
  )
989
1091
  from githubkit.versions.v2022_11_28.types import (
990
- WebhookTeamAddPropTeamType as WebhookTeamAddPropTeamType,
1092
+ WebhooksAnswerPropUserType as WebhooksAnswerPropUserType,
1093
+ )
1094
+ from githubkit.versions.v2022_11_28.types import (
1095
+ WebhooksIssue2PropUserType as WebhooksIssue2PropUserType,
1096
+ )
1097
+ from githubkit.versions.v2022_11_28.types import (
1098
+ WebhooksProjectChangesType as WebhooksProjectChangesType,
1099
+ )
1100
+ from githubkit.versions.v2022_11_28.types import (
1101
+ WebhooksReviewPropUserType as WebhooksReviewPropUserType,
1102
+ )
1103
+ from githubkit.versions.v2022_11_28.types import (
1104
+ WebhooksReviewersItemsType as WebhooksReviewersItemsType,
1105
+ )
1106
+ from githubkit.versions.v2022_11_28.types import (
1107
+ WebhooksTeamPropParentType as WebhooksTeamPropParentType,
1108
+ )
1109
+ from githubkit.versions.v2022_11_28.types import (
1110
+ WebhooksWorkflowJobRunType as WebhooksWorkflowJobRunType,
991
1111
  )
992
1112
  from githubkit.versions.v2022_11_28.types import (
993
1113
  ArtifactPropWorkflowRunType as ArtifactPropWorkflowRunType,
@@ -1085,6 +1205,18 @@ if TYPE_CHECKING:
1085
1205
  from githubkit.versions.v2022_11_28.types import (
1086
1206
  WebhookWorkflowDispatchType as WebhookWorkflowDispatchType,
1087
1207
  )
1208
+ from githubkit.versions.v2022_11_28.types import (
1209
+ WebhooksChangesPropBodyType as WebhooksChangesPropBodyType,
1210
+ )
1211
+ from githubkit.versions.v2022_11_28.types import (
1212
+ WebhooksCommentPropUserType as WebhooksCommentPropUserType,
1213
+ )
1214
+ from githubkit.versions.v2022_11_28.types import (
1215
+ WebhooksReviewPropLinksType as WebhooksReviewPropLinksType,
1216
+ )
1217
+ from githubkit.versions.v2022_11_28.types import (
1218
+ WebhooksTeam1PropParentType as WebhooksTeam1PropParentType,
1219
+ )
1088
1220
  from githubkit.versions.v2022_11_28.types import (
1089
1221
  AddedToProjectIssueEventType as AddedToProjectIssueEventType,
1090
1222
  )
@@ -1205,6 +1337,12 @@ if TYPE_CHECKING:
1205
1337
  from githubkit.versions.v2022_11_28.types import (
1206
1338
  WebhookWorkflowJobQueuedType as WebhookWorkflowJobQueuedType,
1207
1339
  )
1340
+ from githubkit.versions.v2022_11_28.types import (
1341
+ WebhooksChanges8PropTierType as WebhooksChanges8PropTierType,
1342
+ )
1343
+ from githubkit.versions.v2022_11_28.types import (
1344
+ WebhooksSecurityAdvisoryType as WebhooksSecurityAdvisoryType,
1345
+ )
1208
1346
  from githubkit.versions.v2022_11_28.types import (
1209
1347
  CodeScanningAlertInstanceType as CodeScanningAlertInstanceType,
1210
1348
  )
@@ -1323,10 +1461,16 @@ if TYPE_CHECKING:
1323
1461
  WebhookSponsorshipCreatedType as WebhookSponsorshipCreatedType,
1324
1462
  )
1325
1463
  from githubkit.versions.v2022_11_28.types import (
1326
- WebhookTeamEditedPropTeamType as WebhookTeamEditedPropTeamType,
1464
+ WebhookWorkflowJobWaitingType as WebhookWorkflowJobWaitingType,
1327
1465
  )
1328
1466
  from githubkit.versions.v2022_11_28.types import (
1329
- WebhookWorkflowJobWaitingType as WebhookWorkflowJobWaitingType,
1467
+ WebhooksIssuePropAssigneeType as WebhooksIssuePropAssigneeType,
1468
+ )
1469
+ from githubkit.versions.v2022_11_28.types import (
1470
+ WebhooksReleasePropAuthorType as WebhooksReleasePropAuthorType,
1471
+ )
1472
+ from githubkit.versions.v2022_11_28.types import (
1473
+ WebhooksRepositoriesItemsType as WebhooksRepositoriesItemsType,
1330
1474
  )
1331
1475
  from githubkit.versions.v2022_11_28.types import (
1332
1476
  WorkflowUsagePropBillableType as WorkflowUsagePropBillableType,
@@ -1400,6 +1544,9 @@ if TYPE_CHECKING:
1400
1544
  from githubkit.versions.v2022_11_28.types import (
1401
1545
  RepositoryAdvisoryPropCvssType as RepositoryAdvisoryPropCvssType,
1402
1546
  )
1547
+ from githubkit.versions.v2022_11_28.types import (
1548
+ RepositoryRuleCodeScanningType as RepositoryRuleCodeScanningType,
1549
+ )
1403
1550
  from githubkit.versions.v2022_11_28.types import (
1404
1551
  RepositoryRulesetPropLinksType as RepositoryRulesetPropLinksType,
1405
1552
  )
@@ -1494,10 +1641,25 @@ if TYPE_CHECKING:
1494
1641
  WebhookSecurityAndAnalysisType as WebhookSecurityAndAnalysisType,
1495
1642
  )
1496
1643
  from githubkit.versions.v2022_11_28.types import (
1497
- WebhookTeamCreatedPropTeamType as WebhookTeamCreatedPropTeamType,
1644
+ WebhooksAlertPropDismisserType as WebhooksAlertPropDismisserType,
1645
+ )
1646
+ from githubkit.versions.v2022_11_28.types import (
1647
+ WebhooksIssue2PropAssigneeType as WebhooksIssue2PropAssigneeType,
1648
+ )
1649
+ from githubkit.versions.v2022_11_28.types import (
1650
+ WebhooksIssuePropMilestoneType as WebhooksIssuePropMilestoneType,
1498
1651
  )
1499
1652
  from githubkit.versions.v2022_11_28.types import (
1500
- WebhookTeamDeletedPropTeamType as WebhookTeamDeletedPropTeamType,
1653
+ WebhooksIssuePropReactionsType as WebhooksIssuePropReactionsType,
1654
+ )
1655
+ from githubkit.versions.v2022_11_28.types import (
1656
+ WebhooksMembershipPropUserType as WebhooksMembershipPropUserType,
1657
+ )
1658
+ from githubkit.versions.v2022_11_28.types import (
1659
+ WebhooksProjectPropCreatorType as WebhooksProjectPropCreatorType,
1660
+ )
1661
+ from githubkit.versions.v2022_11_28.types import (
1662
+ WebhooksRelease1PropAuthorType as WebhooksRelease1PropAuthorType,
1501
1663
  )
1502
1664
  from githubkit.versions.v2022_11_28.types import (
1503
1665
  CheckAutomatedSecurityFixesType as CheckAutomatedSecurityFixesType,
@@ -1505,6 +1667,9 @@ if TYPE_CHECKING:
1505
1667
  from githubkit.versions.v2022_11_28.types import (
1506
1668
  ClassroomAcceptedAssignmentType as ClassroomAcceptedAssignmentType,
1507
1669
  )
1670
+ from githubkit.versions.v2022_11_28.types import (
1671
+ CodeScanningVariantAnalysisType as CodeScanningVariantAnalysisType,
1672
+ )
1508
1673
  from githubkit.versions.v2022_11_28.types import (
1509
1674
  CodespaceWithFullRepositoryType as CodespaceWithFullRepositoryType,
1510
1675
  )
@@ -1595,9 +1760,6 @@ if TYPE_CHECKING:
1595
1760
  from githubkit.versions.v2022_11_28.types import (
1596
1761
  WebhookGollumPropPagesItemsType as WebhookGollumPropPagesItemsType,
1597
1762
  )
1598
- from githubkit.versions.v2022_11_28.types import (
1599
- WebhookLabelEditedPropLabelType as WebhookLabelEditedPropLabelType,
1600
- )
1601
1763
  from githubkit.versions.v2022_11_28.types import (
1602
1764
  WebhookProjectCardConvertedType as WebhookProjectCardConvertedType,
1603
1765
  )
@@ -1637,6 +1799,21 @@ if TYPE_CHECKING:
1637
1799
  from githubkit.versions.v2022_11_28.types import (
1638
1800
  WebhookWorkflowRunRequestedType as WebhookWorkflowRunRequestedType,
1639
1801
  )
1802
+ from githubkit.versions.v2022_11_28.types import (
1803
+ WebhooksAnswerPropReactionsType as WebhooksAnswerPropReactionsType,
1804
+ )
1805
+ from githubkit.versions.v2022_11_28.types import (
1806
+ WebhooksIssue2PropMilestoneType as WebhooksIssue2PropMilestoneType,
1807
+ )
1808
+ from githubkit.versions.v2022_11_28.types import (
1809
+ WebhooksIssue2PropReactionsType as WebhooksIssue2PropReactionsType,
1810
+ )
1811
+ from githubkit.versions.v2022_11_28.types import (
1812
+ WebhooksMarketplacePurchaseType as WebhooksMarketplacePurchaseType,
1813
+ )
1814
+ from githubkit.versions.v2022_11_28.types import (
1815
+ WebhooksSponsorshipPropTierType as WebhooksSponsorshipPropTierType,
1816
+ )
1640
1817
  from githubkit.versions.v2022_11_28.types import (
1641
1818
  ActionsRepositoryPermissionsType as ActionsRepositoryPermissionsType,
1642
1819
  )
@@ -1775,27 +1952,12 @@ if TYPE_CHECKING:
1775
1952
  from githubkit.versions.v2022_11_28.types import (
1776
1953
  WebhookIssuesEditedPropIssueType as WebhookIssuesEditedPropIssueType,
1777
1954
  )
1778
- from githubkit.versions.v2022_11_28.types import (
1779
- WebhookIssuesEditedPropLabelType as WebhookIssuesEditedPropLabelType,
1780
- )
1781
1955
  from githubkit.versions.v2022_11_28.types import (
1782
1956
  WebhookIssuesLockedPropIssueType as WebhookIssuesLockedPropIssueType,
1783
1957
  )
1784
1958
  from githubkit.versions.v2022_11_28.types import (
1785
1959
  WebhookIssuesOpenedPropIssueType as WebhookIssuesOpenedPropIssueType,
1786
1960
  )
1787
- from githubkit.versions.v2022_11_28.types import (
1788
- WebhookIssuesPinnedPropIssueType as WebhookIssuesPinnedPropIssueType,
1789
- )
1790
- from githubkit.versions.v2022_11_28.types import (
1791
- WebhookLabelCreatedPropLabelType as WebhookLabelCreatedPropLabelType,
1792
- )
1793
- from githubkit.versions.v2022_11_28.types import (
1794
- WebhookLabelDeletedPropLabelType as WebhookLabelDeletedPropLabelType,
1795
- )
1796
- from githubkit.versions.v2022_11_28.types import (
1797
- WebhookMemberAddedPropMemberType as WebhookMemberAddedPropMemberType,
1798
- )
1799
1961
  from githubkit.versions.v2022_11_28.types import (
1800
1962
  WebhookProjectsV2ItemCreatedType as WebhookProjectsV2ItemCreatedType,
1801
1963
  )
@@ -1823,6 +1985,33 @@ if TYPE_CHECKING:
1823
1985
  from githubkit.versions.v2022_11_28.types import (
1824
1986
  WebhookWorkflowRunInProgressType as WebhookWorkflowRunInProgressType,
1825
1987
  )
1988
+ from githubkit.versions.v2022_11_28.types import (
1989
+ WebhooksCommentPropReactionsType as WebhooksCommentPropReactionsType,
1990
+ )
1991
+ from githubkit.versions.v2022_11_28.types import (
1992
+ WebhooksIssueCommentPropUserType as WebhooksIssueCommentPropUserType,
1993
+ )
1994
+ from githubkit.versions.v2022_11_28.types import (
1995
+ WebhooksIssuePropLabelsItemsType as WebhooksIssuePropLabelsItemsType,
1996
+ )
1997
+ from githubkit.versions.v2022_11_28.types import (
1998
+ WebhooksIssuePropPullRequestType as WebhooksIssuePropPullRequestType,
1999
+ )
2000
+ from githubkit.versions.v2022_11_28.types import (
2001
+ WebhooksMilestonePropCreatorType as WebhooksMilestonePropCreatorType,
2002
+ )
2003
+ from githubkit.versions.v2022_11_28.types import (
2004
+ WebhooksPullRequest5PropBaseType as WebhooksPullRequest5PropBaseType,
2005
+ )
2006
+ from githubkit.versions.v2022_11_28.types import (
2007
+ WebhooksPullRequest5PropHeadType as WebhooksPullRequest5PropHeadType,
2008
+ )
2009
+ from githubkit.versions.v2022_11_28.types import (
2010
+ WebhooksPullRequest5PropUserType as WebhooksPullRequest5PropUserType,
2011
+ )
2012
+ from githubkit.versions.v2022_11_28.types import (
2013
+ WebhooksReleasePropReactionsType as WebhooksReleasePropReactionsType,
2014
+ )
1826
2015
  from githubkit.versions.v2022_11_28.types import (
1827
2016
  WorkflowRunUsagePropBillableType as WorkflowRunUsagePropBillableType,
1828
2017
  )
@@ -1889,6 +2078,9 @@ if TYPE_CHECKING:
1889
2078
  from githubkit.versions.v2022_11_28.types import (
1890
2079
  RepositoryRuleDetailedOneof14Type as RepositoryRuleDetailedOneof14Type,
1891
2080
  )
2081
+ from githubkit.versions.v2022_11_28.types import (
2082
+ RepositoryRuleDetailedOneof15Type as RepositoryRuleDetailedOneof15Type,
2083
+ )
1892
2084
  from githubkit.versions.v2022_11_28.types import (
1893
2085
  TeamRepositoryPropPermissionsType as TeamRepositoryPropPermissionsType,
1894
2086
  )
@@ -1904,18 +2096,12 @@ if TYPE_CHECKING:
1904
2096
  from githubkit.versions.v2022_11_28.types import (
1905
2097
  WebhookIssuesLabeledPropIssueType as WebhookIssuesLabeledPropIssueType,
1906
2098
  )
1907
- from githubkit.versions.v2022_11_28.types import (
1908
- WebhookIssuesLabeledPropLabelType as WebhookIssuesLabeledPropLabelType,
1909
- )
1910
2099
  from githubkit.versions.v2022_11_28.types import (
1911
2100
  WebhookLabelEditedPropChangesType as WebhookLabelEditedPropChangesType,
1912
2101
  )
1913
2102
  from githubkit.versions.v2022_11_28.types import (
1914
2103
  WebhookMemberAddedPropChangesType as WebhookMemberAddedPropChangesType,
1915
2104
  )
1916
- from githubkit.versions.v2022_11_28.types import (
1917
- WebhookMemberEditedPropMemberType as WebhookMemberEditedPropMemberType,
1918
- )
1919
2105
  from githubkit.versions.v2022_11_28.types import (
1920
2106
  WebhookPingPropHookPropConfigType as WebhookPingPropHookPropConfigType,
1921
2107
  )
@@ -1934,6 +2120,24 @@ if TYPE_CHECKING:
1934
2120
  from githubkit.versions.v2022_11_28.types import (
1935
2121
  WebhookSponsorshipTierChangedType as WebhookSponsorshipTierChangedType,
1936
2122
  )
2123
+ from githubkit.versions.v2022_11_28.types import (
2124
+ WebhooksIssue2PropLabelsItemsType as WebhooksIssue2PropLabelsItemsType,
2125
+ )
2126
+ from githubkit.versions.v2022_11_28.types import (
2127
+ WebhooksIssue2PropPullRequestType as WebhooksIssue2PropPullRequestType,
2128
+ )
2129
+ from githubkit.versions.v2022_11_28.types import (
2130
+ WebhooksMilestone3PropCreatorType as WebhooksMilestone3PropCreatorType,
2131
+ )
2132
+ from githubkit.versions.v2022_11_28.types import (
2133
+ WebhooksPullRequest5PropLinksType as WebhooksPullRequest5PropLinksType,
2134
+ )
2135
+ from githubkit.versions.v2022_11_28.types import (
2136
+ WebhooksRelease1PropReactionsType as WebhooksRelease1PropReactionsType,
2137
+ )
2138
+ from githubkit.versions.v2022_11_28.types import (
2139
+ WebhooksReviewCommentPropUserType as WebhooksReviewCommentPropUserType,
2140
+ )
1937
2141
  from githubkit.versions.v2022_11_28.types import (
1938
2142
  ActionsCacheUsageOrgEnterpriseType as ActionsCacheUsageOrgEnterpriseType,
1939
2143
  )
@@ -2024,21 +2228,12 @@ if TYPE_CHECKING:
2024
2228
  from githubkit.versions.v2022_11_28.types import (
2025
2229
  WebhookDependabotAlertReopenedType as WebhookDependabotAlertReopenedType,
2026
2230
  )
2027
- from githubkit.versions.v2022_11_28.types import (
2028
- WebhookDeployKeyCreatedPropKeyType as WebhookDeployKeyCreatedPropKeyType,
2029
- )
2030
- from githubkit.versions.v2022_11_28.types import (
2031
- WebhookDeployKeyDeletedPropKeyType as WebhookDeployKeyDeletedPropKeyType,
2032
- )
2033
2231
  from githubkit.versions.v2022_11_28.types import (
2034
2232
  WebhookDeploymentStatusCreatedType as WebhookDeploymentStatusCreatedType,
2035
2233
  )
2036
2234
  from githubkit.versions.v2022_11_28.types import (
2037
2235
  WebhookDiscussionCommentEditedType as WebhookDiscussionCommentEditedType,
2038
2236
  )
2039
- from githubkit.versions.v2022_11_28.types import (
2040
- WebhookIssuesAssignedPropIssueType as WebhookIssuesAssignedPropIssueType,
2041
- )
2042
2237
  from githubkit.versions.v2022_11_28.types import (
2043
2238
  WebhookIssuesEditedPropChangesType as WebhookIssuesEditedPropChangesType,
2044
2239
  )
@@ -2051,18 +2246,9 @@ if TYPE_CHECKING:
2051
2246
  from githubkit.versions.v2022_11_28.types import (
2052
2247
  WebhookIssuesUnlockedPropIssueType as WebhookIssuesUnlockedPropIssueType,
2053
2248
  )
2054
- from githubkit.versions.v2022_11_28.types import (
2055
- WebhookIssuesUnpinnedPropIssueType as WebhookIssuesUnpinnedPropIssueType,
2056
- )
2057
2249
  from githubkit.versions.v2022_11_28.types import (
2058
2250
  WebhookMemberEditedPropChangesType as WebhookMemberEditedPropChangesType,
2059
2251
  )
2060
- from githubkit.versions.v2022_11_28.types import (
2061
- WebhookMemberRemovedPropMemberType as WebhookMemberRemovedPropMemberType,
2062
- )
2063
- from githubkit.versions.v2022_11_28.types import (
2064
- WebhookMembershipAddedPropTeamType as WebhookMembershipAddedPropTeamType,
2065
- )
2066
2252
  from githubkit.versions.v2022_11_28.types import (
2067
2253
  WebhookOrganizationMemberAddedType as WebhookOrganizationMemberAddedType,
2068
2254
  )
@@ -2093,6 +2279,21 @@ if TYPE_CHECKING:
2093
2279
  from githubkit.versions.v2022_11_28.types import (
2094
2280
  WebhookStatusPropBranchesItemsType as WebhookStatusPropBranchesItemsType,
2095
2281
  )
2282
+ from githubkit.versions.v2022_11_28.types import (
2283
+ WebhooksProjectCardPropCreatorType as WebhooksProjectCardPropCreatorType,
2284
+ )
2285
+ from githubkit.versions.v2022_11_28.types import (
2286
+ WebhooksReleasePropAssetsItemsType as WebhooksReleasePropAssetsItemsType,
2287
+ )
2288
+ from githubkit.versions.v2022_11_28.types import (
2289
+ WebhooksRepositoriesAddedItemsType as WebhooksRepositoriesAddedItemsType,
2290
+ )
2291
+ from githubkit.versions.v2022_11_28.types import (
2292
+ WebhooksReviewCommentPropLinksType as WebhooksReviewCommentPropLinksType,
2293
+ )
2294
+ from githubkit.versions.v2022_11_28.types import (
2295
+ WebhooksSponsorshipPropSponsorType as WebhooksSponsorshipPropSponsorType,
2296
+ )
2096
2297
  from githubkit.versions.v2022_11_28.types import (
2097
2298
  CodeownersErrorsPropErrorsItemsType as CodeownersErrorsPropErrorsItemsType,
2098
2299
  )
@@ -2159,21 +2360,9 @@ if TYPE_CHECKING:
2159
2360
  from githubkit.versions.v2022_11_28.types import (
2160
2361
  WebhookDiscussionCommentDeletedType as WebhookDiscussionCommentDeletedType,
2161
2362
  )
2162
- from githubkit.versions.v2022_11_28.types import (
2163
- WebhookIssuesUnlabeledPropIssueType as WebhookIssuesUnlabeledPropIssueType,
2164
- )
2165
- from githubkit.versions.v2022_11_28.types import (
2166
- WebhookIssuesUnlabeledPropLabelType as WebhookIssuesUnlabeledPropLabelType,
2167
- )
2168
- from githubkit.versions.v2022_11_28.types import (
2169
- WebhookProjectClosedPropProjectType as WebhookProjectClosedPropProjectType,
2170
- )
2171
2363
  from githubkit.versions.v2022_11_28.types import (
2172
2364
  WebhookProjectEditedPropChangesType as WebhookProjectEditedPropChangesType,
2173
2365
  )
2174
- from githubkit.versions.v2022_11_28.types import (
2175
- WebhookProjectEditedPropProjectType as WebhookProjectEditedPropProjectType,
2176
- )
2177
2366
  from githubkit.versions.v2022_11_28.types import (
2178
2367
  WebhookProjectsV2ProjectCreatedType as WebhookProjectsV2ProjectCreatedType,
2179
2368
  )
@@ -2186,9 +2375,6 @@ if TYPE_CHECKING:
2186
2375
  from githubkit.versions.v2022_11_28.types import (
2187
2376
  WebhookReleaseEditedPropChangesType as WebhookReleaseEditedPropChangesType,
2188
2377
  )
2189
- from githubkit.versions.v2022_11_28.types import (
2190
- WebhookReleaseEditedPropReleaseType as WebhookReleaseEditedPropReleaseType,
2191
- )
2192
2378
  from githubkit.versions.v2022_11_28.types import (
2193
2379
  WebhookRepositoryDispatchSampleType as WebhookRepositoryDispatchSampleType,
2194
2380
  )
@@ -2201,6 +2387,15 @@ if TYPE_CHECKING:
2201
2387
  from githubkit.versions.v2022_11_28.types import (
2202
2388
  WebhookTeamEditedPropRepositoryType as WebhookTeamEditedPropRepositoryType,
2203
2389
  )
2390
+ from githubkit.versions.v2022_11_28.types import (
2391
+ WebhooksIssuePropAssigneesItemsType as WebhooksIssuePropAssigneesItemsType,
2392
+ )
2393
+ from githubkit.versions.v2022_11_28.types import (
2394
+ WebhooksRelease1PropAssetsItemsType as WebhooksRelease1PropAssetsItemsType,
2395
+ )
2396
+ from githubkit.versions.v2022_11_28.types import (
2397
+ WebhooksReviewPropLinksPropHtmlType as WebhooksReviewPropLinksPropHtmlType,
2398
+ )
2204
2399
  from githubkit.versions.v2022_11_28.types import (
2205
2400
  CommitSearchResultItemPropCommitType as CommitSearchResultItemPropCommitType,
2206
2401
  )
@@ -2318,18 +2513,9 @@ if TYPE_CHECKING:
2318
2513
  from githubkit.versions.v2022_11_28.types import (
2319
2514
  WebhookIssuesMilestonedPropIssueType as WebhookIssuesMilestonedPropIssueType,
2320
2515
  )
2321
- from githubkit.versions.v2022_11_28.types import (
2322
- WebhookIssuesUnassignedPropIssueType as WebhookIssuesUnassignedPropIssueType,
2323
- )
2324
- from githubkit.versions.v2022_11_28.types import (
2325
- WebhookMembershipAddedPropMemberType as WebhookMembershipAddedPropMemberType,
2326
- )
2327
2516
  from githubkit.versions.v2022_11_28.types import (
2328
2517
  WebhookMembershipAddedPropSenderType as WebhookMembershipAddedPropSenderType,
2329
2518
  )
2330
- from githubkit.versions.v2022_11_28.types import (
2331
- WebhookMembershipRemovedPropTeamType as WebhookMembershipRemovedPropTeamType,
2332
- )
2333
2519
  from githubkit.versions.v2022_11_28.types import (
2334
2520
  WebhookMergeGroupChecksRequestedType as WebhookMergeGroupChecksRequestedType,
2335
2521
  )
@@ -2343,40 +2529,40 @@ if TYPE_CHECKING:
2343
2529
  WebhookPackageUpdatedPropPackageType as WebhookPackageUpdatedPropPackageType,
2344
2530
  )
2345
2531
  from githubkit.versions.v2022_11_28.types import (
2346
- WebhookProjectCreatedPropProjectType as WebhookProjectCreatedPropProjectType,
2532
+ WebhookProjectsV2ProjectReopenedType as WebhookProjectsV2ProjectReopenedType,
2347
2533
  )
2348
2534
  from githubkit.versions.v2022_11_28.types import (
2349
- WebhookProjectDeletedPropProjectType as WebhookProjectDeletedPropProjectType,
2535
+ WebhookPullRequestReadyForReviewType as WebhookPullRequestReadyForReviewType,
2350
2536
  )
2351
2537
  from githubkit.versions.v2022_11_28.types import (
2352
- WebhookProjectsV2ProjectReopenedType as WebhookProjectsV2ProjectReopenedType,
2538
+ WebhookSecurityAdvisoryPublishedType as WebhookSecurityAdvisoryPublishedType,
2353
2539
  )
2354
2540
  from githubkit.versions.v2022_11_28.types import (
2355
- WebhookPullRequestReadyForReviewType as WebhookPullRequestReadyForReviewType,
2541
+ WebhookSecurityAdvisoryWithdrawnType as WebhookSecurityAdvisoryWithdrawnType,
2356
2542
  )
2357
2543
  from githubkit.versions.v2022_11_28.types import (
2358
- WebhookReleaseCreatedPropReleaseType as WebhookReleaseCreatedPropReleaseType,
2544
+ WebhookTeamCreatedPropRepositoryType as WebhookTeamCreatedPropRepositoryType,
2359
2545
  )
2360
2546
  from githubkit.versions.v2022_11_28.types import (
2361
- WebhookReleaseDeletedPropReleaseType as WebhookReleaseDeletedPropReleaseType,
2547
+ WebhookTeamDeletedPropRepositoryType as WebhookTeamDeletedPropRepositoryType,
2362
2548
  )
2363
2549
  from githubkit.versions.v2022_11_28.types import (
2364
- WebhookSecurityAdvisoryPublishedType as WebhookSecurityAdvisoryPublishedType,
2550
+ WebhookTeamRemovedFromRepositoryType as WebhookTeamRemovedFromRepositoryType,
2365
2551
  )
2366
2552
  from githubkit.versions.v2022_11_28.types import (
2367
- WebhookSecurityAdvisoryWithdrawnType as WebhookSecurityAdvisoryWithdrawnType,
2553
+ WebhooksChanges8PropTierPropFromType as WebhooksChanges8PropTierPropFromType,
2368
2554
  )
2369
2555
  from githubkit.versions.v2022_11_28.types import (
2370
- WebhookTeamAddPropTeamPropParentType as WebhookTeamAddPropTeamPropParentType,
2556
+ WebhooksIssue2PropAssigneesItemsType as WebhooksIssue2PropAssigneesItemsType,
2371
2557
  )
2372
2558
  from githubkit.versions.v2022_11_28.types import (
2373
- WebhookTeamCreatedPropRepositoryType as WebhookTeamCreatedPropRepositoryType,
2559
+ WebhooksPullRequest5PropAssigneeType as WebhooksPullRequest5PropAssigneeType,
2374
2560
  )
2375
2561
  from githubkit.versions.v2022_11_28.types import (
2376
- WebhookTeamDeletedPropRepositoryType as WebhookTeamDeletedPropRepositoryType,
2562
+ WebhooksPullRequest5PropMergedByType as WebhooksPullRequest5PropMergedByType,
2377
2563
  )
2378
2564
  from githubkit.versions.v2022_11_28.types import (
2379
- WebhookTeamRemovedFromRepositoryType as WebhookTeamRemovedFromRepositoryType,
2565
+ WebhooksSecurityAdvisoryPropCvssType as WebhooksSecurityAdvisoryPropCvssType,
2380
2566
  )
2381
2567
  from githubkit.versions.v2022_11_28.types import (
2382
2568
  ActionsWorkflowAccessToRepositoryType as ActionsWorkflowAccessToRepositoryType,
@@ -2462,42 +2648,24 @@ if TYPE_CHECKING:
2462
2648
  from githubkit.versions.v2022_11_28.types import (
2463
2649
  WebhookCheckRunCreatedFormEncodedType as WebhookCheckRunCreatedFormEncodedType,
2464
2650
  )
2465
- from githubkit.versions.v2022_11_28.types import (
2466
- WebhookDiscussionLabeledPropLabelType as WebhookDiscussionLabeledPropLabelType,
2467
- )
2468
- from githubkit.versions.v2022_11_28.types import (
2469
- WebhookIssuesAssignedPropAssigneeType as WebhookIssuesAssignedPropAssigneeType,
2470
- )
2471
- from githubkit.versions.v2022_11_28.types import (
2472
- WebhookIssuesTransferredPropIssueType as WebhookIssuesTransferredPropIssueType,
2473
- )
2474
2651
  from githubkit.versions.v2022_11_28.types import (
2475
2652
  WebhookMarketplacePurchaseChangedType as WebhookMarketplacePurchaseChangedType,
2476
2653
  )
2477
2654
  from githubkit.versions.v2022_11_28.types import (
2478
2655
  WebhookMilestoneEditedPropChangesType as WebhookMilestoneEditedPropChangesType,
2479
2656
  )
2480
- from githubkit.versions.v2022_11_28.types import (
2481
- WebhookProjectReopenedPropProjectType as WebhookProjectReopenedPropProjectType,
2482
- )
2483
2657
  from githubkit.versions.v2022_11_28.types import (
2484
2658
  WebhookPullRequestReviewDismissedType as WebhookPullRequestReviewDismissedType,
2485
2659
  )
2486
2660
  from githubkit.versions.v2022_11_28.types import (
2487
2661
  WebhookPullRequestReviewSubmittedType as WebhookPullRequestReviewSubmittedType,
2488
2662
  )
2489
- from githubkit.versions.v2022_11_28.types import (
2490
- WebhookReleaseReleasedPropReleaseType as WebhookReleaseReleasedPropReleaseType,
2491
- )
2492
2663
  from githubkit.versions.v2022_11_28.types import (
2493
2664
  WebhookRepositoryAdvisoryReportedType as WebhookRepositoryAdvisoryReportedType,
2494
2665
  )
2495
2666
  from githubkit.versions.v2022_11_28.types import (
2496
2667
  WebhookSecretScanningAlertCreatedType as WebhookSecretScanningAlertCreatedType,
2497
2668
  )
2498
- from githubkit.versions.v2022_11_28.types import (
2499
- WebhookSecretScanningAlertRevokedType as WebhookSecretScanningAlertRevokedType,
2500
- )
2501
2669
  from githubkit.versions.v2022_11_28.types import (
2502
2670
  WebhookStatusPropCommitPropAuthorType as WebhookStatusPropCommitPropAuthorType,
2503
2671
  )
@@ -2507,6 +2675,18 @@ if TYPE_CHECKING:
2507
2675
  from githubkit.versions.v2022_11_28.types import (
2508
2676
  WebhookWorkflowDispatchPropInputsType as WebhookWorkflowDispatchPropInputsType,
2509
2677
  )
2678
+ from githubkit.versions.v2022_11_28.types import (
2679
+ WebhooksIssueCommentPropReactionsType as WebhooksIssueCommentPropReactionsType,
2680
+ )
2681
+ from githubkit.versions.v2022_11_28.types import (
2682
+ WebhooksPullRequest5PropAutoMergeType as WebhooksPullRequest5PropAutoMergeType,
2683
+ )
2684
+ from githubkit.versions.v2022_11_28.types import (
2685
+ WebhooksPullRequest5PropMilestoneType as WebhooksPullRequest5PropMilestoneType,
2686
+ )
2687
+ from githubkit.versions.v2022_11_28.types import (
2688
+ WebhooksSponsorshipPropMaintainerType as WebhooksSponsorshipPropMaintainerType,
2689
+ )
2510
2690
  from githubkit.versions.v2022_11_28.types import (
2511
2691
  ApplicationsClientIdTokenPatchBodyType as ApplicationsClientIdTokenPatchBodyType,
2512
2692
  )
@@ -2615,9 +2795,6 @@ if TYPE_CHECKING:
2615
2795
  from githubkit.versions.v2022_11_28.types import (
2616
2796
  WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
2617
2797
  )
2618
- from githubkit.versions.v2022_11_28.types import (
2619
- WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
2620
- )
2621
2798
  from githubkit.versions.v2022_11_28.types import (
2622
2799
  WebhookMembershipRemovedPropSenderType as WebhookMembershipRemovedPropSenderType,
2623
2800
  )
@@ -2636,15 +2813,9 @@ if TYPE_CHECKING:
2636
2813
  from githubkit.versions.v2022_11_28.types import (
2637
2814
  WebhookPullRequestConvertedToDraftType as WebhookPullRequestConvertedToDraftType,
2638
2815
  )
2639
- from githubkit.versions.v2022_11_28.types import (
2640
- WebhookPullRequestLabeledPropLabelType as WebhookPullRequestLabeledPropLabelType,
2641
- )
2642
2816
  from githubkit.versions.v2022_11_28.types import (
2643
2817
  WebhookPushPropRepositoryPropOwnerType as WebhookPushPropRepositoryPropOwnerType,
2644
2818
  )
2645
- from githubkit.versions.v2022_11_28.types import (
2646
- WebhookReleasePublishedPropReleaseType as WebhookReleasePublishedPropReleaseType,
2647
- )
2648
2819
  from githubkit.versions.v2022_11_28.types import (
2649
2820
  WebhookRepositoryAdvisoryPublishedType as WebhookRepositoryAdvisoryPublishedType,
2650
2821
  )
@@ -2658,10 +2829,19 @@ if TYPE_CHECKING:
2658
2829
  WebhookSecretScanningAlertResolvedType as WebhookSecretScanningAlertResolvedType,
2659
2830
  )
2660
2831
  from githubkit.versions.v2022_11_28.types import (
2661
- WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
2832
+ WebhooksReviewCommentPropReactionsType as WebhooksReviewCommentPropReactionsType,
2662
2833
  )
2663
2834
  from githubkit.versions.v2022_11_28.types import (
2664
- ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
2835
+ WebhooksReviewersItemsPropReviewerType as WebhooksReviewersItemsPropReviewerType,
2836
+ )
2837
+ from githubkit.versions.v2022_11_28.types import (
2838
+ WebhooksSponsorshipPropSponsorableType as WebhooksSponsorshipPropSponsorableType,
2839
+ )
2840
+ from githubkit.versions.v2022_11_28.types import (
2841
+ WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
2842
+ )
2843
+ from githubkit.versions.v2022_11_28.types import (
2844
+ ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
2665
2845
  )
2666
2846
  from githubkit.versions.v2022_11_28.types import (
2667
2847
  ApplicationsClientIdTokenDeleteBodyType as ApplicationsClientIdTokenDeleteBodyType,
@@ -2669,6 +2849,9 @@ if TYPE_CHECKING:
2669
2849
  from githubkit.versions.v2022_11_28.types import (
2670
2850
  CheckSuitePreferencePropPreferencesType as CheckSuitePreferencePropPreferencesType,
2671
2851
  )
2852
+ from githubkit.versions.v2022_11_28.types import (
2853
+ CodeScanningVariantAnalysisRepoTaskType as CodeScanningVariantAnalysisRepoTaskType,
2854
+ )
2672
2855
  from githubkit.versions.v2022_11_28.types import (
2673
2856
  DemilestonedIssueEventPropMilestoneType as DemilestonedIssueEventPropMilestoneType,
2674
2857
  )
@@ -2708,6 +2891,18 @@ if TYPE_CHECKING:
2708
2891
  from githubkit.versions.v2022_11_28.types import (
2709
2892
  RepositoryRuleCommitterEmailPatternType as RepositoryRuleCommitterEmailPatternType,
2710
2893
  )
2894
+ from githubkit.versions.v2022_11_28.types import (
2895
+ RepositoryRuleOneof14PropParametersType as RepositoryRuleOneof14PropParametersType,
2896
+ )
2897
+ from githubkit.versions.v2022_11_28.types import (
2898
+ RepositoryRuleOneof15PropParametersType as RepositoryRuleOneof15PropParametersType,
2899
+ )
2900
+ from githubkit.versions.v2022_11_28.types import (
2901
+ RepositoryRuleOneof16PropParametersType as RepositoryRuleOneof16PropParametersType,
2902
+ )
2903
+ from githubkit.versions.v2022_11_28.types import (
2904
+ RepositoryRuleOneof17PropParametersType as RepositoryRuleOneof17PropParametersType,
2905
+ )
2711
2906
  from githubkit.versions.v2022_11_28.types import (
2712
2907
  RepositoryRuleRequiredLinearHistoryType as RepositoryRuleRequiredLinearHistoryType,
2713
2908
  )
@@ -2726,12 +2921,6 @@ if TYPE_CHECKING:
2726
2921
  from githubkit.versions.v2022_11_28.types import (
2727
2922
  WebhookDependabotAlertAutoDismissedType as WebhookDependabotAlertAutoDismissedType,
2728
2923
  )
2729
- from githubkit.versions.v2022_11_28.types import (
2730
- WebhookDiscussionAnsweredPropAnswerType as WebhookDiscussionAnsweredPropAnswerType,
2731
- )
2732
- from githubkit.versions.v2022_11_28.types import (
2733
- WebhookDiscussionUnlabeledPropLabelType as WebhookDiscussionUnlabeledPropLabelType,
2734
- )
2735
2924
  from githubkit.versions.v2022_11_28.types import (
2736
2925
  WebhookIssueCommentCreatedPropIssueType as WebhookIssueCommentCreatedPropIssueType,
2737
2926
  )
@@ -2741,24 +2930,12 @@ if TYPE_CHECKING:
2741
2930
  from githubkit.versions.v2022_11_28.types import (
2742
2931
  WebhookIssuesTransferredPropChangesType as WebhookIssuesTransferredPropChangesType,
2743
2932
  )
2744
- from githubkit.versions.v2022_11_28.types import (
2745
- WebhookIssuesUnassignedPropAssigneeType as WebhookIssuesUnassignedPropAssigneeType,
2746
- )
2747
2933
  from githubkit.versions.v2022_11_28.types import (
2748
2934
  WebhookMarketplacePurchaseCancelledType as WebhookMarketplacePurchaseCancelledType,
2749
2935
  )
2750
2936
  from githubkit.versions.v2022_11_28.types import (
2751
2937
  WebhookMarketplacePurchasePurchasedType as WebhookMarketplacePurchasePurchasedType,
2752
2938
  )
2753
- from githubkit.versions.v2022_11_28.types import (
2754
- WebhookMilestoneClosedPropMilestoneType as WebhookMilestoneClosedPropMilestoneType,
2755
- )
2756
- from githubkit.versions.v2022_11_28.types import (
2757
- WebhookMilestoneEditedPropMilestoneType as WebhookMilestoneEditedPropMilestoneType,
2758
- )
2759
- from githubkit.versions.v2022_11_28.types import (
2760
- WebhookMilestoneOpenedPropMilestoneType as WebhookMilestoneOpenedPropMilestoneType,
2761
- )
2762
2939
  from githubkit.versions.v2022_11_28.types import (
2763
2940
  WebhookPageBuildPropBuildPropPusherType as WebhookPageBuildPropBuildPropPusherType,
2764
2941
  )
@@ -2790,7 +2967,13 @@ if TYPE_CHECKING:
2790
2967
  WebhookSponsorshipPendingTierChangeType as WebhookSponsorshipPendingTierChangeType,
2791
2968
  )
2792
2969
  from githubkit.versions.v2022_11_28.types import (
2793
- WebhookTeamEditedPropTeamPropParentType as WebhookTeamEditedPropTeamPropParentType,
2970
+ WebhooksMarketplacePurchasePropPlanType as WebhooksMarketplacePurchasePropPlanType,
2971
+ )
2972
+ from githubkit.versions.v2022_11_28.types import (
2973
+ WebhooksPreviousMarketplacePurchaseType as WebhooksPreviousMarketplacePurchaseType,
2974
+ )
2975
+ from githubkit.versions.v2022_11_28.types import (
2976
+ WebhooksPullRequest5PropLabelsItemsType as WebhooksPullRequest5PropLabelsItemsType,
2794
2977
  )
2795
2978
  from githubkit.versions.v2022_11_28.types import (
2796
2979
  WorkflowUsagePropBillablePropUbuntuType as WorkflowUsagePropBillablePropUbuntuType,
@@ -2864,9 +3047,6 @@ if TYPE_CHECKING:
2864
3047
  from githubkit.versions.v2022_11_28.types import (
2865
3048
  WebhookCodeScanningAlertClosedByUserType as WebhookCodeScanningAlertClosedByUserType,
2866
3049
  )
2867
- from githubkit.versions.v2022_11_28.types import (
2868
- WebhookDeploymentCreatedPropWorkflowType as WebhookDeploymentCreatedPropWorkflowType,
2869
- )
2870
3050
  from githubkit.versions.v2022_11_28.types import (
2871
3051
  WebhookForkPropForkeeAllof0PropOwnerType as WebhookForkPropForkeeAllof0PropOwnerType,
2872
3052
  )
@@ -2879,71 +3059,59 @@ if TYPE_CHECKING:
2879
3059
  from githubkit.versions.v2022_11_28.types import (
2880
3060
  WebhookInstallationRepositoriesAddedType as WebhookInstallationRepositoriesAddedType,
2881
3061
  )
2882
- from githubkit.versions.v2022_11_28.types import (
2883
- WebhookIssueCommentEditedPropChangesType as WebhookIssueCommentEditedPropChangesType,
2884
- )
2885
- from githubkit.versions.v2022_11_28.types import (
2886
- WebhookIssueCommentEditedPropCommentType as WebhookIssueCommentEditedPropCommentType,
2887
- )
2888
3062
  from githubkit.versions.v2022_11_28.types import (
2889
3063
  WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
2890
3064
  )
2891
3065
  from githubkit.versions.v2022_11_28.types import (
2892
3066
  WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
2893
3067
  )
2894
- from githubkit.versions.v2022_11_28.types import (
2895
- WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
2896
- )
2897
3068
  from githubkit.versions.v2022_11_28.types import (
2898
3069
  WebhookIssuesOpenedPropIssuePropUserType as WebhookIssuesOpenedPropIssuePropUserType,
2899
3070
  )
2900
- from githubkit.versions.v2022_11_28.types import (
2901
- WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
2902
- )
2903
3071
  from githubkit.versions.v2022_11_28.types import (
2904
3072
  WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
2905
3073
  )
2906
3074
  from githubkit.versions.v2022_11_28.types import (
2907
- WebhookMilestoneCreatedPropMilestoneType as WebhookMilestoneCreatedPropMilestoneType,
3075
+ WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
2908
3076
  )
2909
3077
  from githubkit.versions.v2022_11_28.types import (
2910
- WebhookMilestoneDeletedPropMilestoneType as WebhookMilestoneDeletedPropMilestoneType,
3078
+ WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
2911
3079
  )
2912
3080
  from githubkit.versions.v2022_11_28.types import (
2913
- WebhookPullRequestUnlabeledPropLabelType as WebhookPullRequestUnlabeledPropLabelType,
3081
+ WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
2914
3082
  )
2915
3083
  from githubkit.versions.v2022_11_28.types import (
2916
- WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
3084
+ WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
2917
3085
  )
2918
3086
  from githubkit.versions.v2022_11_28.types import (
2919
- WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
3087
+ WebhooksProjectChangesPropArchivedAtType as WebhooksProjectChangesPropArchivedAtType,
2920
3088
  )
2921
3089
  from githubkit.versions.v2022_11_28.types import (
2922
- WebhookReleaseUnpublishedPropReleaseType as WebhookReleaseUnpublishedPropReleaseType,
3090
+ WebhooksPullRequest5PropBasePropRepoType as WebhooksPullRequest5PropBasePropRepoType,
2923
3091
  )
2924
3092
  from githubkit.versions.v2022_11_28.types import (
2925
- WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
3093
+ WebhooksPullRequest5PropBasePropUserType as WebhooksPullRequest5PropBasePropUserType,
2926
3094
  )
2927
3095
  from githubkit.versions.v2022_11_28.types import (
2928
- WebhookTeamAddedToRepositoryPropTeamType as WebhookTeamAddedToRepositoryPropTeamType,
3096
+ WebhooksPullRequest5PropHeadPropRepoType as WebhooksPullRequest5PropHeadPropRepoType,
2929
3097
  )
2930
3098
  from githubkit.versions.v2022_11_28.types import (
2931
- WebhookTeamCreatedPropTeamPropParentType as WebhookTeamCreatedPropTeamPropParentType,
3099
+ WebhooksPullRequest5PropHeadPropUserType as WebhooksPullRequest5PropHeadPropUserType,
2932
3100
  )
2933
3101
  from githubkit.versions.v2022_11_28.types import (
2934
- WebhookTeamDeletedPropTeamPropParentType as WebhookTeamDeletedPropTeamPropParentType,
3102
+ WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
2935
3103
  )
2936
3104
  from githubkit.versions.v2022_11_28.types import (
2937
- WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
3105
+ BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
2938
3106
  )
2939
3107
  from githubkit.versions.v2022_11_28.types import (
2940
- WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
3108
+ BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
2941
3109
  )
2942
3110
  from githubkit.versions.v2022_11_28.types import (
2943
- BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
3111
+ CodeScanningVariantAnalysisRepositoryType as CodeScanningVariantAnalysisRepositoryType,
2944
3112
  )
2945
3113
  from githubkit.versions.v2022_11_28.types import (
2946
- BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
3114
+ CopilotUsageMetricsPropBreakdownItemsType as CopilotUsageMetricsPropBreakdownItemsType,
2947
3115
  )
2948
3116
  from githubkit.versions.v2022_11_28.types import (
2949
3117
  GistsGistIdCommentsCommentIdPatchBodyType as GistsGistIdCommentsCommentIdPatchBodyType,
@@ -3002,9 +3170,6 @@ if TYPE_CHECKING:
3002
3170
  from githubkit.versions.v2022_11_28.types import (
3003
3171
  WebhookIssueCommentCreatedPropCommentType as WebhookIssueCommentCreatedPropCommentType,
3004
3172
  )
3005
- from githubkit.versions.v2022_11_28.types import (
3006
- WebhookIssueCommentDeletedPropCommentType as WebhookIssueCommentDeletedPropCommentType,
3007
- )
3008
3173
  from githubkit.versions.v2022_11_28.types import (
3009
3174
  WebhookIssuesDeletedPropIssuePropUserType as WebhookIssuesDeletedPropIssuePropUserType,
3010
3175
  )
@@ -3014,9 +3179,6 @@ if TYPE_CHECKING:
3014
3179
  from githubkit.versions.v2022_11_28.types import (
3015
3180
  WebhookLabelEditedPropChangesPropNameType as WebhookLabelEditedPropChangesPropNameType,
3016
3181
  )
3017
- from githubkit.versions.v2022_11_28.types import (
3018
- WebhookOrgBlockBlockedPropBlockedUserType as WebhookOrgBlockBlockedPropBlockedUserType,
3019
- )
3020
3182
  from githubkit.versions.v2022_11_28.types import (
3021
3183
  WebhookOrganizationRenamedPropChangesType as WebhookOrganizationRenamedPropChangesType,
3022
3184
  )
@@ -3035,6 +3197,18 @@ if TYPE_CHECKING:
3035
3197
  from githubkit.versions.v2022_11_28.types import (
3036
3198
  WebhookSponsorshipPendingCancellationType as WebhookSponsorshipPendingCancellationType,
3037
3199
  )
3200
+ from githubkit.versions.v2022_11_28.types import (
3201
+ WebhooksIssuePropMilestonePropCreatorType as WebhooksIssuePropMilestonePropCreatorType,
3202
+ )
3203
+ from githubkit.versions.v2022_11_28.types import (
3204
+ WebhooksPullRequest5PropLinksPropHtmlType as WebhooksPullRequest5PropLinksPropHtmlType,
3205
+ )
3206
+ from githubkit.versions.v2022_11_28.types import (
3207
+ WebhooksPullRequest5PropLinksPropSelfType as WebhooksPullRequest5PropLinksPropSelfType,
3208
+ )
3209
+ from githubkit.versions.v2022_11_28.types import (
3210
+ WebhooksSecurityAdvisoryPropCwesItemsType as WebhooksSecurityAdvisoryPropCwesItemsType,
3211
+ )
3038
3212
  from githubkit.versions.v2022_11_28.types import (
3039
3213
  WorkflowRunUsagePropBillablePropMacosType as WorkflowRunUsagePropBillablePropMacosType,
3040
3214
  )
@@ -3137,15 +3311,9 @@ if TYPE_CHECKING:
3137
3311
  from githubkit.versions.v2022_11_28.types import (
3138
3312
  WebhookInstallationRepositoriesRemovedType as WebhookInstallationRepositoriesRemovedType,
3139
3313
  )
3140
- from githubkit.versions.v2022_11_28.types import (
3141
- WebhookIssuesAssignedPropIssuePropUserType as WebhookIssuesAssignedPropIssuePropUserType,
3142
- )
3143
3314
  from githubkit.versions.v2022_11_28.types import (
3144
3315
  WebhookIssuesClosedPropIssueMergedUserType as WebhookIssuesClosedPropIssueMergedUserType,
3145
3316
  )
3146
- from githubkit.versions.v2022_11_28.types import (
3147
- WebhookIssuesDemilestonedPropMilestoneType as WebhookIssuesDemilestonedPropMilestoneType,
3148
- )
3149
3317
  from githubkit.versions.v2022_11_28.types import (
3150
3318
  WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
3151
3319
  )
@@ -3155,9 +3323,6 @@ if TYPE_CHECKING:
3155
3323
  from githubkit.versions.v2022_11_28.types import (
3156
3324
  WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
3157
3325
  )
3158
- from githubkit.versions.v2022_11_28.types import (
3159
- WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
3160
- )
3161
3326
  from githubkit.versions.v2022_11_28.types import (
3162
3327
  WebhookLabelEditedPropChangesPropColorType as WebhookLabelEditedPropChangesPropColorType,
3163
3328
  )
@@ -3167,9 +3332,6 @@ if TYPE_CHECKING:
3167
3332
  from githubkit.versions.v2022_11_28.types import (
3168
3333
  WebhookProjectCardMovedPropProjectCardType as WebhookProjectCardMovedPropProjectCardType,
3169
3334
  )
3170
- from githubkit.versions.v2022_11_28.types import (
3171
- WebhookPullRequestAssignedPropAssigneeType as WebhookPullRequestAssignedPropAssigneeType,
3172
- )
3173
3335
  from githubkit.versions.v2022_11_28.types import (
3174
3336
  WebhookPullRequestReviewCommentCreatedType as WebhookPullRequestReviewCommentCreatedType,
3175
3337
  )
@@ -3185,6 +3347,30 @@ if TYPE_CHECKING:
3185
3347
  from githubkit.versions.v2022_11_28.types import (
3186
3348
  WebhookRubygemsMetadataPropVersionInfoType as WebhookRubygemsMetadataPropVersionInfoType,
3187
3349
  )
3350
+ from githubkit.versions.v2022_11_28.types import (
3351
+ WebhooksIssue2PropMilestonePropCreatorType as WebhooksIssue2PropMilestonePropCreatorType,
3352
+ )
3353
+ from githubkit.versions.v2022_11_28.types import (
3354
+ WebhooksIssuePropPerformedViaGithubAppType as WebhooksIssuePropPerformedViaGithubAppType,
3355
+ )
3356
+ from githubkit.versions.v2022_11_28.types import (
3357
+ WebhooksMarketplacePurchasePropAccountType as WebhooksMarketplacePurchasePropAccountType,
3358
+ )
3359
+ from githubkit.versions.v2022_11_28.types import (
3360
+ WebhooksPullRequest5PropAssigneesItemsType as WebhooksPullRequest5PropAssigneesItemsType,
3361
+ )
3362
+ from githubkit.versions.v2022_11_28.types import (
3363
+ WebhooksPullRequest5PropLinksPropIssueType as WebhooksPullRequest5PropLinksPropIssueType,
3364
+ )
3365
+ from githubkit.versions.v2022_11_28.types import (
3366
+ WebhooksReviewCommentPropLinksPropHtmlType as WebhooksReviewCommentPropLinksPropHtmlType,
3367
+ )
3368
+ from githubkit.versions.v2022_11_28.types import (
3369
+ WebhooksReviewCommentPropLinksPropSelfType as WebhooksReviewCommentPropLinksPropSelfType,
3370
+ )
3371
+ from githubkit.versions.v2022_11_28.types import (
3372
+ WebhooksReviewPropLinksPropPullRequestType as WebhooksReviewPropLinksPropPullRequestType,
3373
+ )
3188
3374
  from githubkit.versions.v2022_11_28.types import (
3189
3375
  WorkflowRunUsagePropBillablePropUbuntuType as WorkflowRunUsagePropBillablePropUbuntuType,
3190
3376
  )
@@ -3239,27 +3425,15 @@ if TYPE_CHECKING:
3239
3425
  from githubkit.versions.v2022_11_28.types import (
3240
3426
  WebhookDiscussionTransferredPropChangesType as WebhookDiscussionTransferredPropChangesType,
3241
3427
  )
3242
- from githubkit.versions.v2022_11_28.types import (
3243
- WebhookInstallationCreatedPropRequesterType as WebhookInstallationCreatedPropRequesterType,
3244
- )
3245
3428
  from githubkit.versions.v2022_11_28.types import (
3246
3429
  WebhookIssuesEditedPropChangesPropTitleType as WebhookIssuesEditedPropChangesPropTitleType,
3247
3430
  )
3248
- from githubkit.versions.v2022_11_28.types import (
3249
- WebhookIssuesUnlabeledPropIssuePropUserType as WebhookIssuesUnlabeledPropIssuePropUserType,
3250
- )
3251
3431
  from githubkit.versions.v2022_11_28.types import (
3252
3432
  WebhookMarketplacePurchasePendingChangeType as WebhookMarketplacePurchasePendingChangeType,
3253
3433
  )
3254
- from githubkit.versions.v2022_11_28.types import (
3255
- WebhookOrgBlockUnblockedPropBlockedUserType as WebhookOrgBlockUnblockedPropBlockedUserType,
3256
- )
3257
3434
  from githubkit.versions.v2022_11_28.types import (
3258
3435
  WebhookPersonalAccessTokenRequestDeniedType as WebhookPersonalAccessTokenRequestDeniedType,
3259
3436
  )
3260
- from githubkit.versions.v2022_11_28.types import (
3261
- WebhookProjectCardEditedPropProjectCardType as WebhookProjectCardEditedPropProjectCardType,
3262
- )
3263
3437
  from githubkit.versions.v2022_11_28.types import (
3264
3438
  WebhookProjectEditedPropChangesPropBodyType as WebhookProjectEditedPropChangesPropBodyType,
3265
3439
  )
@@ -3284,9 +3458,6 @@ if TYPE_CHECKING:
3284
3458
  from githubkit.versions.v2022_11_28.types import (
3285
3459
  WebhookRepositoryTransferredPropChangesType as WebhookRepositoryTransferredPropChangesType,
3286
3460
  )
3287
- from githubkit.versions.v2022_11_28.types import (
3288
- WebhookSponsorshipEditedPropSponsorshipType as WebhookSponsorshipEditedPropSponsorshipType,
3289
- )
3290
3461
  from githubkit.versions.v2022_11_28.types import (
3291
3462
  WebhookStatusPropCommitPropParentsItemsType as WebhookStatusPropCommitPropParentsItemsType,
3292
3463
  )
@@ -3297,10 +3468,7 @@ if TYPE_CHECKING:
3297
3468
  WebhookWorkflowJobQueuedPropWorkflowJobType as WebhookWorkflowJobQueuedPropWorkflowJobType,
3298
3469
  )
3299
3470
  from githubkit.versions.v2022_11_28.types import (
3300
- WebhookWorkflowRunCompletedPropWorkflowType as WebhookWorkflowRunCompletedPropWorkflowType,
3301
- )
3302
- from githubkit.versions.v2022_11_28.types import (
3303
- WebhookWorkflowRunRequestedPropWorkflowType as WebhookWorkflowRunRequestedPropWorkflowType,
3471
+ WebhooksIssue2PropPerformedViaGithubAppType as WebhooksIssue2PropPerformedViaGithubAppType,
3304
3472
  )
3305
3473
  from githubkit.versions.v2022_11_28.types import (
3306
3474
  WorkflowRunUsagePropBillablePropWindowsType as WorkflowRunUsagePropBillablePropWindowsType,
@@ -3353,6 +3521,9 @@ if TYPE_CHECKING:
3353
3521
  from githubkit.versions.v2022_11_28.types import (
3354
3522
  RepositoryAdvisoryUpdatePropCreditsItemsType as RepositoryAdvisoryUpdatePropCreditsItemsType,
3355
3523
  )
3524
+ from githubkit.versions.v2022_11_28.types import (
3525
+ RepositoryRuleCodeScanningPropParametersType as RepositoryRuleCodeScanningPropParametersType,
3526
+ )
3356
3527
  from githubkit.versions.v2022_11_28.types import (
3357
3528
  RepositoryWebhooksPropTemplateRepositoryType as RepositoryWebhooksPropTemplateRepositoryType,
3358
3529
  )
@@ -3374,9 +3545,6 @@ if TYPE_CHECKING:
3374
3545
  from githubkit.versions.v2022_11_28.types import (
3375
3546
  WebhookDeploymentProtectionRuleRequestedType as WebhookDeploymentProtectionRuleRequestedType,
3376
3547
  )
3377
- from githubkit.versions.v2022_11_28.types import (
3378
- WebhookDiscussionUnansweredPropOldAnswerType as WebhookDiscussionUnansweredPropOldAnswerType,
3379
- )
3380
3548
  from githubkit.versions.v2022_11_28.types import (
3381
3549
  WebhookIssueCommentEditedPropIssueAllof0Type as WebhookIssueCommentEditedPropIssueAllof0Type,
3382
3550
  )
@@ -3398,77 +3566,35 @@ if TYPE_CHECKING:
3398
3566
  from githubkit.versions.v2022_11_28.types import (
3399
3567
  WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
3400
3568
  )
3401
- from githubkit.versions.v2022_11_28.types import (
3402
- WebhookIssuesPinnedPropIssuePropAssigneeType as WebhookIssuesPinnedPropIssuePropAssigneeType,
3403
- )
3404
- from githubkit.versions.v2022_11_28.types import (
3405
- WebhookIssuesUnassignedPropIssuePropUserType as WebhookIssuesUnassignedPropIssuePropUserType,
3406
- )
3407
- from githubkit.versions.v2022_11_28.types import (
3408
- WebhookMembershipAddedPropTeamPropParentType as WebhookMembershipAddedPropTeamPropParentType,
3409
- )
3410
- from githubkit.versions.v2022_11_28.types import (
3411
- WebhookOrganizationDeletedPropMembershipType as WebhookOrganizationDeletedPropMembershipType,
3412
- )
3413
- from githubkit.versions.v2022_11_28.types import (
3414
- WebhookOrganizationMemberInvitedPropUserType as WebhookOrganizationMemberInvitedPropUserType,
3415
- )
3416
- from githubkit.versions.v2022_11_28.types import (
3417
- WebhookOrganizationRenamedPropMembershipType as WebhookOrganizationRenamedPropMembershipType,
3418
- )
3419
3569
  from githubkit.versions.v2022_11_28.types import (
3420
3570
  WebhookPersonalAccessTokenRequestCreatedType as WebhookPersonalAccessTokenRequestCreatedType,
3421
3571
  )
3422
- from githubkit.versions.v2022_11_28.types import (
3423
- WebhookProjectCardCreatedPropProjectCardType as WebhookProjectCardCreatedPropProjectCardType,
3424
- )
3425
3572
  from githubkit.versions.v2022_11_28.types import (
3426
3573
  WebhookProjectCardDeletedPropProjectCardType as WebhookProjectCardDeletedPropProjectCardType,
3427
3574
  )
3428
- from githubkit.versions.v2022_11_28.types import (
3429
- WebhookProjectsV2ItemArchivedPropChangesType as WebhookProjectsV2ItemArchivedPropChangesType,
3430
- )
3431
- from githubkit.versions.v2022_11_28.types import (
3432
- WebhookProjectsV2ItemRestoredPropChangesType as WebhookProjectsV2ItemRestoredPropChangesType,
3433
- )
3434
3575
  from githubkit.versions.v2022_11_28.types import (
3435
3576
  WebhookPullRequestLabeledPropPullRequestType as WebhookPullRequestLabeledPropPullRequestType,
3436
3577
  )
3437
- from githubkit.versions.v2022_11_28.types import (
3438
- WebhookPullRequestReviewEditedPropReviewType as WebhookPullRequestReviewEditedPropReviewType,
3439
- )
3440
3578
  from githubkit.versions.v2022_11_28.types import (
3441
3579
  WebhookPullRequestReviewThreadUnresolvedType as WebhookPullRequestReviewThreadUnresolvedType,
3442
3580
  )
3443
- from githubkit.versions.v2022_11_28.types import (
3444
- WebhookPullRequestUnassignedPropAssigneeType as WebhookPullRequestUnassignedPropAssigneeType,
3445
- )
3446
3581
  from githubkit.versions.v2022_11_28.types import (
3447
3582
  WebhookPushPropCommitsItemsPropCommitterType as WebhookPushPropCommitsItemsPropCommitterType,
3448
3583
  )
3449
3584
  from githubkit.versions.v2022_11_28.types import (
3450
3585
  WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
3451
3586
  )
3452
- from githubkit.versions.v2022_11_28.types import (
3453
- WebhookSponsorshipCreatedPropSponsorshipType as WebhookSponsorshipCreatedPropSponsorshipType,
3454
- )
3455
- from githubkit.versions.v2022_11_28.types import (
3456
- WebhookSponsorshipTierChangedPropChangesType as WebhookSponsorshipTierChangedPropChangesType,
3457
- )
3458
3587
  from githubkit.versions.v2022_11_28.types import (
3459
3588
  WebhookStatusPropBranchesItemsPropCommitType as WebhookStatusPropBranchesItemsPropCommitType,
3460
3589
  )
3461
3590
  from githubkit.versions.v2022_11_28.types import (
3462
3591
  WebhookTeamEditedPropRepositoryPropOwnerType as WebhookTeamEditedPropRepositoryPropOwnerType,
3463
3592
  )
3464
- from githubkit.versions.v2022_11_28.types import (
3465
- WebhookTeamRemovedFromRepositoryPropTeamType as WebhookTeamRemovedFromRepositoryPropTeamType,
3466
- )
3467
3593
  from githubkit.versions.v2022_11_28.types import (
3468
3594
  WebhookWorkflowJobWaitingPropWorkflowJobType as WebhookWorkflowJobWaitingPropWorkflowJobType,
3469
3595
  )
3470
3596
  from githubkit.versions.v2022_11_28.types import (
3471
- WebhookWorkflowRunInProgressPropWorkflowType as WebhookWorkflowRunInProgressPropWorkflowType,
3597
+ WebhooksPullRequest5PropLinksPropCommitsType as WebhooksPullRequest5PropLinksPropCommitsType,
3472
3598
  )
3473
3599
  from githubkit.versions.v2022_11_28.types import (
3474
3600
  BranchProtectionPropRequiredLinearHistoryType as BranchProtectionPropRequiredLinearHistoryType,
@@ -3536,9 +3662,6 @@ if TYPE_CHECKING:
3536
3662
  from githubkit.versions.v2022_11_28.types import (
3537
3663
  WebhookDiscussionCommentEditedPropChangesType as WebhookDiscussionCommentEditedPropChangesType,
3538
3664
  )
3539
- from githubkit.versions.v2022_11_28.types import (
3540
- WebhookDiscussionCommentEditedPropCommentType as WebhookDiscussionCommentEditedPropCommentType,
3541
- )
3542
3665
  from githubkit.versions.v2022_11_28.types import (
3543
3666
  WebhookInstallationNewPermissionsAcceptedType as WebhookInstallationNewPermissionsAcceptedType,
3544
3667
  )
@@ -3578,15 +3701,6 @@ if TYPE_CHECKING:
3578
3701
  from githubkit.versions.v2022_11_28.types import (
3579
3702
  WebhookIssuesOpenedPropIssuePropReactionsType as WebhookIssuesOpenedPropIssuePropReactionsType,
3580
3703
  )
3581
- from githubkit.versions.v2022_11_28.types import (
3582
- WebhookIssuesPinnedPropIssuePropMilestoneType as WebhookIssuesPinnedPropIssuePropMilestoneType,
3583
- )
3584
- from githubkit.versions.v2022_11_28.types import (
3585
- WebhookIssuesPinnedPropIssuePropReactionsType as WebhookIssuesPinnedPropIssuePropReactionsType,
3586
- )
3587
- from githubkit.versions.v2022_11_28.types import (
3588
- WebhookIssuesTransferredPropIssuePropUserType as WebhookIssuesTransferredPropIssuePropUserType,
3589
- )
3590
3704
  from githubkit.versions.v2022_11_28.types import (
3591
3705
  WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
3592
3706
  )
@@ -3620,9 +3734,6 @@ if TYPE_CHECKING:
3620
3734
  from githubkit.versions.v2022_11_28.types import (
3621
3735
  WebhookPullRequestUnlockedPropPullRequestType as WebhookPullRequestUnlockedPropPullRequestType,
3622
3736
  )
3623
- from githubkit.versions.v2022_11_28.types import (
3624
- WebhookReleaseEditedPropReleasePropAuthorType as WebhookReleaseEditedPropReleasePropAuthorType,
3625
- )
3626
3737
  from githubkit.versions.v2022_11_28.types import (
3627
3738
  WebhookRepositoryRulesetEditedPropChangesType as WebhookRepositoryRulesetEditedPropChangesType,
3628
3739
  )
@@ -3644,6 +3755,12 @@ if TYPE_CHECKING:
3644
3755
  from githubkit.versions.v2022_11_28.types import (
3645
3756
  WebhookTeamDeletedPropRepositoryPropOwnerType as WebhookTeamDeletedPropRepositoryPropOwnerType,
3646
3757
  )
3758
+ from githubkit.versions.v2022_11_28.types import (
3759
+ WebhooksPullRequest5PropLinksPropCommentsType as WebhooksPullRequest5PropLinksPropCommentsType,
3760
+ )
3761
+ from githubkit.versions.v2022_11_28.types import (
3762
+ WebhooksPullRequest5PropLinksPropStatusesType as WebhooksPullRequest5PropLinksPropStatusesType,
3763
+ )
3647
3764
  from githubkit.versions.v2022_11_28.types import (
3648
3765
  AppManifestsCodeConversionsPostResponse201Type as AppManifestsCodeConversionsPostResponse201Type,
3649
3766
  )
@@ -3725,24 +3842,12 @@ if TYPE_CHECKING:
3725
3842
  from githubkit.versions.v2022_11_28.types import (
3726
3843
  WebhookDeploymentStatusCreatedPropCheckRunType as WebhookDeploymentStatusCreatedPropCheckRunType,
3727
3844
  )
3728
- from githubkit.versions.v2022_11_28.types import (
3729
- WebhookDeploymentStatusCreatedPropWorkflowType as WebhookDeploymentStatusCreatedPropWorkflowType,
3730
- )
3731
- from githubkit.versions.v2022_11_28.types import (
3732
- WebhookDiscussionCommentCreatedPropCommentType as WebhookDiscussionCommentCreatedPropCommentType,
3733
- )
3734
- from githubkit.versions.v2022_11_28.types import (
3735
- WebhookDiscussionCommentDeletedPropCommentType as WebhookDiscussionCommentDeletedPropCommentType,
3736
- )
3737
3845
  from githubkit.versions.v2022_11_28.types import (
3738
3846
  WebhookDiscussionEditedPropChangesPropBodyType as WebhookDiscussionEditedPropChangesPropBodyType,
3739
3847
  )
3740
3848
  from githubkit.versions.v2022_11_28.types import (
3741
3849
  WebhookForkPropForkeeAllof0PropPermissionsType as WebhookForkPropForkeeAllof0PropPermissionsType,
3742
3850
  )
3743
- from githubkit.versions.v2022_11_28.types import (
3744
- WebhookIssuesAssignedPropIssuePropAssigneeType as WebhookIssuesAssignedPropIssuePropAssigneeType,
3745
- )
3746
3851
  from githubkit.versions.v2022_11_28.types import (
3747
3852
  WebhookIssuesClosedPropIssueAllof0PropUserType as WebhookIssuesClosedPropIssueAllof0PropUserType,
3748
3853
  )
@@ -3776,12 +3881,6 @@ if TYPE_CHECKING:
3776
3881
  from githubkit.versions.v2022_11_28.types import (
3777
3882
  WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
3778
3883
  )
3779
- from githubkit.versions.v2022_11_28.types import (
3780
- WebhookIssuesUnpinnedPropIssuePropAssigneeType as WebhookIssuesUnpinnedPropIssuePropAssigneeType,
3781
- )
3782
- from githubkit.versions.v2022_11_28.types import (
3783
- WebhookMembershipRemovedPropTeamPropParentType as WebhookMembershipRemovedPropTeamPropParentType,
3784
- )
3785
3884
  from githubkit.versions.v2022_11_28.types import (
3786
3885
  WebhookMilestoneEditedPropChangesPropDueOnType as WebhookMilestoneEditedPropChangesPropDueOnType,
3787
3886
  )
@@ -3791,36 +3890,15 @@ if TYPE_CHECKING:
3791
3890
  from githubkit.versions.v2022_11_28.types import (
3792
3891
  WebhookPersonalAccessTokenRequestCancelledType as WebhookPersonalAccessTokenRequestCancelledType,
3793
3892
  )
3794
- from githubkit.versions.v2022_11_28.types import (
3795
- WebhookProjectCardConvertedPropProjectCardType as WebhookProjectCardConvertedPropProjectCardType,
3796
- )
3797
- from githubkit.versions.v2022_11_28.types import (
3798
- WebhookProjectClosedPropProjectPropCreatorType as WebhookProjectClosedPropProjectPropCreatorType,
3799
- )
3800
- from githubkit.versions.v2022_11_28.types import (
3801
- WebhookProjectColumnMovedPropProjectColumnType as WebhookProjectColumnMovedPropProjectColumnType,
3802
- )
3803
- from githubkit.versions.v2022_11_28.types import (
3804
- WebhookProjectEditedPropProjectPropCreatorType as WebhookProjectEditedPropProjectPropCreatorType,
3805
- )
3806
3893
  from githubkit.versions.v2022_11_28.types import (
3807
3894
  WebhookPullRequestUnlabeledPropPullRequestType as WebhookPullRequestUnlabeledPropPullRequestType,
3808
3895
  )
3809
- from githubkit.versions.v2022_11_28.types import (
3810
- WebhookReleaseCreatedPropReleasePropAuthorType as WebhookReleaseCreatedPropReleasePropAuthorType,
3811
- )
3812
- from githubkit.versions.v2022_11_28.types import (
3813
- WebhookReleaseDeletedPropReleasePropAuthorType as WebhookReleaseDeletedPropReleasePropAuthorType,
3814
- )
3815
3896
  from githubkit.versions.v2022_11_28.types import (
3816
3897
  WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
3817
3898
  )
3818
3899
  from githubkit.versions.v2022_11_28.types import (
3819
3900
  WebhookRepositoryVulnerabilityAlertResolveType as WebhookRepositoryVulnerabilityAlertResolveType,
3820
3901
  )
3821
- from githubkit.versions.v2022_11_28.types import (
3822
- WebhookSponsorshipCancelledPropSponsorshipType as WebhookSponsorshipCancelledPropSponsorshipType,
3823
- )
3824
3902
  from githubkit.versions.v2022_11_28.types import (
3825
3903
  WebhookTeamAddedToRepositoryPropRepositoryType as WebhookTeamAddedToRepositoryPropRepositoryType,
3826
3904
  )
@@ -3839,9 +3917,15 @@ if TYPE_CHECKING:
3839
3917
  from githubkit.versions.v2022_11_28.types import (
3840
3918
  WebhookWorkflowRunRequestedPropWorkflowRunType as WebhookWorkflowRunRequestedPropWorkflowRunType,
3841
3919
  )
3920
+ from githubkit.versions.v2022_11_28.types import (
3921
+ WebhooksReleasePropAssetsItemsPropUploaderType as WebhooksReleasePropAssetsItemsPropUploaderType,
3922
+ )
3842
3923
  from githubkit.versions.v2022_11_28.types import (
3843
3924
  ActionsBillingUsagePropMinutesUsedBreakdownType as ActionsBillingUsagePropMinutesUsedBreakdownType,
3844
3925
  )
3926
+ from githubkit.versions.v2022_11_28.types import (
3927
+ CodeScanningVariantAnalysisSkippedRepoGroupType as CodeScanningVariantAnalysisSkippedRepoGroupType,
3928
+ )
3845
3929
  from githubkit.versions.v2022_11_28.types import (
3846
3930
  DependabotAlertWithRepositoryPropDependencyType as DependabotAlertWithRepositoryPropDependencyType,
3847
3931
  )
@@ -3884,15 +3968,6 @@ if TYPE_CHECKING:
3884
3968
  from githubkit.versions.v2022_11_28.types import (
3885
3969
  WebhookBranchProtectionConfigurationEnabledType as WebhookBranchProtectionConfigurationEnabledType,
3886
3970
  )
3887
- from githubkit.versions.v2022_11_28.types import (
3888
- WebhookDeploymentReviewApprovedPropApproverType as WebhookDeploymentReviewApprovedPropApproverType,
3889
- )
3890
- from githubkit.versions.v2022_11_28.types import (
3891
- WebhookDeploymentReviewRejectedPropApproverType as WebhookDeploymentReviewRejectedPropApproverType,
3892
- )
3893
- from githubkit.versions.v2022_11_28.types import (
3894
- WebhookDiscussionAnsweredPropAnswerPropUserType as WebhookDiscussionAnsweredPropAnswerPropUserType,
3895
- )
3896
3971
  from githubkit.versions.v2022_11_28.types import (
3897
3972
  WebhookDiscussionCategoryChangedPropChangesType as WebhookDiscussionCategoryChangedPropChangesType,
3898
3973
  )
@@ -3905,12 +3980,6 @@ if TYPE_CHECKING:
3905
3980
  from githubkit.versions.v2022_11_28.types import (
3906
3981
  WebhookInstallationTargetRenamedPropChangesType as WebhookInstallationTargetRenamedPropChangesType,
3907
3982
  )
3908
- from githubkit.versions.v2022_11_28.types import (
3909
- WebhookIssuesAssignedPropIssuePropMilestoneType as WebhookIssuesAssignedPropIssuePropMilestoneType,
3910
- )
3911
- from githubkit.versions.v2022_11_28.types import (
3912
- WebhookIssuesAssignedPropIssuePropReactionsType as WebhookIssuesAssignedPropIssuePropReactionsType,
3913
- )
3914
3983
  from githubkit.versions.v2022_11_28.types import (
3915
3984
  WebhookIssuesClosedPropIssueMergedAssigneesType as WebhookIssuesClosedPropIssueMergedAssigneesType,
3916
3985
  )
@@ -3938,33 +4007,18 @@ if TYPE_CHECKING:
3938
4007
  from githubkit.versions.v2022_11_28.types import (
3939
4008
  WebhookIssuesOpenedPropIssuePropPullRequestType as WebhookIssuesOpenedPropIssuePropPullRequestType,
3940
4009
  )
3941
- from githubkit.versions.v2022_11_28.types import (
3942
- WebhookIssuesPinnedPropIssuePropLabelsItemsType as WebhookIssuesPinnedPropIssuePropLabelsItemsType,
3943
- )
3944
- from githubkit.versions.v2022_11_28.types import (
3945
- WebhookIssuesPinnedPropIssuePropPullRequestType as WebhookIssuesPinnedPropIssuePropPullRequestType,
3946
- )
3947
4010
  from githubkit.versions.v2022_11_28.types import (
3948
4011
  WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
3949
4012
  )
3950
4013
  from githubkit.versions.v2022_11_28.types import (
3951
4014
  WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
3952
4015
  )
3953
- from githubkit.versions.v2022_11_28.types import (
3954
- WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
3955
- )
3956
4016
  from githubkit.versions.v2022_11_28.types import (
3957
4017
  WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
3958
4018
  )
3959
4019
  from githubkit.versions.v2022_11_28.types import (
3960
4020
  WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
3961
4021
  )
3962
- from githubkit.versions.v2022_11_28.types import (
3963
- WebhookIssuesUnpinnedPropIssuePropMilestoneType as WebhookIssuesUnpinnedPropIssuePropMilestoneType,
3964
- )
3965
- from githubkit.versions.v2022_11_28.types import (
3966
- WebhookIssuesUnpinnedPropIssuePropReactionsType as WebhookIssuesUnpinnedPropIssuePropReactionsType,
3967
- )
3968
4022
  from githubkit.versions.v2022_11_28.types import (
3969
4023
  WebhookMemberAddedPropChangesPropPermissionType as WebhookMemberAddedPropChangesPropPermissionType,
3970
4024
  )
@@ -3974,36 +4028,18 @@ if TYPE_CHECKING:
3974
4028
  from githubkit.versions.v2022_11_28.types import (
3975
4029
  WebhookProjectCardEditedPropChangesPropNoteType as WebhookProjectCardEditedPropChangesPropNoteType,
3976
4030
  )
3977
- from githubkit.versions.v2022_11_28.types import (
3978
- WebhookProjectColumnEditedPropProjectColumnType as WebhookProjectColumnEditedPropProjectColumnType,
3979
- )
3980
- from githubkit.versions.v2022_11_28.types import (
3981
- WebhookProjectCreatedPropProjectPropCreatorType as WebhookProjectCreatedPropProjectPropCreatorType,
3982
- )
3983
- from githubkit.versions.v2022_11_28.types import (
3984
- WebhookProjectDeletedPropProjectPropCreatorType as WebhookProjectDeletedPropProjectPropCreatorType,
3985
- )
3986
4031
  from githubkit.versions.v2022_11_28.types import (
3987
4032
  WebhookPullRequestEditedPropChangesPropBaseType as WebhookPullRequestEditedPropChangesPropBaseType,
3988
4033
  )
3989
4034
  from githubkit.versions.v2022_11_28.types import (
3990
4035
  WebhookPullRequestEditedPropChangesPropBodyType as WebhookPullRequestEditedPropChangesPropBodyType,
3991
4036
  )
3992
- from githubkit.versions.v2022_11_28.types import (
3993
- WebhookPullRequestMilestonedPropPullRequestType as WebhookPullRequestMilestonedPropPullRequestType,
3994
- )
3995
4037
  from githubkit.versions.v2022_11_28.types import (
3996
4038
  WebhookPullRequestReviewDismissedPropReviewType as WebhookPullRequestReviewDismissedPropReviewType,
3997
4039
  )
3998
- from githubkit.versions.v2022_11_28.types import (
3999
- WebhookPullRequestReviewSubmittedPropReviewType as WebhookPullRequestReviewSubmittedPropReviewType,
4000
- )
4001
4040
  from githubkit.versions.v2022_11_28.types import (
4002
4041
  WebhookPullRequestUnassignedPropPullRequestType as WebhookPullRequestUnassignedPropPullRequestType,
4003
4042
  )
4004
- from githubkit.versions.v2022_11_28.types import (
4005
- WebhookReleaseReleasedPropReleasePropAuthorType as WebhookReleaseReleasedPropReleasePropAuthorType,
4006
- )
4007
4043
  from githubkit.versions.v2022_11_28.types import (
4008
4044
  WebhookStatusPropCommitPropCommitPropAuthorType as WebhookStatusPropCommitPropCommitPropAuthorType,
4009
4045
  )
@@ -4022,6 +4058,18 @@ if TYPE_CHECKING:
4022
4058
  from githubkit.versions.v2022_11_28.types import (
4023
4059
  WebhookWorkflowRunInProgressPropWorkflowRunType as WebhookWorkflowRunInProgressPropWorkflowRunType,
4024
4060
  )
4061
+ from githubkit.versions.v2022_11_28.types import (
4062
+ WebhooksPreviousMarketplacePurchasePropPlanType as WebhooksPreviousMarketplacePurchasePropPlanType,
4063
+ )
4064
+ from githubkit.versions.v2022_11_28.types import (
4065
+ WebhooksPullRequest5PropRequestedTeamsItemsType as WebhooksPullRequest5PropRequestedTeamsItemsType,
4066
+ )
4067
+ from githubkit.versions.v2022_11_28.types import (
4068
+ WebhooksRelease1PropAssetsItemsPropUploaderType as WebhooksRelease1PropAssetsItemsPropUploaderType,
4069
+ )
4070
+ from githubkit.versions.v2022_11_28.types import (
4071
+ WebhooksSecurityAdvisoryPropReferencesItemsType as WebhooksSecurityAdvisoryPropReferencesItemsType,
4072
+ )
4025
4073
  from githubkit.versions.v2022_11_28.types import (
4026
4074
  DependabotAlertSecurityAdvisoryPropCwesItemsType as DependabotAlertSecurityAdvisoryPropCwesItemsType,
4027
4075
  )
@@ -4079,12 +4127,6 @@ if TYPE_CHECKING:
4079
4127
  from githubkit.versions.v2022_11_28.types import (
4080
4128
  WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
4081
4129
  )
4082
- from githubkit.versions.v2022_11_28.types import (
4083
- WebhookIssueCommentEditedPropChangesPropBodyType as WebhookIssueCommentEditedPropChangesPropBodyType,
4084
- )
4085
- from githubkit.versions.v2022_11_28.types import (
4086
- WebhookIssueCommentEditedPropCommentPropUserType as WebhookIssueCommentEditedPropCommentPropUserType,
4087
- )
4088
4130
  from githubkit.versions.v2022_11_28.types import (
4089
4131
  WebhookIssueCommentEditedPropIssueMergedUserType as WebhookIssueCommentEditedPropIssueMergedUserType,
4090
4132
  )
@@ -4103,24 +4145,12 @@ if TYPE_CHECKING:
4103
4145
  from githubkit.versions.v2022_11_28.types import (
4104
4146
  WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
4105
4147
  )
4106
- from githubkit.versions.v2022_11_28.types import (
4107
- WebhookIssuesUnassignedPropIssuePropAssigneeType as WebhookIssuesUnassignedPropIssuePropAssigneeType,
4108
- )
4109
- from githubkit.versions.v2022_11_28.types import (
4110
- WebhookIssuesUnlabeledPropIssuePropMilestoneType as WebhookIssuesUnlabeledPropIssuePropMilestoneType,
4111
- )
4112
- from githubkit.versions.v2022_11_28.types import (
4113
- WebhookIssuesUnlabeledPropIssuePropReactionsType as WebhookIssuesUnlabeledPropIssuePropReactionsType,
4114
- )
4115
4148
  from githubkit.versions.v2022_11_28.types import (
4116
4149
  WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
4117
4150
  )
4118
4151
  from githubkit.versions.v2022_11_28.types import (
4119
4152
  WebhookMemberEditedPropChangesPropPermissionType as WebhookMemberEditedPropChangesPropPermissionType,
4120
4153
  )
4121
- from githubkit.versions.v2022_11_28.types import (
4122
- WebhookOrganizationMemberAddedPropMembershipType as WebhookOrganizationMemberAddedPropMembershipType,
4123
- )
4124
4154
  from githubkit.versions.v2022_11_28.types import (
4125
4155
  WebhookPackageUpdatedPropPackagePropRegistryType as WebhookPackageUpdatedPropPackagePropRegistryType,
4126
4156
  )
@@ -4130,15 +4160,6 @@ if TYPE_CHECKING:
4130
4160
  from githubkit.versions.v2022_11_28.types import (
4131
4161
  WebhookProjectCardMovedPropProjectCardAllof1Type as WebhookProjectCardMovedPropProjectCardAllof1Type,
4132
4162
  )
4133
- from githubkit.versions.v2022_11_28.types import (
4134
- WebhookProjectColumnCreatedPropProjectColumnType as WebhookProjectColumnCreatedPropProjectColumnType,
4135
- )
4136
- from githubkit.versions.v2022_11_28.types import (
4137
- WebhookProjectColumnDeletedPropProjectColumnType as WebhookProjectColumnDeletedPropProjectColumnType,
4138
- )
4139
- from githubkit.versions.v2022_11_28.types import (
4140
- WebhookProjectReopenedPropProjectPropCreatorType as WebhookProjectReopenedPropProjectPropCreatorType,
4141
- )
4142
4163
  from githubkit.versions.v2022_11_28.types import (
4143
4164
  WebhookProjectsV2ItemEditedPropChangesOneof0Type as WebhookProjectsV2ItemEditedPropChangesOneof0Type,
4144
4165
  )
@@ -4157,12 +4178,6 @@ if TYPE_CHECKING:
4157
4178
  from githubkit.versions.v2022_11_28.types import (
4158
4179
  WebhookPullRequestSynchronizePropPullRequestType as WebhookPullRequestSynchronizePropPullRequestType,
4159
4180
  )
4160
- from githubkit.versions.v2022_11_28.types import (
4161
- WebhookReleaseEditedPropReleasePropReactionsType as WebhookReleaseEditedPropReleasePropReactionsType,
4162
- )
4163
- from githubkit.versions.v2022_11_28.types import (
4164
- WebhookReleasePublishedPropReleasePropAuthorType as WebhookReleasePublishedPropReleasePropAuthorType,
4165
- )
4166
4181
  from githubkit.versions.v2022_11_28.types import (
4167
4182
  WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
4168
4183
  )
@@ -4170,7 +4185,10 @@ if TYPE_CHECKING:
4170
4185
  WebhookRubygemsMetadataPropDependenciesItemsType as WebhookRubygemsMetadataPropDependenciesItemsType,
4171
4186
  )
4172
4187
  from githubkit.versions.v2022_11_28.types import (
4173
- WebhookSponsorshipTierChangedPropSponsorshipType as WebhookSponsorshipTierChangedPropSponsorshipType,
4188
+ WebhooksPullRequest5PropMilestonePropCreatorType as WebhooksPullRequest5PropMilestonePropCreatorType,
4189
+ )
4190
+ from githubkit.versions.v2022_11_28.types import (
4191
+ WebhooksSecurityAdvisoryPropIdentifiersItemsType as WebhooksSecurityAdvisoryPropIdentifiersItemsType,
4174
4192
  )
4175
4193
  from githubkit.versions.v2022_11_28.types import (
4176
4194
  BranchRestrictionPolicyPropAppsItemsPropOwnerType as BranchRestrictionPolicyPropAppsItemsPropOwnerType,
@@ -4223,9 +4241,6 @@ if TYPE_CHECKING:
4223
4241
  from githubkit.versions.v2022_11_28.types import (
4224
4242
  WebhookCodeScanningAlertClosedByUserPropAlertType as WebhookCodeScanningAlertClosedByUserPropAlertType,
4225
4243
  )
4226
- from githubkit.versions.v2022_11_28.types import (
4227
- WebhookDeploymentReviewRequestedPropRequestorType as WebhookDeploymentReviewRequestedPropRequestorType,
4228
- )
4229
4244
  from githubkit.versions.v2022_11_28.types import (
4230
4245
  WebhookDeploymentStatusCreatedPropWorkflowRunType as WebhookDeploymentStatusCreatedPropWorkflowRunType,
4231
4246
  )
@@ -4235,18 +4250,9 @@ if TYPE_CHECKING:
4235
4250
  from githubkit.versions.v2022_11_28.types import (
4236
4251
  WebhookIssueCommentCreatedPropIssueMergedUserType as WebhookIssueCommentCreatedPropIssueMergedUserType,
4237
4252
  )
4238
- from githubkit.versions.v2022_11_28.types import (
4239
- WebhookIssueCommentDeletedPropCommentPropUserType as WebhookIssueCommentDeletedPropCommentPropUserType,
4240
- )
4241
4253
  from githubkit.versions.v2022_11_28.types import (
4242
4254
  WebhookIssueCommentDeletedPropIssueMergedUserType as WebhookIssueCommentDeletedPropIssueMergedUserType,
4243
4255
  )
4244
- from githubkit.versions.v2022_11_28.types import (
4245
- WebhookIssuesAssignedPropIssuePropLabelsItemsType as WebhookIssuesAssignedPropIssuePropLabelsItemsType,
4246
- )
4247
- from githubkit.versions.v2022_11_28.types import (
4248
- WebhookIssuesAssignedPropIssuePropPullRequestType as WebhookIssuesAssignedPropIssuePropPullRequestType,
4249
- )
4250
4256
  from githubkit.versions.v2022_11_28.types import (
4251
4257
  WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
4252
4258
  )
@@ -4259,33 +4265,15 @@ if TYPE_CHECKING:
4259
4265
  from githubkit.versions.v2022_11_28.types import (
4260
4266
  WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
4261
4267
  )
4262
- from githubkit.versions.v2022_11_28.types import (
4263
- WebhookIssuesTransferredPropIssuePropAssigneeType as WebhookIssuesTransferredPropIssuePropAssigneeType,
4264
- )
4265
- from githubkit.versions.v2022_11_28.types import (
4266
- WebhookIssuesUnassignedPropIssuePropMilestoneType as WebhookIssuesUnassignedPropIssuePropMilestoneType,
4267
- )
4268
- from githubkit.versions.v2022_11_28.types import (
4269
- WebhookIssuesUnassignedPropIssuePropReactionsType as WebhookIssuesUnassignedPropIssuePropReactionsType,
4270
- )
4271
4268
  from githubkit.versions.v2022_11_28.types import (
4272
4269
  WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
4273
4270
  )
4274
4271
  from githubkit.versions.v2022_11_28.types import (
4275
4272
  WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
4276
4273
  )
4277
- from githubkit.versions.v2022_11_28.types import (
4278
- WebhookIssuesUnpinnedPropIssuePropLabelsItemsType as WebhookIssuesUnpinnedPropIssuePropLabelsItemsType,
4279
- )
4280
- from githubkit.versions.v2022_11_28.types import (
4281
- WebhookIssuesUnpinnedPropIssuePropPullRequestType as WebhookIssuesUnpinnedPropIssuePropPullRequestType,
4282
- )
4283
4274
  from githubkit.versions.v2022_11_28.types import (
4284
4275
  WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
4285
4276
  )
4286
- from githubkit.versions.v2022_11_28.types import (
4287
- WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
4288
- )
4289
4277
  from githubkit.versions.v2022_11_28.types import (
4290
4278
  WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
4291
4279
  )
@@ -4293,16 +4281,19 @@ if TYPE_CHECKING:
4293
4281
  WebhookPushPropRepositoryPropCustomPropertiesType as WebhookPushPropRepositoryPropCustomPropertiesType,
4294
4282
  )
4295
4283
  from githubkit.versions.v2022_11_28.types import (
4296
- WebhookReleaseCreatedPropReleasePropReactionsType as WebhookReleaseCreatedPropReleasePropReactionsType,
4284
+ WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
4285
+ )
4286
+ from githubkit.versions.v2022_11_28.types import (
4287
+ WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
4297
4288
  )
4298
4289
  from githubkit.versions.v2022_11_28.types import (
4299
- WebhookReleaseDeletedPropReleasePropReactionsType as WebhookReleaseDeletedPropReleasePropReactionsType,
4290
+ WebhooksPullRequest5PropBasePropRepoPropOwnerType as WebhooksPullRequest5PropBasePropRepoPropOwnerType,
4300
4291
  )
4301
4292
  from githubkit.versions.v2022_11_28.types import (
4302
- WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
4293
+ WebhooksPullRequest5PropHeadPropRepoPropOwnerType as WebhooksPullRequest5PropHeadPropRepoPropOwnerType,
4303
4294
  )
4304
4295
  from githubkit.versions.v2022_11_28.types import (
4305
- WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
4296
+ WebhooksReviewCommentPropLinksPropPullRequestType as WebhooksReviewCommentPropLinksPropPullRequestType,
4306
4297
  )
4307
4298
  from githubkit.versions.v2022_11_28.types import (
4308
4299
  OrgsOrgActionsRunnersGenerateJitconfigPostBodyType as OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
@@ -4391,36 +4382,9 @@ if TYPE_CHECKING:
4391
4382
  from githubkit.versions.v2022_11_28.types import (
4392
4383
  WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
4393
4384
  )
4394
- from githubkit.versions.v2022_11_28.types import (
4395
- WebhookIssuesPinnedPropIssuePropAssigneesItemsType as WebhookIssuesPinnedPropIssuePropAssigneesItemsType,
4396
- )
4397
- from githubkit.versions.v2022_11_28.types import (
4398
- WebhookIssuesTransferredPropIssuePropMilestoneType as WebhookIssuesTransferredPropIssuePropMilestoneType,
4399
- )
4400
- from githubkit.versions.v2022_11_28.types import (
4401
- WebhookIssuesTransferredPropIssuePropReactionsType as WebhookIssuesTransferredPropIssuePropReactionsType,
4402
- )
4403
- from githubkit.versions.v2022_11_28.types import (
4404
- WebhookIssuesUnlabeledPropIssuePropLabelsItemsType as WebhookIssuesUnlabeledPropIssuePropLabelsItemsType,
4405
- )
4406
- from githubkit.versions.v2022_11_28.types import (
4407
- WebhookIssuesUnlabeledPropIssuePropPullRequestType as WebhookIssuesUnlabeledPropIssuePropPullRequestType,
4408
- )
4409
- from githubkit.versions.v2022_11_28.types import (
4410
- WebhookMilestoneClosedPropMilestonePropCreatorType as WebhookMilestoneClosedPropMilestonePropCreatorType,
4411
- )
4412
- from githubkit.versions.v2022_11_28.types import (
4413
- WebhookMilestoneEditedPropMilestonePropCreatorType as WebhookMilestoneEditedPropMilestonePropCreatorType,
4414
- )
4415
- from githubkit.versions.v2022_11_28.types import (
4416
- WebhookMilestoneOpenedPropMilestonePropCreatorType as WebhookMilestoneOpenedPropMilestonePropCreatorType,
4417
- )
4418
4385
  from githubkit.versions.v2022_11_28.types import (
4419
4386
  WebhookOrganizationMemberInvitedPropInvitationType as WebhookOrganizationMemberInvitedPropInvitationType,
4420
4387
  )
4421
- from githubkit.versions.v2022_11_28.types import (
4422
- WebhookOrganizationMemberRemovedPropMembershipType as WebhookOrganizationMemberRemovedPropMembershipType,
4423
- )
4424
4388
  from githubkit.versions.v2022_11_28.types import (
4425
4389
  WebhookOrganizationRenamedPropChangesPropLoginType as WebhookOrganizationRenamedPropChangesPropLoginType,
4426
4390
  )
@@ -4433,35 +4397,29 @@ if TYPE_CHECKING:
4433
4397
  from githubkit.versions.v2022_11_28.types import (
4434
4398
  WebhookProjectCardMovedPropChangesPropColumnIdType as WebhookProjectCardMovedPropChangesPropColumnIdType,
4435
4399
  )
4436
- from githubkit.versions.v2022_11_28.types import (
4437
- WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
4438
- )
4439
4400
  from githubkit.versions.v2022_11_28.types import (
4440
4401
  WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
4441
4402
  )
4442
4403
  from githubkit.versions.v2022_11_28.types import (
4443
- WebhookReleaseReleasedPropReleasePropReactionsType as WebhookReleaseReleasedPropReleasePropReactionsType,
4444
- )
4445
- from githubkit.versions.v2022_11_28.types import (
4446
- WebhookReleaseUnpublishedPropReleasePropAuthorType as WebhookReleaseUnpublishedPropReleasePropAuthorType,
4404
+ WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
4447
4405
  )
4448
4406
  from githubkit.versions.v2022_11_28.types import (
4449
- WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
4407
+ WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
4450
4408
  )
4451
4409
  from githubkit.versions.v2022_11_28.types import (
4452
- WebhookSponsorshipPendingTierChangePropChangesType as WebhookSponsorshipPendingTierChangePropChangesType,
4410
+ WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
4453
4411
  )
4454
4412
  from githubkit.versions.v2022_11_28.types import (
4455
- WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
4413
+ WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
4456
4414
  )
4457
4415
  from githubkit.versions.v2022_11_28.types import (
4458
- WebhookTeamAddedToRepositoryPropTeamPropParentType as WebhookTeamAddedToRepositoryPropTeamPropParentType,
4416
+ WebhooksPreviousMarketplacePurchasePropAccountType as WebhooksPreviousMarketplacePurchasePropAccountType,
4459
4417
  )
4460
4418
  from githubkit.versions.v2022_11_28.types import (
4461
- WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
4419
+ WebhooksPullRequest5PropAutoMergePropEnabledByType as WebhooksPullRequest5PropAutoMergePropEnabledByType,
4462
4420
  )
4463
4421
  from githubkit.versions.v2022_11_28.types import (
4464
- WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
4422
+ WebhooksPullRequest5PropLinksPropReviewCommentType as WebhooksPullRequest5PropLinksPropReviewCommentType,
4465
4423
  )
4466
4424
  from githubkit.versions.v2022_11_28.types import (
4467
4425
  DependencyGraphSpdxSbomPropSbomPropCreationInfoType as DependencyGraphSpdxSbomPropSbomPropCreationInfoType,
@@ -4514,18 +4472,6 @@ if TYPE_CHECKING:
4514
4472
  from githubkit.versions.v2022_11_28.types import (
4515
4473
  WebhookDeploymentReviewRequestedPropWorkflowRunType as WebhookDeploymentReviewRequestedPropWorkflowRunType,
4516
4474
  )
4517
- from githubkit.versions.v2022_11_28.types import (
4518
- WebhookForkPropForkeeAllof0PropCustomPropertiesType as WebhookForkPropForkeeAllof0PropCustomPropertiesType,
4519
- )
4520
- from githubkit.versions.v2022_11_28.types import (
4521
- WebhookInstallationCreatedPropRepositoriesItemsType as WebhookInstallationCreatedPropRepositoriesItemsType,
4522
- )
4523
- from githubkit.versions.v2022_11_28.types import (
4524
- WebhookInstallationDeletedPropRepositoriesItemsType as WebhookInstallationDeletedPropRepositoriesItemsType,
4525
- )
4526
- from githubkit.versions.v2022_11_28.types import (
4527
- WebhookInstallationSuspendPropRepositoriesItemsType as WebhookInstallationSuspendPropRepositoriesItemsType,
4528
- )
4529
4475
  from githubkit.versions.v2022_11_28.types import (
4530
4476
  WebhookIssuesClosedPropIssueAllof0PropMilestoneType as WebhookIssuesClosedPropIssueAllof0PropMilestoneType,
4531
4477
  )
@@ -4557,28 +4503,13 @@ if TYPE_CHECKING:
4557
4503
  WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
4558
4504
  )
4559
4505
  from githubkit.versions.v2022_11_28.types import (
4560
- WebhookIssuesMilestonedPropMilestonePropCreatorType as WebhookIssuesMilestonedPropMilestonePropCreatorType,
4561
- )
4562
- from githubkit.versions.v2022_11_28.types import (
4563
- WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
4564
- )
4565
- from githubkit.versions.v2022_11_28.types import (
4566
- WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
4567
- )
4568
- from githubkit.versions.v2022_11_28.types import (
4569
- WebhookIssuesUnassignedPropIssuePropLabelsItemsType as WebhookIssuesUnassignedPropIssuePropLabelsItemsType,
4570
- )
4571
- from githubkit.versions.v2022_11_28.types import (
4572
- WebhookIssuesUnassignedPropIssuePropPullRequestType as WebhookIssuesUnassignedPropIssuePropPullRequestType,
4573
- )
4574
- from githubkit.versions.v2022_11_28.types import (
4575
- WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
4506
+ WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
4576
4507
  )
4577
4508
  from githubkit.versions.v2022_11_28.types import (
4578
- WebhookMilestoneCreatedPropMilestonePropCreatorType as WebhookMilestoneCreatedPropMilestonePropCreatorType,
4509
+ WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
4579
4510
  )
4580
4511
  from githubkit.versions.v2022_11_28.types import (
4581
- WebhookMilestoneDeletedPropMilestonePropCreatorType as WebhookMilestoneDeletedPropMilestonePropCreatorType,
4512
+ WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
4582
4513
  )
4583
4514
  from githubkit.versions.v2022_11_28.types import (
4584
4515
  WebhookPullRequestLockedPropPullRequestPropBaseType as WebhookPullRequestLockedPropPullRequestPropBaseType,
@@ -4590,22 +4521,22 @@ if TYPE_CHECKING:
4590
4521
  WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
4591
4522
  )
4592
4523
  from githubkit.versions.v2022_11_28.types import (
4593
- WebhookReleaseCreatedPropReleasePropAssetsItemsType as WebhookReleaseCreatedPropReleasePropAssetsItemsType,
4524
+ WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
4594
4525
  )
4595
4526
  from githubkit.versions.v2022_11_28.types import (
4596
- WebhookReleaseDeletedPropReleasePropAssetsItemsType as WebhookReleaseDeletedPropReleasePropAssetsItemsType,
4527
+ WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
4597
4528
  )
4598
4529
  from githubkit.versions.v2022_11_28.types import (
4599
- WebhookReleasePublishedPropReleasePropReactionsType as WebhookReleasePublishedPropReleasePropReactionsType,
4530
+ WebhooksIssuePropPerformedViaGithubAppPropOwnerType as WebhooksIssuePropPerformedViaGithubAppPropOwnerType,
4600
4531
  )
4601
4532
  from githubkit.versions.v2022_11_28.types import (
4602
- WebhookSponsorshipEditedPropSponsorshipPropTierType as WebhookSponsorshipEditedPropSponsorshipPropTierType,
4533
+ WebhooksPullRequest5PropBasePropRepoPropLicenseType as WebhooksPullRequest5PropBasePropRepoPropLicenseType,
4603
4534
  )
4604
4535
  from githubkit.versions.v2022_11_28.types import (
4605
- WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
4536
+ WebhooksPullRequest5PropHeadPropRepoPropLicenseType as WebhooksPullRequest5PropHeadPropRepoPropLicenseType,
4606
4537
  )
4607
4538
  from githubkit.versions.v2022_11_28.types import (
4608
- WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
4539
+ WebhooksPullRequest5PropLinksPropReviewCommentsType as WebhooksPullRequest5PropLinksPropReviewCommentsType,
4609
4540
  )
4610
4541
  from githubkit.versions.v2022_11_28.types import (
4611
4542
  AppManifestsCodeConversionsPostResponse201Allof1Type as AppManifestsCodeConversionsPostResponse201Allof1Type,
@@ -4691,48 +4622,24 @@ if TYPE_CHECKING:
4691
4622
  from githubkit.versions.v2022_11_28.types import (
4692
4623
  WebhookDeploymentCreatedPropWorkflowRunPropActorType as WebhookDeploymentCreatedPropWorkflowRunPropActorType,
4693
4624
  )
4694
- from githubkit.versions.v2022_11_28.types import (
4695
- WebhookDiscussionAnsweredPropAnswerPropReactionsType as WebhookDiscussionAnsweredPropAnswerPropReactionsType,
4696
- )
4697
- from githubkit.versions.v2022_11_28.types import (
4698
- WebhookDiscussionUnansweredPropOldAnswerPropUserType as WebhookDiscussionUnansweredPropOldAnswerPropUserType,
4699
- )
4700
4625
  from githubkit.versions.v2022_11_28.types import (
4701
4626
  WebhookIssueCommentEditedPropIssueAllof0PropUserType as WebhookIssueCommentEditedPropIssueAllof0PropUserType,
4702
4627
  )
4703
4628
  from githubkit.versions.v2022_11_28.types import (
4704
4629
  WebhookIssueCommentEditedPropIssueAllof1PropUserType as WebhookIssueCommentEditedPropIssueAllof1PropUserType,
4705
4630
  )
4706
- from githubkit.versions.v2022_11_28.types import (
4707
- WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
4708
- )
4709
4631
  from githubkit.versions.v2022_11_28.types import (
4710
4632
  WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
4711
4633
  )
4712
- from githubkit.versions.v2022_11_28.types import (
4713
- WebhookIssuesTransferredPropIssuePropLabelsItemsType as WebhookIssuesTransferredPropIssuePropLabelsItemsType,
4714
- )
4715
- from githubkit.versions.v2022_11_28.types import (
4716
- WebhookIssuesTransferredPropIssuePropPullRequestType as WebhookIssuesTransferredPropIssuePropPullRequestType,
4717
- )
4718
4634
  from githubkit.versions.v2022_11_28.types import (
4719
4635
  WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
4720
4636
  )
4721
- from githubkit.versions.v2022_11_28.types import (
4722
- WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
4723
- )
4724
4637
  from githubkit.versions.v2022_11_28.types import (
4725
4638
  WebhookMarketplacePurchasePendingChangeCancelledType as WebhookMarketplacePurchasePendingChangeCancelledType,
4726
4639
  )
4727
4640
  from githubkit.versions.v2022_11_28.types import (
4728
4641
  WebhookMilestoneEditedPropChangesPropDescriptionType as WebhookMilestoneEditedPropChangesPropDescriptionType,
4729
4642
  )
4730
- from githubkit.versions.v2022_11_28.types import (
4731
- WebhookOrganizationDeletedPropMembershipPropUserType as WebhookOrganizationDeletedPropMembershipPropUserType,
4732
- )
4733
- from githubkit.versions.v2022_11_28.types import (
4734
- WebhookOrganizationRenamedPropMembershipPropUserType as WebhookOrganizationRenamedPropMembershipPropUserType,
4735
- )
4736
4643
  from githubkit.versions.v2022_11_28.types import (
4737
4644
  WebhookPullRequestLabeledPropPullRequestPropBaseType as WebhookPullRequestLabeledPropPullRequestPropBaseType,
4738
4645
  )
@@ -4745,18 +4652,9 @@ if TYPE_CHECKING:
4745
4652
  from githubkit.versions.v2022_11_28.types import (
4746
4653
  WebhookPullRequestLockedPropPullRequestPropLinksType as WebhookPullRequestLockedPropPullRequestPropLinksType,
4747
4654
  )
4748
- from githubkit.versions.v2022_11_28.types import (
4749
- WebhookPullRequestReviewCommentEditedPropChangesType as WebhookPullRequestReviewCommentEditedPropChangesType,
4750
- )
4751
- from githubkit.versions.v2022_11_28.types import (
4752
- WebhookPullRequestReviewCommentEditedPropCommentType as WebhookPullRequestReviewCommentEditedPropCommentType,
4753
- )
4754
4655
  from githubkit.versions.v2022_11_28.types import (
4755
4656
  WebhookPullRequestReviewDismissedPropPullRequestType as WebhookPullRequestReviewDismissedPropPullRequestType,
4756
4657
  )
4757
- from githubkit.versions.v2022_11_28.types import (
4758
- WebhookPullRequestReviewEditedPropReviewPropUserType as WebhookPullRequestReviewEditedPropReviewPropUserType,
4759
- )
4760
4658
  from githubkit.versions.v2022_11_28.types import (
4761
4659
  WebhookPullRequestReviewSubmittedPropPullRequestType as WebhookPullRequestReviewSubmittedPropPullRequestType,
4762
4660
  )
@@ -4766,9 +4664,6 @@ if TYPE_CHECKING:
4766
4664
  from githubkit.versions.v2022_11_28.types import (
4767
4665
  WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
4768
4666
  )
4769
- from githubkit.versions.v2022_11_28.types import (
4770
- WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
4771
- )
4772
4667
  from githubkit.versions.v2022_11_28.types import (
4773
4668
  WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
4774
4669
  )
@@ -4776,16 +4671,16 @@ if TYPE_CHECKING:
4776
4671
  WebhookRepositoryTransferredPropChangesPropOwnerType as WebhookRepositoryTransferredPropChangesPropOwnerType,
4777
4672
  )
4778
4673
  from githubkit.versions.v2022_11_28.types import (
4779
- WebhookSponsorshipCreatedPropSponsorshipPropTierType as WebhookSponsorshipCreatedPropSponsorshipPropTierType,
4674
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
4780
4675
  )
4781
4676
  from githubkit.versions.v2022_11_28.types import (
4782
- WebhookSponsorshipTierChangedPropChangesPropTierType as WebhookSponsorshipTierChangedPropChangesPropTierType,
4677
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
4783
4678
  )
4784
4679
  from githubkit.versions.v2022_11_28.types import (
4785
- WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
4680
+ WebhooksIssue2PropPerformedViaGithubAppPropOwnerType as WebhooksIssue2PropPerformedViaGithubAppPropOwnerType,
4786
4681
  )
4787
4682
  from githubkit.versions.v2022_11_28.types import (
4788
- WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
4683
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType,
4789
4684
  )
4790
4685
  from githubkit.versions.v2022_11_28.types import (
4791
4686
  CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
@@ -4856,30 +4751,9 @@ if TYPE_CHECKING:
4856
4751
  from githubkit.versions.v2022_11_28.types import (
4857
4752
  WebhookDeploymentCreatedPropDeploymentPropCreatorType as WebhookDeploymentCreatedPropDeploymentPropCreatorType,
4858
4753
  )
4859
- from githubkit.versions.v2022_11_28.types import (
4860
- WebhookDeploymentReviewApprovedPropReviewersItemsType as WebhookDeploymentReviewApprovedPropReviewersItemsType,
4861
- )
4862
- from githubkit.versions.v2022_11_28.types import (
4863
- WebhookDeploymentReviewApprovedPropWorkflowJobRunType as WebhookDeploymentReviewApprovedPropWorkflowJobRunType,
4864
- )
4865
- from githubkit.versions.v2022_11_28.types import (
4866
- WebhookDeploymentReviewRejectedPropReviewersItemsType as WebhookDeploymentReviewRejectedPropReviewersItemsType,
4867
- )
4868
- from githubkit.versions.v2022_11_28.types import (
4869
- WebhookDeploymentReviewRejectedPropWorkflowJobRunType as WebhookDeploymentReviewRejectedPropWorkflowJobRunType,
4870
- )
4871
4754
  from githubkit.versions.v2022_11_28.types import (
4872
4755
  WebhookDiscussionCommentEditedPropChangesPropBodyType as WebhookDiscussionCommentEditedPropChangesPropBodyType,
4873
4756
  )
4874
- from githubkit.versions.v2022_11_28.types import (
4875
- WebhookDiscussionCommentEditedPropCommentPropUserType as WebhookDiscussionCommentEditedPropCommentPropUserType,
4876
- )
4877
- from githubkit.versions.v2022_11_28.types import (
4878
- WebhookInstallationRepositoriesAddedPropRequesterType as WebhookInstallationRepositoriesAddedPropRequesterType,
4879
- )
4880
- from githubkit.versions.v2022_11_28.types import (
4881
- WebhookInstallationUnsuspendPropRepositoriesItemsType as WebhookInstallationUnsuspendPropRepositoriesItemsType,
4882
- )
4883
4757
  from githubkit.versions.v2022_11_28.types import (
4884
4758
  WebhookIssueCommentCreatedPropIssueAllof0PropUserType as WebhookIssueCommentCreatedPropIssueAllof0PropUserType,
4885
4759
  )
@@ -4892,9 +4766,6 @@ if TYPE_CHECKING:
4892
4766
  from githubkit.versions.v2022_11_28.types import (
4893
4767
  WebhookIssueCommentDeletedPropIssueAllof1PropUserType as WebhookIssueCommentDeletedPropIssueAllof1PropUserType,
4894
4768
  )
4895
- from githubkit.versions.v2022_11_28.types import (
4896
- WebhookIssueCommentEditedPropCommentPropReactionsType as WebhookIssueCommentEditedPropCommentPropReactionsType,
4897
- )
4898
4769
  from githubkit.versions.v2022_11_28.types import (
4899
4770
  WebhookIssueCommentEditedPropIssueMergedAssigneesType as WebhookIssueCommentEditedPropIssueMergedAssigneesType,
4900
4771
  )
@@ -4919,12 +4790,6 @@ if TYPE_CHECKING:
4919
4790
  from githubkit.versions.v2022_11_28.types import (
4920
4791
  WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
4921
4792
  )
4922
- from githubkit.versions.v2022_11_28.types import (
4923
- WebhookIssuesDemilestonedPropMilestonePropCreatorType as WebhookIssuesDemilestonedPropMilestonePropCreatorType,
4924
- )
4925
- from githubkit.versions.v2022_11_28.types import (
4926
- WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType as WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType,
4927
- )
4928
4793
  from githubkit.versions.v2022_11_28.types import (
4929
4794
  WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
4930
4795
  )
@@ -4961,15 +4826,9 @@ if TYPE_CHECKING:
4961
4826
  from githubkit.versions.v2022_11_28.types import (
4962
4827
  WebhookPullRequestReviewCommentCreatedPropCommentType as WebhookPullRequestReviewCommentCreatedPropCommentType,
4963
4828
  )
4964
- from githubkit.versions.v2022_11_28.types import (
4965
- WebhookPullRequestReviewCommentDeletedPropCommentType as WebhookPullRequestReviewCommentDeletedPropCommentType,
4966
- )
4967
4829
  from githubkit.versions.v2022_11_28.types import (
4968
4830
  WebhookPullRequestReviewEditedPropChangesPropBodyType as WebhookPullRequestReviewEditedPropChangesPropBodyType,
4969
4831
  )
4970
- from githubkit.versions.v2022_11_28.types import (
4971
- WebhookPullRequestReviewEditedPropReviewPropLinksType as WebhookPullRequestReviewEditedPropReviewPropLinksType,
4972
- )
4973
4832
  from githubkit.versions.v2022_11_28.types import (
4974
4833
  WebhookPullRequestUnlockedPropPullRequestPropBaseType as WebhookPullRequestUnlockedPropPullRequestPropBaseType,
4975
4834
  )
@@ -4982,12 +4841,6 @@ if TYPE_CHECKING:
4982
4841
  from githubkit.versions.v2022_11_28.types import (
4983
4842
  WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
4984
4843
  )
4985
- from githubkit.versions.v2022_11_28.types import (
4986
- WebhookReleasePublishedPropReleasePropAssetsItemsType as WebhookReleasePublishedPropReleasePropAssetsItemsType,
4987
- )
4988
- from githubkit.versions.v2022_11_28.types import (
4989
- WebhookReleaseUnpublishedPropReleasePropReactionsType as WebhookReleaseUnpublishedPropReleasePropReactionsType,
4990
- )
4991
4844
  from githubkit.versions.v2022_11_28.types import (
4992
4845
  WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
4993
4846
  )
@@ -5021,6 +4874,9 @@ if TYPE_CHECKING:
5021
4874
  from githubkit.versions.v2022_11_28.types import (
5022
4875
  BranchProtectionPropRequiredConversationResolutionType as BranchProtectionPropRequiredConversationResolutionType,
5023
4876
  )
4877
+ from githubkit.versions.v2022_11_28.types import (
4878
+ CodeScanningVariantAnalysisPropSkippedRepositoriesType as CodeScanningVariantAnalysisPropSkippedRepositoriesType,
4879
+ )
5024
4880
  from githubkit.versions.v2022_11_28.types import (
5025
4881
  DependabotAlertSecurityAdvisoryPropReferencesItemsType as DependabotAlertSecurityAdvisoryPropReferencesItemsType,
5026
4882
  )
@@ -5063,12 +4919,6 @@ if TYPE_CHECKING:
5063
4919
  from githubkit.versions.v2022_11_28.types import (
5064
4920
  WebhookDeploymentStatusCreatedPropDeploymentStatusType as WebhookDeploymentStatusCreatedPropDeploymentStatusType,
5065
4921
  )
5066
- from githubkit.versions.v2022_11_28.types import (
5067
- WebhookDiscussionCommentCreatedPropCommentPropUserType as WebhookDiscussionCommentCreatedPropCommentPropUserType,
5068
- )
5069
- from githubkit.versions.v2022_11_28.types import (
5070
- WebhookDiscussionCommentDeletedPropCommentPropUserType as WebhookDiscussionCommentDeletedPropCommentPropUserType,
5071
- )
5072
4922
  from githubkit.versions.v2022_11_28.types import (
5073
4923
  WebhookIssueCommentCreatedPropCommentPropReactionsType as WebhookIssueCommentCreatedPropCommentPropReactionsType,
5074
4924
  )
@@ -5081,9 +4931,6 @@ if TYPE_CHECKING:
5081
4931
  from githubkit.versions.v2022_11_28.types import (
5082
4932
  WebhookIssueCommentCreatedPropIssueMergedReactionsType as WebhookIssueCommentCreatedPropIssueMergedReactionsType,
5083
4933
  )
5084
- from githubkit.versions.v2022_11_28.types import (
5085
- WebhookIssueCommentDeletedPropCommentPropReactionsType as WebhookIssueCommentDeletedPropCommentPropReactionsType,
5086
- )
5087
4934
  from githubkit.versions.v2022_11_28.types import (
5088
4935
  WebhookIssueCommentDeletedPropIssueMergedAssigneesType as WebhookIssueCommentDeletedPropIssueMergedAssigneesType,
5089
4936
  )
@@ -5099,15 +4946,9 @@ if TYPE_CHECKING:
5099
4946
  from githubkit.versions.v2022_11_28.types import (
5100
4947
  WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
5101
4948
  )
5102
- from githubkit.versions.v2022_11_28.types import (
5103
- WebhookIssuesUnassignedPropIssuePropAssigneesItemsType as WebhookIssuesUnassignedPropIssuePropAssigneesItemsType,
5104
- )
5105
4949
  from githubkit.versions.v2022_11_28.types import (
5106
4950
  WebhookPackageUpdatedPropPackagePropPackageVersionType as WebhookPackageUpdatedPropPackagePropPackageVersionType,
5107
4951
  )
5108
- from githubkit.versions.v2022_11_28.types import (
5109
- WebhookProjectCardEditedPropProjectCardPropCreatorType as WebhookProjectCardEditedPropProjectCardPropCreatorType,
5110
- )
5111
4952
  from githubkit.versions.v2022_11_28.types import (
5112
4953
  WebhookProjectsV2ProjectEditedPropChangesPropTitleType as WebhookProjectsV2ProjectEditedPropChangesPropTitleType,
5113
4954
  )
@@ -5150,27 +4991,6 @@ if TYPE_CHECKING:
5150
4991
  from githubkit.versions.v2022_11_28.types import (
5151
4992
  WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
5152
4993
  )
5153
- from githubkit.versions.v2022_11_28.types import (
5154
- WebhookRepositoryVulnerabilityAlertCreatePropAlertType as WebhookRepositoryVulnerabilityAlertCreatePropAlertType,
5155
- )
5156
- from githubkit.versions.v2022_11_28.types import (
5157
- WebhookRepositoryVulnerabilityAlertReopenPropAlertType as WebhookRepositoryVulnerabilityAlertReopenPropAlertType,
5158
- )
5159
- from githubkit.versions.v2022_11_28.types import (
5160
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType,
5161
- )
5162
- from githubkit.versions.v2022_11_28.types import (
5163
- WebhookSponsorshipCancelledPropSponsorshipPropTierType as WebhookSponsorshipCancelledPropSponsorshipPropTierType,
5164
- )
5165
- from githubkit.versions.v2022_11_28.types import (
5166
- WebhookSponsorshipEditedPropSponsorshipPropSponsorType as WebhookSponsorshipEditedPropSponsorshipPropSponsorType,
5167
- )
5168
- from githubkit.versions.v2022_11_28.types import (
5169
- WebhookSponsorshipPendingTierChangePropSponsorshipType as WebhookSponsorshipPendingTierChangePropSponsorshipType,
5170
- )
5171
- from githubkit.versions.v2022_11_28.types import (
5172
- WebhookTeamRemovedFromRepositoryPropTeamPropParentType as WebhookTeamRemovedFromRepositoryPropTeamPropParentType,
5173
- )
5174
4994
  from githubkit.versions.v2022_11_28.types import (
5175
4995
  BranchRestrictionPolicyPropAppsItemsPropPermissionsType as BranchRestrictionPolicyPropAppsItemsPropPermissionsType,
5176
4996
  )
@@ -5213,18 +5033,9 @@ if TYPE_CHECKING:
5213
5033
  from githubkit.versions.v2022_11_28.types import (
5214
5034
  WebhookCommitCommentCreatedPropCommentPropReactionsType as WebhookCommitCommentCreatedPropCommentPropReactionsType,
5215
5035
  )
5216
- from githubkit.versions.v2022_11_28.types import (
5217
- WebhookInstallationRepositoriesRemovedPropRequesterType as WebhookInstallationRepositoriesRemovedPropRequesterType,
5218
- )
5219
5036
  from githubkit.versions.v2022_11_28.types import (
5220
5037
  WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
5221
5038
  )
5222
- from githubkit.versions.v2022_11_28.types import (
5223
- WebhookIssuesTransferredPropIssuePropAssigneesItemsType as WebhookIssuesTransferredPropIssuePropAssigneesItemsType,
5224
- )
5225
- from githubkit.versions.v2022_11_28.types import (
5226
- WebhookProjectCardCreatedPropProjectCardPropCreatorType as WebhookProjectCardCreatedPropProjectCardPropCreatorType,
5227
- )
5228
5039
  from githubkit.versions.v2022_11_28.types import (
5229
5040
  WebhookProjectCardDeletedPropProjectCardPropCreatorType as WebhookProjectCardDeletedPropProjectCardPropCreatorType,
5230
5041
  )
@@ -5240,21 +5051,9 @@ if TYPE_CHECKING:
5240
5051
  from githubkit.versions.v2022_11_28.types import (
5241
5052
  WebhookPullRequestLockedPropPullRequestPropMergedByType as WebhookPullRequestLockedPropPullRequestPropMergedByType,
5242
5053
  )
5243
- from githubkit.versions.v2022_11_28.types import (
5244
- WebhookPullRequestMilestonedPropPullRequestPropBaseType as WebhookPullRequestMilestonedPropPullRequestPropBaseType,
5245
- )
5246
- from githubkit.versions.v2022_11_28.types import (
5247
- WebhookPullRequestMilestonedPropPullRequestPropHeadType as WebhookPullRequestMilestonedPropPullRequestPropHeadType,
5248
- )
5249
- from githubkit.versions.v2022_11_28.types import (
5250
- WebhookPullRequestMilestonedPropPullRequestPropUserType as WebhookPullRequestMilestonedPropPullRequestPropUserType,
5251
- )
5252
5054
  from githubkit.versions.v2022_11_28.types import (
5253
5055
  WebhookPullRequestReviewDismissedPropReviewPropUserType as WebhookPullRequestReviewDismissedPropReviewPropUserType,
5254
5056
  )
5255
- from githubkit.versions.v2022_11_28.types import (
5256
- WebhookPullRequestReviewSubmittedPropReviewPropUserType as WebhookPullRequestReviewSubmittedPropReviewPropUserType,
5257
- )
5258
5057
  from githubkit.versions.v2022_11_28.types import (
5259
5058
  WebhookPullRequestUnassignedPropPullRequestPropBaseType as WebhookPullRequestUnassignedPropPullRequestPropBaseType,
5260
5059
  )
@@ -5270,9 +5069,6 @@ if TYPE_CHECKING:
5270
5069
  from githubkit.versions.v2022_11_28.types import (
5271
5070
  WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
5272
5071
  )
5273
- from githubkit.versions.v2022_11_28.types import (
5274
- WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
5275
- )
5276
5072
  from githubkit.versions.v2022_11_28.types import (
5277
5073
  WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
5278
5074
  )
@@ -5282,9 +5078,6 @@ if TYPE_CHECKING:
5282
5078
  from githubkit.versions.v2022_11_28.types import (
5283
5079
  WebhookRepositoryVulnerabilityAlertResolvePropAlertType as WebhookRepositoryVulnerabilityAlertResolvePropAlertType,
5284
5080
  )
5285
- from githubkit.versions.v2022_11_28.types import (
5286
- WebhookSponsorshipCreatedPropSponsorshipPropSponsorType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorType,
5287
- )
5288
5081
  from githubkit.versions.v2022_11_28.types import (
5289
5082
  WebhookSponsorshipEditedPropChangesPropPrivacyLevelType as WebhookSponsorshipEditedPropChangesPropPrivacyLevelType,
5290
5083
  )
@@ -5303,6 +5096,12 @@ if TYPE_CHECKING:
5303
5096
  from githubkit.versions.v2022_11_28.types import (
5304
5097
  WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
5305
5098
  )
5099
+ from githubkit.versions.v2022_11_28.types import (
5100
+ WebhooksPullRequest5PropBasePropRepoPropPermissionsType as WebhooksPullRequest5PropBasePropRepoPropPermissionsType,
5101
+ )
5102
+ from githubkit.versions.v2022_11_28.types import (
5103
+ WebhooksPullRequest5PropHeadPropRepoPropPermissionsType as WebhooksPullRequest5PropHeadPropRepoPropPermissionsType,
5104
+ )
5306
5105
  from githubkit.versions.v2022_11_28.types import (
5307
5106
  OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
5308
5107
  )
@@ -5345,15 +5144,9 @@ if TYPE_CHECKING:
5345
5144
  from githubkit.versions.v2022_11_28.types import (
5346
5145
  WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
5347
5146
  )
5348
- from githubkit.versions.v2022_11_28.types import (
5349
- WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType,
5350
- )
5351
5147
  from githubkit.versions.v2022_11_28.types import (
5352
5148
  WebhookIssuesTransferredPropChangesPropNewRepositoryType as WebhookIssuesTransferredPropChangesPropNewRepositoryType,
5353
5149
  )
5354
- from githubkit.versions.v2022_11_28.types import (
5355
- WebhookOrganizationMemberAddedPropMembershipPropUserType as WebhookOrganizationMemberAddedPropMembershipPropUserType,
5356
- )
5357
5150
  from githubkit.versions.v2022_11_28.types import (
5358
5151
  WebhookPackagePublishedPropPackagePropPackageVersionType as WebhookPackagePublishedPropPackagePropPackageVersionType,
5359
5152
  )
@@ -5372,18 +5165,12 @@ if TYPE_CHECKING:
5372
5165
  from githubkit.versions.v2022_11_28.types import (
5373
5166
  WebhookPullRequestLockedPropPullRequestPropMilestoneType as WebhookPullRequestLockedPropPullRequestPropMilestoneType,
5374
5167
  )
5375
- from githubkit.versions.v2022_11_28.types import (
5376
- WebhookPullRequestMilestonedPropPullRequestPropLinksType as WebhookPullRequestMilestonedPropPullRequestPropLinksType,
5377
- )
5378
5168
  from githubkit.versions.v2022_11_28.types import (
5379
5169
  WebhookPullRequestReviewCommentEditedPropPullRequestType as WebhookPullRequestReviewCommentEditedPropPullRequestType,
5380
5170
  )
5381
5171
  from githubkit.versions.v2022_11_28.types import (
5382
5172
  WebhookPullRequestReviewDismissedPropReviewPropLinksType as WebhookPullRequestReviewDismissedPropReviewPropLinksType,
5383
5173
  )
5384
- from githubkit.versions.v2022_11_28.types import (
5385
- WebhookPullRequestReviewSubmittedPropReviewPropLinksType as WebhookPullRequestReviewSubmittedPropReviewPropLinksType,
5386
- )
5387
5174
  from githubkit.versions.v2022_11_28.types import (
5388
5175
  WebhookPullRequestSynchronizePropPullRequestPropBaseType as WebhookPullRequestSynchronizePropPullRequestPropBaseType,
5389
5176
  )
@@ -5399,18 +5186,9 @@ if TYPE_CHECKING:
5399
5186
  from githubkit.versions.v2022_11_28.types import (
5400
5187
  WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
5401
5188
  )
5402
- from githubkit.versions.v2022_11_28.types import (
5403
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType,
5404
- )
5405
5189
  from githubkit.versions.v2022_11_28.types import (
5406
5190
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType,
5407
5191
  )
5408
- from githubkit.versions.v2022_11_28.types import (
5409
- WebhookSponsorshipPendingCancellationPropSponsorshipType as WebhookSponsorshipPendingCancellationPropSponsorshipType,
5410
- )
5411
- from githubkit.versions.v2022_11_28.types import (
5412
- WebhookSponsorshipTierChangedPropSponsorshipPropTierType as WebhookSponsorshipTierChangedPropSponsorshipPropTierType,
5413
- )
5414
5192
  from githubkit.versions.v2022_11_28.types import (
5415
5193
  WebhookStatusPropCommitPropCommitPropCommitterAllof0Type as WebhookStatusPropCommitPropCommitPropCommitterAllof0Type,
5416
5194
  )
@@ -5471,9 +5249,6 @@ if TYPE_CHECKING:
5471
5249
  from githubkit.versions.v2022_11_28.types import (
5472
5250
  WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
5473
5251
  )
5474
- from githubkit.versions.v2022_11_28.types import (
5475
- WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
5476
- )
5477
5252
  from githubkit.versions.v2022_11_28.types import (
5478
5253
  WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType as WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType,
5479
5254
  )
@@ -5513,27 +5288,12 @@ if TYPE_CHECKING:
5513
5288
  from githubkit.versions.v2022_11_28.types import (
5514
5289
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
5515
5290
  )
5516
- from githubkit.versions.v2022_11_28.types import (
5517
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType,
5518
- )
5519
- from githubkit.versions.v2022_11_28.types import (
5520
- WebhookProjectCardConvertedPropProjectCardPropCreatorType as WebhookProjectCardConvertedPropProjectCardPropCreatorType,
5521
- )
5522
5291
  from githubkit.versions.v2022_11_28.types import (
5523
5292
  WebhookPullRequestAssignedPropPullRequestPropAssigneeType as WebhookPullRequestAssignedPropPullRequestPropAssigneeType,
5524
5293
  )
5525
5294
  from githubkit.versions.v2022_11_28.types import (
5526
5295
  WebhookPullRequestAssignedPropPullRequestPropMergedByType as WebhookPullRequestAssignedPropPullRequestPropMergedByType,
5527
5296
  )
5528
- from githubkit.versions.v2022_11_28.types import (
5529
- WebhookPullRequestDemilestonedPropPullRequestPropBaseType as WebhookPullRequestDemilestonedPropPullRequestPropBaseType,
5530
- )
5531
- from githubkit.versions.v2022_11_28.types import (
5532
- WebhookPullRequestDemilestonedPropPullRequestPropHeadType as WebhookPullRequestDemilestonedPropPullRequestPropHeadType,
5533
- )
5534
- from githubkit.versions.v2022_11_28.types import (
5535
- WebhookPullRequestDemilestonedPropPullRequestPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropUserType,
5536
- )
5537
5297
  from githubkit.versions.v2022_11_28.types import (
5538
5298
  WebhookPullRequestDequeuedPropPullRequestPropAssigneeType as WebhookPullRequestDequeuedPropPullRequestPropAssigneeType,
5539
5299
  )
@@ -5580,19 +5340,25 @@ if TYPE_CHECKING:
5580
5340
  WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
5581
5341
  )
5582
5342
  from githubkit.versions.v2022_11_28.types import (
5583
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorType,
5343
+ WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
5584
5344
  )
5585
5345
  from githubkit.versions.v2022_11_28.types import (
5586
- WebhookSponsorshipEditedPropSponsorshipPropMaintainerType as WebhookSponsorshipEditedPropSponsorshipPropMaintainerType,
5346
+ WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
5587
5347
  )
5588
5348
  from githubkit.versions.v2022_11_28.types import (
5589
- WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
5349
+ WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
5590
5350
  )
5591
5351
  from githubkit.versions.v2022_11_28.types import (
5592
- WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
5352
+ WebhooksIssuePropPerformedViaGithubAppPropPermissionsType as WebhooksIssuePropPerformedViaGithubAppPropPermissionsType,
5593
5353
  )
5594
5354
  from githubkit.versions.v2022_11_28.types import (
5595
- WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
5355
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type,
5356
+ )
5357
+ from githubkit.versions.v2022_11_28.types import (
5358
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type,
5359
+ )
5360
+ from githubkit.versions.v2022_11_28.types import (
5361
+ WebhooksPullRequest5PropRequestedTeamsItemsPropParentType as WebhooksPullRequest5PropRequestedTeamsItemsPropParentType,
5596
5362
  )
5597
5363
  from githubkit.versions.v2022_11_28.types import (
5598
5364
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
@@ -5627,9 +5393,6 @@ if TYPE_CHECKING:
5627
5393
  from githubkit.versions.v2022_11_28.types import (
5628
5394
  WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType as WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType,
5629
5395
  )
5630
- from githubkit.versions.v2022_11_28.types import (
5631
- WebhookDiscussionCommentEditedPropCommentPropReactionsType as WebhookDiscussionCommentEditedPropCommentPropReactionsType,
5632
- )
5633
5396
  from githubkit.versions.v2022_11_28.types import (
5634
5397
  WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType as WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType,
5635
5398
  )
@@ -5654,9 +5417,6 @@ if TYPE_CHECKING:
5654
5417
  from githubkit.versions.v2022_11_28.types import (
5655
5418
  WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType as WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType,
5656
5419
  )
5657
- from githubkit.versions.v2022_11_28.types import (
5658
- WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType as WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType,
5659
- )
5660
5420
  from githubkit.versions.v2022_11_28.types import (
5661
5421
  WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType,
5662
5422
  )
@@ -5672,27 +5432,12 @@ if TYPE_CHECKING:
5672
5432
  from githubkit.versions.v2022_11_28.types import (
5673
5433
  WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
5674
5434
  )
5675
- from githubkit.versions.v2022_11_28.types import (
5676
- WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType,
5677
- )
5678
- from githubkit.versions.v2022_11_28.types import (
5679
- WebhookOrganizationMemberRemovedPropMembershipPropUserType as WebhookOrganizationMemberRemovedPropMembershipPropUserType,
5680
- )
5681
- from githubkit.versions.v2022_11_28.types import (
5682
- WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType as WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType,
5683
- )
5684
- from githubkit.versions.v2022_11_28.types import (
5685
- WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType as WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType,
5686
- )
5687
5435
  from githubkit.versions.v2022_11_28.types import (
5688
5436
  WebhookPullRequestAssignedPropPullRequestPropAutoMergeType as WebhookPullRequestAssignedPropPullRequestPropAutoMergeType,
5689
5437
  )
5690
5438
  from githubkit.versions.v2022_11_28.types import (
5691
5439
  WebhookPullRequestAssignedPropPullRequestPropMilestoneType as WebhookPullRequestAssignedPropPullRequestPropMilestoneType,
5692
5440
  )
5693
- from githubkit.versions.v2022_11_28.types import (
5694
- WebhookPullRequestDemilestonedPropPullRequestPropLinksType as WebhookPullRequestDemilestonedPropPullRequestPropLinksType,
5695
- )
5696
5441
  from githubkit.versions.v2022_11_28.types import (
5697
5442
  WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType as WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType,
5698
5443
  )
@@ -5730,22 +5475,19 @@ if TYPE_CHECKING:
5730
5475
  WebhookPullRequestUnlockedPropPullRequestPropMilestoneType as WebhookPullRequestUnlockedPropPullRequestPropMilestoneType,
5731
5476
  )
5732
5477
  from githubkit.versions.v2022_11_28.types import (
5733
- WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType as WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType,
5734
- )
5735
- from githubkit.versions.v2022_11_28.types import (
5736
- WebhookSponsorshipEditedPropSponsorshipPropSponsorableType as WebhookSponsorshipEditedPropSponsorshipPropSponsorableType,
5478
+ WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
5737
5479
  )
5738
5480
  from githubkit.versions.v2022_11_28.types import (
5739
- WebhookSponsorshipPendingTierChangePropChangesPropTierType as WebhookSponsorshipPendingTierChangePropChangesPropTierType,
5481
+ WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
5740
5482
  )
5741
5483
  from githubkit.versions.v2022_11_28.types import (
5742
- WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
5484
+ WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType as WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType,
5743
5485
  )
5744
5486
  from githubkit.versions.v2022_11_28.types import (
5745
- WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
5487
+ WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
5746
5488
  )
5747
5489
  from githubkit.versions.v2022_11_28.types import (
5748
- WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
5490
+ CodeScanningVariantAnalysisPropScannedRepositoriesItemsType as CodeScanningVariantAnalysisPropScannedRepositoriesItemsType,
5749
5491
  )
5750
5492
  from githubkit.versions.v2022_11_28.types import (
5751
5493
  EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type as EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type,
@@ -5792,12 +5534,6 @@ if TYPE_CHECKING:
5792
5534
  from githubkit.versions.v2022_11_28.types import (
5793
5535
  WebhookDiscussionCategoryChangedPropChangesPropCategoryType as WebhookDiscussionCategoryChangedPropChangesPropCategoryType,
5794
5536
  )
5795
- from githubkit.versions.v2022_11_28.types import (
5796
- WebhookDiscussionCommentCreatedPropCommentPropReactionsType as WebhookDiscussionCommentCreatedPropCommentPropReactionsType,
5797
- )
5798
- from githubkit.versions.v2022_11_28.types import (
5799
- WebhookDiscussionCommentDeletedPropCommentPropReactionsType as WebhookDiscussionCommentDeletedPropCommentPropReactionsType,
5800
- )
5801
5537
  from githubkit.versions.v2022_11_28.types import (
5802
5538
  WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType,
5803
5539
  )
@@ -5807,9 +5543,6 @@ if TYPE_CHECKING:
5807
5543
  from githubkit.versions.v2022_11_28.types import (
5808
5544
  WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType,
5809
5545
  )
5810
- from githubkit.versions.v2022_11_28.types import (
5811
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType,
5812
- )
5813
5546
  from githubkit.versions.v2022_11_28.types import (
5814
5547
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
5815
5548
  )
@@ -5825,15 +5558,9 @@ if TYPE_CHECKING:
5825
5558
  from githubkit.versions.v2022_11_28.types import (
5826
5559
  WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
5827
5560
  )
5828
- from githubkit.versions.v2022_11_28.types import (
5829
- WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
5830
- )
5831
5561
  from githubkit.versions.v2022_11_28.types import (
5832
5562
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
5833
5563
  )
5834
- from githubkit.versions.v2022_11_28.types import (
5835
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
5836
- )
5837
5564
  from githubkit.versions.v2022_11_28.types import (
5838
5565
  WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType,
5839
5566
  )
@@ -5855,12 +5582,6 @@ if TYPE_CHECKING:
5855
5582
  from githubkit.versions.v2022_11_28.types import (
5856
5583
  WebhookPullRequestLockedPropPullRequestPropHeadPropUserType as WebhookPullRequestLockedPropPullRequestPropHeadPropUserType,
5857
5584
  )
5858
- from githubkit.versions.v2022_11_28.types import (
5859
- WebhookPullRequestMilestonedPropPullRequestPropAssigneeType as WebhookPullRequestMilestonedPropPullRequestPropAssigneeType,
5860
- )
5861
- from githubkit.versions.v2022_11_28.types import (
5862
- WebhookPullRequestMilestonedPropPullRequestPropMergedByType as WebhookPullRequestMilestonedPropPullRequestPropMergedByType,
5863
- )
5864
5585
  from githubkit.versions.v2022_11_28.types import (
5865
5586
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestType,
5866
5587
  )
@@ -5879,12 +5600,6 @@ if TYPE_CHECKING:
5879
5600
  from githubkit.versions.v2022_11_28.types import (
5880
5601
  WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
5881
5602
  )
5882
- from githubkit.versions.v2022_11_28.types import (
5883
- WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType,
5884
- )
5885
- from githubkit.versions.v2022_11_28.types import (
5886
- WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType,
5887
- )
5888
5603
  from githubkit.versions.v2022_11_28.types import (
5889
5604
  WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType,
5890
5605
  )
@@ -5951,15 +5666,6 @@ if TYPE_CHECKING:
5951
5666
  from githubkit.versions.v2022_11_28.types import (
5952
5667
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
5953
5668
  )
5954
- from githubkit.versions.v2022_11_28.types import (
5955
- WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType,
5956
- )
5957
- from githubkit.versions.v2022_11_28.types import (
5958
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType,
5959
- )
5960
- from githubkit.versions.v2022_11_28.types import (
5961
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType,
5962
- )
5963
5669
  from githubkit.versions.v2022_11_28.types import (
5964
5670
  WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType as WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType,
5965
5671
  )
@@ -5993,18 +5699,6 @@ if TYPE_CHECKING:
5993
5699
  from githubkit.versions.v2022_11_28.types import (
5994
5700
  WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType,
5995
5701
  )
5996
- from githubkit.versions.v2022_11_28.types import (
5997
- WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType,
5998
- )
5999
- from githubkit.versions.v2022_11_28.types import (
6000
- WebhookPullRequestMilestonedPropPullRequestPropMilestoneType as WebhookPullRequestMilestonedPropPullRequestPropMilestoneType,
6001
- )
6002
- from githubkit.versions.v2022_11_28.types import (
6003
- WebhookPullRequestReviewCommentEditedPropChangesPropBodyType as WebhookPullRequestReviewCommentEditedPropChangesPropBodyType,
6004
- )
6005
- from githubkit.versions.v2022_11_28.types import (
6006
- WebhookPullRequestReviewCommentEditedPropCommentPropUserType as WebhookPullRequestReviewCommentEditedPropCommentPropUserType,
6007
- )
6008
5702
  from githubkit.versions.v2022_11_28.types import (
6009
5703
  WebhookPullRequestReviewDismissedPropPullRequestPropBaseType as WebhookPullRequestReviewDismissedPropPullRequestPropBaseType,
6010
5704
  )
@@ -6047,12 +5741,6 @@ if TYPE_CHECKING:
6047
5741
  from githubkit.versions.v2022_11_28.types import (
6048
5742
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
6049
5743
  )
6050
- from githubkit.versions.v2022_11_28.types import (
6051
- WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
6052
- )
6053
- from githubkit.versions.v2022_11_28.types import (
6054
- WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
6055
- )
6056
5744
  from githubkit.versions.v2022_11_28.types import (
6057
5745
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
6058
5746
  )
@@ -6104,12 +5792,6 @@ if TYPE_CHECKING:
6104
5792
  from githubkit.versions.v2022_11_28.types import (
6105
5793
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
6106
5794
  )
6107
- from githubkit.versions.v2022_11_28.types import (
6108
- WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType,
6109
- )
6110
- from githubkit.versions.v2022_11_28.types import (
6111
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType,
6112
- )
6113
5795
  from githubkit.versions.v2022_11_28.types import (
6114
5796
  WebhookOrganizationMemberInvitedPropInvitationPropInviterType as WebhookOrganizationMemberInvitedPropInvitationPropInviterType,
6115
5797
  )
@@ -6134,12 +5816,6 @@ if TYPE_CHECKING:
6134
5816
  from githubkit.versions.v2022_11_28.types import (
6135
5817
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType,
6136
5818
  )
6137
- from githubkit.versions.v2022_11_28.types import (
6138
- WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType,
6139
- )
6140
- from githubkit.versions.v2022_11_28.types import (
6141
- WebhookPullRequestDemilestonedPropPullRequestPropMergedByType as WebhookPullRequestDemilestonedPropPullRequestPropMergedByType,
6142
- )
6143
5819
  from githubkit.versions.v2022_11_28.types import (
6144
5820
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType,
6145
5821
  )
@@ -6179,21 +5855,12 @@ if TYPE_CHECKING:
6179
5855
  from githubkit.versions.v2022_11_28.types import (
6180
5856
  WebhookPullRequestReviewCommentCreatedPropCommentPropUserType as WebhookPullRequestReviewCommentCreatedPropCommentPropUserType,
6181
5857
  )
6182
- from githubkit.versions.v2022_11_28.types import (
6183
- WebhookPullRequestReviewCommentDeletedPropCommentPropUserType as WebhookPullRequestReviewCommentDeletedPropCommentPropUserType,
6184
- )
6185
- from githubkit.versions.v2022_11_28.types import (
6186
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksType,
6187
- )
6188
5858
  from githubkit.versions.v2022_11_28.types import (
6189
5859
  WebhookPullRequestReviewDismissedPropPullRequestPropLinksType as WebhookPullRequestReviewDismissedPropPullRequestPropLinksType,
6190
5860
  )
6191
5861
  from githubkit.versions.v2022_11_28.types import (
6192
5862
  WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType,
6193
5863
  )
6194
- from githubkit.versions.v2022_11_28.types import (
6195
- WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType,
6196
- )
6197
5864
  from githubkit.versions.v2022_11_28.types import (
6198
5865
  WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType as WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType,
6199
5866
  )
@@ -6224,9 +5891,6 @@ if TYPE_CHECKING:
6224
5891
  from githubkit.versions.v2022_11_28.types import (
6225
5892
  WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
6226
5893
  )
6227
- from githubkit.versions.v2022_11_28.types import (
6228
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
6229
- )
6230
5894
  from githubkit.versions.v2022_11_28.types import (
6231
5895
  WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType as WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType,
6232
5896
  )
@@ -6284,15 +5948,6 @@ if TYPE_CHECKING:
6284
5948
  from githubkit.versions.v2022_11_28.types import (
6285
5949
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
6286
5950
  )
6287
- from githubkit.versions.v2022_11_28.types import (
6288
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType,
6289
- )
6290
- from githubkit.versions.v2022_11_28.types import (
6291
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType,
6292
- )
6293
- from githubkit.versions.v2022_11_28.types import (
6294
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType,
6295
- )
6296
5951
  from githubkit.versions.v2022_11_28.types import (
6297
5952
  WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType,
6298
5953
  )
@@ -6314,12 +5969,6 @@ if TYPE_CHECKING:
6314
5969
  from githubkit.versions.v2022_11_28.types import (
6315
5970
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType,
6316
5971
  )
6317
- from githubkit.versions.v2022_11_28.types import (
6318
- WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType,
6319
- )
6320
- from githubkit.versions.v2022_11_28.types import (
6321
- WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType as WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType,
6322
- )
6323
5972
  from githubkit.versions.v2022_11_28.types import (
6324
5973
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType,
6325
5974
  )
@@ -6338,15 +5987,9 @@ if TYPE_CHECKING:
6338
5987
  from githubkit.versions.v2022_11_28.types import (
6339
5988
  WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType,
6340
5989
  )
6341
- from githubkit.versions.v2022_11_28.types import (
6342
- WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType,
6343
- )
6344
5990
  from githubkit.versions.v2022_11_28.types import (
6345
5991
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType,
6346
5992
  )
6347
- from githubkit.versions.v2022_11_28.types import (
6348
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType,
6349
- )
6350
5993
  from githubkit.versions.v2022_11_28.types import (
6351
5994
  WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType,
6352
5995
  )
@@ -6374,18 +6017,6 @@ if TYPE_CHECKING:
6374
6017
  from githubkit.versions.v2022_11_28.types import (
6375
6018
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType,
6376
6019
  )
6377
- from githubkit.versions.v2022_11_28.types import (
6378
- WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType,
6379
- )
6380
- from githubkit.versions.v2022_11_28.types import (
6381
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType,
6382
- )
6383
- from githubkit.versions.v2022_11_28.types import (
6384
- WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType as WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType,
6385
- )
6386
- from githubkit.versions.v2022_11_28.types import (
6387
- WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType,
6388
- )
6389
6020
  from githubkit.versions.v2022_11_28.types import (
6390
6021
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
6391
6022
  )
@@ -6452,18 +6083,6 @@ if TYPE_CHECKING:
6452
6083
  from githubkit.versions.v2022_11_28.types import (
6453
6084
  WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType,
6454
6085
  )
6455
- from githubkit.versions.v2022_11_28.types import (
6456
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType,
6457
- )
6458
- from githubkit.versions.v2022_11_28.types import (
6459
- WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType,
6460
- )
6461
- from githubkit.versions.v2022_11_28.types import (
6462
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType,
6463
- )
6464
- from githubkit.versions.v2022_11_28.types import (
6465
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType,
6466
- )
6467
6086
  from githubkit.versions.v2022_11_28.types import (
6468
6087
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType,
6469
6088
  )
@@ -6501,13 +6120,7 @@ if TYPE_CHECKING:
6501
6120
  WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType as WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType,
6502
6121
  )
6503
6122
  from githubkit.versions.v2022_11_28.types import (
6504
- WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType,
6505
- )
6506
- from githubkit.versions.v2022_11_28.types import (
6507
- WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType,
6508
- )
6509
- from githubkit.versions.v2022_11_28.types import (
6510
- WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType,
6123
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
6511
6124
  )
6512
6125
  from githubkit.versions.v2022_11_28.types import (
6513
6126
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
@@ -6554,9 +6167,6 @@ if TYPE_CHECKING:
6554
6167
  from githubkit.versions.v2022_11_28.types import (
6555
6168
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
6556
6169
  )
6557
- from githubkit.versions.v2022_11_28.types import (
6558
- WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType,
6559
- )
6560
6170
  from githubkit.versions.v2022_11_28.types import (
6561
6171
  WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType,
6562
6172
  )
@@ -6566,12 +6176,6 @@ if TYPE_CHECKING:
6566
6176
  from githubkit.versions.v2022_11_28.types import (
6567
6177
  WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType,
6568
6178
  )
6569
- from githubkit.versions.v2022_11_28.types import (
6570
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType,
6571
- )
6572
- from githubkit.versions.v2022_11_28.types import (
6573
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType,
6574
- )
6575
6179
  from githubkit.versions.v2022_11_28.types import (
6576
6180
  WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType,
6577
6181
  )
@@ -6596,9 +6200,6 @@ if TYPE_CHECKING:
6596
6200
  from githubkit.versions.v2022_11_28.types import (
6597
6201
  WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType as WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType,
6598
6202
  )
6599
- from githubkit.versions.v2022_11_28.types import (
6600
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType,
6601
- )
6602
6203
  from githubkit.versions.v2022_11_28.types import (
6603
6204
  WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType,
6604
6205
  )
@@ -6626,18 +6227,9 @@ if TYPE_CHECKING:
6626
6227
  from githubkit.versions.v2022_11_28.types import (
6627
6228
  WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType,
6628
6229
  )
6629
- from githubkit.versions.v2022_11_28.types import (
6630
- WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType,
6631
- )
6632
- from githubkit.versions.v2022_11_28.types import (
6633
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType,
6634
- )
6635
6230
  from githubkit.versions.v2022_11_28.types import (
6636
6231
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType,
6637
6232
  )
6638
- from githubkit.versions.v2022_11_28.types import (
6639
- WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
6640
- )
6641
6233
  from githubkit.versions.v2022_11_28.types import (
6642
6234
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
6643
6235
  )
@@ -6662,6 +6254,15 @@ if TYPE_CHECKING:
6662
6254
  from githubkit.versions.v2022_11_28.types import (
6663
6255
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
6664
6256
  )
6257
+ from githubkit.versions.v2022_11_28.types import (
6258
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
6259
+ )
6260
+ from githubkit.versions.v2022_11_28.types import (
6261
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
6262
+ )
6263
+ from githubkit.versions.v2022_11_28.types import (
6264
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
6265
+ )
6665
6266
  from githubkit.versions.v2022_11_28.types import (
6666
6267
  ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
6667
6268
  )
@@ -6692,12 +6293,6 @@ if TYPE_CHECKING:
6692
6293
  from githubkit.versions.v2022_11_28.types import (
6693
6294
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType,
6694
6295
  )
6695
- from githubkit.versions.v2022_11_28.types import (
6696
- WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType,
6697
- )
6698
- from githubkit.versions.v2022_11_28.types import (
6699
- WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType,
6700
- )
6701
6296
  from githubkit.versions.v2022_11_28.types import (
6702
6297
  WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType,
6703
6298
  )
@@ -6731,18 +6326,6 @@ if TYPE_CHECKING:
6731
6326
  from githubkit.versions.v2022_11_28.types import (
6732
6327
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType,
6733
6328
  )
6734
- from githubkit.versions.v2022_11_28.types import (
6735
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType,
6736
- )
6737
- from githubkit.versions.v2022_11_28.types import (
6738
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType,
6739
- )
6740
- from githubkit.versions.v2022_11_28.types import (
6741
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType,
6742
- )
6743
- from githubkit.versions.v2022_11_28.types import (
6744
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType,
6745
- )
6746
6329
  from githubkit.versions.v2022_11_28.types import (
6747
6330
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType,
6748
6331
  )
@@ -6755,12 +6338,6 @@ if TYPE_CHECKING:
6755
6338
  from githubkit.versions.v2022_11_28.types import (
6756
6339
  WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType,
6757
6340
  )
6758
- from githubkit.versions.v2022_11_28.types import (
6759
- WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType,
6760
- )
6761
- from githubkit.versions.v2022_11_28.types import (
6762
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType,
6763
- )
6764
6341
  from githubkit.versions.v2022_11_28.types import (
6765
6342
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType,
6766
6343
  )
@@ -6779,9 +6356,6 @@ if TYPE_CHECKING:
6779
6356
  from githubkit.versions.v2022_11_28.types import (
6780
6357
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType,
6781
6358
  )
6782
- from githubkit.versions.v2022_11_28.types import (
6783
- WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType as WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType,
6784
- )
6785
6359
  from githubkit.versions.v2022_11_28.types import (
6786
6360
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType,
6787
6361
  )
@@ -6836,12 +6410,6 @@ if TYPE_CHECKING:
6836
6410
  from githubkit.versions.v2022_11_28.types import (
6837
6411
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
6838
6412
  )
6839
- from githubkit.versions.v2022_11_28.types import (
6840
- WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType,
6841
- )
6842
- from githubkit.versions.v2022_11_28.types import (
6843
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType,
6844
- )
6845
6413
  from githubkit.versions.v2022_11_28.types import (
6846
6414
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
6847
6415
  )
@@ -6875,12 +6443,6 @@ if TYPE_CHECKING:
6875
6443
  from githubkit.versions.v2022_11_28.types import (
6876
6444
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
6877
6445
  )
6878
- from githubkit.versions.v2022_11_28.types import (
6879
- WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType,
6880
- )
6881
- from githubkit.versions.v2022_11_28.types import (
6882
- WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType,
6883
- )
6884
6446
  from githubkit.versions.v2022_11_28.types import (
6885
6447
  WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType,
6886
6448
  )
@@ -6899,18 +6461,12 @@ if TYPE_CHECKING:
6899
6461
  from githubkit.versions.v2022_11_28.types import (
6900
6462
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType,
6901
6463
  )
6902
- from githubkit.versions.v2022_11_28.types import (
6903
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
6904
- )
6905
6464
  from githubkit.versions.v2022_11_28.types import (
6906
6465
  WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType,
6907
6466
  )
6908
6467
  from githubkit.versions.v2022_11_28.types import (
6909
6468
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
6910
6469
  )
6911
- from githubkit.versions.v2022_11_28.types import (
6912
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
6913
- )
6914
6470
  from githubkit.versions.v2022_11_28.types import (
6915
6471
  WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType,
6916
6472
  )
@@ -6932,12 +6488,6 @@ if TYPE_CHECKING:
6932
6488
  from githubkit.versions.v2022_11_28.types import (
6933
6489
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType,
6934
6490
  )
6935
- from githubkit.versions.v2022_11_28.types import (
6936
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType,
6937
- )
6938
- from githubkit.versions.v2022_11_28.types import (
6939
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType,
6940
- )
6941
6491
  from githubkit.versions.v2022_11_28.types import (
6942
6492
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType,
6943
6493
  )
@@ -6959,9 +6509,6 @@ if TYPE_CHECKING:
6959
6509
  from githubkit.versions.v2022_11_28.types import (
6960
6510
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType,
6961
6511
  )
6962
- from githubkit.versions.v2022_11_28.types import (
6963
- WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType as WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType,
6964
- )
6965
6512
  from githubkit.versions.v2022_11_28.types import (
6966
6513
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType,
6967
6514
  )
@@ -7010,9 +6557,6 @@ if TYPE_CHECKING:
7010
6557
  from githubkit.versions.v2022_11_28.types import (
7011
6558
  WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType,
7012
6559
  )
7013
- from githubkit.versions.v2022_11_28.types import (
7014
- WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType,
7015
- )
7016
6560
  from githubkit.versions.v2022_11_28.types import (
7017
6561
  WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType,
7018
6562
  )
@@ -7073,21 +6617,12 @@ if TYPE_CHECKING:
7073
6617
  from githubkit.versions.v2022_11_28.types import (
7074
6618
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType,
7075
6619
  )
7076
- from githubkit.versions.v2022_11_28.types import (
7077
- WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType,
7078
- )
7079
- from githubkit.versions.v2022_11_28.types import (
7080
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType,
7081
- )
7082
6620
  from githubkit.versions.v2022_11_28.types import (
7083
6621
  WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType,
7084
6622
  )
7085
6623
  from githubkit.versions.v2022_11_28.types import (
7086
6624
  WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType,
7087
6625
  )
7088
- from githubkit.versions.v2022_11_28.types import (
7089
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType,
7090
- )
7091
6626
  from githubkit.versions.v2022_11_28.types import (
7092
6627
  WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType,
7093
6628
  )
@@ -7127,21 +6662,6 @@ if TYPE_CHECKING:
7127
6662
  from githubkit.versions.v2022_11_28.types import (
7128
6663
  WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
7129
6664
  )
7130
- from githubkit.versions.v2022_11_28.types import (
7131
- WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType,
7132
- )
7133
- from githubkit.versions.v2022_11_28.types import (
7134
- WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType,
7135
- )
7136
- from githubkit.versions.v2022_11_28.types import (
7137
- WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType,
7138
- )
7139
- from githubkit.versions.v2022_11_28.types import (
7140
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
7141
- )
7142
- from githubkit.versions.v2022_11_28.types import (
7143
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
7144
- )
7145
6665
  from githubkit.versions.v2022_11_28.types import (
7146
6666
  WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
7147
6667
  )
@@ -7154,6 +6674,9 @@ if TYPE_CHECKING:
7154
6674
  from githubkit.versions.v2022_11_28.types import (
7155
6675
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
7156
6676
  )
6677
+ from githubkit.versions.v2022_11_28.types import (
6678
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType,
6679
+ )
7157
6680
  from githubkit.versions.v2022_11_28.types import (
7158
6681
  OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType as OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType,
7159
6682
  )
@@ -7190,27 +6713,15 @@ if TYPE_CHECKING:
7190
6713
  from githubkit.versions.v2022_11_28.types import (
7191
6714
  WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType,
7192
6715
  )
7193
- from githubkit.versions.v2022_11_28.types import (
7194
- WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType,
7195
- )
7196
6716
  from githubkit.versions.v2022_11_28.types import (
7197
6717
  WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType,
7198
6718
  )
7199
- from githubkit.versions.v2022_11_28.types import (
7200
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
7201
- )
7202
6719
  from githubkit.versions.v2022_11_28.types import (
7203
6720
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
7204
6721
  )
7205
6722
  from githubkit.versions.v2022_11_28.types import (
7206
6723
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
7207
6724
  )
7208
- from githubkit.versions.v2022_11_28.types import (
7209
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
7210
- )
7211
- from githubkit.versions.v2022_11_28.types import (
7212
- WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType,
7213
- )
7214
6725
  from githubkit.versions.v2022_11_28.types import (
7215
6726
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
7216
6727
  )
@@ -7235,12 +6746,6 @@ if TYPE_CHECKING:
7235
6746
  from githubkit.versions.v2022_11_28.types import (
7236
6747
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType,
7237
6748
  )
7238
- from githubkit.versions.v2022_11_28.types import (
7239
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType,
7240
- )
7241
- from githubkit.versions.v2022_11_28.types import (
7242
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType,
7243
- )
7244
6749
  from githubkit.versions.v2022_11_28.types import (
7245
6750
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType,
7246
6751
  )
@@ -7256,9 +6761,6 @@ if TYPE_CHECKING:
7256
6761
  from githubkit.versions.v2022_11_28.types import (
7257
6762
  WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType,
7258
6763
  )
7259
- from githubkit.versions.v2022_11_28.types import (
7260
- WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType,
7261
- )
7262
6764
  from githubkit.versions.v2022_11_28.types import (
7263
6765
  WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType,
7264
6766
  )
@@ -7295,9 +6797,6 @@ if TYPE_CHECKING:
7295
6797
  from githubkit.versions.v2022_11_28.types import (
7296
6798
  WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
7297
6799
  )
7298
- from githubkit.versions.v2022_11_28.types import (
7299
- WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
7300
- )
7301
6800
  from githubkit.versions.v2022_11_28.types import (
7302
6801
  WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
7303
6802
  )
@@ -7337,9 +6836,6 @@ if TYPE_CHECKING:
7337
6836
  from githubkit.versions.v2022_11_28.types import (
7338
6837
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
7339
6838
  )
7340
- from githubkit.versions.v2022_11_28.types import (
7341
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
7342
- )
7343
6839
  from githubkit.versions.v2022_11_28.types import (
7344
6840
  WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType,
7345
6841
  )
@@ -7358,9 +6854,6 @@ if TYPE_CHECKING:
7358
6854
  from githubkit.versions.v2022_11_28.types import (
7359
6855
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType,
7360
6856
  )
7361
- from githubkit.versions.v2022_11_28.types import (
7362
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType,
7363
- )
7364
6857
  from githubkit.versions.v2022_11_28.types import (
7365
6858
  WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType,
7366
6859
  )
@@ -7385,12 +6878,6 @@ if TYPE_CHECKING:
7385
6878
  from githubkit.versions.v2022_11_28.types import (
7386
6879
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType,
7387
6880
  )
7388
- from githubkit.versions.v2022_11_28.types import (
7389
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType,
7390
- )
7391
- from githubkit.versions.v2022_11_28.types import (
7392
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType,
7393
- )
7394
6881
  from githubkit.versions.v2022_11_28.types import (
7395
6882
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType,
7396
6883
  )
@@ -7433,15 +6920,9 @@ if TYPE_CHECKING:
7433
6920
  from githubkit.versions.v2022_11_28.types import (
7434
6921
  WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType,
7435
6922
  )
7436
- from githubkit.versions.v2022_11_28.types import (
7437
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType,
7438
- )
7439
6923
  from githubkit.versions.v2022_11_28.types import (
7440
6924
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType,
7441
6925
  )
7442
- from githubkit.versions.v2022_11_28.types import (
7443
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType,
7444
- )
7445
6926
  from githubkit.versions.v2022_11_28.types import (
7446
6927
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
7447
6928
  )
@@ -7499,21 +6980,6 @@ if TYPE_CHECKING:
7499
6980
  from githubkit.versions.v2022_11_28.types import (
7500
6981
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
7501
6982
  )
7502
- from githubkit.versions.v2022_11_28.types import (
7503
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType,
7504
- )
7505
- from githubkit.versions.v2022_11_28.types import (
7506
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType,
7507
- )
7508
- from githubkit.versions.v2022_11_28.types import (
7509
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType,
7510
- )
7511
- from githubkit.versions.v2022_11_28.types import (
7512
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType,
7513
- )
7514
- from githubkit.versions.v2022_11_28.types import (
7515
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType,
7516
- )
7517
6983
  from githubkit.versions.v2022_11_28.types import (
7518
6984
  WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type,
7519
6985
  )
@@ -7541,12 +7007,6 @@ if TYPE_CHECKING:
7541
7007
  from githubkit.versions.v2022_11_28.types import (
7542
7008
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType,
7543
7009
  )
7544
- from githubkit.versions.v2022_11_28.types import (
7545
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType,
7546
- )
7547
- from githubkit.versions.v2022_11_28.types import (
7548
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType,
7549
- )
7550
7010
  from githubkit.versions.v2022_11_28.types import (
7551
7011
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType,
7552
7012
  )
@@ -7574,9 +7034,6 @@ if TYPE_CHECKING:
7574
7034
  from githubkit.versions.v2022_11_28.types import (
7575
7035
  WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType,
7576
7036
  )
7577
- from githubkit.versions.v2022_11_28.types import (
7578
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType,
7579
- )
7580
7037
  from githubkit.versions.v2022_11_28.types import (
7581
7038
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType,
7582
7039
  )
@@ -7589,12 +7046,6 @@ if TYPE_CHECKING:
7589
7046
  from githubkit.versions.v2022_11_28.types import (
7590
7047
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType,
7591
7048
  )
7592
- from githubkit.versions.v2022_11_28.types import (
7593
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType,
7594
- )
7595
- from githubkit.versions.v2022_11_28.types import (
7596
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType,
7597
- )
7598
7049
  from githubkit.versions.v2022_11_28.types import (
7599
7050
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType,
7600
7051
  )
@@ -7658,9 +7109,6 @@ if TYPE_CHECKING:
7658
7109
  from githubkit.versions.v2022_11_28.types import (
7659
7110
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType,
7660
7111
  )
7661
- from githubkit.versions.v2022_11_28.types import (
7662
- WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType,
7663
- )
7664
7112
  from githubkit.versions.v2022_11_28.types import (
7665
7113
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
7666
7114
  )
@@ -7673,6 +7121,9 @@ if TYPE_CHECKING:
7673
7121
  from githubkit.versions.v2022_11_28.types import (
7674
7122
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
7675
7123
  )
7124
+ from githubkit.versions.v2022_11_28.types import (
7125
+ CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType,
7126
+ )
7676
7127
  from githubkit.versions.v2022_11_28.types import (
7677
7128
  PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType,
7678
7129
  )
@@ -7712,12 +7163,6 @@ if TYPE_CHECKING:
7712
7163
  from githubkit.versions.v2022_11_28.types import (
7713
7164
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType,
7714
7165
  )
7715
- from githubkit.versions.v2022_11_28.types import (
7716
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType,
7717
- )
7718
- from githubkit.versions.v2022_11_28.types import (
7719
- WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType,
7720
- )
7721
7166
  from githubkit.versions.v2022_11_28.types import (
7722
7167
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
7723
7168
  )
@@ -7763,9 +7208,6 @@ if TYPE_CHECKING:
7763
7208
  from githubkit.versions.v2022_11_28.types import (
7764
7209
  WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType,
7765
7210
  )
7766
- from githubkit.versions.v2022_11_28.types import (
7767
- WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType,
7768
- )
7769
7211
  from githubkit.versions.v2022_11_28.types import (
7770
7212
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType,
7771
7213
  )
@@ -7802,9 +7244,6 @@ if TYPE_CHECKING:
7802
7244
  from githubkit.versions.v2022_11_28.types import (
7803
7245
  WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType,
7804
7246
  )
7805
- from githubkit.versions.v2022_11_28.types import (
7806
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType,
7807
- )
7808
7247
  from githubkit.versions.v2022_11_28.types import (
7809
7248
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType,
7810
7249
  )
@@ -7829,9 +7268,6 @@ if TYPE_CHECKING:
7829
7268
  from githubkit.versions.v2022_11_28.types import (
7830
7269
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
7831
7270
  )
7832
- from githubkit.versions.v2022_11_28.types import (
7833
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
7834
- )
7835
7271
  from githubkit.versions.v2022_11_28.types import (
7836
7272
  WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
7837
7273
  )
@@ -7886,9 +7322,6 @@ if TYPE_CHECKING:
7886
7322
  from githubkit.versions.v2022_11_28.types import (
7887
7323
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
7888
7324
  )
7889
- from githubkit.versions.v2022_11_28.types import (
7890
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
7891
- )
7892
7325
  from githubkit.versions.v2022_11_28.types import (
7893
7326
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
7894
7327
  )
@@ -7904,9 +7337,6 @@ if TYPE_CHECKING:
7904
7337
  from githubkit.versions.v2022_11_28.types import (
7905
7338
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType,
7906
7339
  )
7907
- from githubkit.versions.v2022_11_28.types import (
7908
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType,
7909
- )
7910
7340
  from githubkit.versions.v2022_11_28.types import (
7911
7341
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType,
7912
7342
  )
@@ -7925,12 +7355,6 @@ if TYPE_CHECKING:
7925
7355
  from githubkit.versions.v2022_11_28.types import (
7926
7356
  WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType,
7927
7357
  )
7928
- from githubkit.versions.v2022_11_28.types import (
7929
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType,
7930
- )
7931
- from githubkit.versions.v2022_11_28.types import (
7932
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
7933
- )
7934
7358
  from githubkit.versions.v2022_11_28.types import (
7935
7359
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType,
7936
7360
  )
@@ -8048,27 +7472,12 @@ if TYPE_CHECKING:
8048
7472
  from githubkit.versions.v2022_11_28.types import (
8049
7473
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8050
7474
  )
8051
- from githubkit.versions.v2022_11_28.types import (
8052
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType,
8053
- )
8054
- from githubkit.versions.v2022_11_28.types import (
8055
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType,
8056
- )
8057
7475
  from githubkit.versions.v2022_11_28.types import (
8058
7476
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
8059
7477
  )
8060
7478
  from githubkit.versions.v2022_11_28.types import (
8061
7479
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType,
8062
7480
  )
8063
- from githubkit.versions.v2022_11_28.types import (
8064
- WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType,
8065
- )
8066
- from githubkit.versions.v2022_11_28.types import (
8067
- WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType,
8068
- )
8069
- from githubkit.versions.v2022_11_28.types import (
8070
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType,
8071
- )
8072
7481
  from githubkit.versions.v2022_11_28.types import (
8073
7482
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType,
8074
7483
  )
@@ -8153,9 +7562,6 @@ if TYPE_CHECKING:
8153
7562
  from githubkit.versions.v2022_11_28.types import (
8154
7563
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
8155
7564
  )
8156
- from githubkit.versions.v2022_11_28.types import (
8157
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
8158
- )
8159
7565
  from githubkit.versions.v2022_11_28.types import (
8160
7566
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
8161
7567
  )
@@ -8177,21 +7583,12 @@ if TYPE_CHECKING:
8177
7583
  from githubkit.versions.v2022_11_28.types import (
8178
7584
  WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType,
8179
7585
  )
8180
- from githubkit.versions.v2022_11_28.types import (
8181
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8182
- )
8183
7586
  from githubkit.versions.v2022_11_28.types import (
8184
7587
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8185
7588
  )
8186
7589
  from githubkit.versions.v2022_11_28.types import (
8187
7590
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8188
7591
  )
8189
- from githubkit.versions.v2022_11_28.types import (
8190
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8191
- )
8192
- from githubkit.versions.v2022_11_28.types import (
8193
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType,
8194
- )
8195
7592
  from githubkit.versions.v2022_11_28.types import (
8196
7593
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
8197
7594
  )
@@ -8204,27 +7601,12 @@ if TYPE_CHECKING:
8204
7601
  from githubkit.versions.v2022_11_28.types import (
8205
7602
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType,
8206
7603
  )
8207
- from githubkit.versions.v2022_11_28.types import (
8208
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType,
8209
- )
8210
- from githubkit.versions.v2022_11_28.types import (
8211
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
8212
- )
8213
7604
  from githubkit.versions.v2022_11_28.types import (
8214
7605
  WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType,
8215
7606
  )
8216
7607
  from githubkit.versions.v2022_11_28.types import (
8217
7608
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType,
8218
7609
  )
8219
- from githubkit.versions.v2022_11_28.types import (
8220
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType,
8221
- )
8222
- from githubkit.versions.v2022_11_28.types import (
8223
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
8224
- )
8225
- from githubkit.versions.v2022_11_28.types import (
8226
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType,
8227
- )
8228
7610
  from githubkit.versions.v2022_11_28.types import (
8229
7611
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType,
8230
7612
  )
@@ -8297,9 +7679,6 @@ if TYPE_CHECKING:
8297
7679
  from githubkit.versions.v2022_11_28.types import (
8298
7680
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
8299
7681
  )
8300
- from githubkit.versions.v2022_11_28.types import (
8301
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
8302
- )
8303
7682
  from githubkit.versions.v2022_11_28.types import (
8304
7683
  WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
8305
7684
  )
@@ -8339,9 +7718,6 @@ if TYPE_CHECKING:
8339
7718
  from githubkit.versions.v2022_11_28.types import (
8340
7719
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType,
8341
7720
  )
8342
- from githubkit.versions.v2022_11_28.types import (
8343
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8344
- )
8345
7721
  from githubkit.versions.v2022_11_28.types import (
8346
7722
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
8347
7723
  )
@@ -8357,12 +7733,6 @@ if TYPE_CHECKING:
8357
7733
  from githubkit.versions.v2022_11_28.types import (
8358
7734
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType,
8359
7735
  )
8360
- from githubkit.versions.v2022_11_28.types import (
8361
- WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType,
8362
- )
8363
- from githubkit.versions.v2022_11_28.types import (
8364
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType,
8365
- )
8366
7736
  from githubkit.versions.v2022_11_28.types import (
8367
7737
  WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType,
8368
7738
  )
@@ -8450,9 +7820,6 @@ if TYPE_CHECKING:
8450
7820
  from githubkit.versions.v2022_11_28.types import (
8451
7821
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType,
8452
7822
  )
8453
- from githubkit.versions.v2022_11_28.types import (
8454
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType,
8455
- )
8456
7823
  from githubkit.versions.v2022_11_28.types import (
8457
7824
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
8458
7825
  )
@@ -8471,6 +7838,9 @@ if TYPE_CHECKING:
8471
7838
  from githubkit.versions.v2022_11_28.types import (
8472
7839
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType,
8473
7840
  )
7841
+ from githubkit.versions.v2022_11_28.types import (
7842
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
7843
+ )
8474
7844
  from githubkit.versions.v2022_11_28.types import (
8475
7845
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
8476
7846
  )
@@ -8492,9 +7862,6 @@ if TYPE_CHECKING:
8492
7862
  from githubkit.versions.v2022_11_28.types import (
8493
7863
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType,
8494
7864
  )
8495
- from githubkit.versions.v2022_11_28.types import (
8496
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8497
- )
8498
7865
  from githubkit.versions.v2022_11_28.types import (
8499
7866
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
8500
7867
  )
@@ -8507,15 +7874,6 @@ if TYPE_CHECKING:
8507
7874
  from githubkit.versions.v2022_11_28.types import (
8508
7875
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType,
8509
7876
  )
8510
- from githubkit.versions.v2022_11_28.types import (
8511
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType,
8512
- )
8513
- from githubkit.versions.v2022_11_28.types import (
8514
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
8515
- )
8516
- from githubkit.versions.v2022_11_28.types import (
8517
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType,
8518
- )
8519
7877
  from githubkit.versions.v2022_11_28.types import (
8520
7878
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType,
8521
7879
  )
@@ -8537,9 +7895,6 @@ if TYPE_CHECKING:
8537
7895
  from githubkit.versions.v2022_11_28.types import (
8538
7896
  WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType,
8539
7897
  )
8540
- from githubkit.versions.v2022_11_28.types import (
8541
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType,
8542
- )
8543
7898
  from githubkit.versions.v2022_11_28.types import (
8544
7899
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType,
8545
7900
  )
@@ -8597,9 +7952,6 @@ if TYPE_CHECKING:
8597
7952
  from githubkit.versions.v2022_11_28.types import (
8598
7953
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType,
8599
7954
  )
8600
- from githubkit.versions.v2022_11_28.types import (
8601
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType,
8602
- )
8603
7955
  from githubkit.versions.v2022_11_28.types import (
8604
7956
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
8605
7957
  )
@@ -8633,12 +7985,6 @@ if TYPE_CHECKING:
8633
7985
  from githubkit.versions.v2022_11_28.types import (
8634
7986
  WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType,
8635
7987
  )
8636
- from githubkit.versions.v2022_11_28.types import (
8637
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType,
8638
- )
8639
- from githubkit.versions.v2022_11_28.types import (
8640
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType,
8641
- )
8642
7988
  from githubkit.versions.v2022_11_28.types import (
8643
7989
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
8644
7990
  )
@@ -8675,9 +8021,6 @@ if TYPE_CHECKING:
8675
8021
  from githubkit.versions.v2022_11_28.types import (
8676
8022
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType,
8677
8023
  )
8678
- from githubkit.versions.v2022_11_28.types import (
8679
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType,
8680
- )
8681
8024
  from githubkit.versions.v2022_11_28.types import (
8682
8025
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType,
8683
8026
  )
@@ -8750,12 +8093,6 @@ if TYPE_CHECKING:
8750
8093
  from githubkit.versions.v2022_11_28.types import (
8751
8094
  WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8752
8095
  )
8753
- from githubkit.versions.v2022_11_28.types import (
8754
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType,
8755
- )
8756
- from githubkit.versions.v2022_11_28.types import (
8757
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType,
8758
- )
8759
8096
  from githubkit.versions.v2022_11_28.types import (
8760
8097
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType,
8761
8098
  )
@@ -8801,12 +8138,6 @@ if TYPE_CHECKING:
8801
8138
  from githubkit.versions.v2022_11_28.types import (
8802
8139
  WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType,
8803
8140
  )
8804
- from githubkit.versions.v2022_11_28.types import (
8805
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
8806
- )
8807
- from githubkit.versions.v2022_11_28.types import (
8808
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
8809
- )
8810
8141
  from githubkit.versions.v2022_11_28.types import (
8811
8142
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType,
8812
8143
  )
@@ -8867,9 +8198,6 @@ if TYPE_CHECKING:
8867
8198
  from githubkit.versions.v2022_11_28.types import (
8868
8199
  WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType,
8869
8200
  )
8870
- from githubkit.versions.v2022_11_28.types import (
8871
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
8872
- )
8873
8201
  from githubkit.versions.v2022_11_28.types import (
8874
8202
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
8875
8203
  )
@@ -9038,21 +8366,6 @@ if TYPE_CHECKING:
9038
8366
  from githubkit.versions.v2022_11_28.types import (
9039
8367
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType,
9040
8368
  )
9041
- from githubkit.versions.v2022_11_28.types import (
9042
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
9043
- )
9044
- from githubkit.versions.v2022_11_28.types import (
9045
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
9046
- )
9047
- from githubkit.versions.v2022_11_28.types import (
9048
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
9049
- )
9050
- from githubkit.versions.v2022_11_28.types import (
9051
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
9052
- )
9053
- from githubkit.versions.v2022_11_28.types import (
9054
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
9055
- )
9056
8369
  from githubkit.versions.v2022_11_28.types import (
9057
8370
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType,
9058
8371
  )
@@ -9104,9 +8417,6 @@ if TYPE_CHECKING:
9104
8417
  from githubkit.versions.v2022_11_28.types import (
9105
8418
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType,
9106
8419
  )
9107
- from githubkit.versions.v2022_11_28.types import (
9108
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
9109
- )
9110
8420
  from githubkit.versions.v2022_11_28.types import (
9111
8421
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
9112
8422
  )
@@ -9128,12 +8438,6 @@ if TYPE_CHECKING:
9128
8438
  from githubkit.versions.v2022_11_28.types import (
9129
8439
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType,
9130
8440
  )
9131
- from githubkit.versions.v2022_11_28.types import (
9132
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType,
9133
- )
9134
- from githubkit.versions.v2022_11_28.types import (
9135
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType,
9136
- )
9137
8441
  from githubkit.versions.v2022_11_28.types import (
9138
8442
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType,
9139
8443
  )
@@ -9215,15 +8519,6 @@ if TYPE_CHECKING:
9215
8519
  from githubkit.versions.v2022_11_28.types import (
9216
8520
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType,
9217
8521
  )
9218
- from githubkit.versions.v2022_11_28.types import (
9219
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
9220
- )
9221
- from githubkit.versions.v2022_11_28.types import (
9222
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
9223
- )
9224
- from githubkit.versions.v2022_11_28.types import (
9225
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
9226
- )
9227
8522
  from githubkit.versions.v2022_11_28.types import (
9228
8523
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType,
9229
8524
  )
@@ -9290,9 +8585,6 @@ if TYPE_CHECKING:
9290
8585
  from githubkit.versions.v2022_11_28.types import (
9291
8586
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
9292
8587
  )
9293
- from githubkit.versions.v2022_11_28.types import (
9294
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
9295
- )
9296
8588
  from githubkit.versions.v2022_11_28.types import (
9297
8589
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
9298
8590
  )
@@ -9749,15 +9041,9 @@ if TYPE_CHECKING:
9749
9041
  from githubkit.versions.v2022_11_28.types import (
9750
9042
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType,
9751
9043
  )
9752
- from githubkit.versions.v2022_11_28.types import (
9753
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9754
- )
9755
9044
  from githubkit.versions.v2022_11_28.types import (
9756
9045
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
9757
9046
  )
9758
- from githubkit.versions.v2022_11_28.types import (
9759
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9760
- )
9761
9047
  from githubkit.versions.v2022_11_28.types import (
9762
9048
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type,
9763
9049
  )
@@ -9815,9 +9101,6 @@ if TYPE_CHECKING:
9815
9101
  from githubkit.versions.v2022_11_28.types import (
9816
9102
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
9817
9103
  )
9818
- from githubkit.versions.v2022_11_28.types import (
9819
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType,
9820
- )
9821
9104
  from githubkit.versions.v2022_11_28.types import (
9822
9105
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType,
9823
9106
  )
@@ -9851,9 +9134,6 @@ if TYPE_CHECKING:
9851
9134
  from githubkit.versions.v2022_11_28.types import (
9852
9135
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType,
9853
9136
  )
9854
- from githubkit.versions.v2022_11_28.types import (
9855
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9856
- )
9857
9137
  from githubkit.versions.v2022_11_28.types import (
9858
9138
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9859
9139
  )
@@ -9863,9 +9143,6 @@ if TYPE_CHECKING:
9863
9143
  from githubkit.versions.v2022_11_28.types import (
9864
9144
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
9865
9145
  )
9866
- from githubkit.versions.v2022_11_28.types import (
9867
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9868
- )
9869
9146
  from githubkit.versions.v2022_11_28.types import (
9870
9147
  WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9871
9148
  )
@@ -9905,9 +9182,6 @@ if TYPE_CHECKING:
9905
9182
  from githubkit.versions.v2022_11_28.types import (
9906
9183
  WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType,
9907
9184
  )
9908
- from githubkit.versions.v2022_11_28.types import (
9909
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType,
9910
- )
9911
9185
  from githubkit.versions.v2022_11_28.types import (
9912
9186
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType,
9913
9187
  )
@@ -10013,9 +9287,6 @@ if TYPE_CHECKING:
10013
9287
  from githubkit.versions.v2022_11_28.types import (
10014
9288
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type,
10015
9289
  )
10016
- from githubkit.versions.v2022_11_28.types import (
10017
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10018
- )
10019
9290
  from githubkit.versions.v2022_11_28.types import (
10020
9291
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
10021
9292
  )
@@ -10034,9 +9305,6 @@ if TYPE_CHECKING:
10034
9305
  from githubkit.versions.v2022_11_28.types import (
10035
9306
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType,
10036
9307
  )
10037
- from githubkit.versions.v2022_11_28.types import (
10038
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10039
- )
10040
9308
  from githubkit.versions.v2022_11_28.types import (
10041
9309
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10042
9310
  )
@@ -10093,8 +9361,8 @@ else:
10093
9361
  "VulnerabilityPropPackageType",
10094
9362
  "BasicErrorType",
10095
9363
  "ValidationErrorSimpleType",
10096
- "IntegrationType",
10097
9364
  "IntegrationPropPermissionsType",
9365
+ "IntegrationType",
10098
9366
  "WebhookConfigType",
10099
9367
  "HookDeliveryItemType",
10100
9368
  "ScimErrorType",
@@ -10126,6 +9394,8 @@ else:
10126
9394
  "SimpleClassroomAssignmentType",
10127
9395
  "SimpleClassroomType",
10128
9396
  "ClassroomAssignmentGradeType",
9397
+ "CopilotUsageMetricsType",
9398
+ "CopilotUsageMetricsPropBreakdownItemsType",
10129
9399
  "DependabotAlertPackageType",
10130
9400
  "DependabotAlertSecurityVulnerabilityType",
10131
9401
  "DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType",
@@ -10275,9 +9545,15 @@ else:
10275
9545
  "RepositoryRuleDeletionType",
10276
9546
  "RepositoryRuleRequiredSignaturesType",
10277
9547
  "RepositoryRuleNonFastForwardType",
9548
+ "RepositoryRuleOneof14Type",
9549
+ "RepositoryRuleOneof14PropParametersType",
9550
+ "RepositoryRuleOneof16Type",
9551
+ "RepositoryRuleOneof16PropParametersType",
10278
9552
  "RepositoryRuleUpdateType",
10279
9553
  "RepositoryRuleUpdatePropParametersType",
10280
9554
  "RepositoryRuleRequiredLinearHistoryType",
9555
+ "RepositoryRuleOneof15Type",
9556
+ "RepositoryRuleOneof15PropParametersType",
10281
9557
  "RepositoryRuleRequiredDeploymentsType",
10282
9558
  "RepositoryRuleRequiredDeploymentsPropParametersType",
10283
9559
  "RepositoryRulePullRequestType",
@@ -10299,7 +9575,11 @@ else:
10299
9575
  "RepositoryRuleWorkflowsType",
10300
9576
  "RepositoryRuleWorkflowsPropParametersType",
10301
9577
  "RepositoryRuleParamsWorkflowFileReferenceType",
9578
+ "RepositoryRuleCodeScanningType",
9579
+ "RepositoryRuleCodeScanningPropParametersType",
10302
9580
  "RepositoryRuleParamsCodeScanningToolType",
9581
+ "RepositoryRuleOneof17Type",
9582
+ "RepositoryRuleOneof17PropParametersType",
10303
9583
  "RepositoryRulesetType",
10304
9584
  "RepositoryRulesetPropLinksType",
10305
9585
  "RepositoryRulesetPropLinksPropSelfType",
@@ -10448,6 +9728,13 @@ else:
10448
9728
  "CodeScanningAnalysisType",
10449
9729
  "CodeScanningAnalysisDeletionType",
10450
9730
  "CodeScanningCodeqlDatabaseType",
9731
+ "CodeScanningVariantAnalysisRepositoryType",
9732
+ "CodeScanningVariantAnalysisSkippedRepoGroupType",
9733
+ "CodeScanningVariantAnalysisType",
9734
+ "CodeScanningVariantAnalysisPropScannedRepositoriesItemsType",
9735
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesType",
9736
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType",
9737
+ "CodeScanningVariantAnalysisRepoTaskType",
10451
9738
  "CodeScanningDefaultSetupType",
10452
9739
  "CodeScanningDefaultSetupUpdateType",
10453
9740
  "CodeScanningDefaultSetupUpdateResponseType",
@@ -10663,6 +9950,7 @@ else:
10663
9950
  "RepositoryRuleDetailedOneof12Type",
10664
9951
  "RepositoryRuleDetailedOneof13Type",
10665
9952
  "RepositoryRuleDetailedOneof14Type",
9953
+ "RepositoryRuleDetailedOneof15Type",
10666
9954
  "SecretScanningAlertType",
10667
9955
  "RepositoryAdvisoryCreateType",
10668
9956
  "RepositoryAdvisoryCreatePropCreditsItemsType",
@@ -10752,12 +10040,72 @@ else:
10752
10040
  "SimpleCheckSuiteType",
10753
10041
  "CheckRunWithSimpleCheckSuiteType",
10754
10042
  "CheckRunWithSimpleCheckSuitePropOutputType",
10043
+ "WebhooksDeployKeyType",
10044
+ "WebhooksWorkflowType",
10045
+ "WebhooksApproverType",
10046
+ "WebhooksReviewersItemsType",
10047
+ "WebhooksReviewersItemsPropReviewerType",
10048
+ "WebhooksWorkflowJobRunType",
10049
+ "WebhooksUserType",
10050
+ "WebhooksAnswerType",
10051
+ "WebhooksAnswerPropReactionsType",
10052
+ "WebhooksAnswerPropUserType",
10755
10053
  "DiscussionType",
10756
10054
  "DiscussionPropAnswerChosenByType",
10757
10055
  "DiscussionPropCategoryType",
10758
10056
  "DiscussionPropReactionsType",
10759
10057
  "DiscussionPropUserType",
10058
+ "WebhooksCommentType",
10059
+ "WebhooksCommentPropReactionsType",
10060
+ "WebhooksCommentPropUserType",
10061
+ "WebhooksLabelType",
10062
+ "WebhooksRepositoriesItemsType",
10063
+ "WebhooksRepositoriesAddedItemsType",
10064
+ "WebhooksIssueCommentType",
10065
+ "WebhooksIssueCommentPropReactionsType",
10066
+ "WebhooksIssueCommentPropUserType",
10067
+ "WebhooksChangesType",
10068
+ "WebhooksChangesPropBodyType",
10069
+ "WebhooksIssueType",
10070
+ "WebhooksIssuePropAssigneeType",
10071
+ "WebhooksIssuePropAssigneesItemsType",
10072
+ "WebhooksIssuePropLabelsItemsType",
10073
+ "WebhooksIssuePropMilestoneType",
10074
+ "WebhooksIssuePropMilestonePropCreatorType",
10075
+ "WebhooksIssuePropPerformedViaGithubAppType",
10076
+ "WebhooksIssuePropPerformedViaGithubAppPropOwnerType",
10077
+ "WebhooksIssuePropPerformedViaGithubAppPropPermissionsType",
10078
+ "WebhooksIssuePropPullRequestType",
10079
+ "WebhooksIssuePropReactionsType",
10080
+ "WebhooksIssuePropUserType",
10081
+ "WebhooksMilestoneType",
10082
+ "WebhooksMilestonePropCreatorType",
10083
+ "WebhooksIssue2Type",
10084
+ "WebhooksIssue2PropAssigneeType",
10085
+ "WebhooksIssue2PropAssigneesItemsType",
10086
+ "WebhooksIssue2PropLabelsItemsType",
10087
+ "WebhooksIssue2PropMilestoneType",
10088
+ "WebhooksIssue2PropMilestonePropCreatorType",
10089
+ "WebhooksIssue2PropPerformedViaGithubAppType",
10090
+ "WebhooksIssue2PropPerformedViaGithubAppPropOwnerType",
10091
+ "WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType",
10092
+ "WebhooksIssue2PropPullRequestType",
10093
+ "WebhooksIssue2PropReactionsType",
10094
+ "WebhooksIssue2PropUserType",
10095
+ "WebhooksUserMannequinType",
10096
+ "WebhooksMarketplacePurchaseType",
10097
+ "WebhooksMarketplacePurchasePropAccountType",
10098
+ "WebhooksMarketplacePurchasePropPlanType",
10099
+ "WebhooksPreviousMarketplacePurchaseType",
10100
+ "WebhooksPreviousMarketplacePurchasePropAccountType",
10101
+ "WebhooksPreviousMarketplacePurchasePropPlanType",
10102
+ "WebhooksTeamType",
10103
+ "WebhooksTeamPropParentType",
10760
10104
  "MergeGroupType",
10105
+ "WebhooksMilestone3Type",
10106
+ "WebhooksMilestone3PropCreatorType",
10107
+ "WebhooksMembershipType",
10108
+ "WebhooksMembershipPropUserType",
10761
10109
  "PersonalAccessTokenRequestType",
10762
10110
  "PersonalAccessTokenRequestPropRepositoriesItemsType",
10763
10111
  "PersonalAccessTokenRequestPropPermissionsAddedType",
@@ -10772,11 +10120,96 @@ else:
10772
10120
  "PersonalAccessTokenRequestPropPermissionsResultPropOrganizationType",
10773
10121
  "PersonalAccessTokenRequestPropPermissionsResultPropRepositoryType",
10774
10122
  "PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
10123
+ "WebhooksProjectCardType",
10124
+ "WebhooksProjectCardPropCreatorType",
10125
+ "WebhooksProjectType",
10126
+ "WebhooksProjectPropCreatorType",
10127
+ "WebhooksProjectColumnType",
10775
10128
  "ProjectsV2Type",
10129
+ "WebhooksProjectChangesType",
10130
+ "WebhooksProjectChangesPropArchivedAtType",
10776
10131
  "ProjectsV2ItemType",
10777
10132
  "PullRequestWebhookType",
10778
10133
  "PullRequestWebhookAllof1Type",
10134
+ "WebhooksPullRequest5Type",
10135
+ "WebhooksPullRequest5PropAssigneeType",
10136
+ "WebhooksPullRequest5PropAssigneesItemsType",
10137
+ "WebhooksPullRequest5PropAutoMergeType",
10138
+ "WebhooksPullRequest5PropAutoMergePropEnabledByType",
10139
+ "WebhooksPullRequest5PropLabelsItemsType",
10140
+ "WebhooksPullRequest5PropMergedByType",
10141
+ "WebhooksPullRequest5PropMilestoneType",
10142
+ "WebhooksPullRequest5PropMilestonePropCreatorType",
10143
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type",
10144
+ "WebhooksPullRequest5PropUserType",
10145
+ "WebhooksPullRequest5PropLinksType",
10146
+ "WebhooksPullRequest5PropLinksPropCommentsType",
10147
+ "WebhooksPullRequest5PropLinksPropCommitsType",
10148
+ "WebhooksPullRequest5PropLinksPropHtmlType",
10149
+ "WebhooksPullRequest5PropLinksPropIssueType",
10150
+ "WebhooksPullRequest5PropLinksPropReviewCommentType",
10151
+ "WebhooksPullRequest5PropLinksPropReviewCommentsType",
10152
+ "WebhooksPullRequest5PropLinksPropSelfType",
10153
+ "WebhooksPullRequest5PropLinksPropStatusesType",
10154
+ "WebhooksPullRequest5PropBaseType",
10155
+ "WebhooksPullRequest5PropBasePropUserType",
10156
+ "WebhooksPullRequest5PropBasePropRepoType",
10157
+ "WebhooksPullRequest5PropBasePropRepoPropLicenseType",
10158
+ "WebhooksPullRequest5PropBasePropRepoPropOwnerType",
10159
+ "WebhooksPullRequest5PropBasePropRepoPropPermissionsType",
10160
+ "WebhooksPullRequest5PropHeadType",
10161
+ "WebhooksPullRequest5PropHeadPropUserType",
10162
+ "WebhooksPullRequest5PropHeadPropRepoType",
10163
+ "WebhooksPullRequest5PropHeadPropRepoPropLicenseType",
10164
+ "WebhooksPullRequest5PropHeadPropRepoPropOwnerType",
10165
+ "WebhooksPullRequest5PropHeadPropRepoPropPermissionsType",
10166
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type",
10167
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType",
10168
+ "WebhooksPullRequest5PropRequestedTeamsItemsType",
10169
+ "WebhooksPullRequest5PropRequestedTeamsItemsPropParentType",
10170
+ "WebhooksReviewCommentType",
10171
+ "WebhooksReviewCommentPropReactionsType",
10172
+ "WebhooksReviewCommentPropUserType",
10173
+ "WebhooksReviewCommentPropLinksType",
10174
+ "WebhooksReviewCommentPropLinksPropHtmlType",
10175
+ "WebhooksReviewCommentPropLinksPropPullRequestType",
10176
+ "WebhooksReviewCommentPropLinksPropSelfType",
10177
+ "WebhooksReviewType",
10178
+ "WebhooksReviewPropUserType",
10179
+ "WebhooksReviewPropLinksType",
10180
+ "WebhooksReviewPropLinksPropHtmlType",
10181
+ "WebhooksReviewPropLinksPropPullRequestType",
10182
+ "WebhooksReleaseType",
10183
+ "WebhooksReleasePropAuthorType",
10184
+ "WebhooksReleasePropReactionsType",
10185
+ "WebhooksReleasePropAssetsItemsType",
10186
+ "WebhooksReleasePropAssetsItemsPropUploaderType",
10187
+ "WebhooksRelease1Type",
10188
+ "WebhooksRelease1PropAssetsItemsType",
10189
+ "WebhooksRelease1PropAssetsItemsPropUploaderType",
10190
+ "WebhooksRelease1PropAuthorType",
10191
+ "WebhooksRelease1PropReactionsType",
10192
+ "WebhooksAlertType",
10193
+ "WebhooksAlertPropDismisserType",
10779
10194
  "SecretScanningAlertWebhookType",
10195
+ "WebhooksSecurityAdvisoryType",
10196
+ "WebhooksSecurityAdvisoryPropCvssType",
10197
+ "WebhooksSecurityAdvisoryPropCwesItemsType",
10198
+ "WebhooksSecurityAdvisoryPropIdentifiersItemsType",
10199
+ "WebhooksSecurityAdvisoryPropReferencesItemsType",
10200
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType",
10201
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
10202
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
10203
+ "WebhooksSponsorshipType",
10204
+ "WebhooksSponsorshipPropMaintainerType",
10205
+ "WebhooksSponsorshipPropSponsorType",
10206
+ "WebhooksSponsorshipPropSponsorableType",
10207
+ "WebhooksSponsorshipPropTierType",
10208
+ "WebhooksChanges8Type",
10209
+ "WebhooksChanges8PropTierType",
10210
+ "WebhooksChanges8PropTierPropFromType",
10211
+ "WebhooksTeam1Type",
10212
+ "WebhooksTeam1PropParentType",
10780
10213
  "WebhookBranchProtectionConfigurationDisabledType",
10781
10214
  "WebhookBranchProtectionConfigurationEnabledType",
10782
10215
  "WebhookBranchProtectionRuleCreatedType",
@@ -10903,11 +10336,8 @@ else:
10903
10336
  "WebhookDependabotAlertReintroducedType",
10904
10337
  "WebhookDependabotAlertReopenedType",
10905
10338
  "WebhookDeployKeyCreatedType",
10906
- "WebhookDeployKeyCreatedPropKeyType",
10907
10339
  "WebhookDeployKeyDeletedType",
10908
- "WebhookDeployKeyDeletedPropKeyType",
10909
10340
  "WebhookDeploymentCreatedType",
10910
- "WebhookDeploymentCreatedPropWorkflowType",
10911
10341
  "WebhookDeploymentCreatedPropDeploymentType",
10912
10342
  "WebhookDeploymentCreatedPropDeploymentPropCreatorType",
10913
10343
  "WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0Type",
@@ -10929,11 +10359,7 @@ else:
10929
10359
  "WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10930
10360
  "WebhookDeploymentProtectionRuleRequestedType",
10931
10361
  "WebhookDeploymentReviewApprovedType",
10932
- "WebhookDeploymentReviewApprovedPropApproverType",
10933
- "WebhookDeploymentReviewApprovedPropWorkflowJobRunType",
10934
10362
  "WebhookDeploymentReviewApprovedPropWorkflowJobRunsItemsType",
10935
- "WebhookDeploymentReviewApprovedPropReviewersItemsType",
10936
- "WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType",
10937
10363
  "WebhookDeploymentReviewApprovedPropWorkflowRunType",
10938
10364
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropActorType",
10939
10365
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommitType",
@@ -10949,11 +10375,7 @@ else:
10949
10375
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadType",
10950
10376
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10951
10377
  "WebhookDeploymentReviewRejectedType",
10952
- "WebhookDeploymentReviewRejectedPropApproverType",
10953
- "WebhookDeploymentReviewRejectedPropWorkflowJobRunType",
10954
10378
  "WebhookDeploymentReviewRejectedPropWorkflowJobRunsItemsType",
10955
- "WebhookDeploymentReviewRejectedPropReviewersItemsType",
10956
- "WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType",
10957
10379
  "WebhookDeploymentReviewRejectedPropWorkflowRunType",
10958
10380
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropActorType",
10959
10381
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommitType",
@@ -10969,7 +10391,6 @@ else:
10969
10391
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadType",
10970
10392
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10971
10393
  "WebhookDeploymentReviewRequestedType",
10972
- "WebhookDeploymentReviewRequestedPropRequestorType",
10973
10394
  "WebhookDeploymentReviewRequestedPropWorkflowJobRunType",
10974
10395
  "WebhookDeploymentReviewRequestedPropReviewersItemsType",
10975
10396
  "WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType",
@@ -10989,7 +10410,6 @@ else:
10989
10410
  "WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10990
10411
  "WebhookDeploymentStatusCreatedType",
10991
10412
  "WebhookDeploymentStatusCreatedPropCheckRunType",
10992
- "WebhookDeploymentStatusCreatedPropWorkflowType",
10993
10413
  "WebhookDeploymentStatusCreatedPropDeploymentType",
10994
10414
  "WebhookDeploymentStatusCreatedPropDeploymentPropCreatorType",
10995
10415
  "WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1Type",
@@ -11015,28 +10435,16 @@ else:
11015
10435
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadType",
11016
10436
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
11017
10437
  "WebhookDiscussionAnsweredType",
11018
- "WebhookDiscussionAnsweredPropAnswerType",
11019
- "WebhookDiscussionAnsweredPropAnswerPropReactionsType",
11020
- "WebhookDiscussionAnsweredPropAnswerPropUserType",
11021
10438
  "WebhookDiscussionCategoryChangedType",
11022
10439
  "WebhookDiscussionCategoryChangedPropChangesType",
11023
10440
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryType",
11024
10441
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFromType",
11025
10442
  "WebhookDiscussionClosedType",
11026
10443
  "WebhookDiscussionCommentCreatedType",
11027
- "WebhookDiscussionCommentCreatedPropCommentType",
11028
- "WebhookDiscussionCommentCreatedPropCommentPropReactionsType",
11029
- "WebhookDiscussionCommentCreatedPropCommentPropUserType",
11030
10444
  "WebhookDiscussionCommentDeletedType",
11031
- "WebhookDiscussionCommentDeletedPropCommentType",
11032
- "WebhookDiscussionCommentDeletedPropCommentPropReactionsType",
11033
- "WebhookDiscussionCommentDeletedPropCommentPropUserType",
11034
10445
  "WebhookDiscussionCommentEditedType",
11035
10446
  "WebhookDiscussionCommentEditedPropChangesType",
11036
10447
  "WebhookDiscussionCommentEditedPropChangesPropBodyType",
11037
- "WebhookDiscussionCommentEditedPropCommentType",
11038
- "WebhookDiscussionCommentEditedPropCommentPropReactionsType",
11039
- "WebhookDiscussionCommentEditedPropCommentPropUserType",
11040
10448
  "WebhookDiscussionCreatedType",
11041
10449
  "WebhookDiscussionDeletedType",
11042
10450
  "WebhookDiscussionEditedType",
@@ -11044,18 +10452,13 @@ else:
11044
10452
  "WebhookDiscussionEditedPropChangesPropBodyType",
11045
10453
  "WebhookDiscussionEditedPropChangesPropTitleType",
11046
10454
  "WebhookDiscussionLabeledType",
11047
- "WebhookDiscussionLabeledPropLabelType",
11048
10455
  "WebhookDiscussionLockedType",
11049
10456
  "WebhookDiscussionPinnedType",
11050
10457
  "WebhookDiscussionReopenedType",
11051
10458
  "WebhookDiscussionTransferredType",
11052
10459
  "WebhookDiscussionTransferredPropChangesType",
11053
10460
  "WebhookDiscussionUnansweredType",
11054
- "WebhookDiscussionUnansweredPropOldAnswerType",
11055
- "WebhookDiscussionUnansweredPropOldAnswerPropReactionsType",
11056
- "WebhookDiscussionUnansweredPropOldAnswerPropUserType",
11057
10461
  "WebhookDiscussionUnlabeledType",
11058
- "WebhookDiscussionUnlabeledPropLabelType",
11059
10462
  "WebhookDiscussionUnlockedType",
11060
10463
  "WebhookDiscussionUnpinnedType",
11061
10464
  "WebhookForkType",
@@ -11065,7 +10468,6 @@ else:
11065
10468
  "WebhookForkPropForkeeAllof0Type",
11066
10469
  "WebhookForkPropForkeeAllof0PropLicenseType",
11067
10470
  "WebhookForkPropForkeeAllof0PropOwnerType",
11068
- "WebhookForkPropForkeeAllof0PropCustomPropertiesType",
11069
10471
  "WebhookForkPropForkeeAllof0PropPermissionsType",
11070
10472
  "WebhookForkPropForkeeAllof1Type",
11071
10473
  "WebhookForkPropForkeeAllof1PropLicenseType",
@@ -11074,29 +10476,19 @@ else:
11074
10476
  "WebhookGollumType",
11075
10477
  "WebhookGollumPropPagesItemsType",
11076
10478
  "WebhookInstallationCreatedType",
11077
- "WebhookInstallationCreatedPropRepositoriesItemsType",
11078
- "WebhookInstallationCreatedPropRequesterType",
11079
10479
  "WebhookInstallationDeletedType",
11080
- "WebhookInstallationDeletedPropRepositoriesItemsType",
11081
10480
  "WebhookInstallationNewPermissionsAcceptedType",
11082
- "WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType",
11083
10481
  "WebhookInstallationRepositoriesAddedType",
11084
- "WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType",
11085
10482
  "WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType",
11086
- "WebhookInstallationRepositoriesAddedPropRequesterType",
11087
10483
  "WebhookInstallationRepositoriesRemovedType",
11088
- "WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType",
11089
10484
  "WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItemsType",
11090
- "WebhookInstallationRepositoriesRemovedPropRequesterType",
11091
10485
  "WebhookInstallationSuspendType",
11092
- "WebhookInstallationSuspendPropRepositoriesItemsType",
11093
10486
  "WebhookInstallationTargetRenamedType",
11094
10487
  "WebhookInstallationTargetRenamedPropAccountType",
11095
10488
  "WebhookInstallationTargetRenamedPropChangesType",
11096
10489
  "WebhookInstallationTargetRenamedPropChangesPropLoginType",
11097
10490
  "WebhookInstallationTargetRenamedPropChangesPropSlugType",
11098
10491
  "WebhookInstallationUnsuspendType",
11099
- "WebhookInstallationUnsuspendPropRepositoriesItemsType",
11100
10492
  "WebhookIssueCommentCreatedType",
11101
10493
  "WebhookIssueCommentCreatedPropCommentType",
11102
10494
  "WebhookIssueCommentCreatedPropCommentPropReactionsType",
@@ -11128,9 +10520,6 @@ else:
11128
10520
  "WebhookIssueCommentCreatedPropIssueMergedMilestoneType",
11129
10521
  "WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType",
11130
10522
  "WebhookIssueCommentDeletedType",
11131
- "WebhookIssueCommentDeletedPropCommentType",
11132
- "WebhookIssueCommentDeletedPropCommentPropReactionsType",
11133
- "WebhookIssueCommentDeletedPropCommentPropUserType",
11134
10523
  "WebhookIssueCommentDeletedPropIssueType",
11135
10524
  "WebhookIssueCommentDeletedPropIssueMergedAssigneesType",
11136
10525
  "WebhookIssueCommentDeletedPropIssueMergedReactionsType",
@@ -11158,11 +10547,6 @@ else:
11158
10547
  "WebhookIssueCommentDeletedPropIssueMergedMilestoneType",
11159
10548
  "WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubAppType",
11160
10549
  "WebhookIssueCommentEditedType",
11161
- "WebhookIssueCommentEditedPropChangesType",
11162
- "WebhookIssueCommentEditedPropChangesPropBodyType",
11163
- "WebhookIssueCommentEditedPropCommentType",
11164
- "WebhookIssueCommentEditedPropCommentPropReactionsType",
11165
- "WebhookIssueCommentEditedPropCommentPropUserType",
11166
10550
  "WebhookIssueCommentEditedPropIssueType",
11167
10551
  "WebhookIssueCommentEditedPropIssueMergedAssigneesType",
11168
10552
  "WebhookIssueCommentEditedPropIssueMergedReactionsType",
@@ -11190,19 +10574,6 @@ else:
11190
10574
  "WebhookIssueCommentEditedPropIssueMergedMilestoneType",
11191
10575
  "WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType",
11192
10576
  "WebhookIssuesAssignedType",
11193
- "WebhookIssuesAssignedPropAssigneeType",
11194
- "WebhookIssuesAssignedPropIssueType",
11195
- "WebhookIssuesAssignedPropIssuePropAssigneeType",
11196
- "WebhookIssuesAssignedPropIssuePropAssigneesItemsType",
11197
- "WebhookIssuesAssignedPropIssuePropLabelsItemsType",
11198
- "WebhookIssuesAssignedPropIssuePropMilestoneType",
11199
- "WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType",
11200
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType",
11201
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType",
11202
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11203
- "WebhookIssuesAssignedPropIssuePropPullRequestType",
11204
- "WebhookIssuesAssignedPropIssuePropReactionsType",
11205
- "WebhookIssuesAssignedPropIssuePropUserType",
11206
10577
  "WebhookIssuesClosedType",
11207
10578
  "WebhookIssuesClosedPropIssueType",
11208
10579
  "WebhookIssuesClosedPropIssueMergedAssigneeType",
@@ -11258,10 +10629,7 @@ else:
11258
10629
  "WebhookIssuesDemilestonedPropIssuePropPullRequestType",
11259
10630
  "WebhookIssuesDemilestonedPropIssuePropReactionsType",
11260
10631
  "WebhookIssuesDemilestonedPropIssuePropUserType",
11261
- "WebhookIssuesDemilestonedPropMilestoneType",
11262
- "WebhookIssuesDemilestonedPropMilestonePropCreatorType",
11263
10632
  "WebhookIssuesEditedType",
11264
- "WebhookIssuesEditedPropLabelType",
11265
10633
  "WebhookIssuesEditedPropChangesType",
11266
10634
  "WebhookIssuesEditedPropChangesPropBodyType",
11267
10635
  "WebhookIssuesEditedPropChangesPropTitleType",
@@ -11278,7 +10646,6 @@ else:
11278
10646
  "WebhookIssuesEditedPropIssuePropReactionsType",
11279
10647
  "WebhookIssuesEditedPropIssuePropUserType",
11280
10648
  "WebhookIssuesLabeledType",
11281
- "WebhookIssuesLabeledPropLabelType",
11282
10649
  "WebhookIssuesLabeledPropIssueType",
11283
10650
  "WebhookIssuesLabeledPropIssuePropAssigneeType",
11284
10651
  "WebhookIssuesLabeledPropIssuePropAssigneesItemsType",
@@ -11317,8 +10684,6 @@ else:
11317
10684
  "WebhookIssuesMilestonedPropIssuePropPullRequestType",
11318
10685
  "WebhookIssuesMilestonedPropIssuePropReactionsType",
11319
10686
  "WebhookIssuesMilestonedPropIssuePropUserType",
11320
- "WebhookIssuesMilestonedPropMilestoneType",
11321
- "WebhookIssuesMilestonedPropMilestonePropCreatorType",
11322
10687
  "WebhookIssuesOpenedType",
11323
10688
  "WebhookIssuesOpenedPropIssueType",
11324
10689
  "WebhookIssuesOpenedPropIssuePropAssigneeType",
@@ -11351,18 +10716,6 @@ else:
11351
10716
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType",
11352
10717
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType",
11353
10718
  "WebhookIssuesPinnedType",
11354
- "WebhookIssuesPinnedPropIssueType",
11355
- "WebhookIssuesPinnedPropIssuePropAssigneeType",
11356
- "WebhookIssuesPinnedPropIssuePropAssigneesItemsType",
11357
- "WebhookIssuesPinnedPropIssuePropLabelsItemsType",
11358
- "WebhookIssuesPinnedPropIssuePropMilestoneType",
11359
- "WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType",
11360
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType",
11361
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
11362
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11363
- "WebhookIssuesPinnedPropIssuePropPullRequestType",
11364
- "WebhookIssuesPinnedPropIssuePropReactionsType",
11365
- "WebhookIssuesPinnedPropIssuePropUserType",
11366
10719
  "WebhookIssuesReopenedType",
11367
10720
  "WebhookIssuesReopenedPropIssueType",
11368
10721
  "WebhookIssuesReopenedPropIssuePropAssigneeType",
@@ -11377,18 +10730,6 @@ else:
11377
10730
  "WebhookIssuesReopenedPropIssuePropReactionsType",
11378
10731
  "WebhookIssuesReopenedPropIssuePropUserType",
11379
10732
  "WebhookIssuesTransferredType",
11380
- "WebhookIssuesTransferredPropIssueType",
11381
- "WebhookIssuesTransferredPropIssuePropAssigneeType",
11382
- "WebhookIssuesTransferredPropIssuePropAssigneesItemsType",
11383
- "WebhookIssuesTransferredPropIssuePropLabelsItemsType",
11384
- "WebhookIssuesTransferredPropIssuePropMilestoneType",
11385
- "WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType",
11386
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType",
11387
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType",
11388
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType",
11389
- "WebhookIssuesTransferredPropIssuePropPullRequestType",
11390
- "WebhookIssuesTransferredPropIssuePropReactionsType",
11391
- "WebhookIssuesTransferredPropIssuePropUserType",
11392
10733
  "WebhookIssuesTransferredPropChangesType",
11393
10734
  "WebhookIssuesTransferredPropChangesPropNewIssueType",
11394
10735
  "WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType",
@@ -11408,33 +10749,7 @@ else:
11408
10749
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType",
11409
10750
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType",
11410
10751
  "WebhookIssuesUnassignedType",
11411
- "WebhookIssuesUnassignedPropAssigneeType",
11412
- "WebhookIssuesUnassignedPropIssueType",
11413
- "WebhookIssuesUnassignedPropIssuePropAssigneeType",
11414
- "WebhookIssuesUnassignedPropIssuePropAssigneesItemsType",
11415
- "WebhookIssuesUnassignedPropIssuePropLabelsItemsType",
11416
- "WebhookIssuesUnassignedPropIssuePropMilestoneType",
11417
- "WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType",
11418
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType",
11419
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType",
11420
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11421
- "WebhookIssuesUnassignedPropIssuePropPullRequestType",
11422
- "WebhookIssuesUnassignedPropIssuePropReactionsType",
11423
- "WebhookIssuesUnassignedPropIssuePropUserType",
11424
10752
  "WebhookIssuesUnlabeledType",
11425
- "WebhookIssuesUnlabeledPropLabelType",
11426
- "WebhookIssuesUnlabeledPropIssueType",
11427
- "WebhookIssuesUnlabeledPropIssuePropAssigneeType",
11428
- "WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType",
11429
- "WebhookIssuesUnlabeledPropIssuePropLabelsItemsType",
11430
- "WebhookIssuesUnlabeledPropIssuePropMilestoneType",
11431
- "WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType",
11432
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType",
11433
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType",
11434
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType",
11435
- "WebhookIssuesUnlabeledPropIssuePropPullRequestType",
11436
- "WebhookIssuesUnlabeledPropIssuePropReactionsType",
11437
- "WebhookIssuesUnlabeledPropIssuePropUserType",
11438
10753
  "WebhookIssuesUnlockedType",
11439
10754
  "WebhookIssuesUnlockedPropIssueType",
11440
10755
  "WebhookIssuesUnlockedPropIssuePropAssigneeType",
@@ -11449,46 +10764,19 @@ else:
11449
10764
  "WebhookIssuesUnlockedPropIssuePropReactionsType",
11450
10765
  "WebhookIssuesUnlockedPropIssuePropUserType",
11451
10766
  "WebhookIssuesUnpinnedType",
11452
- "WebhookIssuesUnpinnedPropIssueType",
11453
- "WebhookIssuesUnpinnedPropIssuePropAssigneeType",
11454
- "WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType",
11455
- "WebhookIssuesUnpinnedPropIssuePropLabelsItemsType",
11456
- "WebhookIssuesUnpinnedPropIssuePropMilestoneType",
11457
- "WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType",
11458
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType",
11459
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
11460
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11461
- "WebhookIssuesUnpinnedPropIssuePropPullRequestType",
11462
- "WebhookIssuesUnpinnedPropIssuePropReactionsType",
11463
- "WebhookIssuesUnpinnedPropIssuePropUserType",
11464
10767
  "WebhookLabelCreatedType",
11465
- "WebhookLabelCreatedPropLabelType",
11466
10768
  "WebhookLabelDeletedType",
11467
- "WebhookLabelDeletedPropLabelType",
11468
10769
  "WebhookLabelEditedType",
11469
- "WebhookLabelEditedPropLabelType",
11470
10770
  "WebhookLabelEditedPropChangesType",
11471
10771
  "WebhookLabelEditedPropChangesPropColorType",
11472
10772
  "WebhookLabelEditedPropChangesPropDescriptionType",
11473
10773
  "WebhookLabelEditedPropChangesPropNameType",
11474
10774
  "WebhookMarketplacePurchaseCancelledType",
11475
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
11476
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
11477
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
11478
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
11479
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
11480
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
11481
10775
  "WebhookMarketplacePurchaseChangedType",
11482
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
11483
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
11484
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
11485
10776
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
11486
10777
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
11487
10778
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
11488
10779
  "WebhookMarketplacePurchasePendingChangeType",
11489
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
11490
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
11491
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
11492
10780
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
11493
10781
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
11494
10782
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
@@ -11496,84 +10784,45 @@ else:
11496
10784
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
11497
10785
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
11498
10786
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
11499
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
11500
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
11501
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
11502
10787
  "WebhookMarketplacePurchasePurchasedType",
11503
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
11504
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
11505
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
11506
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
11507
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
11508
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
11509
10788
  "WebhookMemberAddedType",
11510
- "WebhookMemberAddedPropMemberType",
11511
10789
  "WebhookMemberAddedPropChangesType",
11512
10790
  "WebhookMemberAddedPropChangesPropPermissionType",
11513
10791
  "WebhookMemberAddedPropChangesPropRoleNameType",
11514
10792
  "WebhookMemberEditedType",
11515
- "WebhookMemberEditedPropMemberType",
11516
10793
  "WebhookMemberEditedPropChangesType",
11517
10794
  "WebhookMemberEditedPropChangesPropOldPermissionType",
11518
10795
  "WebhookMemberEditedPropChangesPropPermissionType",
11519
10796
  "WebhookMemberRemovedType",
11520
- "WebhookMemberRemovedPropMemberType",
11521
10797
  "WebhookMembershipAddedType",
11522
- "WebhookMembershipAddedPropMemberType",
11523
10798
  "WebhookMembershipAddedPropSenderType",
11524
- "WebhookMembershipAddedPropTeamType",
11525
- "WebhookMembershipAddedPropTeamPropParentType",
11526
10799
  "WebhookMembershipRemovedType",
11527
- "WebhookMembershipRemovedPropMemberType",
11528
10800
  "WebhookMembershipRemovedPropSenderType",
11529
- "WebhookMembershipRemovedPropTeamType",
11530
- "WebhookMembershipRemovedPropTeamPropParentType",
11531
10801
  "WebhookMergeGroupChecksRequestedType",
11532
10802
  "WebhookMergeGroupDestroyedType",
11533
10803
  "WebhookMetaDeletedType",
11534
10804
  "WebhookMetaDeletedPropHookType",
11535
10805
  "WebhookMetaDeletedPropHookPropConfigType",
11536
10806
  "WebhookMilestoneClosedType",
11537
- "WebhookMilestoneClosedPropMilestoneType",
11538
- "WebhookMilestoneClosedPropMilestonePropCreatorType",
11539
10807
  "WebhookMilestoneCreatedType",
11540
- "WebhookMilestoneCreatedPropMilestoneType",
11541
- "WebhookMilestoneCreatedPropMilestonePropCreatorType",
11542
10808
  "WebhookMilestoneDeletedType",
11543
- "WebhookMilestoneDeletedPropMilestoneType",
11544
- "WebhookMilestoneDeletedPropMilestonePropCreatorType",
11545
10809
  "WebhookMilestoneEditedType",
11546
10810
  "WebhookMilestoneEditedPropChangesType",
11547
10811
  "WebhookMilestoneEditedPropChangesPropDescriptionType",
11548
10812
  "WebhookMilestoneEditedPropChangesPropDueOnType",
11549
10813
  "WebhookMilestoneEditedPropChangesPropTitleType",
11550
- "WebhookMilestoneEditedPropMilestoneType",
11551
- "WebhookMilestoneEditedPropMilestonePropCreatorType",
11552
10814
  "WebhookMilestoneOpenedType",
11553
- "WebhookMilestoneOpenedPropMilestoneType",
11554
- "WebhookMilestoneOpenedPropMilestonePropCreatorType",
11555
10815
  "WebhookOrgBlockBlockedType",
11556
- "WebhookOrgBlockBlockedPropBlockedUserType",
11557
10816
  "WebhookOrgBlockUnblockedType",
11558
- "WebhookOrgBlockUnblockedPropBlockedUserType",
11559
10817
  "WebhookOrganizationDeletedType",
11560
- "WebhookOrganizationDeletedPropMembershipType",
11561
- "WebhookOrganizationDeletedPropMembershipPropUserType",
11562
10818
  "WebhookOrganizationMemberAddedType",
11563
- "WebhookOrganizationMemberAddedPropMembershipType",
11564
- "WebhookOrganizationMemberAddedPropMembershipPropUserType",
11565
10819
  "WebhookOrganizationMemberInvitedType",
11566
- "WebhookOrganizationMemberInvitedPropUserType",
11567
10820
  "WebhookOrganizationMemberInvitedPropInvitationType",
11568
10821
  "WebhookOrganizationMemberInvitedPropInvitationPropInviterType",
11569
10822
  "WebhookOrganizationMemberRemovedType",
11570
- "WebhookOrganizationMemberRemovedPropMembershipType",
11571
- "WebhookOrganizationMemberRemovedPropMembershipPropUserType",
11572
10823
  "WebhookOrganizationRenamedType",
11573
10824
  "WebhookOrganizationRenamedPropChangesType",
11574
10825
  "WebhookOrganizationRenamedPropChangesPropLoginType",
11575
- "WebhookOrganizationRenamedPropMembershipType",
11576
- "WebhookOrganizationRenamedPropMembershipPropUserType",
11577
10826
  "WebhookRubygemsMetadataType",
11578
10827
  "WebhookRubygemsMetadataPropVersionInfoType",
11579
10828
  "WebhookRubygemsMetadataPropMetadataType",
@@ -11638,19 +10887,13 @@ else:
11638
10887
  "WebhookProjectCardConvertedType",
11639
10888
  "WebhookProjectCardConvertedPropChangesType",
11640
10889
  "WebhookProjectCardConvertedPropChangesPropNoteType",
11641
- "WebhookProjectCardConvertedPropProjectCardType",
11642
- "WebhookProjectCardConvertedPropProjectCardPropCreatorType",
11643
10890
  "WebhookProjectCardCreatedType",
11644
- "WebhookProjectCardCreatedPropProjectCardType",
11645
- "WebhookProjectCardCreatedPropProjectCardPropCreatorType",
11646
10891
  "WebhookProjectCardDeletedType",
11647
10892
  "WebhookProjectCardDeletedPropProjectCardType",
11648
10893
  "WebhookProjectCardDeletedPropProjectCardPropCreatorType",
11649
10894
  "WebhookProjectCardEditedType",
11650
10895
  "WebhookProjectCardEditedPropChangesType",
11651
10896
  "WebhookProjectCardEditedPropChangesPropNoteType",
11652
- "WebhookProjectCardEditedPropProjectCardType",
11653
- "WebhookProjectCardEditedPropProjectCardPropCreatorType",
11654
10897
  "WebhookProjectCardMovedType",
11655
10898
  "WebhookProjectCardMovedPropChangesType",
11656
10899
  "WebhookProjectCardMovedPropChangesPropColumnIdType",
@@ -11661,33 +10904,19 @@ else:
11661
10904
  "WebhookProjectCardMovedPropProjectCardAllof1Type",
11662
10905
  "WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType",
11663
10906
  "WebhookProjectClosedType",
11664
- "WebhookProjectClosedPropProjectType",
11665
- "WebhookProjectClosedPropProjectPropCreatorType",
11666
10907
  "WebhookProjectColumnCreatedType",
11667
- "WebhookProjectColumnCreatedPropProjectColumnType",
11668
10908
  "WebhookProjectColumnDeletedType",
11669
- "WebhookProjectColumnDeletedPropProjectColumnType",
11670
10909
  "WebhookProjectColumnEditedType",
11671
- "WebhookProjectColumnEditedPropProjectColumnType",
11672
10910
  "WebhookProjectColumnEditedPropChangesType",
11673
10911
  "WebhookProjectColumnEditedPropChangesPropNameType",
11674
10912
  "WebhookProjectColumnMovedType",
11675
- "WebhookProjectColumnMovedPropProjectColumnType",
11676
10913
  "WebhookProjectCreatedType",
11677
- "WebhookProjectCreatedPropProjectType",
11678
- "WebhookProjectCreatedPropProjectPropCreatorType",
11679
10914
  "WebhookProjectDeletedType",
11680
- "WebhookProjectDeletedPropProjectType",
11681
- "WebhookProjectDeletedPropProjectPropCreatorType",
11682
10915
  "WebhookProjectEditedType",
11683
10916
  "WebhookProjectEditedPropChangesType",
11684
10917
  "WebhookProjectEditedPropChangesPropBodyType",
11685
10918
  "WebhookProjectEditedPropChangesPropNameType",
11686
- "WebhookProjectEditedPropProjectType",
11687
- "WebhookProjectEditedPropProjectPropCreatorType",
11688
10919
  "WebhookProjectReopenedType",
11689
- "WebhookProjectReopenedPropProjectType",
11690
- "WebhookProjectReopenedPropProjectPropCreatorType",
11691
10920
  "WebhookProjectsV2ProjectClosedType",
11692
10921
  "WebhookProjectsV2ProjectCreatedType",
11693
10922
  "WebhookProjectsV2ProjectDeletedType",
@@ -11698,8 +10927,6 @@ else:
11698
10927
  "WebhookProjectsV2ProjectEditedPropChangesPropShortDescriptionType",
11699
10928
  "WebhookProjectsV2ProjectEditedPropChangesPropTitleType",
11700
10929
  "WebhookProjectsV2ItemArchivedType",
11701
- "WebhookProjectsV2ItemArchivedPropChangesType",
11702
- "WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType",
11703
10930
  "WebhookProjectsV2ItemConvertedType",
11704
10931
  "WebhookProjectsV2ItemConvertedPropChangesType",
11705
10932
  "WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType",
@@ -11714,12 +10941,9 @@ else:
11714
10941
  "WebhookProjectsV2ItemReorderedPropChangesType",
11715
10942
  "WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeIdType",
11716
10943
  "WebhookProjectsV2ItemRestoredType",
11717
- "WebhookProjectsV2ItemRestoredPropChangesType",
11718
- "WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType",
11719
10944
  "WebhookProjectsV2ProjectReopenedType",
11720
10945
  "WebhookPublicType",
11721
10946
  "WebhookPullRequestAssignedType",
11722
- "WebhookPullRequestAssignedPropAssigneeType",
11723
10947
  "WebhookPullRequestAssignedPropPullRequestType",
11724
10948
  "WebhookPullRequestAssignedPropPullRequestPropAssigneeType",
11725
10949
  "WebhookPullRequestAssignedPropPullRequestPropAssigneesItemsType",
@@ -11833,42 +11057,6 @@ else:
11833
11057
  "WebhookPullRequestClosedType",
11834
11058
  "WebhookPullRequestConvertedToDraftType",
11835
11059
  "WebhookPullRequestDemilestonedType",
11836
- "WebhookPullRequestDemilestonedPropPullRequestType",
11837
- "WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType",
11838
- "WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType",
11839
- "WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType",
11840
- "WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType",
11841
- "WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType",
11842
- "WebhookPullRequestDemilestonedPropPullRequestPropMergedByType",
11843
- "WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType",
11844
- "WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType",
11845
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
11846
- "WebhookPullRequestDemilestonedPropPullRequestPropUserType",
11847
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksType",
11848
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType",
11849
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType",
11850
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType",
11851
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType",
11852
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType",
11853
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType",
11854
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType",
11855
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType",
11856
- "WebhookPullRequestDemilestonedPropPullRequestPropBaseType",
11857
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType",
11858
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType",
11859
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType",
11860
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType",
11861
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
11862
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadType",
11863
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType",
11864
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType",
11865
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
11866
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
11867
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
11868
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
11869
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
11870
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType",
11871
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
11872
11060
  "WebhookPullRequestDequeuedType",
11873
11061
  "WebhookPullRequestDequeuedPropPullRequestType",
11874
11062
  "WebhookPullRequestDequeuedPropPullRequestPropAssigneeType",
@@ -11951,7 +11139,6 @@ else:
11951
11139
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsType",
11952
11140
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType",
11953
11141
  "WebhookPullRequestLabeledType",
11954
- "WebhookPullRequestLabeledPropLabelType",
11955
11142
  "WebhookPullRequestLabeledPropPullRequestType",
11956
11143
  "WebhookPullRequestLabeledPropPullRequestPropAssigneeType",
11957
11144
  "WebhookPullRequestLabeledPropPullRequestPropAssigneesItemsType",
@@ -12026,42 +11213,6 @@ else:
12026
11213
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsType",
12027
11214
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType",
12028
11215
  "WebhookPullRequestMilestonedType",
12029
- "WebhookPullRequestMilestonedPropPullRequestType",
12030
- "WebhookPullRequestMilestonedPropPullRequestPropAssigneeType",
12031
- "WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType",
12032
- "WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType",
12033
- "WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType",
12034
- "WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType",
12035
- "WebhookPullRequestMilestonedPropPullRequestPropMergedByType",
12036
- "WebhookPullRequestMilestonedPropPullRequestPropMilestoneType",
12037
- "WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType",
12038
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
12039
- "WebhookPullRequestMilestonedPropPullRequestPropUserType",
12040
- "WebhookPullRequestMilestonedPropPullRequestPropLinksType",
12041
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType",
12042
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType",
12043
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType",
12044
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType",
12045
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType",
12046
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType",
12047
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType",
12048
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType",
12049
- "WebhookPullRequestMilestonedPropPullRequestPropBaseType",
12050
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType",
12051
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType",
12052
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType",
12053
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType",
12054
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
12055
- "WebhookPullRequestMilestonedPropPullRequestPropHeadType",
12056
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType",
12057
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType",
12058
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
12059
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
12060
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
12061
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
12062
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
12063
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType",
12064
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
12065
11216
  "WebhookPullRequestOpenedType",
12066
11217
  "WebhookPullRequestReadyForReviewType",
12067
11218
  "WebhookPullRequestReopenedType",
@@ -12109,13 +11260,6 @@ else:
12109
11260
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType",
12110
11261
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParentType",
12111
11262
  "WebhookPullRequestReviewCommentDeletedType",
12112
- "WebhookPullRequestReviewCommentDeletedPropCommentType",
12113
- "WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType",
12114
- "WebhookPullRequestReviewCommentDeletedPropCommentPropUserType",
12115
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType",
12116
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType",
12117
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType",
12118
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType",
12119
11263
  "WebhookPullRequestReviewCommentDeletedPropPullRequestType",
12120
11264
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType",
12121
11265
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItemsType",
@@ -12152,15 +11296,6 @@ else:
12152
11296
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsType",
12153
11297
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParentType",
12154
11298
  "WebhookPullRequestReviewCommentEditedType",
12155
- "WebhookPullRequestReviewCommentEditedPropChangesType",
12156
- "WebhookPullRequestReviewCommentEditedPropChangesPropBodyType",
12157
- "WebhookPullRequestReviewCommentEditedPropCommentType",
12158
- "WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType",
12159
- "WebhookPullRequestReviewCommentEditedPropCommentPropUserType",
12160
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksType",
12161
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType",
12162
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType",
12163
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType",
12164
11299
  "WebhookPullRequestReviewCommentEditedPropPullRequestType",
12165
11300
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType",
12166
11301
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItemsType",
@@ -12240,11 +11375,6 @@ else:
12240
11375
  "WebhookPullRequestReviewEditedType",
12241
11376
  "WebhookPullRequestReviewEditedPropChangesType",
12242
11377
  "WebhookPullRequestReviewEditedPropChangesPropBodyType",
12243
- "WebhookPullRequestReviewEditedPropReviewType",
12244
- "WebhookPullRequestReviewEditedPropReviewPropUserType",
12245
- "WebhookPullRequestReviewEditedPropReviewPropLinksType",
12246
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType",
12247
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType",
12248
11378
  "WebhookPullRequestReviewEditedPropPullRequestType",
12249
11379
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType",
12250
11380
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItemsType",
@@ -12435,11 +11565,6 @@ else:
12435
11565
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsType",
12436
11566
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParentType",
12437
11567
  "WebhookPullRequestReviewSubmittedType",
12438
- "WebhookPullRequestReviewSubmittedPropReviewType",
12439
- "WebhookPullRequestReviewSubmittedPropReviewPropUserType",
12440
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksType",
12441
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType",
12442
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType",
12443
11568
  "WebhookPullRequestReviewSubmittedPropPullRequestType",
12444
11569
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType",
12445
11570
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItemsType",
@@ -12601,7 +11726,6 @@ else:
12601
11726
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsType",
12602
11727
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParentType",
12603
11728
  "WebhookPullRequestUnassignedType",
12604
- "WebhookPullRequestUnassignedPropAssigneeType",
12605
11729
  "WebhookPullRequestUnassignedPropPullRequestType",
12606
11730
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneeType",
12607
11731
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneesItemsType",
@@ -12639,7 +11763,6 @@ else:
12639
11763
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsType",
12640
11764
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParentType",
12641
11765
  "WebhookPullRequestUnlabeledType",
12642
- "WebhookPullRequestUnlabeledPropLabelType",
12643
11766
  "WebhookPullRequestUnlabeledPropPullRequestType",
12644
11767
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneeType",
12645
11768
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItemsType",
@@ -12771,27 +11894,12 @@ else:
12771
11894
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleaseType",
12772
11895
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType",
12773
11896
  "WebhookReleaseCreatedType",
12774
- "WebhookReleaseCreatedPropReleaseType",
12775
- "WebhookReleaseCreatedPropReleasePropAuthorType",
12776
- "WebhookReleaseCreatedPropReleasePropReactionsType",
12777
- "WebhookReleaseCreatedPropReleasePropAssetsItemsType",
12778
- "WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType",
12779
11897
  "WebhookReleaseDeletedType",
12780
- "WebhookReleaseDeletedPropReleaseType",
12781
- "WebhookReleaseDeletedPropReleasePropAuthorType",
12782
- "WebhookReleaseDeletedPropReleasePropReactionsType",
12783
- "WebhookReleaseDeletedPropReleasePropAssetsItemsType",
12784
- "WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType",
12785
11898
  "WebhookReleaseEditedType",
12786
11899
  "WebhookReleaseEditedPropChangesType",
12787
11900
  "WebhookReleaseEditedPropChangesPropBodyType",
12788
11901
  "WebhookReleaseEditedPropChangesPropNameType",
12789
11902
  "WebhookReleaseEditedPropChangesPropMakeLatestType",
12790
- "WebhookReleaseEditedPropReleaseType",
12791
- "WebhookReleaseEditedPropReleasePropAuthorType",
12792
- "WebhookReleaseEditedPropReleasePropReactionsType",
12793
- "WebhookReleaseEditedPropReleasePropAssetsItemsType",
12794
- "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
12795
11903
  "WebhookReleasePrereleasedType",
12796
11904
  "WebhookReleasePrereleasedPropReleaseType",
12797
11905
  "WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
@@ -12799,23 +11907,8 @@ else:
12799
11907
  "WebhookReleasePrereleasedPropReleasePropAuthorType",
12800
11908
  "WebhookReleasePrereleasedPropReleasePropReactionsType",
12801
11909
  "WebhookReleasePublishedType",
12802
- "WebhookReleasePublishedPropReleaseType",
12803
- "WebhookReleasePublishedPropReleasePropAssetsItemsType",
12804
- "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
12805
- "WebhookReleasePublishedPropReleasePropAuthorType",
12806
- "WebhookReleasePublishedPropReleasePropReactionsType",
12807
11910
  "WebhookReleaseReleasedType",
12808
- "WebhookReleaseReleasedPropReleaseType",
12809
- "WebhookReleaseReleasedPropReleasePropAuthorType",
12810
- "WebhookReleaseReleasedPropReleasePropReactionsType",
12811
- "WebhookReleaseReleasedPropReleasePropAssetsItemsType",
12812
- "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
12813
11911
  "WebhookReleaseUnpublishedType",
12814
- "WebhookReleaseUnpublishedPropReleaseType",
12815
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
12816
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
12817
- "WebhookReleaseUnpublishedPropReleasePropAuthorType",
12818
- "WebhookReleaseUnpublishedPropReleasePropReactionsType",
12819
11912
  "WebhookRepositoryAdvisoryPublishedType",
12820
11913
  "WebhookRepositoryAdvisoryReportedType",
12821
11914
  "WebhookRepositoryArchivedType",
@@ -12863,14 +11956,10 @@ else:
12863
11956
  "WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType",
12864
11957
  "WebhookRepositoryUnarchivedType",
12865
11958
  "WebhookRepositoryVulnerabilityAlertCreateType",
12866
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
12867
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
12868
11959
  "WebhookRepositoryVulnerabilityAlertDismissType",
12869
11960
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
12870
11961
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
12871
11962
  "WebhookRepositoryVulnerabilityAlertReopenType",
12872
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
12873
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
12874
11963
  "WebhookRepositoryVulnerabilityAlertResolveType",
12875
11964
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
12876
11965
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
@@ -12893,26 +11982,9 @@ else:
12893
11982
  "WebhookSecretScanningAlertLocationCreatedFormEncodedType",
12894
11983
  "WebhookSecretScanningAlertReopenedType",
12895
11984
  "WebhookSecretScanningAlertResolvedType",
12896
- "WebhookSecretScanningAlertRevokedType",
12897
11985
  "WebhookSecretScanningAlertValidatedType",
12898
11986
  "WebhookSecurityAdvisoryPublishedType",
12899
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType",
12900
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType",
12901
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType",
12902
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType",
12903
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType",
12904
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
12905
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
12906
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
12907
11987
  "WebhookSecurityAdvisoryUpdatedType",
12908
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType",
12909
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType",
12910
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType",
12911
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType",
12912
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType",
12913
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
12914
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
12915
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
12916
11988
  "WebhookSecurityAdvisoryWithdrawnType",
12917
11989
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType",
12918
11990
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType",
@@ -12926,49 +11998,13 @@ else:
12926
11998
  "WebhookSecurityAndAnalysisPropChangesType",
12927
11999
  "WebhookSecurityAndAnalysisPropChangesPropFromType",
12928
12000
  "WebhookSponsorshipCancelledType",
12929
- "WebhookSponsorshipCancelledPropSponsorshipType",
12930
- "WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType",
12931
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorType",
12932
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType",
12933
- "WebhookSponsorshipCancelledPropSponsorshipPropTierType",
12934
12001
  "WebhookSponsorshipCreatedType",
12935
- "WebhookSponsorshipCreatedPropSponsorshipType",
12936
- "WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType",
12937
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorType",
12938
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType",
12939
- "WebhookSponsorshipCreatedPropSponsorshipPropTierType",
12940
12002
  "WebhookSponsorshipEditedType",
12941
12003
  "WebhookSponsorshipEditedPropChangesType",
12942
12004
  "WebhookSponsorshipEditedPropChangesPropPrivacyLevelType",
12943
- "WebhookSponsorshipEditedPropSponsorshipType",
12944
- "WebhookSponsorshipEditedPropSponsorshipPropMaintainerType",
12945
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorType",
12946
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorableType",
12947
- "WebhookSponsorshipEditedPropSponsorshipPropTierType",
12948
12005
  "WebhookSponsorshipPendingCancellationType",
12949
- "WebhookSponsorshipPendingCancellationPropSponsorshipType",
12950
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType",
12951
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType",
12952
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType",
12953
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType",
12954
12006
  "WebhookSponsorshipPendingTierChangeType",
12955
- "WebhookSponsorshipPendingTierChangePropSponsorshipType",
12956
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType",
12957
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType",
12958
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType",
12959
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType",
12960
- "WebhookSponsorshipPendingTierChangePropChangesType",
12961
- "WebhookSponsorshipPendingTierChangePropChangesPropTierType",
12962
- "WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType",
12963
12007
  "WebhookSponsorshipTierChangedType",
12964
- "WebhookSponsorshipTierChangedPropSponsorshipType",
12965
- "WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType",
12966
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType",
12967
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType",
12968
- "WebhookSponsorshipTierChangedPropSponsorshipPropTierType",
12969
- "WebhookSponsorshipTierChangedPropChangesType",
12970
- "WebhookSponsorshipTierChangedPropChangesPropTierType",
12971
- "WebhookSponsorshipTierChangedPropChangesPropTierPropFromType",
12972
12008
  "WebhookStarCreatedType",
12973
12009
  "WebhookStarDeletedType",
12974
12010
  "WebhookStatusType",
@@ -12988,40 +12024,30 @@ else:
12988
12024
  "WebhookStatusPropCommitPropCommitPropCommitterAllof0Type",
12989
12025
  "WebhookStatusPropCommitPropCommitPropCommitterAllof1Type",
12990
12026
  "WebhookTeamAddType",
12991
- "WebhookTeamAddPropTeamType",
12992
- "WebhookTeamAddPropTeamPropParentType",
12993
12027
  "WebhookTeamAddedToRepositoryType",
12994
12028
  "WebhookTeamAddedToRepositoryPropRepositoryType",
12995
12029
  "WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType",
12996
12030
  "WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType",
12997
12031
  "WebhookTeamAddedToRepositoryPropRepositoryPropOwnerType",
12998
12032
  "WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType",
12999
- "WebhookTeamAddedToRepositoryPropTeamType",
13000
- "WebhookTeamAddedToRepositoryPropTeamPropParentType",
13001
12033
  "WebhookTeamCreatedType",
13002
12034
  "WebhookTeamCreatedPropRepositoryType",
13003
12035
  "WebhookTeamCreatedPropRepositoryPropCustomPropertiesType",
13004
12036
  "WebhookTeamCreatedPropRepositoryPropLicenseType",
13005
12037
  "WebhookTeamCreatedPropRepositoryPropOwnerType",
13006
12038
  "WebhookTeamCreatedPropRepositoryPropPermissionsType",
13007
- "WebhookTeamCreatedPropTeamType",
13008
- "WebhookTeamCreatedPropTeamPropParentType",
13009
12039
  "WebhookTeamDeletedType",
13010
12040
  "WebhookTeamDeletedPropRepositoryType",
13011
12041
  "WebhookTeamDeletedPropRepositoryPropCustomPropertiesType",
13012
12042
  "WebhookTeamDeletedPropRepositoryPropLicenseType",
13013
12043
  "WebhookTeamDeletedPropRepositoryPropOwnerType",
13014
12044
  "WebhookTeamDeletedPropRepositoryPropPermissionsType",
13015
- "WebhookTeamDeletedPropTeamType",
13016
- "WebhookTeamDeletedPropTeamPropParentType",
13017
12045
  "WebhookTeamEditedType",
13018
12046
  "WebhookTeamEditedPropRepositoryType",
13019
12047
  "WebhookTeamEditedPropRepositoryPropCustomPropertiesType",
13020
12048
  "WebhookTeamEditedPropRepositoryPropLicenseType",
13021
12049
  "WebhookTeamEditedPropRepositoryPropOwnerType",
13022
12050
  "WebhookTeamEditedPropRepositoryPropPermissionsType",
13023
- "WebhookTeamEditedPropTeamType",
13024
- "WebhookTeamEditedPropTeamPropParentType",
13025
12051
  "WebhookTeamEditedPropChangesType",
13026
12052
  "WebhookTeamEditedPropChangesPropDescriptionType",
13027
12053
  "WebhookTeamEditedPropChangesPropNameType",
@@ -13036,8 +12062,6 @@ else:
13036
12062
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType",
13037
12063
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType",
13038
12064
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType",
13039
- "WebhookTeamRemovedFromRepositoryPropTeamType",
13040
- "WebhookTeamRemovedFromRepositoryPropTeamPropParentType",
13041
12065
  "WebhookWatchStartedType",
13042
12066
  "WebhookWorkflowDispatchType",
13043
12067
  "WebhookWorkflowDispatchPropInputsType",
@@ -13062,7 +12086,6 @@ else:
13062
12086
  "WebhookWorkflowJobWaitingPropWorkflowJobType",
13063
12087
  "WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType",
13064
12088
  "WebhookWorkflowRunCompletedType",
13065
- "WebhookWorkflowRunCompletedPropWorkflowType",
13066
12089
  "WebhookWorkflowRunCompletedPropWorkflowRunType",
13067
12090
  "WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
13068
12091
  "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13080,7 +12103,6 @@ else:
13080
12103
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
13081
12104
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13082
12105
  "WebhookWorkflowRunInProgressType",
13083
- "WebhookWorkflowRunInProgressPropWorkflowType",
13084
12106
  "WebhookWorkflowRunInProgressPropWorkflowRunType",
13085
12107
  "WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
13086
12108
  "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13098,7 +12120,6 @@ else:
13098
12120
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
13099
12121
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13100
12122
  "WebhookWorkflowRunRequestedType",
13101
- "WebhookWorkflowRunRequestedPropWorkflowType",
13102
12123
  "WebhookWorkflowRunRequestedPropWorkflowRunType",
13103
12124
  "WebhookWorkflowRunRequestedPropWorkflowRunPropActorType",
13104
12125
  "WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13324,6 +12345,9 @@ else:
13324
12345
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
13325
12346
  "ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
13326
12347
  "ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",
12348
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
12349
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
12350
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
13327
12351
  "ReposOwnerRepoCodeScanningSarifsPostBodyType",
13328
12352
  "ReposOwnerRepoCodespacesGetResponse200Type",
13329
12353
  "ReposOwnerRepoCodespacesPostBodyType",